We were asked to create a RE-FORMER project in order to learn about Rails forms. We created User model and implemented the pages for showing all users (index), createing user (new), and updating user (edit).
- Ruby on Rails
- Active Record
- Bootstrap 4
- Ruby
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone [email protected]:garciajordy/re-former.git
$ cd re-former
Migrate the database
$ rails db:migrate
Run the rails server
$ rails server
In your browser, navigate to; fill the form to create an user
$ http://localhost:3000/users/new
To edit an user, navigate to:
$ http://localhost:3000/users/2/edit
In order to see all users, navigate to:
$ http://localhost:3000
Zil Norvilis
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
- This project is MIT licensed.
- This project is creativecommons licensed.