Skip to content

Created a re-former project in order to learn about Rails forms. We created a User model and implemented the pages for showing all users (index), creating a user (new), and updating a user (edit).

Notifications You must be signed in to change notification settings

garciajordy/re-former

Repository files navigation

RE-FORMER: Bare Metal Forms and Helpers

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).

Built With

  • Ruby on Rails
  • Active Record
  • Bootstrap 4
  • Ruby

Getting Started

To get a local copy of the repository please run the following commands on your terminal:

$ cd <folder> 
$ git clone git@github.com: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

AUTHOR

Zil Norvilis

  • Github:
  • Linkedin:
  • Twitter:

Jordy Garcia

  • Github:
  • Linkedin:
  • Twitter:

Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

License

About

Created a re-former project in order to learn about Rails forms. We created a User model and implemented the pages for showing all users (index), creating a user (new), and updating a user (edit).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •