What turns URL params like http://site.com/people?name=bobo into { :name => "bobo" } in Ruby? And what turns extra-weird Rails or Sinatra params like /path?people[][name]=bobo&people[][first_love]=cheese into hashes and arrays? What the Hell is That? Googling “rails query param names with square brackets” doesn’t help much. And Rails doesn’t make it easy to find docs for this. So what’s going on w