-
Getting Started with Rails 7 Episode 26: Fix Rich Text Fixtures and Validations
This is the 26th video in the Getting Started with Rails 7 series. In this video Mike fixes some errors from the Use ActionText for Rich Text Content video (episode 24). The two main fixes are This video covers: The code for this series is open source and available on GitHub. View the commit for…
-
Getting Started with Rails 7 Episode 8: Model Validations and Form Error Messages
This is the 8th video in the Getting Started with Rails 7 series. In this video Mike demonstrates that you can currently create an Article record with an empty title and body. In order to solve the problem, he uses Rails model validations to ensure the data for the Article record is in good order…