Rackによるクエリ文字列のパースの実装を調査してみた

はじめに 以下のように同じ名前のフィールドをそれぞれ2つ定義するとします。 <%= text_field_tag "sample[form_items_attributes][0][option_settings][][label]" %> <%= text_field_tag "sample[form_items_attributes][0][option_settings][][description]" %> <%= text_field_tag "sample[form_items_attributes][0][option_settings][][label]" %> … 続きを読む Rackによるクエリ文字列のパースの実装を調査してみた