For anyone interested in using devise with datamapper, I have a project up at http://github.com/jm81/dm-devise . It is fully functional (works with Rails 3 and Devise masters only), so everything you can do with Devise in Active Record should work the same in DataMapper. There's an option for using either dm-validations or ActiveModel validations, depending on your preference (ActiveModel includes I18n support, so I thought I'd give it a try and after some help from José Valim, it works). More info and installation instructions are in the README. If you try it out, I'd appreciate any feedback.
As an aside, if you're interested, I got I18n working with dm- validations at http://github.com/jm81/devise/blob/dm-compatibility/lib/devise/orm/data_mapper.rb (bottom of the file), but for ease of maintenance in the dm-devise gem, I decided just to set default_error_messages to the message formats expected by devise, at least for now. - Jared Morgan [email protected] -- You received this message because you are subscribed to the Google Groups "DataMapper" 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/datamapper?hl=en.
