Hi,
My rails-app runs in a subdirectory, it works without problems with
Rails 2.1.2. When I change the apps gem-version to 2.2.2, or try a new
app, I get routing-errors. No changes made to passengers configuration
file.
URL:
www.example.com/<subdir>/<app-routes>
I get the following error using map.resource routes:
Routing Error
No route matches "/<subdir>/" with {:method=>:get}
When I switch gem-version back to 2.1.2 it works.
Is there a rails base_uri configuration I'm missing? Passenger
configuration? A Rails problem?
Best regards,
HP