Welcome Guest | Login

after moving app to a mongrel instance, this route stopped working

I know this is very un-rails-like, but this is my route:

map.showrangeofweeks 'shows/:start/:numweeks/:dispname/:divtoupdate/:store',
               :controller => 'transactions',
               :action => 'dispweeks',
               :store => nil

Everything is working ok in WEBrick and it was working when I was using fastCGI, but now that I've followed the directions for getting a mongrel instance, whenever I click a link that uses showrangeofweeks_path I get this spit out in the production.log file:

ActionController::RoutingError (No route matches "/404.shtml" with {:method=>:get}):
   /usr/local/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path'

Any ideas what is wrong or where I might start looking to troubleshoot the problem?  Thanks

2008-06-02 09:47 PM

Can you post us a support ticket with the exact URL to recreate this issue. This is necessary to troubleshoot this issue further.

2008-06-03 01:28 AM

Regards,
Rahul

Hello Guest! In order to post you must be an active client with us, please log in or sign up.