Hi all, guess no one has tried to combine the two.
Devise seems support a sort of orm map. They seem to use ActiveRecord style methods. so the following is just a map to sequel. Here's my first attempt, would appreciate any pointers (this is my first time using either library). My main concerns are in the mapping the find method and the hooks. See the code from github: http://github.com/mooman/devise_sequel/blob/master/devise/orm/sequel.rb Thank you, everyone. -mooman On Mar 3, 5:04 pm, mooman <[email protected]> wrote: > Hi everyone, > > I would love to use Sequel for my new Rails 3 development. But I will > need to useDeviseas my authentication method. Does anyone have > experience getting these 2 to work together? > > Thank you! -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
