Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emmanuelaaron/re-former
https://github.com/emmanuelaaron/re-former
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/emmanuelaaron/re-former
- Owner: Emmanuelaaron
- Created: 2020-06-29T15:23:48.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-19T19:39:09.000Z (almost 2 years ago)
- Last Synced: 2024-11-20T18:34:04.523Z (about 2 months ago)
- Language: Ruby
- Size: 127 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Re-former
In this project, is demonstration of use of form-helper in rails
## Built With
- Ruby-2.5.1p57
- Rails 5.2.3## How to use this re-former
1. Make sure you have ruby and rails installed
Type `ruby --version` and `rails --version` see if you get the version number.
If you don't have ruby installed use [this](https://www.tutorialspoint.com/ruby-on-rails/rails-installation.htm) link to know how to install it.
2. Navigate to the folder and type `bundle install` on the terminal then press enter to install dependencies
3. Run `rails db:migrate` to create your database schema
4. Type `rails c` to open the console and experiment with models
5. Press `ctrl d` to leave the console### How to install using Command line
1. Click on the install or download button under the repository name and grab the url
by clicking on the clipboard icon
2.open your terminal3.Navigate to the location in your computer where you want the repo to be cloned
4. Type git clone and paste the url you copied on step one.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
5. Press Enter. Your local clone will be created.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `Spoon-Knife`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.## Authors
👤 **Author**
- Github: [@EmmanuelAaron](https://github.com/Emmanuelaaron)
- Twitter: [@EmmanuelAaron](https://twitter.com/EmmanuelIsabir1)
- Linkedin: [@EmmanuelAaron](https://www.linkedin.com/in/fullstackwebdev-emma/)👤 **Author**
- Gmail: [Teshager Admasu](mailto:[email protected])
- Github: [@teshager21](https://github.com/teshager21)
- Twitter: [@Teshage84907805](https://twitter.com/Teshage84907805)
- Linkedin: [Teshager Admasu](https://www.linkedin.com/in/teshager-admasu-0000011a2/)## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/Emmanuelaaron/re-former/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- [Microverse](https://www.microverse.org/)
- [Odin Project](https://www.theodinproject.com//)
- [Github](https://github.com/)## 📝 License
This project is [MIT](lic.url) licensed.