00 Getting Started
-
Create a new rails application called "SimpleQuotes" and initialize a blank git repository inside the app:
-
Add all the files generated by rails to the repo and verify that all files are staged with the command git status . Commit these files by typing to git and verify again with
git status . -
Checkout a new branch called "quote". We will merge this back into master later.
-
Create the Quote model and scaffolding using the rails generator. (Substitute the correct values):
-
foreign key datatype:
references -
Edit schema
Operations with database:
- Start up the development web server.
Debugging contexts: