kristianmandrup / mm-devise

Mongo Mapper integration for Devise framework
MIT License
46 stars 16 forks source link

Broken by Devise 1.2.0 #5

Closed elight closed 13 years ago

elight commented 13 years ago

Devise's use of orm_adapter appears to have broken mm-devise. orm_adapter introfuces a "to_adapter" method that is created on the Devise-enabled class. It appears that mm-devise would have to do something similar. However, orm_adapter predictably does not support mongomapper.

jayzes commented 13 years ago

I'm running into the same issue - looks like devise 1.3.0 uses the same structure

mikebevz commented 13 years ago

The same here. Any solutions?

kristianmandrup commented 13 years ago

Looks like it should be fixed now ;) Please let me know if you still got any problems. @bmarini submitted a pull request that I merged that should get this gem up to speed.

kristianmandrup commented 13 years ago

I just made a 1.2 release. Let me know how it works for you guys ;)