Complex forms in Rails with form objects and ActionView helpers | Learn Practical Ruby on Rails

Опубликовано: 03 Ноябрь 2024
на канале: Winston Codes On
2,091
31

Join my Patreon to see the full source code for this project!   / winstonkotzan  

Tip me in BTC! Bitcoin Address: 13FKUusPH1UPvgSkoQRRy6hEg4hyMqKzLS

0:00 Design Requirements
1:27 Review of the DB models
2:35 Rails MVC loop setup
3:44 form_with vs form_for
4:24 How to see the full code on Github
5:00 Views and partials rendering of the form
15:38 BallotForm Ruby object for validating and saving the form
17:24 Demonstration of form processing
19:06 Make form path reference by control_code and email, not by id number