lucasrenan / CouchRest-Model-ORM-for-Devise

It integrates Devise with CouchDB
17 stars 2 forks source link

Devise Schema Used is deprecated and cannot be used with Devise >2.x #3

Closed stonehz closed 12 years ago

stonehz commented 12 years ago

I tried to use the ORM with Devise but I have a problem here: https://github.com/lucasrenan/CouchRest-Model-ORM-for-Devise/blob/master/couchrestmodel.rb#L23 It seems that Schema has been deprecated... Any Suggestions or workarounds?

lucasrenan commented 12 years ago

@stonehz sorry for late response.

unfortunately, you can't use this gem with devise anymore :( devise uses orm adapter that supports just ar or mongoid, not couchdb odm's but you can build another hack or hack authlogic like this https://gist.github.com/1291395

sorry