HELP! Strange script error

I type in "ruby script/generate" to get usage directions, and I get an error! Here it is:

$ruby script/generate /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:965:in `build': Illegal route: the :controller must be specified! (ArgumentError)         from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:1172:in `add_route'

I'm under the gun, so if anyone has any suggestions, I'd appreciate it.

Doug Hall

I type in "ruby script/generate" to get usage directions, and I get an error! Here it is:

$ruby script/generate /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:965:in `build': Illegal route: the :controller must be specified! (ArgumentError)         from /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.3/lib/ action_controller/routing.rb:1172:in `add_route'

I'm under the gun, so if anyone has any suggestions, I'd appreciate it.

Doug Hall

Check your route.rb file. If anything looks oddball, comment it out and see if it helps.

Regards,

Rich

That was it, thanks! I wasn't finished creating a "catch-all" route.