Coming from ActiveRecord land, I expect both object.save and object.save! to run validation before hand.
It turned out that only object.save! skipped validation. I'm guessing dm-validations only override #save method. -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=.
