[Rails] devise issue

2010-09-19 Thread Dave Ganly
Devise is very powerful, but I am struggling to get it to do what I want - I'm very new to rails so please forgive any stupidity in the below. I followed the instructions on: http://github.com/plataformatec/devise/wiki/How-to-edit-user-form-without-current-password -- because I don't want users

Re: [Rails] devise issue

2010-09-19 Thread radhames brito
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

[Rails] Devise issue

2010-08-08 Thread Abder-Rahman Ali
I'm following the devise Rails cast here: http://railscasts.com/episodes/209-introducing-devise After I signup, I get the following: http://paste.pocoo.org/show/247793/ Provided that I'm using Rails3.0.0.rc. Any ideas? Thanks. -- Posted via http://www.ruby-forum.com/. -- You received this