February 23, 2024
Friday of Week 7
Topics of the day
- ActiveRecord and querying
- Testing models
- REST and persistent model data
Suggested reading
- Section Ch 7 from Ruby on Rails tutorial, Hartl, 7e
Online references
- REST tutorial (thoughtbot.com)
- Rails routing (guides.rubyonrails.org)
- ActiveRecord query interface (guides.rubyonrails.org)
- Testing Rails applications (guides.rubyonrails.org)