Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gregolive/re-former

Project made to practice building forms in Rails.
https://github.com/gregolive/re-former

ruby-on-rails

Last synced: 18 days ago
JSON representation

Project made to practice building forms in Rails.

Awesome Lists containing this project

README

        

# Rails Forms Practice

Project made to practice building form in Rails. First the form was built using HTML, then with Rails' soft-deprecated #form_tag, and finally with #form_with. Building out the forms in the different ways was useful to see what goes on behind the scenes when using #form_with and demonstarted the ease of use that comes with #form_with.