Changeset [ec0002abd313cefd4a8b49d2fa898aed382eabcb] by Thorsten Böttger

November 30th, 2013 @ 08:30 AM

Merge branch 'master' into aasm4

Conflicts:
CHANGELOG.md https://github.com/aasm/aasm/commit/ec0002abd313cefd4a8b49d2fa898ae...

Committed by Thorsten Böttger

  • A gemfiles/rails_3.2.gemfile
  • A gemfiles/rails_4.0.gemfile
  • M .travis.yml
  • M CHANGELOG.md
  • M Gemfile
  • M README.md
  • M aasm.gemspec
  • M lib/aasm/version.rb
  • M spec/unit/persistence/mongoid_persistance_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.