Created
February 20, 2014 07:17
-
-
Save axilaris/9108504 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 POST "/comments" for 127.0.0.1 at 2014-02-20 15:17:29 +0800 | |
Processing by CommentsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"e5H/BFDMZgm95XBV+vViasyFIQdSZ7qKflZqEEHN8kY=", "comment"=>{"user_id"=>"1", "comments_text"=>"test"}, "commit"=>"Create Comment"} | |
Unpermitted parameters: user_id | |
(0.2ms) BEGIN | |
SQL (0.6ms) INSERT INTO "comments" ("comments_text", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["comments_text", "test"], ["created_at", Thu, 20 Feb 2014 07:17:29 UTC +00:00], ["updated_at", Thu, 20 Feb 2014 07:17:29 UTC +00:00]] | |
(0.6ms) COMMIT | |
Redirected to http://localhost:3000/comments/6 | |
Completed 302 Found in 6ms (ActiveRecord: 1.4ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment