Patrick Robertson wrote:
>>
>> Thanks. Yes, I think there is a problem with the routs. I'm creating the
>> application from scratch though, and this is where I'm at:
>> http://www.ruby-forum.com/topic/214614#931504
>>
> 
> The Rails 3 equivalent would be
> root :to => 'pages#home'
> 
> That is assuming you get the pages controller with the home action 
> working
> properly in the other thread!
> 
> -Patrick Robertson

Now, this is what my routes.rb file look like:

http://paste.pocoo.org/show/247808/

The problem is when I try to navigate to: 
http://localhost:3000/users/sign_up

I just redirected to: http://localhost:3000 automatically and not able 
to open the signup page. Why is that?

Thanks.
-- 
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 rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to