Project

has_star

0.0
No commit activity in last 3 years
No release in over 3 years
Extends model, controller, helper and routes to handle the toggle of a star to favorite a model.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0
 Project Readme

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