Skip to content

shubham14p3/re-former

 
 

Repository files navigation

Bare Metal Forms and Helpers (Ruby on Rails)

Building Forms using Rails helpers

In this project, we build a form the old fashioned way and then the Rails way.

Built With

  • Ruby language,
  • Ruby on Rails framework,
  • Vscode for coding
  • Rubocop for Validation

Getting Started

**start by generating the application skeleton using the rails new command with a specific Rails version number:

$ cd ~/environment $ rails 6.0.1 new sample_app $ cd micro_reddit/

Next, we’ll use a text editor to update the Gemfile needed by Bundler. **install the local gems while preventing the installation of production gems using the --without production option:

$ bundle install --without production.

Authors

👤 Selma Ndi

👤 Vinicius Carvalho

🤝 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

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 72.4%
  • HTML 21.8%
  • JavaScript 3.0%
  • CSS 2.3%
  • CoffeeScript 0.5%