Changeset [d22dd21ee1522420b5e4473468a2b0d9bde1699f] by Thorsten Böttger

October 27th, 2015 @ 05:58 AM

Merge pull request #278 from aasm/mongoid_5

Add support for Mongoid 5
https://github.com/aasm/aasm/commit/d22dd21ee1522420b5e4473468a2b0d...

Committed by Thorsten Böttger

  • A gemfiles/rails_4.0_mongo_mapper.gemfile
  • A gemfiles/rails_4.1_mongo_mapper.gemfile
  • A gemfiles/rails_4.2_mongo_mapper.gemfile
  • A gemfiles/rails_4.2_mongoid_5.gemfile
  • R gemfiles/rails_4.0_bson1.gemfile
  • R gemfiles/rails_4.1_bson1.gemfile
  • R gemfiles/rails_4.2_bson1.gemfile
  • M ".travis.yml"
  • M lib/aasm/persistence/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.