Changeset [7a7a17f5e8bb98ed34b9c85d9eb2da99d2954253] by Thorsten Böttger
February 4th, 2016 @ 09:04 PM
Merge pull request #300 from LeeChSien/master
Add dynamoid
support.
https://github.com/aasm/aasm/commit/7a7a17f5e8bb98ed34b9c85d9eb2da9...
Committed by Thorsten Böttger
- A lib/aasm/persistence/dynamoid_persistence.rb
- A spec/models/dynamoid/complex_dynamoid_example.rb
- A spec/models/dynamoid/dynamoid_multiple.rb
- A spec/models/dynamoid/dynamoid_simple.rb
- A spec/unit/persistence/dynamoid_persistence_multiple_spec.rb
- A spec/unit/persistence/dynamoid_persistence_spec.rb
- M ".travis.yml"
- M Gemfile
- M gemfiles/rails_4.0.gemfile
- M gemfiles/rails_4.0_mongo_mapper.gemfile
- M gemfiles/rails_4.1.gemfile
- M gemfiles/rails_4.1_mongo_mapper.gemfile
- M gemfiles/rails_4.2.gemfile
- M gemfiles/rails_4.2_mongo_mapper.gemfile
- M gemfiles/rails_4.2_mongoid_5.gemfile
- M lib/aasm/persistence.rb
- M spec/spec_helper.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.