"I had to copy my devise/registrations views out to just views/registrations."
did you do that in the gem? because you are suppose to use rails g devise_views to do that to edit without requiring a password put this in your user model def password_required? self.new_record? end -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: 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/rubyonrails-talk?hl=en.

