Skip to content

Instantly share code, notes, and snippets.

@coderdan
Created June 29, 2015 04:45
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coderdan/fdcff0408bdb1c8b2dd5 to your computer and use it in GitHub Desktop.
Save coderdan/fdcff0408bdb1c8b2dd5 to your computer and use it in GitHub Desktop.
Started POST "/events" for 59.167.130.80 at 2015-06-29 04:45:23 +0000
Processing by EventsController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"1I+XIaiEAOacU+eoAVz5BU/1LILv7lDBDCQahCWMPUe5PCxRu2NFNfDT68tPhxM3yCtYNKWT0byB96Am+LDLZQ==", "event"=>{"event_name"=>"Simple 1", "start_time(1i)"=>"2015", "start_time(2i)"=>"6", "start_time(3i)"=>"30", "time_slot_ids"=>["1", "2", ""]}, "commit"=>"Create my event"}
User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]]
Unpermitted parameter: time_slot_ids
(0.1ms) begin transaction
SQL (0.4ms) INSERT INTO "events" ("event_name", "start_time", "user_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["event_name", "Simple 1"], ["start_time", "2015-06-30 00:00:00.000000"], ["user_id", 1], ["created_at", "2015-06-29 04:45:23.392162"], ["updated_at", "2015-06-29 04:45:23.392162"]]
(8.3ms) commit transaction
Redirected to https://togs-twitter2-tmehta2442.c9.io/events/41
Completed 302 Found in 16ms (ActiveRecord: 9.0ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment