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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---
> > 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 HallCheck your route.rb file. If anything looks oddball, comment it out and see if it helps. Regards, Rich --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
That was it, thanks! I wasn''t finished creating a "catch-all" route. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---