[Rails] Re: devise issue

2010-09-19 Thread Dave Ganly
radhames brito wrote: 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?

Re: [Rails] Re: devise issue

2010-09-19 Thread radhames brito
Oh sorry i dont use the registration controller so maybe thats why i didnt know that -- 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 rubyonrails-t...@googlegroups.com. To unsubscribe from this group,

[Rails] Re: Devise issue

2010-08-08 Thread Abder-Rahman Ali
I have now removed :confirmable from user.rb, and got: undefined local variable or method `root_path' for #Devise::RegistrationsController:0x25327b0 -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk

Re: [Rails] Re: Devise issue

2010-08-08 Thread Patrick Robertson
Ensure that something is mapped to the root path. In rails 2.3 it would be something like this in config/routes.rb: map.root, :controller = home Sent from my iPhone On Aug 8, 2010, at 6:06 PM, Abder-Rahman Ali li...@ruby-forum.com wrote: I have now removed :confirmable from user.rb, and got: