You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Simon Quigley 20a64b9033
Complete Lesson 40
1 year ago
app Complete Lesson 40 1 year ago
bin Add the initial template, from `rails new .` 1 year ago
config Complete Lesson 39 Part 2 1 year ago
db Complete Lesson 40 1 year ago
lib Add the initial template, from `rails new .` 1 year ago
log Add the initial template, from `rails new .` 1 year ago
public Add the initial template, from `rails new .` 1 year ago
storage Add the initial template, from `rails new .` 1 year ago
test Complete Lesson 38 Part 1 1 year ago
tmp Add the initial template, from `rails new .` 1 year ago
vendor Add the initial template, from `rails new .` 1 year ago
.gitattributes Commit the .git* files before the rest. 1 year ago
.gitignore Commit the .git* files before the rest. 1 year ago
.ruby-version Complete the planned mission with basic requirements. 1 year ago
Gemfile Complete Lesson 26 1 year ago
Gemfile.lock Complete Lesson 26 1 year ago
README.txt Initial commit. 1 year ago
Rakefile Add the initial template, from `rails new .` 1 year ago
config.ru Add the initial template, from `rails new .` 1 year ago

README.txt

=== General Overview ===

My text editor of choice is Vim. While I am using nodejs 18 from the snap package, all system packages are from (what will become) Ubuntu 23.10.
(This could potentially be a month behind the latest release.)

As you are already aware, all changes are tracked via Git.

Unless otherwise noted, all code is licensed under the WTFPL (the most permissive license).

=== First Mission ===

Here's the full text:

---------- FIRST MISSION FOLLOWS -----------

Purpose: Prepare for client work--or getting hired at a software company in Chicago or on the coasts (intentionally avoiding local job market).

Go through the first couple free videos on this tutorial, code with them, and let's see what you can do before we meet for coffee next week:

https://online.pragmaticstudio.com/tour/courses/rails7/steps/1

It's about 25min of video, but it will take much longer to do the setup, code with them, and get the example project completed through the free videos.

* Use ChatGPT and StackOverflow to overcome any issues
* Bonus: commit your work to a Git repo after the code for each video is completed

--------- END MISSION ----------