pluginaweek / state_machine

Adds support for creating state machines for attributes on any Ruby class
http://www.pluginaweek.org
MIT License
3.74k stars 505 forks source link

!!! THIS GEM IS NOT SUPPORTED CURRENTLY (see details inside) !!! #343

Open styx opened 9 years ago

styx commented 9 years ago

Currently, this repo is abandoned. There is a fork located at https://github.com/state-machines/state_machines which is supported. Also take a look at https://github.com/state-machines/ to see the list of available alternative statemachine realizations. Please don't file bugs here. File them at https://github.com/state-machines/state_machines/issues

rosskevin commented 9 years ago

@styx Please edit your link to https://github.com/state-machines/state_machines

Thank you for the notice, but we are getting traffic and questions in the sub-project for activerecord :)

styx commented 9 years ago

@rosskevin thnx, done.

kelso commented 9 years ago

Thanks for info and link! I found one failing test while upgrading Rails 4.0 to 4.1. Oh, tests are so important. Quick tip for others: Just change gem 'state_machine' to gem 'state_machines'. Nice :sunglasses:

diaclavijo commented 8 years ago

Maybe someone could write a more clearer message in the Readme that the project has been abandoned?

styx commented 8 years ago

@diaclavijo good idea, but if that was possible it would be done already.

KelseyDH commented 6 years ago

Would be really nice for the maintainer of this repo to redirect people over to the new gem. Ruby toolbox still points here.