Sha256: 4863c9268f4d5c21b659dfb4bc6e80f5c231bd47e839b9c5dc5c43102d258e47
Contents?: true
Size: 1.14 KB
Versions: 3
Compression:
Stored size: 1.14 KB
Contents
* Incremented version number * Cleaned up aasm_states_for_select to return the value as a string * Specs and bug fixes for the ActiveRecordPersistence, keeping persistence columns in sync Allowing for nil values in states for active record Only set state to default state before_validation_on_create New rake task to uninstall, build and reinstall the gem (useful for development) Changed scott's email address to protect it from spambots when publishing rdocs New non-(!) methods that allow for firing events without persisting [Jeff Dean] * Added aasm_states_for_select that will return a select friendly collection of states. * Add some event callbacks, #aasm_event_fired(from, to), and #aasm_event_failed(event) Based on transition logging suggestion [Artem Vasiliev] and timestamp column suggestion [Mike Ferrier] * Add #aasm_events_for_state and #aasm_events_for_current_state [Joao Paulo Lins] * Ensure that a state is written for a new record even if aasm_current_state or {state}= are never called. * Fix AR persistence so new records have their state set. [Joao Paulo Lins] * Make #event! methods return a boolean [Joel Chippindale]
Version data entries
3 entries across 3 versions & 3 rubygems
Version | Path |
---|---|
rubyist-aasm-2.0.0 | CHANGELOG |
spicycode-aasm-2.0.0 | CHANGELOG |
aasm-2.0.0 | CHANGELOG |