I upgrade an app to rails 2.2 rc and deploy it to phusion passenger. However, it fails. The error msg is " ActionController::RoutingError (No route matches "/msp/projects/new" with {:method=>:get})", in which the "msp" is the prefix path. The app works well if it is start with the command "ruby script/ server" or "mongrel_rails start".
Then, I use the command "mongrel_rails start --prefix /msp ", getting the same result as above.
more error msg is below:
ActionController::RoutingError (No route matches "/msp/projects/new" with {:method=>:get}): /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/routing/recognition_optimisation.rb:66:in `recognize_path' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/routing/route_set.rb:385:in `recognize' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/dispatcher.rb:179:in `handle_request' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/dispatcher.rb:107:in `dispatch_unlocked' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/dispatcher.rb:120:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/dispatcher.rb:119:in `synchronize' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/dispatcher.rb:119:in `dispatch' /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.2.0/lib/ action_controller/dispatcher.rb:129:in `dispatch_cgi'