Changeset [439a5f99a47a1bf626b7952d9eb94be7212c0512] by Travis Tilley
June 7th, 2009 @ 03:26 AM
Merge branch 'dunedain289/master'
Conflicts:
aasm.gemspec
lib/aasm.rb
lib/event.rb
The new event transition specs don't pass. I need to look into this. http://github.com/rubyist/aasm/c...
Committed by Travis Tilley
- A spec/unit/before_after_callbacks_spec.rb
- M .gitignore
- M README.rdoc
- M Rakefile
- M aasm.gemspec
- M lib/aasm.rb
- M lib/event.rb
- M lib/state.rb
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.