This project is archived and is in readonly mode.
close this ticket.
Reported by McClain Looney | January 23rd, 2009 @ 09:24 PM | in 2.x
Ignore this ticket. Found the root of the problem, not related to rails.
Comments and changes to this ticket
-
McClain Looney January 23rd, 2009 @ 09:27 PM
very stupid patch that seems to do what i want:
@@ -45,7 +50,8 @@ (only_keys || hash.keys).each do |key| if value = hash[key] - elements << value.to_query(key) + elements << value.to_query(key) unless value.is_a? Hash + elements << value.to_query() if value.is_a? Hash end end
-
McClain Looney January 23rd, 2009 @ 09:32 PM
nevermind, some vendored gem had its own to_query...
close this.
-
McClain Looney January 23rd, 2009 @ 09:34 PM
- Title changed from to_query(arg) seems to fail for nested hashes to close this ticket.
-
Pratik January 24th, 2009 @ 01:51 AM
- State changed from new to invalid
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »
<h2 style="font-size: 14px">Tickets have moved to Github</h2>
The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>