Changeset [f9617c398c329ebec580ef467b9f8b7a4de2d517] by Thorsten Böttger

August 24th, 2016 @ 06:54 AM

Merge branch 'master' into whiny_persistence_is_now_default
https://github.com/aasm/aasm/commit/f9617c398c329ebec580ef467b9f8b7...

Committed by Thorsten Böttger

  • A spec/models/guard_with_params.rb
  • A spec/models/guard_with_params_multiple.rb
  • A spec/unit/guard_with_params_multiple_spec.rb
  • A spec/unit/guard_with_params_spec.rb
  • M ".travis.yml"
  • M CHANGELOG.md
  • M README.md
  • M aasm.gemspec
  • M gemfiles/rails_4.0_mongo_mapper.gemfile
  • M gemfiles/rails_4.2_mongo_mapper.gemfile
  • M lib/aasm/instance_base.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.