Created
April 21, 2016 13:36
-
-
Save universal/6d6fe189082455f97f1c97cf3d2738f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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"} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
= 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