Changeset [8f7f1b2da80eae00479e25d5e34ad8ea97a742b7] by Thorsten Böttger

November 28th, 2014 @ 04:22 PM

bugfix: avoid Rails autoloading conflicts (see #137 and #139)
https://github.com/aasm/aasm/commit/8f7f1b2da80eae00479e25d5e34ad8e...

Committed by Thorsten Böttger

  • A lib/aasm/core/event.rb
  • A lib/aasm/core/state.rb
  • A lib/aasm/core/transition.rb
  • R lib/aasm/event.rb
  • R lib/aasm/state.rb
  • R lib/aasm/transition.rb
  • M CHANGELOG.md
  • M lib/aasm.rb
  • M lib/aasm/base.rb
  • M lib/aasm/state_machine.rb
  • M spec/unit/event_spec.rb
  • M spec/unit/memory_leak_spec.rb
  • M spec/unit/state_spec.rb
  • M spec/unit/transition_spec.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

Library for adding state machines to Ruby classes. Includes persistence layers for things like ActiveRecord. Formerly known as acts_as_state_machine.