Web Development with Ruby on Rails Tutorial 2019
Demos
1. Getting Started
- Demo 1: Development Environment Setup
- Demo 2: Setting Up a New Rails Project
- Demo 3: Setting Up a New Github Project Repository
2. Creating and Testing Simple Web Pages
- Demo 4: Adding (Mostly Static) View Pages in Rails
- Demo 5: Rendering Data from Controllers
- Demo 6: Passing Data from View to Controller
3. Storing and Retrieving Data via the Model
- Demo 7: Working with Simple Models
- Demo 8: Model Validations and Tests
- Demo 9: Forms for Creating New Model Records
- Demo 10: Forms and Actions for Updating and Deleting Model Records
4. Linking Model Objects with Associations
- Demo 10½: Creating a New Model Class to Associate With
- Demo 11: One-to-Many Model Associations
- Demo 12: Forms That Handle One-to-Many Associations