This is a simple form project just to play with form_tag, form_for and form_with. We could join routes, controllers, models and view together to get the proper output we want.
- RUBY
- RUBY ON RAILS
- Rubocop as a linter
To get a local copy up and running follow these simple example steps.
You need the following software programs in order to get a local copy:
You can simply run the following command into your own terminal to clone the repository git clone https://github.com/chubaquelo/re-former.git
.
After you clone the repo, make sure you're in the root directory of the project. Now you should run bundle install
to install all the required dependencies.
- You can view the project in your browser by running this command into your terminal
rails server
and then visitinglocalhost:3000
from your browser. - You can view the form by typing
localhost:3000/users/new
. - You can edit a user by visiting
localhost:3000/users/<id-Number-of-the-User-You-want-to-edit>/edit
.
👤 Sergio Obolevich
- Github: @chubaquelo
- Twitter: @sergioobolevich
- Linkedin: sergio-obolevich
👤 Martin Najjar
- Github: @martinnajjar12
- Twitter: @martin_najjar
- Linkedin: martinnajjar12
Contributions, issues and feature requests are welcome! Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.