Changeset [56af04d5f01371cd6f3af49c763a92e4d371285b] by Travis Tilley

May 27th, 2009 @ 07:55 PM

Merge branch 'joaovitor/master'

Conflicts:

spec/functional/conversation_spec.rb

http://github.com/rubyist/aasm/c...

Committed by Travis Tilley

  • M aasm.gemspec
  • M lib/aasm.rb
  • M lib/event.rb
  • M lib/persistence.rb
  • M lib/state_machine.rb
  • M lib/state_transition.rb
  • M spec/functional/conversation_spec.rb
  • M spec/unit/aasm_spec.rb
  • M spec/unit/event_spec.rb
  • M spec/unit/state_spec.rb
  • M spec/unit/state_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.