Changeset [72e43ad88ecda9913b5c76ce7b27701d6ceca94f] by Travis Tilley
October 23rd, 2009 @ 04:28 PM
Merge remote branch 'ttilley/master'
Conflicts:
Rakefile
http://github.com/rubyist/aasm/commit/72e43ad88ecda9913b5c76ce7b277...
Committed by Travis Tilley
- A .document
- A LICENSE
- A VERSION
- A test/functional/auth_machine_test.rb
- A test/test_helper.rb
- A test/unit/event_test.rb
- A test/unit/state_test.rb
- A test/unit/state_transition_test.rb
- R CHANGELOG
- R MIT-LICENSE
- R TODO
- R doc/jamis.rb
- M .gitignore
- M README.rdoc
- M Rakefile
- M lib/aasm/aasm.rb
- M lib/aasm/event.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M lib/aasm/state.rb
- M lib/aasm/state_machine.rb
- M lib/aasm/state_transition.rb
- M spec/spec_helper.rb
- M spec/unit/aasm_spec.rb
- M spec/unit/state_spec.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.