Jared Morgan
Jared Morgan
I'm not clear on why anything would need to be added to dm-devise. Couldn't you just add that line to application.rb or an initializer? I'm probably missing something, though.
Ah, I think I see now. dm-devise doesn't actually provide any controllers, but uses the controllers from devise (in https://github.com/plataformatec/devise/tree/master/app/controllers/devise; more precisely, all dm-devise does is make sure DataMapper models...
I haven't made any progress on this. I don't have any experience with using controllers in plugins, so I'm fighting a learning curve on that. dm-devise could have its own...
I believe the ViolationSet#violations method isn't in any of the released dm-validations gems yet. Could you check? If it is in 1.2.0, I'll merge this in (If you want to...
I've thought about it but don't have any immediate plans to work on it. I started a branch (field_types) a while back with the goal of simplifying adding other record...
@henriquegasques To the best of my memory, the replacement with space was added as a quick fix for somebody years ago who had an issue. I vaguely remember thinking it...