ahmetbozaci / Rails-Form

This is a project for learning to use Form in Ruby on Rails.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails_form

This is just an exercice to practice creating forms with rails form_with

Prerequisties

You need to have Ruby and Ruby on Rails installed in your machine.

Getting Started

To get a local copy up and running follow these simple example steps:

  • Open your terminal
  • Clone this project into the directory of your choice git clone https://github.com/ahmetbozaci/Rails-Form.git
  • Go to the project folder cd Rails-Form

Install

  • Run bundle install
  • Create the database rails db:create
  • Migrate the database rails db:migrate

Run tests

  • Run rails s or rails server

  • You will be able interact with the form:

    • To create a user
    • To edit a user

🔨 Built With

  • Ruby
  • Rails

Authors

👤 Ahmet Bozacı

👤 Aymen Bida

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page

📝 License

Copyright 2021 Aymen Bida and Ahmet Bozacı

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Credits

The project is part of Microverse Technical curriculum - Ruby on Rails section

Show your support

Give a ⭐️ if you like this project!

About

This is a project for learning to use Form in Ruby on Rails.


Languages

Language:Ruby 72.7%Language:HTML 17.3%Language:JavaScript 8.0%Language:CSS 1.6%Language:SCSS 0.4%