pluginaweek / state_machine

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

ActiveRecord integrations now using transactions respecting "use_transactions" config #315

Closed shuhaowu closed 10 years ago

shuhaowu commented 10 years ago

Right now state_machine is somewhat abandoned it seems like, given the fact that it is last updated May 2013.

The bug: https://github.com/pluginaweek/state_machine/issues/264 The fix: https://github.com/pluginaweek/state_machine/pull/255 (included here).

shuhaowu commented 10 years ago

Wrong repository.