has_star
Rails plugin to favorite models with a star.
Extends model, controller, helper and routes to handle the toggle of a star to favorite a model.
Sample app at heroku: https://has-star.herokuapp.com/ Sample app generated by example.sh at the repository root folder
Installation
TODO: Describe the installation process
Usage
TODO: Write usage instructions
TODO
- Add https://devcenter.heroku.com/articles/heroku-button
- Add http://shields.io/
- Make it Works with Padrino too
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Gem
Instal gem extension:
gem install gem-release
Increment version and push to github:
gem bump --patch --minor --push --verbose
Push to rubygems:
gem release
Manual
Build: gem build has_star.gemspec Push: gem push has_star-x.y.z.gem
History
- 0.0.1: First working alpha version
Credits
Help me and get your name here!
License
MIT