Hear us Roar
Article:
 |
|
Rolling with Ruby on Rails
|
| Subject: |
|
"Routing Error" |
| Date: |
|
2005-02-25 20:13:23 |
| From: |
|
ion2
|
|
|
|
I'm having trouble with the tutorial using Rails 0.9.5. When I try to get my application to produce a 404 error, instead I get a "Routing Error" message and Failure Reasons:
<ActionController::Routing::Route ":controller/service.wsdl" when {:action=>"wsdl"}> failed because no controller found at subpath garbage
<ActionController::Routing::Route ":controller/:action/:id" || {:id=>nil, :action=>"index"}> failed because no controller found at subpath garbage
In the console window where the server is running I get "[2005-02-25 23:05:45] ERROR Errno::EINVAL: Invalid argument" and then a number of ruby script filenames, line numbers and procedure names. The last line is "script/server:51".
Do you know if this is a bug in WEBrick?
|
|
| |