Displaying 1 result from an estimated 1 matches for "sidewayspony".
2005 Mar 15
0
0.10.0, Routes and Query strings
...This is all cool and everything works fine http://www.siteroot.com/
maps to http://www.siteroot.com/main_controller/index
But when I add a query string to the end like this...
http://www.siteroot.com/?offset=10
...the poop hits the fan
And I get this stacktrace in my error.log
/Library/WebServer/sidewayspony/public/../config/..//vendor/activesupport/lib/active_support/core_ext/hash/keys.rb:27:in
`symbolize_keys'': undefined method `to_sym'' for nil:NilClass
(NoMethodError)
from /Library/WebServer/sidewayspony/public/../config/..//vendor/activesupport/lib/active_support/core_ext/...