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