On Oct 17, 2011, at 11:43 PM, Paul wrote: > I get the following exception when I use the new code: > > Uncaught exception: undefined method `skip_auto_validation_for?' for > UserProfile:Class > > Here is my gem file definition: > gem 'dm-validations', :git => 'git://github.com/emmanuel/dm- > validations'
The work is on the 'feature/reorganize' branch, not 'master'; I have set github to show that branch by default, but bundler doesn't follow that setting. So, you'll need to specify the branch: gem 'dm-validations', :git => 'git://github.com/emmanuel/dm-validations', :branch => 'feature/reorganize' Hope that helps, Emmanuel -- You received this message because you are subscribed to the Google Groups "DataMapper" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/datamapper?hl=en.
