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.
17 lines
561 B
17 lines
561 B
|
|
|
|
|
|
## 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
|