diff --git a/unit_04/w10d04/homework/README.md b/unit_04/w10d04/homework/README.md new file mode 100644 index 0000000..90330fb --- /dev/null +++ b/unit_04/w10d04/homework/README.md @@ -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