Skip to content

Instantly share code, notes, and snippets.

@universal
Created April 21, 2016 13:36
Show Gist options
  • Save universal/6d6fe189082455f97f1c97cf3d2738f8 to your computer and use it in GitHub Desktop.
Save universal/6d6fe189082455f97f1c97cf3d2738f8 to your computer and use it in GitHub Desktop.
Started GET "/en?utf8=%E2%9C%93&commit=test" for 127.0.0.1 at 2016-04-21 15:35:10 +0200
Processing by HomeController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"test", "locale"=>"en"}
...
Parameters: {"utf8"=>"✓", "commit"=>"foo", "locale"=>"en"}
= form_tag root_path, method: :get do
= submit_tag :test
= submit_tag :foo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment