Skip to content

In this project we are building a form the old fashion way and then the Rails Way

License

Notifications You must be signed in to change notification settings

kubilaycaglayan/forms

 
 

Repository files navigation

BARE METAL FORMS AND HELPERS

In this project we are building forms with pure HTML at first and then creating railsy versions of them.

Authors

Marios Kanellopoulos

Kubilay Caglayan

How to Run Code

  • clone repository
  • bundle install
  • rails db:migrate
  • rails server

Usage

  • address bar: localhost:3000 will take you to index page. From there you can see all users and create new user.
  • Create any user with password. Any of the fields shouldn't be empty.
  • create path: localhost:3000/users/new
  • update path: localhost:3000/users/#{id}/edit

Index

Index Page

Edit

Edit Page

Create New User

Create New User Page

Automated Test Section

There are no automated test for this project yet

Feature & Issues Section

This is an open source project. Feel free to add your feedback. If, for any reason, this project doesn't work as supposed to be in your computer, create an issue so we can help you out with it. Lastly, you can request for a feature to be added.

Issue Page

Built With

Ruby on Rails Git VS Code

Show your support

Give a star if you like this project!

Acknowledgments

License

This project is MIT licensed

About

In this project we are building a form the old fashion way and then the Rails Way

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Ruby 71.9%
  • HTML 18.2%
  • JavaScript 7.9%
  • CSS 2.0%