hash_to_hidden_fields icon indicating copy to clipboard operation
hash_to_hidden_fields copied to clipboard

In goes a hash, out comes hidden fields. Great for preserving Rails parameters without abusing the session.

Results 1 hash_to_hidden_fields issues
Sort by recently updated
recently updated
newest added

did you know `to_form_params()`? i just wonder why is it private. perhaps we could cry until rails make it public? https://github.com/rails/rails/blob/870dde4710f1492c83233620f343ec414a07a950/actionview/lib/action_view/helpers/url_helper.rb#L333 https://github.com/rails/rails/blob/870dde4710f1492c83233620f343ec414a07a950/actionview/lib/action_view/helpers/url_helper.rb#L618