Completed
– Active Record Relations – Adding a Category relationship
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Ruby on Rails Crash Course
Automatically move to the next video in the Classroom when playback concludes
- 1 – Intro
- 2 – What we'll be building
- 3 – Creating the new Ruby on Rails application
- 4 – Creating the first model and scaffold
- 5 – A tour of the first scaffold and application structure
- 6 – Adding the Bulma CSS framework
- 7 – Adding the primary application header
- 8 – Enhancing the UI with Bulma
- 9 – Adding a new controller for displaying all food logs
- 10 – Active Record Validations
- 11 – Using Rails console
- 12 – Testing in Ruby on Rails
- 13 – Fixtures
- 14 – Controller tests
- 15 – Model tests
- 16 – System tests
- 17 – Active Record Relations – Adding a Category relationship
- 18 – Wrapping up