Skip to content

Instantly share code, notes, and snippets.

@leemcalilly
Created July 3, 2013 20:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leemcalilly/ef0a58695b7318f068ab to your computer and use it in GitHub Desktop.
Save leemcalilly/ef0a58695b7318f068ab to your computer and use it in GitHub Desktop.
Started POST "/checkouts" for 127.0.0.1 at 2013-07-03 16:10:01 -0400
Processing by CheckoutsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"/SevzYcZYmJcyVB4lS9ry49n7rZ/SKokTnILsyrq5F4=", "checkout"=>{"job"=>"Barback", "employee_ids"=>"3", "shift"=>"Brunch", "date(1i)"=>"2013", "date(2i)"=>"7", "date(3i)"=>"3", "hours"=>"5", "sales"=>"0.00", "tips"=>"0.00", "owed"=>"0.00", "collected"=>"0.00", "notes"=>""}, "commit"=>"Create Checkout"}
User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = $1 LIMIT 1 [["id", 1]]
Unpermitted parameters: employee_ids
(0.3ms) BEGIN
(0.2ms) ROLLBACK
Completed 500 Internal Server Error in 10ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment