Re: [Rails] I need help: No route matches "/RailsApplication3"

2011-04-20 Thread David Kahn
On Wed, Apr 20, 2011 at 12:54 PM, hoboy Hoboy  wrote:

> I have create a little app on netbeans 7.
> This is my first RoR app.
>
> when I run it I get the following error.
> Started GET "/RailsApplication3" for 127.0.0.1 at Wed Apr 20 18:33:54
> +0200 2011
>
> ActionController::RoutingError (No route matches "/RailsApplication3"):
>

try pointing to http://localhost:3000 and report back what you get. You
should not put your app name in the url.

Also urls can be case sensitive.


>
>
> Rendered
>
> /var/lib/gems/1.8/gems/actionpack-3.0.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
> within rescues/layout (0.8ms)
>
> --
> 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-talk@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.
>
>

-- 
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-talk@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.



[Rails] I need help: No route matches "/RailsApplication3"

2011-04-20 Thread hoboy Hoboy
I have create a little app on netbeans 7.
This is my first RoR app.

when I run it I get the following error.
Started GET "/RailsApplication3" for 127.0.0.1 at Wed Apr 20 18:33:54
+0200 2011

ActionController::RoutingError (No route matches "/RailsApplication3"):


Rendered
/var/lib/gems/1.8/gems/actionpack-3.0.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb
within rescues/layout (0.8ms)

-- 
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-talk@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.