A beginner food log project to start learning the Ruby on Rails framework
Web-Crunch YouTube Channel:
https://www.youtube.com/user/webcrunchblog
– Intro
– What we'll be building
– Creating the new Ruby on Rails application
– Creating the first model and scaffold
– A tour of the first scaffold and application structure
– Adding the Bulma CSS framework
– Adding the primary application header
– Enhancing the UI with Bulma
– Adding a new controller for displaying all food logs
– Active Record Validations
– Using Rails console
– Testing in Ruby on Rails
– Fixtures
– Controller tests
– Model tests
– System tests
– Active Record Relations – Adding a Category relationship
– Wrapping up