Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gregolive/re-former
- Owner: gregolive
- Created: 2021-11-14T14:32:53.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-15T16:14:28.000Z (about 3 years ago)
- Last Synced: 2023-07-25T07:27:40.194Z (over 1 year ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.