I like Rails and so I'm drawn to Rob Conery's Massive ORM as its ... well, very railsish.
My question is how exactly can you and should you do validations with Massive? In Rails you can use the simple "validates" keyword to do inline validations and/or refer to a method to call ... along with the ability to define when such validation takes place (e.g. for create only, after save, etc...).
Are such Rails inspired validations available with Massive? If so, what's the recommended approach?
Thanks much -wg