has_star

Extends model, controller, helper and routes to handle the toggle of a star to favorite a model.


License
MIT
Install
gem install has_star -v 0.0.2

Documentation

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

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. 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