dm-devise
dm-devise copied to clipboard
Add DataMapper support to devise for Rails authentication
Results
2
dm-devise issues
Sort by
recently updated
recently updated
newest added
I wrote test, which use factory girl 3.0 and saw deprecated warning: "DataMapper::Validation::ViolationSet#errors is deprecated, use DataMapper::Validation::ViolationSet#violations instead (.../dm-devise-2.0.1/lib/devise/orm/data_mapper/validations/dm-validations.rb:18:in `add')" I fixed this warning in this commit
Support setting globally on start up: ``` DataMapper::Model.raise_on_save_failure = true ```