Created
April 3, 2012 18:22
-
-
Save ruevaughn/2294406 to your computer and use it in GitHub Desktop.
The application.log file of my rails app
This file contains 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 "/tickets/1/comments" for 127.0.0.1 at 2012-04-03 12:16:25 -0600 | |
Processing by CommentsController#create as HTML | |
Parameters: {"utf8"=>"✓", "comment"=>{"text"=>"Is it out yet?"}, "tags"=>"", "commit"=>"Create Comment", "ticket_id"=>"1"} | |
[1m[36mState Load (0.0ms)[0m [1mSELECT "states".* FROM "states" [0m | |
[1m[35mUser Load (0.0ms)[0m SELECT "users".* FROM "users" WHERE "users"."id" = 2 LIMIT 1 | |
[1m[36mTicket Load (0.0ms)[0m [1mSELECT "tickets".* FROM "tickets" WHERE "tickets"."id" = ? LIMIT 1[0m [["id", "1"]] | |
[1m[35mProject Load (0.0ms)[0m SELECT "projects".* FROM "projects" WHERE "projects"."id" = 1 LIMIT 1 | |
[1m[36mPermission Load (0.0ms)[0m [1mSELECT "permissions".* FROM "permissions" WHERE "permissions"."user_id" = 2[0m | |
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1 | |
[1m[36mTicket Load (0.0ms)[0m [1mSELECT "tickets".* FROM "tickets" WHERE "tickets"."id" = 1 LIMIT 1[0m | |
[1m[35mState Load (0.0ms)[0m SELECT "states".* FROM "states" WHERE "states"."id" IS NULL LIMIT 1 | |
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "comments" ("created_at", "previous_state_id", "state_id", "text", "ticket_id", "updated_at", "user_id") VALUES (?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 03 Apr 2012 18:16:25 UTC +00:00], ["previous_state_id", nil], ["state_id", nil], ["text", "Is it out yet?"], ["ticket_id", 1], ["updated_at", Tue, 03 Apr 2012 18:16:25 UTC +00:00], ["user_id", 2]] | |
[1m[35mState Load (0.0ms)[0m SELECT "states".* FROM "states" WHERE "states"."id" IS NULL LIMIT 1 | |
[1m[36mUser Load (0.0ms)[0m [1mSELECT "users".* FROM "users" INNER JOIN "ticket_watchers" ON "users"."id" = "ticket_watchers"."user_id" WHERE "ticket_watchers"."ticket_id" = 1[0m | |
[1m[35mProject Load (0.0ms)[0m SELECT "projects".* FROM "projects" WHERE "projects"."id" = 1 LIMIT 1 | |
Rendered notifier/comment_updated.text.erb (0.0ms) | |
Sent mail to [email protected] (0ms) | |
Date: Tue, 03 Apr 2012 12:16:25 -0600 | |
From: [email protected] | |
To: [email protected] | |
Message-ID: <[email protected]> | |
Subject: [ticketee] TextMate 2 - Release date | |
Mime-Version: 1.0 | |
Content-Type: text/plain; | |
charset=UTF-8 | |
Content-Transfer-Encoding: 7bit | |
Hello! | |
[email protected] (User) has just updated the | |
Release date ticket for | |
TextMate 2. They wrote: | |
Is it out yet? | |
You can view this ticket on line by going to: | |
http://localhost:3000/projects/1/tickets/1 | |
Rendered notifier/comment_updated.text.erb (0.0ms) | |
Sent mail to [email protected] (0ms) | |
Date: Tue, 03 Apr 2012 12:16:25 -0600 | |
From: [email protected] | |
To: [email protected] | |
Message-ID: <[email protected]> | |
Subject: [ticketee] TextMate 2 - Release date | |
Mime-Version: 1.0 | |
Content-Type: text/plain; | |
charset=UTF-8 | |
Content-Transfer-Encoding: 7bit | |
Hello! | |
[email protected] (User) has just updated the | |
Release date ticket for | |
TextMate 2. They wrote: | |
Is it out yet? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment