Create README.md

patch-1
Kristyn Bryan 10 years ago committed by GitHub
parent da1e2cd2b9
commit 5b9ca6cfec

@ -0,0 +1,16 @@
## Introduction to Rails
Watch this [video](https://www.youtube.com/watch?v=FDQWxrLr7fI&index=1&list=PLw1xVKFbouel7ClCGvszVmoDHjsIlwjf-) about Rails.
Follow along with the video (or do it after you watch - whatever is your preferred style) and do the following:
1. Create a new rails application, hooked up to a postgres database.
2. Use the command line to createa new model.
3. Locate and update the migration file for your new model.
4. Run a migration, adding the appropriate table to your database.
5. Use the rails console and CRUD models.
COMMIT
Loading…
Cancel
Save