This is the Third project from the Ruby on Rails module, and we created a form that can create and edit Users - username, e-mail, and password.
To run this project, you need a computer with Ruby and Ruby on Rails installed.
If you are uncertain about how to install Ruby, check out this tutorial made by The Odin Project.
If you are uncertain about how to install Ruby on Rails, check out this tutorial made by The Odin Project.
- Clone the repository:
https://github.com/VanessaAoki/re-former.git
-
Type
$ cd bin
to move to the bin folder, you must be on this folder to execute the file; -
Install all required gems by typing
$ bundle install
on the terminal; -
Execute
$ rails server
on the terminal and runhttp://localhost:3000/users/new
on your browser (Google Chrome, Mozilla Firefox, Microsoft Edge, Apple Safari etc.) and create your user by filling the Username, E-mail and Password fields; -
To edit a user run
http://localhost:3000/users/:id/edit
in your browsew, edit the chosen fields, and hit the update button; -
After you are done, stop running the server by clicking
ctrl + C
on your terminal.
- Ruby 2.7.2;
- Ruby on Rails 6.1.3;
- Ruby gems: sqlite3, puma, sass-rails, webpacker, turbolinks, jbuilder, rubocop;
- Visual Studio, Git & GitHub;
👤 Mih Julius
- GitHub: @mihdim2020
- Twitter: @mihndim
- LinkedIn: Mih Julius
👩🏼💻 Vanessa Aoki
- GitHub: @VanessaAoki
- Twitter: @VanessaSAoki
- Linkedin: Vanessa Aoki
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give an ⭐️ if you like this project!
This project is MIT licensed.