On Wed, Apr 20, 2011 at 12:54 PM, hoboy Hoboy <[email protected]> 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 [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.

