Changeset [09bcb6672362927456f24d425b668a1df5977564] by Thorsten Böttger
February 9th, 2016 @ 05:06 AM
Merge pull request #283 from HoyaBoya/feature/pessimstic_locking_on_ar_persistence
Introduce Pessimistic Locking For AR Persistence
https://github.com/aasm/aasm/commit/09bcb6672362927456f24d425b668a1...
Committed by Thorsten Böttger
- M README.md
- M lib/aasm/base.rb
- M lib/aasm/configuration.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/database.rb
- M spec/models/transactor.rb
- M spec/unit/persistence/active_record_persistence_spec.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.