Changeset [30b1edb1e7991eee393044ea701b7db28ba83f3c] by Jason Lee
January 10th, 2016 @ 07:34 AM
Committed by Jason Lee
- 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.