Changeset [4e91f4966d3756f20476d7dea7b1aa752737b507] by HoyaBoya

February 5th, 2016 @ 03:28 PM

pessmistic lock work

model lock and reload

fix mis-spell

trivial commit to ping travis ci

documentation

spelling

better table

more edits with midu

correct spec descriptions
https://github.com/aasm/aasm/commit/4e91f4966d3756f20476d7dea7b1aa7...

Committed by HoyaBoya

  • 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
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.