RailsCasts Pro episodes are now free!

Learn more or hide this

Thomas Troelsen's Profile

GitHub User: Th0Truck

Comments by Thomas Troelsen

Avatar

Removed 'patch :update_many' from routes.rb - now things are looking up :)

Avatar

Rookie in need of some help: It doesn't seem to matter what I do, I get this error:
.rvm/gems/ruby-1.9.3-p286-falcon/gems/actionpack-4.0.0/lib/action_dispatch/routing/mapper.rb:229:in `default_controller_and_action': missing :controller (ArgumentError)
Bundler complete without problems, rake or rails commands fails with before mentioned or simular.
I checked controllers, and yes; they are all there...
So far I have narrowed it down to my routes.rb, but can't see what the problem is.
Any help?