Skip to content

Instantly share code, notes, and snippets.

@Evanto
Created April 22, 2017 12:09
Show Gist options
  • Save Evanto/eb4e71cd313da4f4c6dfc73593de145c to your computer and use it in GitHub Desktop.
Save Evanto/eb4e71cd313da4f4c6dfc73593de145c to your computer and use it in GitHub Desktop.
Processing by SleepsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"w0wShxOtkYWylIPjmWyQXPOjdjMAK8O8uYLUH7M+w06xI27SqDRZVdoscSMbDsRkg8YEWtGyZSkIG2XxI6d0cQ==", "sleep"=>{"hours(1i)"=>"1", "hours(2i)"=>"1", "hours(3i)"=>"1", "hours(4i)"=>"06", "hours(5i)"=>"20"}, "commit"=>"Submit"}
(0.1ms) begin transaction
SQL (7.8ms) INSERT INTO "sleeps" ("hours", "created_at", "updated_at") VALUES (?, ?, ?) [["hours", 0001-01-01 06:20:00 UTC], ["created_at", 2017-04-22 11:44:40 UTC], ["updated_at", 2017-04-22 11:44:40 UTC]]
(2.3ms) commit transaction
Redirected to http://localhost:3000/sleeps
Completed 302 Found in 14ms (ActiveRecord: 10.2ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment