How does Rails (Rack) parse complicated form name with arrays and hashes
I found this great blog by Noah Gibbs, to something I’ve been wording about for a while. Quite often some of my forms get really into the nesting by name=”name[1][key1][key2][]”, this blog post provides information on how to test it out with IRB so I know exactly what I’m generating.
http://codefol.io/posts/How-Does-Rack-Parse-Query-Params-With-parse-nested-query
Post a comment