-
Notifications
You must be signed in to change notification settings - Fork 510
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
!!! THIS GEM IS NOT SUPPORTED CURRENTLY (see details inside) !!! #343
Comments
@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 :) |
@rosskevin thnx, done. |
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 |
Maybe someone could write a more clearer message in the Readme that the project has been abandoned? |
@diaclavijo good idea, but if that was possible it would be done already. |
Would be really nice for the maintainer of this repo to redirect people over to the new gem. Ruby toolbox still points here. |
The [`state_machine`](https://github.com/pluginaweek/state_machine) gem is deprecated and was forked in 2015 as [`state_machines`.](https://github.com/state-machines/state_machines) See: pluginaweek/state_machine#343 As it happens, we already include `state_machines` as a dependency on `state_machines-activerecord` and `state_machines-audit_trail` so all that needs to be done is to remove `state_machine` from the `Gemfile`. As `state_machine` and `state_machines` provide the same functionality, and there may have been changes to the latter since 2015, there is a possibility that the ordering of library loading means that we have still been using the old version and so some testing is required to ensure that there are no breaking changes.
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
The text was updated successfully, but these errors were encountered: