Changeset [921cfdad5ce8526ff27b3994b504cb4704355185] by Thorsten Böttger
January 16th, 2012 @ 11:27 AM
ActiveRecord persistence can ignore validation when trying to
save invalid models
https://github.com/rubyist/aasm/commit/921cfdad5ce8526ff27b3994b504...
Committed by Thorsten Böttger
- A spec/models/invalid_persistor.rb
- A spec/models/validator.rb
- M CHANGELOG.md
- M README.md
- M lib/aasm/base.rb
- M lib/aasm/persistence/active_record_persistence.rb
- M spec/schema.rb
- M spec/unit/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.