and I am getting the below error, and i dont know what it means -
please help
thanks - Jeff
C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/actionpack-3.2.0/
lib/action_dispatch/routing/mapper.rb:179:in default_controller_and_action': missing :controller from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:76:innormalize_options!’
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/
actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:59:in initialize' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:innew’
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/
actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in add_route' from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/ actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1282:indecomposed_match’
from C:/RailsInstaller/Ruby1.9.2/lib/ruby/gems/1.9.1/gems/
actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1268:in `block
in match’
please help
lib/action_dispatch/routing/mapper.rb:179:in
actionpack-3.2.0/lib/action_dispatch/routing/mapper.rb:1302:in
–
You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Thanks a ton Fred. I went to my routes.rb file and after staring at
it for about an hour, I found the typo. dam typos. learning this is
a ton of fun, but I am losing some hair.