Displaying 1 result from an estimated 1 matches for "handle_req".
Did you mean:
handle_ret
2006 Jul 20
0
Routing error
...39;
and it works but gives an error with every single HTTPrequest, even the
ones matching the standard (and higher priority) routes.
As an alternative I tried implementing it using
map.connect ''*path'', :controller => ''application'', :action =>
''handle_req''
and the do a redirect in that function, much along the lines of the last
example in
http://www.bigbold.com/snippets/tags/routes
but I still get this error in the log (see below)
Help is greatly appreciated!
Thanks
Michael
[2006-07-20 20:26:54] ERROR Errno::EINVAL: Invalid argument...