Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eapenzacharias/forms
In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.
https://github.com/eapenzacharias/forms
Last synced: 12 days ago
JSON representation
In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.
- Host: GitHub
- URL: https://github.com/eapenzacharias/forms
- Owner: eapenzacharias
- Created: 2019-07-26T21:52:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-20T09:14:41.000Z (about 2 months ago)
- Last Synced: 2024-10-16T10:39:18.589Z (23 days ago)
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 52
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Forms
This is the fourth project from the Rails curriculum at [Microverse](https://www.microverse.org/) - @microverseinc
In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.
#### RequirementsRuby 2.5.3
#### Installation
Download repository to your local machine, then run
bundle install#### Testing
Run:
rails test
#### [Assignment link](https://www.theodinproject.com/courses/ruby-on-rails/lessons/forms)
#### Authors
* [@lilleonz](https://github.com/lilleonz)
* [@eapenzacharias](https://github.com/eapenzacharias)