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 <[email protected]> wrote: > 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" 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. > -- 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.

