RhodeIsland
A really, really small state machine for Ruby on Rails
Installation
Add this line to your application's Gemfile:
gem 'rhode_island'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rhode_island
Usage
- Add a state column to your model and migrate your database
- In your model add the line 'has_state_machine %w(array of your states)'
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
) - Create new Pull Request