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
7 months ago
app Complete Lesson 40 7 months ago
bin Add the initial template, from `rails new .` 8 months ago
config Complete Lesson 39 Part 2 7 months ago
db Complete Lesson 40 7 months ago
lib Add the initial template, from `rails new .` 8 months ago
log Add the initial template, from `rails new .` 8 months ago
public Add the initial template, from `rails new .` 8 months ago
storage Add the initial template, from `rails new .` 8 months ago
test Complete Lesson 38 Part 1 7 months ago
tmp Add the initial template, from `rails new .` 8 months ago
vendor Add the initial template, from `rails new .` 8 months ago
.gitattributes Commit the .git* files before the rest. 8 months ago
.gitignore Commit the .git* files before the rest. 8 months ago
.ruby-version Complete the planned mission with basic requirements. 8 months ago
Gemfile Complete Lesson 26 7 months ago
Gemfile.lock Complete Lesson 26 7 months ago
README.txt Initial commit. 8 months ago
Rakefile Add the initial template, from `rails new .` 8 months ago
config.ru Add the initial template, from `rails new .` 8 months 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 ----------