Week 1 Outline
- Course overview and policies
- Enrollment verification: You must do the following:
- Review course pages
- Login to D2L
- Check first checkbox
- Rails installation (Installation Site)
- Rails and MVC review
- Work through example(s)
- Routing the root URL to the index page (in config/routes.rb)
- Adding the order method in the index action
- Modify views so that "yes" or "no" is presented instead of "true" or "false" (in index.html.erb and index.html.erb)
- Validations to the model (in models/restaurant.rb)
Resulting zipped code from class
- Discuss next assignment
- ORM terminology and ActiveRecord
- Demo use of Rails console