Changeset [f270936f99cdd22f3e0df55a9d45d413ef1f9ae1] by Tim Vergenz

January 7th, 2016 @ 03:45 PM

Document return value for auto-saved state transitions

My team just ran into a bug that took a long time to track down where
an auto-saved state transition method unexpectedly swallowed
exceptions. Some documentation on the behavior would have saved a lot
of searching. :)
https://github.com/aasm/aasm/commit/f270936f99cdd22f3e0df55a9d45d41...

Committed by Tim Vergenz

  • M README.md
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.