librato-rails 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17940,3 +17940,2293 @@ Completed 200 OK in 302ms (Views: 0.6ms | ActiveRecord: 0.0ms)
17940
17940
  SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
17941
17941
   (0.0ms) RELEASE SAVEPOINT active_record_1
17942
17942
   (1.7ms) rollback transaction
17943
+ Connecting to database specified by database.yml
17944
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
17945
+ Migrating to CreateUsers (20120719231810)
17946
+  (0.1ms) begin transaction
17947
+
17948
+
17949
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 10:40:48 -0700
17950
+ Processing by HomeController#custom as HTML
17951
+ Rendered text template (0.0ms)
17952
+ Completed 200 OK in 68ms (Views: 12.3ms | ActiveRecord: 0.3ms)
17953
+  (0.1ms) rollback transaction
17954
+  (0.1ms) begin transaction
17955
+
17956
+
17957
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 10:40:48 -0700
17958
+ Processing by HomeController#custom as HTML
17959
+ Rendered text template (0.0ms)
17960
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
17961
+  (0.1ms) rollback transaction
17962
+  (0.0ms) begin transaction
17963
+
17964
+
17965
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 10:40:48 -0700
17966
+ Processing by HomeController#custom as HTML
17967
+ Rendered text template (0.0ms)
17968
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
17969
+  (0.0ms) rollback transaction
17970
+  (0.1ms) begin transaction
17971
+ [librato-rails] flushing 9400 (2012-09-10 10:40:48 -0700):
17972
+ {:counters=>[{:value=>1, :name=>"knightrider", :measure_time=>1347298848}], :source=>"custom-1.9400"}
17973
+  (0.1ms) rollback transaction
17974
+  (0.0ms) begin transaction
17975
+ [librato-rails] flushing 9400 (2012-09-10 10:40:48 -0700):
17976
+ {}
17977
+  (0.1ms) rollback transaction
17978
+  (0.1ms) begin transaction
17979
+ [librato-rails] flushing 9400 (2012-09-10 10:40:48 -0700):
17980
+ {:counters=>[{:value=>2, :name=>"foo", :measure_time=>1347298848}, {:value=>2, :name=>"bar", :measure_time=>1347298848}], :source=>"custom-1.9400"}
17981
+  (0.1ms) rollback transaction
17982
+  (0.0ms) begin transaction
17983
+ [librato-rails] flushing 9400 (2012-09-10 10:40:48 -0700):
17984
+ {:gauges=>[{:name=>"request.time.total", :count=>2, :sum=>203.39999999999998, :min=>81.3, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.9400"}
17985
+  (0.1ms) rollback transaction
17986
+  (0.1ms) begin transaction
17987
+ [librato-rails] flushing 9400 (2012-09-10 10:40:48 -0700):
17988
+ {:gauges=>[{:name=>"request.time.total", :count=>1, :sum=>122.1, :min=>122.1, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.9400"}
17989
+  (0.1ms) rollback transaction
17990
+  (0.1ms) begin transaction
17991
+  (0.0ms) rollback transaction
17992
+  (0.0ms) begin transaction
17993
+  (0.0ms) rollback transaction
17994
+  (0.0ms) begin transaction
17995
+  (0.0ms) rollback transaction
17996
+  (0.0ms) begin transaction
17997
+  (0.0ms) rollback transaction
17998
+  (0.0ms) begin transaction
17999
+  (0.0ms) rollback transaction
18000
+  (0.1ms) begin transaction
18001
+  (0.0ms) rollback transaction
18002
+  (0.1ms) begin transaction
18003
+  (0.0ms) rollback transaction
18004
+  (0.1ms) begin transaction
18005
+  (0.0ms) SAVEPOINT active_record_1
18006
+ SQL (9.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 17:40:49 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 17:40:49 UTC +00:00]]
18007
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18008
+ Rendered user_mailer/welcome_email.text.erb (32.3ms)
18009
+
18010
+ Sent mail to foo@foo.com (22ms)
18011
+ Date: Mon, 10 Sep 2012 10:40:49 -0700
18012
+ From: from@librato-rails.com
18013
+ To: foo@foo.com
18014
+ Message-ID: <504e262185f9e_24b83fe4f9434cd4864b0@Aither.local.mail>
18015
+ Subject: Why Howdy!
18016
+ Mime-Version: 1.0
18017
+ Content-Type: text/plain;
18018
+ charset=UTF-8
18019
+ Content-Transfer-Encoding: 7bit
18020
+
18021
+ This is a sample email, yay!
18022
+  (0.5ms) rollback transaction
18023
+  (0.1ms) begin transaction
18024
+
18025
+
18026
+ Started GET "/" for 127.0.0.1 at 2012-09-10 10:40:49 -0700
18027
+ Processing by HomeController#index as HTML
18028
+ Rendered home/index.html.erb within layouts/application (0.3ms)
18029
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.0ms)
18030
+
18031
+
18032
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 10:40:49 -0700
18033
+ Processing by StatusController#index as HTML
18034
+ Parameters: {"code"=>"204"}
18035
+ Rendered text template (0.0ms)
18036
+ Completed 204 No Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
18037
+  (0.1ms) rollback transaction
18038
+  (0.0ms) begin transaction
18039
+
18040
+
18041
+ Started GET "/" for 127.0.0.1 at 2012-09-10 10:40:49 -0700
18042
+ Processing by HomeController#index as HTML
18043
+ Rendered home/index.html.erb within layouts/application (0.0ms)
18044
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
18045
+  (0.1ms) rollback transaction
18046
+  (0.1ms) begin transaction
18047
+
18048
+
18049
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 10:40:49 -0700
18050
+ Processing by HomeController#boom as HTML
18051
+ Completed 500 Internal Server Error in 1ms
18052
+  (0.1ms) rollback transaction
18053
+  (0.1ms) begin transaction
18054
+
18055
+
18056
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 10:40:49 -0700
18057
+ Processing by HomeController#slow as HTML
18058
+ Rendered text template (0.0ms)
18059
+ Completed 200 OK in 302ms (Views: 0.8ms | ActiveRecord: 0.0ms)
18060
+  (0.1ms) rollback transaction
18061
+  (0.1ms) begin transaction
18062
+  (0.0ms) SAVEPOINT active_record_1
18063
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 17:40:49 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 17:40:49 UTC +00:00]]
18064
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18065
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18066
+  (0.1ms) SAVEPOINT active_record_1
18067
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 17:40:49.953875' WHERE "users"."id" = 1
18068
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18069
+  (0.0ms) SAVEPOINT active_record_1
18070
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18071
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18072
+  (0.5ms) rollback transaction
18073
+ Connecting to database specified by database.yml
18074
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18075
+ Migrating to CreateUsers (20120719231810)
18076
+  (0.1ms) begin transaction
18077
+
18078
+
18079
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 10:43:54 -0700
18080
+ Processing by HomeController#custom as HTML
18081
+ Rendered text template (0.0ms)
18082
+ Completed 200 OK in 58ms (Views: 9.3ms | ActiveRecord: 0.3ms)
18083
+  (0.1ms) rollback transaction
18084
+  (0.1ms) begin transaction
18085
+
18086
+
18087
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 10:43:54 -0700
18088
+ Processing by HomeController#custom as HTML
18089
+ Rendered text template (0.0ms)
18090
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
18091
+  (0.1ms) rollback transaction
18092
+  (0.0ms) begin transaction
18093
+
18094
+
18095
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 10:43:54 -0700
18096
+ Processing by HomeController#custom as HTML
18097
+ Rendered text template (0.0ms)
18098
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
18099
+  (0.0ms) rollback transaction
18100
+  (0.1ms) begin transaction
18101
+  (0.0ms) rollback transaction
18102
+  (0.0ms) begin transaction
18103
+  (0.0ms) rollback transaction
18104
+  (0.0ms) begin transaction
18105
+  (0.0ms) rollback transaction
18106
+  (0.0ms) begin transaction
18107
+  (0.0ms) rollback transaction
18108
+  (0.1ms) begin transaction
18109
+  (0.0ms) rollback transaction
18110
+  (0.0ms) begin transaction
18111
+  (0.0ms) rollback transaction
18112
+  (0.0ms) begin transaction
18113
+  (0.0ms) rollback transaction
18114
+  (0.2ms) begin transaction
18115
+  (0.1ms) SAVEPOINT active_record_1
18116
+ SQL (5.8ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 17:43:54 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 17:43:54 UTC +00:00]]
18117
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18118
+ Rendered user_mailer/welcome_email.text.erb (2.5ms)
18119
+
18120
+ Sent mail to foo@foo.com (17ms)
18121
+ Date: Mon, 10 Sep 2012 10:43:54 -0700
18122
+ From: from@librato-rails.com
18123
+ To: foo@foo.com
18124
+ Message-ID: <504e26daecd4c_25c93fea25c34cdc90792@Aither.local.mail>
18125
+ Subject: Why Howdy!
18126
+ Mime-Version: 1.0
18127
+ Content-Type: text/plain;
18128
+ charset=UTF-8
18129
+ Content-Transfer-Encoding: 7bit
18130
+
18131
+ This is a sample email, yay!
18132
+  (0.6ms) rollback transaction
18133
+  (0.1ms) begin transaction
18134
+
18135
+
18136
+ Started GET "/" for 127.0.0.1 at 2012-09-10 10:43:55 -0700
18137
+ Processing by HomeController#index as HTML
18138
+ Rendered home/index.html.erb within layouts/application (0.4ms)
18139
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.0ms)
18140
+
18141
+
18142
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 10:43:55 -0700
18143
+ Processing by StatusController#index as HTML
18144
+ Parameters: {"code"=>"204"}
18145
+ Rendered text template (0.0ms)
18146
+ Completed 204 No Content in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
18147
+  (0.1ms) rollback transaction
18148
+  (0.1ms) begin transaction
18149
+
18150
+
18151
+ Started GET "/" for 127.0.0.1 at 2012-09-10 10:43:55 -0700
18152
+ Processing by HomeController#index as HTML
18153
+ Rendered home/index.html.erb within layouts/application (0.1ms)
18154
+ Completed 200 OK in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
18155
+  (0.1ms) rollback transaction
18156
+  (0.1ms) begin transaction
18157
+
18158
+
18159
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 10:43:55 -0700
18160
+ Processing by HomeController#boom as HTML
18161
+ Completed 500 Internal Server Error in 1ms
18162
+  (0.1ms) rollback transaction
18163
+  (0.0ms) begin transaction
18164
+
18165
+
18166
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 10:43:55 -0700
18167
+ Processing by HomeController#slow as HTML
18168
+ Rendered text template (0.0ms)
18169
+ Completed 200 OK in 303ms (Views: 1.0ms | ActiveRecord: 0.0ms)
18170
+  (0.1ms) rollback transaction
18171
+  (0.1ms) begin transaction
18172
+  (0.1ms) SAVEPOINT active_record_1
18173
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 17:43:55 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 17:43:55 UTC +00:00]]
18174
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18175
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18176
+  (0.1ms) SAVEPOINT active_record_1
18177
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 17:43:55.369061' WHERE "users"."id" = 1
18178
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18179
+  (0.0ms) SAVEPOINT active_record_1
18180
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18182
+  (1.7ms) rollback transaction
18183
+ Connecting to database specified by database.yml
18184
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18185
+ Migrating to CreateUsers (20120719231810)
18186
+  (0.1ms) begin transaction
18187
+
18188
+
18189
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18190
+ Processing by HomeController#custom as HTML
18191
+ Rendered text template (0.0ms)
18192
+ Completed 200 OK in 70ms (Views: 14.6ms | ActiveRecord: 0.4ms)
18193
+  (0.1ms) rollback transaction
18194
+  (0.1ms) begin transaction
18195
+
18196
+
18197
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18198
+ Processing by HomeController#custom as HTML
18199
+ Rendered text template (0.0ms)
18200
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18201
+  (0.1ms) rollback transaction
18202
+  (0.1ms) begin transaction
18203
+
18204
+
18205
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18206
+ Processing by HomeController#custom as HTML
18207
+ Rendered text template (0.0ms)
18208
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18209
+  (0.1ms) rollback transaction
18210
+  (0.2ms) begin transaction
18211
+  (0.1ms) rollback transaction
18212
+  (0.1ms) begin transaction
18213
+  (0.1ms) rollback transaction
18214
+  (0.1ms) begin transaction
18215
+  (0.1ms) rollback transaction
18216
+  (0.1ms) begin transaction
18217
+  (0.0ms) rollback transaction
18218
+  (0.1ms) begin transaction
18219
+  (0.1ms) rollback transaction
18220
+  (0.1ms) begin transaction
18221
+  (0.1ms) rollback transaction
18222
+  (0.1ms) begin transaction
18223
+  (0.0ms) rollback transaction
18224
+  (0.1ms) begin transaction
18225
+  (0.1ms) SAVEPOINT active_record_1
18226
+ SQL (8.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:07:22 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:07:22 UTC +00:00]]
18227
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18228
+ Rendered user_mailer/welcome_email.text.erb (2.9ms)
18229
+
18230
+ Sent mail to foo@foo.com (16ms)
18231
+ Date: Mon, 10 Sep 2012 11:07:22 -0700
18232
+ From: from@librato-rails.com
18233
+ To: foo@foo.com
18234
+ Message-ID: <504e2c5aada9a_295a3fedd4434cdc637fe@Aither.local.mail>
18235
+ Subject: Why Howdy!
18236
+ Mime-Version: 1.0
18237
+ Content-Type: text/plain;
18238
+ charset=UTF-8
18239
+ Content-Transfer-Encoding: 7bit
18240
+
18241
+ This is a sample email, yay!
18242
+  (1.9ms) rollback transaction
18243
+  (0.1ms) begin transaction
18244
+
18245
+
18246
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18247
+ Processing by HomeController#index as HTML
18248
+ Rendered home/index.html.erb within layouts/application (0.4ms)
18249
+ Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.0ms)
18250
+
18251
+
18252
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18253
+ Processing by StatusController#index as HTML
18254
+ Parameters: {"code"=>"204"}
18255
+ Rendered text template (0.0ms)
18256
+ Completed 204 No Content in 1ms (Views: 0.9ms | ActiveRecord: 0.0ms)
18257
+  (0.1ms) rollback transaction
18258
+  (0.1ms) begin transaction
18259
+
18260
+
18261
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18262
+ Processing by HomeController#index as HTML
18263
+ Rendered home/index.html.erb within layouts/application (0.0ms)
18264
+ Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
18265
+  (0.1ms) rollback transaction
18266
+  (0.1ms) begin transaction
18267
+
18268
+
18269
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18270
+ Processing by HomeController#boom as HTML
18271
+ Completed 500 Internal Server Error in 1ms
18272
+  (0.1ms) rollback transaction
18273
+  (0.1ms) begin transaction
18274
+
18275
+
18276
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:07:22 -0700
18277
+ Processing by HomeController#slow as HTML
18278
+ Rendered text template (0.0ms)
18279
+ Completed 200 OK in 302ms (Views: 1.1ms | ActiveRecord: 0.0ms)
18280
+  (0.1ms) rollback transaction
18281
+  (0.1ms) begin transaction
18282
+  (0.1ms) SAVEPOINT active_record_1
18283
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:07:23 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:07:23 UTC +00:00]]
18284
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18285
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18286
+  (0.1ms) SAVEPOINT active_record_1
18287
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:07:23.115986' WHERE "users"."id" = 1
18288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18289
+  (0.0ms) SAVEPOINT active_record_1
18290
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18291
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18292
+  (1.9ms) rollback transaction
18293
+ Connecting to database specified by database.yml
18294
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18295
+ Migrating to CreateUsers (20120719231810)
18296
+  (0.1ms) begin transaction
18297
+
18298
+
18299
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:08:45 -0700
18300
+ Processing by HomeController#custom as HTML
18301
+ Rendered text template (0.0ms)
18302
+ Completed 200 OK in 58ms (Views: 10.0ms | ActiveRecord: 0.3ms)
18303
+  (0.1ms) rollback transaction
18304
+  (0.1ms) begin transaction
18305
+
18306
+
18307
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:08:45 -0700
18308
+ Processing by HomeController#custom as HTML
18309
+ Rendered text template (0.0ms)
18310
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18311
+  (0.1ms) rollback transaction
18312
+  (0.1ms) begin transaction
18313
+
18314
+
18315
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:08:45 -0700
18316
+ Processing by HomeController#custom as HTML
18317
+ Rendered text template (0.0ms)
18318
+ Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
18319
+  (0.1ms) rollback transaction
18320
+  (0.1ms) begin transaction
18321
+  (0.0ms) rollback transaction
18322
+  (0.1ms) begin transaction
18323
+  (0.0ms) rollback transaction
18324
+  (0.1ms) begin transaction
18325
+  (0.0ms) rollback transaction
18326
+  (0.1ms) begin transaction
18327
+  (0.0ms) rollback transaction
18328
+  (0.1ms) begin transaction
18329
+  (0.0ms) rollback transaction
18330
+  (0.1ms) begin transaction
18331
+  (0.1ms) rollback transaction
18332
+  (0.1ms) begin transaction
18333
+  (0.0ms) rollback transaction
18334
+  (0.1ms) begin transaction
18335
+  (0.0ms) SAVEPOINT active_record_1
18336
+ SQL (7.0ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:08:46 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:08:46 UTC +00:00]]
18337
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18338
+ Rendered user_mailer/welcome_email.text.erb (2.5ms)
18339
+
18340
+ Sent mail to foo@foo.com (21ms)
18341
+ Date: Mon, 10 Sep 2012 11:08:46 -0700
18342
+ From: from@librato-rails.com
18343
+ To: foo@foo.com
18344
+ Message-ID: <504e2cae75980_29b83ff27a034ce08670@Aither.local.mail>
18345
+ Subject: Why Howdy!
18346
+ Mime-Version: 1.0
18347
+ Content-Type: text/plain;
18348
+ charset=UTF-8
18349
+ Content-Transfer-Encoding: 7bit
18350
+
18351
+ This is a sample email, yay!
18352
+  (0.5ms) rollback transaction
18353
+  (0.1ms) begin transaction
18354
+
18355
+
18356
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:08:46 -0700
18357
+ Processing by HomeController#index as HTML
18358
+ Rendered home/index.html.erb within layouts/application (0.4ms)
18359
+ Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.0ms)
18360
+
18361
+
18362
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:08:46 -0700
18363
+ Processing by StatusController#index as HTML
18364
+ Parameters: {"code"=>"204"}
18365
+ Rendered text template (0.0ms)
18366
+ Completed 204 No Content in 2ms (Views: 1.0ms | ActiveRecord: 0.0ms)
18367
+  (0.1ms) rollback transaction
18368
+  (0.1ms) begin transaction
18369
+
18370
+
18371
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:08:46 -0700
18372
+ Processing by HomeController#index as HTML
18373
+ Rendered home/index.html.erb within layouts/application (0.1ms)
18374
+ Completed 200 OK in 2ms (Views: 2.2ms | ActiveRecord: 0.0ms)
18375
+  (0.1ms) rollback transaction
18376
+  (0.1ms) begin transaction
18377
+
18378
+
18379
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:08:46 -0700
18380
+ Processing by HomeController#boom as HTML
18381
+ Completed 500 Internal Server Error in 1ms
18382
+  (0.1ms) rollback transaction
18383
+  (0.1ms) begin transaction
18384
+
18385
+
18386
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:08:46 -0700
18387
+ Processing by HomeController#slow as HTML
18388
+ Rendered text template (0.0ms)
18389
+ Completed 200 OK in 303ms (Views: 1.3ms | ActiveRecord: 0.0ms)
18390
+  (0.1ms) rollback transaction
18391
+  (0.1ms) begin transaction
18392
+  (0.1ms) SAVEPOINT active_record_1
18393
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:08:46 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:08:46 UTC +00:00]]
18394
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18395
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18396
+  (0.1ms) SAVEPOINT active_record_1
18397
+  (0.5ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:08:46.903011' WHERE "users"."id" = 1
18398
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18399
+  (0.0ms) SAVEPOINT active_record_1
18400
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18402
+  (1.6ms) rollback transaction
18403
+ Connecting to database specified by database.yml
18404
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18405
+ Migrating to CreateUsers (20120719231810)
18406
+  (0.1ms) begin transaction
18407
+
18408
+
18409
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:09:30 -0700
18410
+ Processing by HomeController#custom as HTML
18411
+ Rendered text template (0.0ms)
18412
+ Completed 200 OK in 69ms (Views: 13.5ms | ActiveRecord: 0.5ms)
18413
+  (0.1ms) rollback transaction
18414
+  (0.1ms) begin transaction
18415
+
18416
+
18417
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:09:30 -0700
18418
+ Processing by HomeController#custom as HTML
18419
+ Rendered text template (0.0ms)
18420
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18421
+  (0.1ms) rollback transaction
18422
+  (0.1ms) begin transaction
18423
+
18424
+
18425
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:09:30 -0700
18426
+ Processing by HomeController#custom as HTML
18427
+ Rendered text template (0.0ms)
18428
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18429
+  (0.1ms) rollback transaction
18430
+  (0.1ms) begin transaction
18431
+  (0.1ms) rollback transaction
18432
+  (0.0ms) begin transaction
18433
+  (0.0ms) rollback transaction
18434
+  (0.1ms) begin transaction
18435
+  (0.0ms) rollback transaction
18436
+  (0.0ms) begin transaction
18437
+  (0.0ms) rollback transaction
18438
+  (0.0ms) begin transaction
18439
+  (0.0ms) rollback transaction
18440
+  (0.0ms) begin transaction
18441
+  (0.0ms) rollback transaction
18442
+  (0.0ms) begin transaction
18443
+  (0.0ms) rollback transaction
18444
+  (0.1ms) begin transaction
18445
+  (0.1ms) SAVEPOINT active_record_1
18446
+ SQL (8.3ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:09:31 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:09:31 UTC +00:00]]
18447
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18448
+ Rendered user_mailer/welcome_email.text.erb (2.8ms)
18449
+
18450
+ Sent mail to foo@foo.com (19ms)
18451
+ Date: Mon, 10 Sep 2012 11:09:31 -0700
18452
+ From: from@librato-rails.com
18453
+ To: foo@foo.com
18454
+ Message-ID: <504e2cdb72fd7_2a043fd7b4834cdc6081f@Aither.local.mail>
18455
+ Subject: Why Howdy!
18456
+ Mime-Version: 1.0
18457
+ Content-Type: text/plain;
18458
+ charset=UTF-8
18459
+ Content-Transfer-Encoding: 7bit
18460
+
18461
+ This is a sample email, yay!
18462
+  (1.9ms) rollback transaction
18463
+  (0.1ms) begin transaction
18464
+
18465
+
18466
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:09:31 -0700
18467
+ Processing by HomeController#index as HTML
18468
+ Rendered home/index.html.erb within layouts/application (0.3ms)
18469
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
18470
+
18471
+
18472
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:09:31 -0700
18473
+ Processing by StatusController#index as HTML
18474
+ Parameters: {"code"=>"204"}
18475
+ Rendered text template (0.0ms)
18476
+ Completed 204 No Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
18477
+  (0.1ms) rollback transaction
18478
+  (0.1ms) begin transaction
18479
+
18480
+
18481
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:09:31 -0700
18482
+ Processing by HomeController#index as HTML
18483
+ Rendered home/index.html.erb within layouts/application (0.0ms)
18484
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
18485
+  (0.1ms) rollback transaction
18486
+  (0.0ms) begin transaction
18487
+
18488
+
18489
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:09:31 -0700
18490
+ Processing by HomeController#boom as HTML
18491
+ Completed 500 Internal Server Error in 1ms
18492
+  (0.1ms) rollback transaction
18493
+  (0.0ms) begin transaction
18494
+
18495
+
18496
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:09:31 -0700
18497
+ Processing by HomeController#slow as HTML
18498
+ Rendered text template (0.0ms)
18499
+ Completed 200 OK in 302ms (Views: 0.9ms | ActiveRecord: 0.0ms)
18500
+  (0.1ms) rollback transaction
18501
+  (0.1ms) begin transaction
18502
+  (0.1ms) SAVEPOINT active_record_1
18503
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:09:31 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:09:31 UTC +00:00]]
18504
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18505
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18506
+  (0.1ms) SAVEPOINT active_record_1
18507
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:09:31.882887' WHERE "users"."id" = 1
18508
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18509
+  (0.0ms) SAVEPOINT active_record_1
18510
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18511
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18512
+  (2.1ms) rollback transaction
18513
+ Connecting to database specified by database.yml
18514
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18515
+ Migrating to CreateUsers (20120719231810)
18516
+  (0.1ms) begin transaction
18517
+
18518
+
18519
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:09:57 -0700
18520
+ Processing by HomeController#custom as HTML
18521
+ Rendered text template (0.0ms)
18522
+ Completed 200 OK in 67ms (Views: 9.4ms | ActiveRecord: 0.3ms)
18523
+  (0.1ms) rollback transaction
18524
+  (0.1ms) begin transaction
18525
+
18526
+
18527
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:09:57 -0700
18528
+ Processing by HomeController#custom as HTML
18529
+ Rendered text template (0.0ms)
18530
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
18531
+  (0.0ms) rollback transaction
18532
+  (0.0ms) begin transaction
18533
+
18534
+
18535
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:09:57 -0700
18536
+ Processing by HomeController#custom as HTML
18537
+ Rendered text template (0.0ms)
18538
+ Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
18539
+  (0.0ms) rollback transaction
18540
+  (0.1ms) begin transaction
18541
+  (0.1ms) rollback transaction
18542
+  (0.1ms) begin transaction
18543
+  (0.1ms) rollback transaction
18544
+  (0.1ms) begin transaction
18545
+  (0.0ms) rollback transaction
18546
+  (0.1ms) begin transaction
18547
+  (0.1ms) rollback transaction
18548
+  (0.2ms) begin transaction
18549
+  (0.1ms) rollback transaction
18550
+  (0.1ms) begin transaction
18551
+  (0.1ms) rollback transaction
18552
+  (0.1ms) begin transaction
18553
+  (0.1ms) rollback transaction
18554
+  (0.1ms) begin transaction
18555
+  (0.1ms) SAVEPOINT active_record_1
18556
+ SQL (7.1ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:09:58 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:09:58 UTC +00:00]]
18557
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18558
+ Rendered user_mailer/welcome_email.text.erb (2.3ms)
18559
+
18560
+ Sent mail to foo@foo.com (15ms)
18561
+ Date: Mon, 10 Sep 2012 11:09:58 -0700
18562
+ From: from@librato-rails.com
18563
+ To: foo@foo.com
18564
+ Message-ID: <504e2cf6611d9_2a263ff37c434cd41226@Aither.local.mail>
18565
+ Subject: Why Howdy!
18566
+ Mime-Version: 1.0
18567
+ Content-Type: text/plain;
18568
+ charset=UTF-8
18569
+ Content-Transfer-Encoding: 7bit
18570
+
18571
+ This is a sample email, yay!
18572
+  (2.0ms) rollback transaction
18573
+  (0.2ms) begin transaction
18574
+
18575
+
18576
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:09:58 -0700
18577
+ Processing by HomeController#index as HTML
18578
+ Rendered home/index.html.erb within layouts/application (0.3ms)
18579
+ Completed 200 OK in 5ms (Views: 4.0ms | ActiveRecord: 0.0ms)
18580
+
18581
+
18582
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:09:58 -0700
18583
+ Processing by StatusController#index as HTML
18584
+ Parameters: {"code"=>"204"}
18585
+ Rendered text template (0.0ms)
18586
+ Completed 204 No Content in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
18587
+  (0.1ms) rollback transaction
18588
+  (0.1ms) begin transaction
18589
+
18590
+
18591
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:09:58 -0700
18592
+ Processing by HomeController#index as HTML
18593
+ Rendered home/index.html.erb within layouts/application (0.0ms)
18594
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
18595
+  (0.1ms) rollback transaction
18596
+  (0.0ms) begin transaction
18597
+
18598
+
18599
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:09:58 -0700
18600
+ Processing by HomeController#boom as HTML
18601
+ Completed 500 Internal Server Error in 0ms
18602
+  (0.1ms) rollback transaction
18603
+  (0.1ms) begin transaction
18604
+
18605
+
18606
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:09:58 -0700
18607
+ Processing by HomeController#slow as HTML
18608
+ Rendered text template (0.0ms)
18609
+ Completed 200 OK in 303ms (Views: 1.2ms | ActiveRecord: 0.0ms)
18610
+  (0.1ms) rollback transaction
18611
+  (0.1ms) begin transaction
18612
+  (0.1ms) SAVEPOINT active_record_1
18613
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:09:58 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:09:58 UTC +00:00]]
18614
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18615
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18616
+  (0.1ms) SAVEPOINT active_record_1
18617
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:09:58.809758' WHERE "users"."id" = 1
18618
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18619
+  (0.0ms) SAVEPOINT active_record_1
18620
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18622
+  (1.9ms) rollback transaction
18623
+ Connecting to database specified by database.yml
18624
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18625
+ Migrating to CreateUsers (20120719231810)
18626
+  (0.1ms) begin transaction
18627
+
18628
+
18629
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:13:47 -0700
18630
+ Processing by HomeController#custom as HTML
18631
+ Rendered text template (0.0ms)
18632
+ Completed 200 OK in 73ms (Views: 10.4ms | ActiveRecord: 0.3ms)
18633
+  (0.1ms) rollback transaction
18634
+  (0.1ms) begin transaction
18635
+
18636
+
18637
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:13:47 -0700
18638
+ Processing by HomeController#custom as HTML
18639
+ Rendered text template (0.0ms)
18640
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18641
+  (0.1ms) rollback transaction
18642
+  (0.0ms) begin transaction
18643
+
18644
+
18645
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:13:47 -0700
18646
+ Processing by HomeController#custom as HTML
18647
+ Rendered text template (0.0ms)
18648
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
18649
+  (0.0ms) rollback transaction
18650
+  (0.2ms) begin transaction
18651
+  (0.1ms) rollback transaction
18652
+  (0.1ms) begin transaction
18653
+  (0.1ms) rollback transaction
18654
+  (0.0ms) begin transaction
18655
+  (0.0ms) rollback transaction
18656
+  (0.1ms) begin transaction
18657
+  (0.0ms) rollback transaction
18658
+  (0.0ms) begin transaction
18659
+  (0.0ms) rollback transaction
18660
+  (0.1ms) begin transaction
18661
+  (0.0ms) rollback transaction
18662
+  (0.1ms) begin transaction
18663
+  (0.1ms) rollback transaction
18664
+  (0.1ms) begin transaction
18665
+  (0.1ms) SAVEPOINT active_record_1
18666
+ SQL (7.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:13:48 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:13:48 UTC +00:00]]
18667
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18668
+ Rendered user_mailer/welcome_email.text.erb (3.1ms)
18669
+
18670
+ Sent mail to foo@foo.com (17ms)
18671
+ Date: Mon, 10 Sep 2012 11:13:48 -0700
18672
+ From: from@librato-rails.com
18673
+ To: foo@foo.com
18674
+ Message-ID: <504e2ddc86ee0_2a4e3fda18434cd4846c2@Aither.local.mail>
18675
+ Subject: Why Howdy!
18676
+ Mime-Version: 1.0
18677
+ Content-Type: text/plain;
18678
+ charset=UTF-8
18679
+ Content-Transfer-Encoding: 7bit
18680
+
18681
+ This is a sample email, yay!
18682
+  (1.7ms) rollback transaction
18683
+  (0.1ms) begin transaction
18684
+
18685
+
18686
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:13:48 -0700
18687
+ Processing by HomeController#index as HTML
18688
+ Rendered home/index.html.erb within layouts/application (0.6ms)
18689
+ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.0ms)
18690
+
18691
+
18692
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:13:48 -0700
18693
+ Processing by StatusController#index as HTML
18694
+ Parameters: {"code"=>"204"}
18695
+ Rendered text template (0.0ms)
18696
+ Completed 204 No Content in 3ms (Views: 1.8ms | ActiveRecord: 0.0ms)
18697
+  (0.1ms) rollback transaction
18698
+  (0.1ms) begin transaction
18699
+
18700
+
18701
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:13:48 -0700
18702
+ Processing by HomeController#index as HTML
18703
+ Rendered home/index.html.erb within layouts/application (0.1ms)
18704
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
18705
+  (0.1ms) rollback transaction
18706
+  (0.1ms) begin transaction
18707
+
18708
+
18709
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:13:48 -0700
18710
+ Processing by HomeController#boom as HTML
18711
+ Completed 500 Internal Server Error in 1ms
18712
+  (0.1ms) rollback transaction
18713
+  (0.1ms) begin transaction
18714
+
18715
+
18716
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:13:48 -0700
18717
+ Processing by HomeController#slow as HTML
18718
+ Rendered text template (0.0ms)
18719
+ Completed 200 OK in 302ms (Views: 0.8ms | ActiveRecord: 0.0ms)
18720
+  (0.1ms) rollback transaction
18721
+  (0.1ms) begin transaction
18722
+  (0.0ms) SAVEPOINT active_record_1
18723
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:13:48 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:13:48 UTC +00:00]]
18724
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18725
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18726
+  (0.1ms) SAVEPOINT active_record_1
18727
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:13:49.011454' WHERE "users"."id" = 1
18728
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18729
+  (0.0ms) SAVEPOINT active_record_1
18730
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18731
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18732
+  (1.8ms) rollback transaction
18733
+ Connecting to database specified by database.yml
18734
+  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18735
+ Migrating to CreateUsers (20120719231810)
18736
+  (0.1ms) begin transaction
18737
+
18738
+
18739
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:40:07 -0700
18740
+ Processing by HomeController#custom as HTML
18741
+ Rendered text template (0.0ms)
18742
+ Completed 200 OK in 71ms (Views: 13.1ms | ActiveRecord: 0.3ms)
18743
+  (0.1ms) rollback transaction
18744
+  (0.1ms) begin transaction
18745
+
18746
+
18747
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:40:08 -0700
18748
+ Processing by HomeController#custom as HTML
18749
+ Rendered text template (0.0ms)
18750
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18751
+  (0.1ms) rollback transaction
18752
+  (0.1ms) begin transaction
18753
+
18754
+
18755
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:40:08 -0700
18756
+ Processing by HomeController#custom as HTML
18757
+ Rendered text template (0.0ms)
18758
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
18759
+  (0.1ms) rollback transaction
18760
+  (0.2ms) begin transaction
18761
+  (0.1ms) rollback transaction
18762
+  (0.1ms) begin transaction
18763
+  (0.1ms) rollback transaction
18764
+  (0.1ms) begin transaction
18765
+  (0.1ms) rollback transaction
18766
+  (0.1ms) begin transaction
18767
+  (0.1ms) rollback transaction
18768
+  (0.1ms) begin transaction
18769
+  (0.0ms) rollback transaction
18770
+  (0.1ms) begin transaction
18771
+  (0.1ms) rollback transaction
18772
+  (0.1ms) begin transaction
18773
+  (0.1ms) rollback transaction
18774
+  (0.1ms) begin transaction
18775
+  (0.1ms) SAVEPOINT active_record_1
18776
+ SQL (12.8ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:42:26 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:42:26 UTC +00:00]]
18777
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18778
+ Rendered user_mailer/welcome_email.text.erb (2.7ms)
18779
+
18780
+ Sent mail to foo@foo.com (27ms)
18781
+ Date: Mon, 10 Sep 2012 11:42:26 -0700
18782
+ From: from@librato-rails.com
18783
+ To: foo@foo.com
18784
+ Message-ID: <504e3492aad6e_2b923ffb25c34cd060612@Aither.local.mail>
18785
+ Subject: Why Howdy!
18786
+ Mime-Version: 1.0
18787
+ Content-Type: text/plain;
18788
+ charset=UTF-8
18789
+ Content-Transfer-Encoding: 7bit
18790
+
18791
+ This is a sample email, yay!
18792
+  (0.5ms) rollback transaction
18793
+  (0.2ms) begin transaction
18794
+
18795
+
18796
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:42:26 -0700
18797
+ Processing by HomeController#index as HTML
18798
+ Rendered home/index.html.erb within layouts/application (0.6ms)
18799
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
18800
+
18801
+
18802
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:42:26 -0700
18803
+ Processing by StatusController#index as HTML
18804
+ Parameters: {"code"=>"204"}
18805
+ Rendered text template (0.0ms)
18806
+ Completed 204 No Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
18807
+  (0.1ms) rollback transaction
18808
+  (0.1ms) begin transaction
18809
+
18810
+
18811
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:42:26 -0700
18812
+ Processing by HomeController#index as HTML
18813
+ Rendered home/index.html.erb within layouts/application (0.1ms)
18814
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
18815
+  (0.1ms) rollback transaction
18816
+  (0.1ms) begin transaction
18817
+
18818
+
18819
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:42:26 -0700
18820
+ Processing by HomeController#boom as HTML
18821
+ Completed 500 Internal Server Error in 1ms
18822
+  (0.1ms) rollback transaction
18823
+  (0.1ms) begin transaction
18824
+
18825
+
18826
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:42:26 -0700
18827
+ Processing by HomeController#slow as HTML
18828
+ Rendered text template (0.0ms)
18829
+ Completed 200 OK in 302ms (Views: 0.9ms | ActiveRecord: 0.0ms)
18830
+  (0.1ms) rollback transaction
18831
+  (0.1ms) begin transaction
18832
+  (0.1ms) SAVEPOINT active_record_1
18833
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:42:27 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:42:27 UTC +00:00]]
18834
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18835
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18836
+  (0.1ms) SAVEPOINT active_record_1
18837
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:42:27.146374' WHERE "users"."id" = 1
18838
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18839
+  (0.0ms) SAVEPOINT active_record_1
18840
+ SQL (0.1ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18841
+  (0.0ms) RELEASE SAVEPOINT active_record_1
18842
+  (2.1ms) rollback transaction
18843
+ Connecting to database specified by database.yml
18844
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18845
+ Migrating to CreateUsers (20120719231810)
18846
+  (0.1ms) begin transaction
18847
+
18848
+
18849
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:42:44 -0700
18850
+ Processing by HomeController#custom as HTML
18851
+ Rendered text template (0.0ms)
18852
+ Completed 200 OK in 80ms (Views: 12.6ms | ActiveRecord: 0.4ms)
18853
+  (0.1ms) rollback transaction
18854
+  (0.1ms) begin transaction
18855
+
18856
+
18857
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:42:44 -0700
18858
+ Processing by HomeController#custom as HTML
18859
+ Rendered text template (0.0ms)
18860
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18861
+  (0.1ms) rollback transaction
18862
+  (0.1ms) begin transaction
18863
+
18864
+
18865
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:42:44 -0700
18866
+ Processing by HomeController#custom as HTML
18867
+ Rendered text template (0.0ms)
18868
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
18869
+  (0.1ms) rollback transaction
18870
+  (0.1ms) begin transaction
18871
+  (0.1ms) rollback transaction
18872
+  (0.1ms) begin transaction
18873
+  (0.0ms) rollback transaction
18874
+  (0.1ms) begin transaction
18875
+  (0.0ms) rollback transaction
18876
+  (0.1ms) begin transaction
18877
+  (0.0ms) rollback transaction
18878
+  (0.1ms) begin transaction
18879
+  (0.1ms) rollback transaction
18880
+  (0.1ms) begin transaction
18881
+  (0.0ms) rollback transaction
18882
+  (0.1ms) begin transaction
18883
+  (0.0ms) rollback transaction
18884
+  (0.1ms) begin transaction
18885
+  (0.1ms) SAVEPOINT active_record_1
18886
+ SQL (8.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:42:45 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:42:45 UTC +00:00]]
18887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18888
+ Rendered user_mailer/welcome_email.text.erb (4.4ms)
18889
+
18890
+ Sent mail to foo@foo.com (26ms)
18891
+ Date: Mon, 10 Sep 2012 11:42:45 -0700
18892
+ From: from@librato-rails.com
18893
+ To: foo@foo.com
18894
+ Message-ID: <504e34a5744f9_2be23feb01434cd0710c2@Aither.local.mail>
18895
+ Subject: Why Howdy!
18896
+ Mime-Version: 1.0
18897
+ Content-Type: text/plain;
18898
+ charset=UTF-8
18899
+ Content-Transfer-Encoding: 7bit
18900
+
18901
+ This is a sample email, yay!
18902
+  (1.7ms) rollback transaction
18903
+  (0.1ms) begin transaction
18904
+
18905
+
18906
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:42:45 -0700
18907
+ Processing by HomeController#index as HTML
18908
+ Rendered home/index.html.erb within layouts/application (0.6ms)
18909
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms)
18910
+
18911
+
18912
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:42:45 -0700
18913
+ Processing by StatusController#index as HTML
18914
+ Parameters: {"code"=>"204"}
18915
+ Rendered text template (0.0ms)
18916
+ Completed 204 No Content in 2ms (Views: 1.3ms | ActiveRecord: 0.0ms)
18917
+  (0.1ms) rollback transaction
18918
+  (0.1ms) begin transaction
18919
+
18920
+
18921
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:42:45 -0700
18922
+ Processing by HomeController#index as HTML
18923
+ Rendered home/index.html.erb within layouts/application (0.0ms)
18924
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
18925
+  (0.1ms) rollback transaction
18926
+  (0.1ms) begin transaction
18927
+
18928
+
18929
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:42:45 -0700
18930
+ Processing by HomeController#boom as HTML
18931
+ Completed 500 Internal Server Error in 1ms
18932
+  (0.1ms) rollback transaction
18933
+  (0.1ms) begin transaction
18934
+
18935
+
18936
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:42:45 -0700
18937
+ Processing by HomeController#slow as HTML
18938
+ Rendered text template (0.0ms)
18939
+ Completed 200 OK in 302ms (Views: 0.8ms | ActiveRecord: 0.0ms)
18940
+  (0.1ms) rollback transaction
18941
+  (0.1ms) begin transaction
18942
+  (0.1ms) SAVEPOINT active_record_1
18943
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:42:45 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:42:45 UTC +00:00]]
18944
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18945
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
18946
+  (0.1ms) SAVEPOINT active_record_1
18947
+  (0.5ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:42:45.918338' WHERE "users"."id" = 1
18948
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18949
+  (0.0ms) SAVEPOINT active_record_1
18950
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
18951
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18952
+  (0.6ms) rollback transaction
18953
+ Connecting to database specified by database.yml
18954
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
18955
+ Migrating to CreateUsers (20120719231810)
18956
+  (0.1ms) begin transaction
18957
+
18958
+
18959
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:43:03 -0700
18960
+ Processing by HomeController#custom as HTML
18961
+ Rendered text template (0.0ms)
18962
+ Completed 200 OK in 71ms (Views: 10.4ms | ActiveRecord: 0.3ms)
18963
+  (0.1ms) rollback transaction
18964
+  (0.1ms) begin transaction
18965
+
18966
+
18967
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:43:03 -0700
18968
+ Processing by HomeController#custom as HTML
18969
+ Rendered text template (0.0ms)
18970
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
18971
+  (0.1ms) rollback transaction
18972
+  (0.1ms) begin transaction
18973
+
18974
+
18975
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:43:03 -0700
18976
+ Processing by HomeController#custom as HTML
18977
+ Rendered text template (0.0ms)
18978
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
18979
+  (0.0ms) rollback transaction
18980
+  (0.1ms) begin transaction
18981
+  (0.1ms) rollback transaction
18982
+  (0.1ms) begin transaction
18983
+  (0.0ms) rollback transaction
18984
+  (0.1ms) begin transaction
18985
+  (0.0ms) rollback transaction
18986
+  (0.1ms) begin transaction
18987
+  (0.0ms) rollback transaction
18988
+  (0.1ms) begin transaction
18989
+  (0.1ms) rollback transaction
18990
+  (0.1ms) begin transaction
18991
+  (0.1ms) rollback transaction
18992
+  (0.1ms) begin transaction
18993
+  (0.1ms) rollback transaction
18994
+  (0.1ms) begin transaction
18995
+  (0.1ms) SAVEPOINT active_record_1
18996
+ SQL (9.8ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:43:21 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:43:21 UTC +00:00]]
18997
+  (0.1ms) RELEASE SAVEPOINT active_record_1
18998
+ Rendered user_mailer/welcome_email.text.erb (46.1ms)
18999
+
19000
+ Sent mail to foo@foo.com (22ms)
19001
+ Date: Mon, 10 Sep 2012 11:43:21 -0700
19002
+ From: from@librato-rails.com
19003
+ To: foo@foo.com
19004
+ Message-ID: <504e34c920ade_2c0d3fd5ddc34cd48944e@Aither.local.mail>
19005
+ Subject: Why Howdy!
19006
+ Mime-Version: 1.0
19007
+ Content-Type: text/plain;
19008
+ charset=UTF-8
19009
+ Content-Transfer-Encoding: 7bit
19010
+
19011
+ This is a sample email, yay!
19012
+  (1.6ms) rollback transaction
19013
+  (0.1ms) begin transaction
19014
+
19015
+
19016
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:43:21 -0700
19017
+ Processing by HomeController#index as HTML
19018
+ Rendered home/index.html.erb within layouts/application (0.5ms)
19019
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
19020
+
19021
+
19022
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:43:21 -0700
19023
+ Processing by StatusController#index as HTML
19024
+ Parameters: {"code"=>"204"}
19025
+ Rendered text template (0.0ms)
19026
+ Completed 204 No Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
19027
+  (0.1ms) rollback transaction
19028
+  (0.1ms) begin transaction
19029
+
19030
+
19031
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:43:21 -0700
19032
+ Processing by HomeController#index as HTML
19033
+ Rendered home/index.html.erb within layouts/application (0.1ms)
19034
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
19035
+  (0.1ms) rollback transaction
19036
+  (0.1ms) begin transaction
19037
+
19038
+
19039
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:43:21 -0700
19040
+ Processing by HomeController#boom as HTML
19041
+ Completed 500 Internal Server Error in 1ms
19042
+  (0.1ms) rollback transaction
19043
+  (0.2ms) begin transaction
19044
+
19045
+
19046
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:43:21 -0700
19047
+ Processing by HomeController#slow as HTML
19048
+ Rendered text template (0.0ms)
19049
+ Completed 200 OK in 303ms (Views: 0.9ms | ActiveRecord: 0.0ms)
19050
+  (0.1ms) rollback transaction
19051
+  (0.1ms) begin transaction
19052
+  (0.0ms) SAVEPOINT active_record_1
19053
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:43:21 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:43:21 UTC +00:00]]
19054
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19055
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19056
+  (0.1ms) SAVEPOINT active_record_1
19057
+  (0.6ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:43:21.566827' WHERE "users"."id" = 1
19058
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19059
+  (0.1ms) SAVEPOINT active_record_1
19060
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19061
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19062
+  (1.7ms) rollback transaction
19063
+ Connecting to database specified by database.yml
19064
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19065
+ Migrating to CreateUsers (20120719231810)
19066
+  (0.1ms) begin transaction
19067
+
19068
+
19069
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:43:55 -0700
19070
+ Processing by HomeController#custom as HTML
19071
+ Rendered text template (0.0ms)
19072
+ Completed 200 OK in 77ms (Views: 12.5ms | ActiveRecord: 0.3ms)
19073
+  (0.1ms) rollback transaction
19074
+  (0.1ms) begin transaction
19075
+
19076
+
19077
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:43:55 -0700
19078
+ Processing by HomeController#custom as HTML
19079
+ Rendered text template (0.0ms)
19080
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
19081
+  (0.1ms) rollback transaction
19082
+  (0.1ms) begin transaction
19083
+
19084
+
19085
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:43:55 -0700
19086
+ Processing by HomeController#custom as HTML
19087
+ Rendered text template (0.0ms)
19088
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
19089
+  (0.1ms) rollback transaction
19090
+  (0.1ms) begin transaction
19091
+  (0.1ms) rollback transaction
19092
+  (0.1ms) begin transaction
19093
+  (0.0ms) rollback transaction
19094
+  (0.1ms) begin transaction
19095
+  (0.0ms) rollback transaction
19096
+  (0.1ms) begin transaction
19097
+  (0.0ms) rollback transaction
19098
+  (0.1ms) begin transaction
19099
+  (0.1ms) rollback transaction
19100
+  (0.1ms) begin transaction
19101
+  (0.1ms) rollback transaction
19102
+  (0.1ms) begin transaction
19103
+  (0.1ms) rollback transaction
19104
+  (0.1ms) begin transaction
19105
+  (0.1ms) SAVEPOINT active_record_1
19106
+ SQL (7.3ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:43:56 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:43:56 UTC +00:00]]
19107
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19108
+ Rendered user_mailer/welcome_email.text.erb (5.0ms)
19109
+
19110
+ Sent mail to foo@foo.com (27ms)
19111
+ Date: Mon, 10 Sep 2012 11:43:56 -0700
19112
+ From: from@librato-rails.com
19113
+ To: foo@foo.com
19114
+ Message-ID: <504e34ec4a717_2c533fdf11034cd0758ae@Aither.local.mail>
19115
+ Subject: Why Howdy!
19116
+ Mime-Version: 1.0
19117
+ Content-Type: text/plain;
19118
+ charset=UTF-8
19119
+ Content-Transfer-Encoding: 7bit
19120
+
19121
+ This is a sample email, yay!
19122
+  (1.7ms) rollback transaction
19123
+  (0.1ms) begin transaction
19124
+
19125
+
19126
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:43:56 -0700
19127
+ Processing by HomeController#index as HTML
19128
+ Rendered home/index.html.erb within layouts/application (0.4ms)
19129
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.0ms)
19130
+
19131
+
19132
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:43:56 -0700
19133
+ Processing by StatusController#index as HTML
19134
+ Parameters: {"code"=>"204"}
19135
+ Rendered text template (0.0ms)
19136
+ Completed 204 No Content in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
19137
+  (0.6ms) rollback transaction
19138
+  (0.1ms) begin transaction
19139
+
19140
+
19141
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:43:56 -0700
19142
+ Processing by HomeController#index as HTML
19143
+ Rendered home/index.html.erb within layouts/application (0.1ms)
19144
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.0ms)
19145
+  (0.1ms) rollback transaction
19146
+  (0.1ms) begin transaction
19147
+
19148
+
19149
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:43:56 -0700
19150
+ Processing by HomeController#boom as HTML
19151
+ Completed 500 Internal Server Error in 1ms
19152
+  (0.1ms) rollback transaction
19153
+  (0.1ms) begin transaction
19154
+
19155
+
19156
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:43:56 -0700
19157
+ Processing by HomeController#slow as HTML
19158
+ Rendered text template (0.0ms)
19159
+ Completed 200 OK in 303ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19160
+  (0.1ms) rollback transaction
19161
+  (0.1ms) begin transaction
19162
+  (0.0ms) SAVEPOINT active_record_1
19163
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:43:56 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:43:56 UTC +00:00]]
19164
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19165
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19166
+  (0.1ms) SAVEPOINT active_record_1
19167
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:43:56.746371' WHERE "users"."id" = 1
19168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19169
+  (0.1ms) SAVEPOINT active_record_1
19170
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19171
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19172
+  (1.9ms) rollback transaction
19173
+ Connecting to database specified by database.yml
19174
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19175
+ Migrating to CreateUsers (20120719231810)
19176
+  (0.1ms) begin transaction
19177
+
19178
+
19179
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19180
+ Processing by HomeController#custom as HTML
19181
+ Rendered text template (0.0ms)
19182
+ Completed 200 OK in 77ms (Views: 13.7ms | ActiveRecord: 0.4ms)
19183
+  (0.1ms) rollback transaction
19184
+  (0.1ms) begin transaction
19185
+
19186
+
19187
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19188
+ Processing by HomeController#custom as HTML
19189
+ Rendered text template (0.0ms)
19190
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19191
+  (0.1ms) rollback transaction
19192
+  (0.0ms) begin transaction
19193
+
19194
+
19195
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19196
+ Processing by HomeController#custom as HTML
19197
+ Rendered text template (0.0ms)
19198
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
19199
+  (0.1ms) rollback transaction
19200
+  (0.1ms) begin transaction
19201
+  (0.1ms) rollback transaction
19202
+  (0.1ms) begin transaction
19203
+  (0.0ms) rollback transaction
19204
+  (0.1ms) begin transaction
19205
+  (0.0ms) rollback transaction
19206
+  (0.1ms) begin transaction
19207
+  (0.1ms) rollback transaction
19208
+  (0.1ms) begin transaction
19209
+  (0.1ms) rollback transaction
19210
+  (0.1ms) begin transaction
19211
+  (0.0ms) rollback transaction
19212
+  (0.1ms) begin transaction
19213
+  (0.1ms) rollback transaction
19214
+  (0.1ms) begin transaction
19215
+  (0.1ms) SAVEPOINT active_record_1
19216
+ SQL (7.8ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:48:59 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:48:59 UTC +00:00]]
19217
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19218
+ Rendered user_mailer/welcome_email.text.erb (3.3ms)
19219
+
19220
+ Sent mail to foo@foo.com (23ms)
19221
+ Date: Mon, 10 Sep 2012 11:48:59 -0700
19222
+ From: from@librato-rails.com
19223
+ To: foo@foo.com
19224
+ Message-ID: <504e361bd12ba_2cce3fcab2034cd0354b8@Aither.local.mail>
19225
+ Subject: Why Howdy!
19226
+ Mime-Version: 1.0
19227
+ Content-Type: text/plain;
19228
+ charset=UTF-8
19229
+ Content-Transfer-Encoding: 7bit
19230
+
19231
+ This is a sample email, yay!
19232
+  (1.6ms) rollback transaction
19233
+  (0.1ms) begin transaction
19234
+
19235
+
19236
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19237
+ Processing by HomeController#index as HTML
19238
+ Rendered home/index.html.erb within layouts/application (0.6ms)
19239
+ Completed 200 OK in 10ms (Views: 7.0ms | ActiveRecord: 0.0ms)
19240
+
19241
+
19242
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19243
+ Processing by StatusController#index as HTML
19244
+ Parameters: {"code"=>"204"}
19245
+ Rendered text template (0.0ms)
19246
+ Completed 204 No Content in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
19247
+  (0.1ms) rollback transaction
19248
+  (0.1ms) begin transaction
19249
+
19250
+
19251
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19252
+ Processing by HomeController#index as HTML
19253
+ Rendered home/index.html.erb within layouts/application (0.1ms)
19254
+ Completed 200 OK in 3ms (Views: 3.1ms | ActiveRecord: 0.0ms)
19255
+  (0.1ms) rollback transaction
19256
+  (0.1ms) begin transaction
19257
+
19258
+
19259
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19260
+ Processing by HomeController#boom as HTML
19261
+ Completed 500 Internal Server Error in 1ms
19262
+  (0.1ms) rollback transaction
19263
+  (0.1ms) begin transaction
19264
+
19265
+
19266
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:48:59 -0700
19267
+ Processing by HomeController#slow as HTML
19268
+ Rendered text template (0.0ms)
19269
+ Completed 200 OK in 302ms (Views: 0.7ms | ActiveRecord: 0.0ms)
19270
+  (0.1ms) rollback transaction
19271
+  (0.1ms) begin transaction
19272
+  (0.1ms) SAVEPOINT active_record_1
19273
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:49:00 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:49:00 UTC +00:00]]
19274
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19275
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19276
+  (0.1ms) SAVEPOINT active_record_1
19277
+  (0.5ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:49:00.297955' WHERE "users"."id" = 1
19278
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19279
+  (0.0ms) SAVEPOINT active_record_1
19280
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19281
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19282
+  (0.5ms) rollback transaction
19283
+ Connecting to database specified by database.yml
19284
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19285
+ Migrating to CreateUsers (20120719231810)
19286
+  (0.1ms) begin transaction
19287
+
19288
+
19289
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:52:00 -0700
19290
+ Processing by HomeController#custom as HTML
19291
+ Rendered text template (0.0ms)
19292
+ Completed 200 OK in 98ms (Views: 22.1ms | ActiveRecord: 0.3ms)
19293
+  (0.1ms) rollback transaction
19294
+  (0.1ms) begin transaction
19295
+
19296
+
19297
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:52:00 -0700
19298
+ Processing by HomeController#custom as HTML
19299
+ Rendered text template (0.0ms)
19300
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
19301
+  (0.1ms) rollback transaction
19302
+  (0.1ms) begin transaction
19303
+
19304
+
19305
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:52:00 -0700
19306
+ Processing by HomeController#custom as HTML
19307
+ Rendered text template (0.0ms)
19308
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
19309
+  (0.1ms) rollback transaction
19310
+  (0.1ms) begin transaction
19311
+  (0.6ms) rollback transaction
19312
+  (0.1ms) begin transaction
19313
+  (0.1ms) rollback transaction
19314
+  (0.1ms) begin transaction
19315
+  (0.1ms) rollback transaction
19316
+  (0.1ms) begin transaction
19317
+  (0.1ms) rollback transaction
19318
+  (0.1ms) begin transaction
19319
+  (0.0ms) rollback transaction
19320
+  (0.1ms) begin transaction
19321
+  (0.1ms) rollback transaction
19322
+  (0.1ms) begin transaction
19323
+  (0.0ms) rollback transaction
19324
+  (0.1ms) begin transaction
19325
+  (0.0ms) SAVEPOINT active_record_1
19326
+ SQL (6.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:52:00 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:52:00 UTC +00:00]]
19327
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19328
+ Rendered user_mailer/welcome_email.text.erb (2.6ms)
19329
+
19330
+ Sent mail to foo@foo.com (21ms)
19331
+ Date: Mon, 10 Sep 2012 11:52:00 -0700
19332
+ From: from@librato-rails.com
19333
+ To: foo@foo.com
19334
+ Message-ID: <504e36d0dc5fc_2d743fe435434cd09658@Aither.local.mail>
19335
+ Subject: Why Howdy!
19336
+ Mime-Version: 1.0
19337
+ Content-Type: text/plain;
19338
+ charset=UTF-8
19339
+ Content-Transfer-Encoding: 7bit
19340
+
19341
+ This is a sample email, yay!
19342
+  (0.5ms) rollback transaction
19343
+  (0.1ms) begin transaction
19344
+
19345
+
19346
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:52:01 -0700
19347
+ Processing by HomeController#index as HTML
19348
+ Rendered home/index.html.erb within layouts/application (0.5ms)
19349
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.0ms)
19350
+
19351
+
19352
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:52:01 -0700
19353
+ Processing by StatusController#index as HTML
19354
+ Parameters: {"code"=>"204"}
19355
+ Rendered text template (0.0ms)
19356
+ Completed 204 No Content in 2ms (Views: 1.1ms | ActiveRecord: 0.0ms)
19357
+  (0.1ms) rollback transaction
19358
+  (0.1ms) begin transaction
19359
+
19360
+
19361
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:52:01 -0700
19362
+ Processing by HomeController#index as HTML
19363
+ Rendered home/index.html.erb within layouts/application (0.0ms)
19364
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
19365
+  (0.1ms) rollback transaction
19366
+  (0.1ms) begin transaction
19367
+
19368
+
19369
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:52:01 -0700
19370
+ Processing by HomeController#boom as HTML
19371
+ Completed 500 Internal Server Error in 1ms
19372
+  (0.1ms) rollback transaction
19373
+  (0.1ms) begin transaction
19374
+
19375
+
19376
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:52:01 -0700
19377
+ Processing by HomeController#slow as HTML
19378
+ Rendered text template (0.0ms)
19379
+ Completed 200 OK in 303ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19380
+  (0.1ms) rollback transaction
19381
+  (0.1ms) begin transaction
19382
+  (0.1ms) SAVEPOINT active_record_1
19383
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:52:01 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:52:01 UTC +00:00]]
19384
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19385
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19386
+  (0.1ms) SAVEPOINT active_record_1
19387
+  (0.5ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:52:01.379785' WHERE "users"."id" = 1
19388
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19389
+  (0.0ms) SAVEPOINT active_record_1
19390
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19391
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19392
+  (0.7ms) rollback transaction
19393
+ Connecting to database specified by database.yml
19394
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19395
+ Migrating to CreateUsers (20120719231810)
19396
+  (0.1ms) begin transaction
19397
+
19398
+
19399
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:52:24 -0700
19400
+ Processing by HomeController#custom as HTML
19401
+ Rendered text template (0.0ms)
19402
+ Completed 200 OK in 79ms (Views: 13.2ms | ActiveRecord: 0.3ms)
19403
+  (0.1ms) rollback transaction
19404
+  (0.1ms) begin transaction
19405
+
19406
+
19407
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:52:24 -0700
19408
+ Processing by HomeController#custom as HTML
19409
+ Rendered text template (0.0ms)
19410
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19411
+  (0.1ms) rollback transaction
19412
+  (0.1ms) begin transaction
19413
+
19414
+
19415
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:52:24 -0700
19416
+ Processing by HomeController#custom as HTML
19417
+ Rendered text template (0.0ms)
19418
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
19419
+  (0.1ms) rollback transaction
19420
+  (0.1ms) begin transaction
19421
+  (0.1ms) rollback transaction
19422
+  (0.1ms) begin transaction
19423
+  (0.1ms) rollback transaction
19424
+  (0.1ms) begin transaction
19425
+  (0.0ms) rollback transaction
19426
+  (0.1ms) begin transaction
19427
+  (0.0ms) rollback transaction
19428
+  (0.0ms) begin transaction
19429
+  (0.0ms) rollback transaction
19430
+  (0.1ms) begin transaction
19431
+  (0.0ms) rollback transaction
19432
+  (0.1ms) begin transaction
19433
+  (0.1ms) rollback transaction
19434
+  (0.1ms) begin transaction
19435
+  (0.1ms) SAVEPOINT active_record_1
19436
+ SQL (16.0ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:54:42 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:54:42 UTC +00:00]]
19437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19438
+ Rendered user_mailer/welcome_email.text.erb (53.0ms)
19439
+
19440
+ Sent mail to foo@foo.com (31ms)
19441
+ Date: Mon, 10 Sep 2012 11:54:42 -0700
19442
+ From: from@librato-rails.com
19443
+ To: foo@foo.com
19444
+ Message-ID: <504e377273ac5_2d9d3fec1e034cd469880@Aither.local.mail>
19445
+ Subject: Why Howdy!
19446
+ Mime-Version: 1.0
19447
+ Content-Type: text/plain;
19448
+ charset=UTF-8
19449
+ Content-Transfer-Encoding: 7bit
19450
+
19451
+ This is a sample email, yay!
19452
+  (1.7ms) rollback transaction
19453
+  (0.1ms) begin transaction
19454
+
19455
+
19456
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:54:42 -0700
19457
+ Processing by HomeController#index as HTML
19458
+ Rendered home/index.html.erb within layouts/application (0.5ms)
19459
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.0ms)
19460
+
19461
+
19462
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:54:42 -0700
19463
+ Processing by StatusController#index as HTML
19464
+ Parameters: {"code"=>"204"}
19465
+ Rendered text template (0.0ms)
19466
+ Completed 204 No Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
19467
+  (0.1ms) rollback transaction
19468
+  (0.1ms) begin transaction
19469
+
19470
+
19471
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:54:42 -0700
19472
+ Processing by HomeController#index as HTML
19473
+ Rendered home/index.html.erb within layouts/application (0.0ms)
19474
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.0ms)
19475
+  (0.1ms) rollback transaction
19476
+  (0.4ms) begin transaction
19477
+
19478
+
19479
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:54:42 -0700
19480
+ Processing by HomeController#boom as HTML
19481
+ Completed 500 Internal Server Error in 2ms
19482
+  (0.1ms) rollback transaction
19483
+  (0.3ms) begin transaction
19484
+
19485
+
19486
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:54:42 -0700
19487
+ Processing by HomeController#slow as HTML
19488
+ Rendered text template (0.0ms)
19489
+ Completed 200 OK in 302ms (Views: 0.6ms | ActiveRecord: 0.0ms)
19490
+  (0.1ms) rollback transaction
19491
+  (0.1ms) begin transaction
19492
+  (0.1ms) SAVEPOINT active_record_1
19493
+ SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:54:42 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:54:42 UTC +00:00]]
19494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19495
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19496
+  (0.1ms) SAVEPOINT active_record_1
19497
+  (0.6ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:54:42.923675' WHERE "users"."id" = 1
19498
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19499
+  (0.1ms) SAVEPOINT active_record_1
19500
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19501
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19502
+  (1.8ms) rollback transaction
19503
+ Connecting to database specified by database.yml
19504
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19505
+ Migrating to CreateUsers (20120719231810)
19506
+  (0.1ms) begin transaction
19507
+
19508
+
19509
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:54:48 -0700
19510
+ Processing by HomeController#custom as HTML
19511
+ Rendered text template (0.0ms)
19512
+ Completed 200 OK in 79ms (Views: 10.3ms | ActiveRecord: 0.3ms)
19513
+  (0.1ms) rollback transaction
19514
+  (0.0ms) begin transaction
19515
+
19516
+
19517
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:54:48 -0700
19518
+ Processing by HomeController#custom as HTML
19519
+ Rendered text template (0.0ms)
19520
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19521
+  (0.1ms) rollback transaction
19522
+  (0.1ms) begin transaction
19523
+
19524
+
19525
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:54:48 -0700
19526
+ Processing by HomeController#custom as HTML
19527
+ Rendered text template (0.0ms)
19528
+ Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
19529
+  (0.0ms) rollback transaction
19530
+  (0.1ms) begin transaction
19531
+  (0.1ms) rollback transaction
19532
+  (0.1ms) begin transaction
19533
+  (0.1ms) rollback transaction
19534
+  (0.1ms) begin transaction
19535
+  (0.1ms) rollback transaction
19536
+  (0.1ms) begin transaction
19537
+  (0.1ms) rollback transaction
19538
+  (0.1ms) begin transaction
19539
+  (0.1ms) rollback transaction
19540
+  (0.1ms) begin transaction
19541
+  (0.1ms) rollback transaction
19542
+  (0.1ms) begin transaction
19543
+  (0.0ms) rollback transaction
19544
+  (0.1ms) begin transaction
19545
+  (0.0ms) SAVEPOINT active_record_1
19546
+ SQL (7.1ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:54:50 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:54:50 UTC +00:00]]
19547
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19548
+ Rendered user_mailer/welcome_email.text.erb (2.5ms)
19549
+
19550
+ Sent mail to foo@foo.com (20ms)
19551
+ Date: Mon, 10 Sep 2012 11:54:50 -0700
19552
+ From: from@librato-rails.com
19553
+ To: foo@foo.com
19554
+ Message-ID: <504e377ac26cd_2dfd3fff90834cd8657ef@Aither.local.mail>
19555
+ Subject: Why Howdy!
19556
+ Mime-Version: 1.0
19557
+ Content-Type: text/plain;
19558
+ charset=UTF-8
19559
+ Content-Transfer-Encoding: 7bit
19560
+
19561
+ This is a sample email, yay!
19562
+  (1.7ms) rollback transaction
19563
+  (0.1ms) begin transaction
19564
+
19565
+
19566
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:54:50 -0700
19567
+ Processing by HomeController#index as HTML
19568
+ Rendered home/index.html.erb within layouts/application (24.9ms)
19569
+ Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.0ms)
19570
+
19571
+
19572
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:54:50 -0700
19573
+ Processing by StatusController#index as HTML
19574
+ Parameters: {"code"=>"204"}
19575
+ Rendered text template (0.0ms)
19576
+ Completed 204 No Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
19577
+  (0.1ms) rollback transaction
19578
+  (0.1ms) begin transaction
19579
+
19580
+
19581
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:54:50 -0700
19582
+ Processing by HomeController#index as HTML
19583
+ Rendered home/index.html.erb within layouts/application (0.0ms)
19584
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
19585
+  (0.1ms) rollback transaction
19586
+  (0.1ms) begin transaction
19587
+
19588
+
19589
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:54:50 -0700
19590
+ Processing by HomeController#boom as HTML
19591
+ Completed 500 Internal Server Error in 1ms
19592
+  (0.1ms) rollback transaction
19593
+  (0.1ms) begin transaction
19594
+
19595
+
19596
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:54:50 -0700
19597
+ Processing by HomeController#slow as HTML
19598
+ Rendered text template (0.0ms)
19599
+ Completed 200 OK in 302ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19600
+  (0.1ms) rollback transaction
19601
+  (0.1ms) begin transaction
19602
+  (0.1ms) SAVEPOINT active_record_1
19603
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:54:51 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:54:51 UTC +00:00]]
19604
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19605
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19606
+  (0.1ms) SAVEPOINT active_record_1
19607
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:54:51.270358' WHERE "users"."id" = 1
19608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19609
+  (0.0ms) SAVEPOINT active_record_1
19610
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19611
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19612
+  (1.8ms) rollback transaction
19613
+ Connecting to database specified by database.yml
19614
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19615
+ Migrating to CreateUsers (20120719231810)
19616
+  (0.1ms) begin transaction
19617
+
19618
+
19619
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:55:19 -0700
19620
+ Processing by HomeController#custom as HTML
19621
+ Rendered text template (0.0ms)
19622
+ Completed 200 OK in 94ms (Views: 14.0ms | ActiveRecord: 0.3ms)
19623
+  (0.1ms) rollback transaction
19624
+  (0.1ms) begin transaction
19625
+
19626
+
19627
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:55:19 -0700
19628
+ Processing by HomeController#custom as HTML
19629
+ Rendered text template (0.0ms)
19630
+ Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19631
+  (0.1ms) rollback transaction
19632
+  (0.1ms) begin transaction
19633
+
19634
+
19635
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:55:19 -0700
19636
+ Processing by HomeController#custom as HTML
19637
+ Rendered text template (0.0ms)
19638
+ Completed 200 OK in 1ms (Views: 0.5ms | ActiveRecord: 0.0ms)
19639
+  (0.1ms) rollback transaction
19640
+  (0.1ms) begin transaction
19641
+  (0.1ms) rollback transaction
19642
+  (0.1ms) begin transaction
19643
+  (0.1ms) rollback transaction
19644
+  (0.1ms) begin transaction
19645
+  (0.1ms) rollback transaction
19646
+  (0.1ms) begin transaction
19647
+  (0.1ms) rollback transaction
19648
+  (0.1ms) begin transaction
19649
+  (0.1ms) rollback transaction
19650
+  (0.1ms) begin transaction
19651
+  (0.1ms) rollback transaction
19652
+  (0.1ms) begin transaction
19653
+  (0.1ms) rollback transaction
19654
+  (0.1ms) begin transaction
19655
+  (0.1ms) SAVEPOINT active_record_1
19656
+ SQL (6.4ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:55:19 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:55:19 UTC +00:00]]
19657
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19658
+ Rendered user_mailer/welcome_email.text.erb (3.9ms)
19659
+
19660
+ Sent mail to foo@foo.com (17ms)
19661
+ Date: Mon, 10 Sep 2012 11:55:20 -0700
19662
+ From: from@librato-rails.com
19663
+ To: foo@foo.com
19664
+ Message-ID: <504e3798149dd_2e4f3ff91d434cd87885@Aither.local.mail>
19665
+ Subject: Why Howdy!
19666
+ Mime-Version: 1.0
19667
+ Content-Type: text/plain;
19668
+ charset=UTF-8
19669
+ Content-Transfer-Encoding: 7bit
19670
+
19671
+ This is a sample email, yay!
19672
+  (0.5ms) rollback transaction
19673
+  (0.1ms) begin transaction
19674
+
19675
+
19676
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:55:20 -0700
19677
+ Processing by HomeController#index as HTML
19678
+ Rendered home/index.html.erb within layouts/application (0.6ms)
19679
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
19680
+
19681
+
19682
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:55:20 -0700
19683
+ Processing by StatusController#index as HTML
19684
+ Parameters: {"code"=>"204"}
19685
+ Rendered text template (0.0ms)
19686
+ Completed 204 No Content in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
19687
+  (0.1ms) rollback transaction
19688
+  (0.1ms) begin transaction
19689
+
19690
+
19691
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:55:20 -0700
19692
+ Processing by HomeController#index as HTML
19693
+ Rendered home/index.html.erb within layouts/application (0.1ms)
19694
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
19695
+  (0.1ms) rollback transaction
19696
+  (0.1ms) begin transaction
19697
+
19698
+
19699
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:55:20 -0700
19700
+ Processing by HomeController#boom as HTML
19701
+ Completed 500 Internal Server Error in 1ms
19702
+  (0.1ms) rollback transaction
19703
+  (0.1ms) begin transaction
19704
+
19705
+
19706
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:55:20 -0700
19707
+ Processing by HomeController#slow as HTML
19708
+ Rendered text template (0.0ms)
19709
+ Completed 200 OK in 303ms (Views: 0.9ms | ActiveRecord: 0.0ms)
19710
+  (0.1ms) rollback transaction
19711
+  (0.1ms) begin transaction
19712
+  (0.1ms) SAVEPOINT active_record_1
19713
+ SQL (0.8ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:55:20 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:55:20 UTC +00:00]]
19714
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19715
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19716
+  (0.1ms) SAVEPOINT active_record_1
19717
+  (0.5ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:55:20.540363' WHERE "users"."id" = 1
19718
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19719
+  (0.0ms) SAVEPOINT active_record_1
19720
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19721
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19722
+  (1.7ms) rollback transaction
19723
+ Connecting to database specified by database.yml
19724
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19725
+ Migrating to CreateUsers (20120719231810)
19726
+  (0.1ms) begin transaction
19727
+
19728
+
19729
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:55:33 -0700
19730
+ Processing by HomeController#custom as HTML
19731
+ Rendered text template (0.0ms)
19732
+ Completed 200 OK in 77ms (Views: 13.3ms | ActiveRecord: 0.4ms)
19733
+  (0.1ms) rollback transaction
19734
+  (0.1ms) begin transaction
19735
+
19736
+
19737
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:55:33 -0700
19738
+ Processing by HomeController#custom as HTML
19739
+ Rendered text template (0.0ms)
19740
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19741
+  (0.1ms) rollback transaction
19742
+  (0.1ms) begin transaction
19743
+
19744
+
19745
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:55:33 -0700
19746
+ Processing by HomeController#custom as HTML
19747
+ Rendered text template (0.0ms)
19748
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19749
+  (0.1ms) rollback transaction
19750
+  (0.1ms) begin transaction
19751
+  (0.1ms) rollback transaction
19752
+  (0.1ms) begin transaction
19753
+  (0.0ms) rollback transaction
19754
+  (0.1ms) begin transaction
19755
+  (0.0ms) rollback transaction
19756
+  (0.1ms) begin transaction
19757
+  (0.0ms) rollback transaction
19758
+  (0.1ms) begin transaction
19759
+  (0.0ms) rollback transaction
19760
+  (0.1ms) begin transaction
19761
+  (0.0ms) rollback transaction
19762
+  (0.1ms) begin transaction
19763
+  (0.0ms) rollback transaction
19764
+  (0.1ms) begin transaction
19765
+  (0.0ms) rollback transaction
19766
+  (0.1ms) begin transaction
19767
+  (0.0ms) rollback transaction
19768
+  (0.1ms) begin transaction
19769
+  (0.0ms) rollback transaction
19770
+  (0.0ms) begin transaction
19771
+  (0.1ms) rollback transaction
19772
+  (0.1ms) begin transaction
19773
+  (0.0ms) rollback transaction
19774
+  (0.1ms) begin transaction
19775
+  (0.1ms) SAVEPOINT active_record_1
19776
+ SQL (7.4ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:55:33 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:55:33 UTC +00:00]]
19777
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19778
+ Rendered user_mailer/welcome_email.text.erb (4.0ms)
19779
+
19780
+ Sent mail to foo@foo.com (29ms)
19781
+ Date: Mon, 10 Sep 2012 11:55:34 -0700
19782
+ From: from@librato-rails.com
19783
+ To: foo@foo.com
19784
+ Message-ID: <504e37a6ba64_2e5f3fc441034cd4908d1@Aither.local.mail>
19785
+ Subject: Why Howdy!
19786
+ Mime-Version: 1.0
19787
+ Content-Type: text/plain;
19788
+ charset=UTF-8
19789
+ Content-Transfer-Encoding: 7bit
19790
+
19791
+ This is a sample email, yay!
19792
+  (1.7ms) rollback transaction
19793
+  (0.1ms) begin transaction
19794
+
19795
+
19796
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:55:34 -0700
19797
+ Processing by HomeController#index as HTML
19798
+ Rendered home/index.html.erb within layouts/application (0.6ms)
19799
+ Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.0ms)
19800
+
19801
+
19802
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:55:34 -0700
19803
+ Processing by StatusController#index as HTML
19804
+ Parameters: {"code"=>"204"}
19805
+ Rendered text template (0.0ms)
19806
+ Completed 204 No Content in 2ms (Views: 1.2ms | ActiveRecord: 0.0ms)
19807
+  (0.1ms) rollback transaction
19808
+  (0.1ms) begin transaction
19809
+
19810
+
19811
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:55:34 -0700
19812
+ Processing by HomeController#index as HTML
19813
+ Rendered home/index.html.erb within layouts/application (0.1ms)
19814
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.0ms)
19815
+  (0.1ms) rollback transaction
19816
+  (0.1ms) begin transaction
19817
+
19818
+
19819
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:55:34 -0700
19820
+ Processing by HomeController#boom as HTML
19821
+ Completed 500 Internal Server Error in 1ms
19822
+  (0.1ms) rollback transaction
19823
+  (0.1ms) begin transaction
19824
+
19825
+
19826
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:55:34 -0700
19827
+ Processing by HomeController#slow as HTML
19828
+ Rendered text template (0.0ms)
19829
+ Completed 200 OK in 302ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19830
+  (0.1ms) rollback transaction
19831
+  (0.1ms) begin transaction
19832
+  (0.0ms) SAVEPOINT active_record_1
19833
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:55:34 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:55:34 UTC +00:00]]
19834
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19835
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19836
+  (0.1ms) SAVEPOINT active_record_1
19837
+  (0.5ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:55:34.500373' WHERE "users"."id" = 1
19838
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19839
+  (0.0ms) SAVEPOINT active_record_1
19840
+ SQL (0.3ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19841
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19842
+  (1.8ms) rollback transaction
19843
+ Connecting to database specified by database.yml
19844
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19845
+ Migrating to CreateUsers (20120719231810)
19846
+  (0.1ms) begin transaction
19847
+
19848
+
19849
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:58:08 -0700
19850
+ Processing by HomeController#custom as HTML
19851
+ Rendered text template (0.0ms)
19852
+ Completed 200 OK in 80ms (Views: 12.8ms | ActiveRecord: 0.3ms)
19853
+  (0.1ms) rollback transaction
19854
+  (0.1ms) begin transaction
19855
+
19856
+
19857
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:58:08 -0700
19858
+ Processing by HomeController#custom as HTML
19859
+ Rendered text template (0.0ms)
19860
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19861
+  (0.1ms) rollback transaction
19862
+  (0.1ms) begin transaction
19863
+
19864
+
19865
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:58:08 -0700
19866
+ Processing by HomeController#custom as HTML
19867
+ Rendered text template (0.0ms)
19868
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19869
+  (0.1ms) rollback transaction
19870
+  (0.1ms) begin transaction
19871
+ [librato-rails] flushing 11966 (2012-09-10 11:58:08 -0700):
19872
+ {:counters=>[{:value=>1, :name=>"knightrider", :measure_time=>1347303488}], :source=>"custom-1.11966"}
19873
+  (0.1ms) rollback transaction
19874
+  (0.1ms) begin transaction
19875
+ [librato-rails] flushing 11966 (2012-09-10 11:58:08 -0700):
19876
+ {}
19877
+  (0.1ms) rollback transaction
19878
+  (0.1ms) begin transaction
19879
+ [librato-rails] flushing 11966 (2012-09-10 11:58:08 -0700):
19880
+ {:counters=>[{:value=>2, :name=>"foo", :measure_time=>1347303488}, {:value=>2, :name=>"bar", :measure_time=>1347303488}], :source=>"custom-1.11966"}
19881
+  (0.1ms) rollback transaction
19882
+  (0.1ms) begin transaction
19883
+ [librato-rails] flushing 11966 (2012-09-10 11:58:08 -0700):
19884
+ {:gauges=>[{:name=>"request.time.total", :count=>2, :sum=>203.39999999999998, :min=>81.3, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.11966"}
19885
+  (0.1ms) rollback transaction
19886
+  (0.0ms) begin transaction
19887
+ [librato-rails] flushing 11966 (2012-09-10 11:58:08 -0700):
19888
+ {:gauges=>[{:name=>"request.time.total", :count=>1, :sum=>122.1, :min=>122.1, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.11966"}
19889
+  (0.1ms) rollback transaction
19890
+  (0.1ms) begin transaction
19891
+  (0.0ms) rollback transaction
19892
+  (0.0ms) begin transaction
19893
+  (0.0ms) rollback transaction
19894
+  (0.1ms) begin transaction
19895
+  (0.0ms) rollback transaction
19896
+  (0.1ms) begin transaction
19897
+  (0.0ms) rollback transaction
19898
+  (0.1ms) begin transaction
19899
+  (0.0ms) rollback transaction
19900
+  (0.1ms) begin transaction
19901
+  (0.0ms) rollback transaction
19902
+  (0.0ms) begin transaction
19903
+  (0.0ms) rollback transaction
19904
+  (0.1ms) begin transaction
19905
+  (0.1ms) SAVEPOINT active_record_1
19906
+ SQL (7.3ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:58:09 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:58:09 UTC +00:00]]
19907
+  (0.6ms) RELEASE SAVEPOINT active_record_1
19908
+ Rendered user_mailer/welcome_email.text.erb (50.4ms)
19909
+
19910
+ Sent mail to foo@foo.com (34ms)
19911
+ Date: Mon, 10 Sep 2012 11:58:09 -0700
19912
+ From: from@librato-rails.com
19913
+ To: foo@foo.com
19914
+ Message-ID: <504e38418c21e_2ebe3fcc70434cd073645@Aither.local.mail>
19915
+ Subject: Why Howdy!
19916
+ Mime-Version: 1.0
19917
+ Content-Type: text/plain;
19918
+ charset=UTF-8
19919
+ Content-Transfer-Encoding: 7bit
19920
+
19921
+ This is a sample email, yay!
19922
+  (1.9ms) rollback transaction
19923
+  (0.1ms) begin transaction
19924
+
19925
+
19926
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:58:09 -0700
19927
+ Processing by HomeController#index as HTML
19928
+ Rendered home/index.html.erb within layouts/application (0.6ms)
19929
+ Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms)
19930
+
19931
+
19932
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:58:09 -0700
19933
+ Processing by StatusController#index as HTML
19934
+ Parameters: {"code"=>"204"}
19935
+ Rendered text template (0.0ms)
19936
+ Completed 204 No Content in 3ms (Views: 2.2ms | ActiveRecord: 0.0ms)
19937
+  (0.1ms) rollback transaction
19938
+  (0.1ms) begin transaction
19939
+
19940
+
19941
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:58:09 -0700
19942
+ Processing by HomeController#index as HTML
19943
+ Rendered home/index.html.erb within layouts/application (0.1ms)
19944
+ Completed 200 OK in 5ms (Views: 5.1ms | ActiveRecord: 0.0ms)
19945
+  (0.1ms) rollback transaction
19946
+  (0.1ms) begin transaction
19947
+
19948
+
19949
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:58:09 -0700
19950
+ Processing by HomeController#boom as HTML
19951
+ Completed 500 Internal Server Error in 1ms
19952
+  (0.1ms) rollback transaction
19953
+  (0.1ms) begin transaction
19954
+
19955
+
19956
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:58:09 -0700
19957
+ Processing by HomeController#slow as HTML
19958
+ Rendered text template (0.0ms)
19959
+ Completed 200 OK in 303ms (Views: 0.8ms | ActiveRecord: 0.0ms)
19960
+  (0.1ms) rollback transaction
19961
+  (0.1ms) begin transaction
19962
+  (0.0ms) SAVEPOINT active_record_1
19963
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:58:10 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:58:10 UTC +00:00]]
19964
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19965
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
19966
+  (0.1ms) SAVEPOINT active_record_1
19967
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:58:10.051201' WHERE "users"."id" = 1
19968
+  (0.0ms) RELEASE SAVEPOINT active_record_1
19969
+  (0.1ms) SAVEPOINT active_record_1
19970
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
19971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
19972
+  (1.9ms) rollback transaction
19973
+ Connecting to database specified by database.yml
19974
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
19975
+ Migrating to CreateUsers (20120719231810)
19976
+  (0.1ms) begin transaction
19977
+
19978
+
19979
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:58:55 -0700
19980
+ Processing by HomeController#custom as HTML
19981
+ Rendered text template (0.0ms)
19982
+ Completed 200 OK in 68ms (Views: 12.6ms | ActiveRecord: 0.5ms)
19983
+  (0.1ms) rollback transaction
19984
+  (0.1ms) begin transaction
19985
+
19986
+
19987
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:58:55 -0700
19988
+ Processing by HomeController#custom as HTML
19989
+ Rendered text template (0.0ms)
19990
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19991
+  (0.1ms) rollback transaction
19992
+  (0.1ms) begin transaction
19993
+
19994
+
19995
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 11:58:55 -0700
19996
+ Processing by HomeController#custom as HTML
19997
+ Rendered text template (0.0ms)
19998
+ Completed 200 OK in 1ms (Views: 0.4ms | ActiveRecord: 0.0ms)
19999
+  (0.1ms) rollback transaction
20000
+  (0.1ms) begin transaction
20001
+ [librato-rails] flushing 12053 (2012-09-10 11:58:55 -0700):
20002
+ {:counters=>[{:value=>1, :name=>"knightrider", :measure_time=>1347303535}], :source=>"custom-1.12053"}
20003
+  (0.1ms) rollback transaction
20004
+  (0.0ms) begin transaction
20005
+ [librato-rails] flushing 12053 (2012-09-10 11:58:55 -0700):
20006
+ {}
20007
+  (0.1ms) rollback transaction
20008
+  (0.1ms) begin transaction
20009
+ [librato-rails] flushing 12053 (2012-09-10 11:58:55 -0700):
20010
+ {:counters=>[{:value=>2, :name=>"foo", :measure_time=>1347303535}, {:value=>2, :name=>"bar", :measure_time=>1347303535}], :source=>"custom-1.12053"}
20011
+  (0.1ms) rollback transaction
20012
+  (0.0ms) begin transaction
20013
+ [librato-rails] flushing 12053 (2012-09-10 11:58:56 -0700):
20014
+ {:gauges=>[{:name=>"request.time.total", :count=>2, :sum=>203.39999999999998, :min=>81.3, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.12053"}
20015
+  (0.1ms) rollback transaction
20016
+  (0.0ms) begin transaction
20017
+ [librato-rails] flushing 12053 (2012-09-10 11:58:56 -0700):
20018
+ {:gauges=>[{:name=>"request.time.total", :count=>1, :sum=>122.1, :min=>122.1, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.12053"}
20019
+  (0.1ms) rollback transaction
20020
+  (0.1ms) begin transaction
20021
+  (0.1ms) rollback transaction
20022
+  (0.1ms) begin transaction
20023
+  (0.0ms) rollback transaction
20024
+  (0.0ms) begin transaction
20025
+  (0.0ms) rollback transaction
20026
+  (0.1ms) begin transaction
20027
+  (0.0ms) rollback transaction
20028
+  (0.0ms) begin transaction
20029
+  (0.0ms) rollback transaction
20030
+  (0.1ms) begin transaction
20031
+  (0.0ms) rollback transaction
20032
+  (0.0ms) begin transaction
20033
+  (0.1ms) rollback transaction
20034
+  (0.1ms) begin transaction
20035
+  (0.1ms) SAVEPOINT active_record_1
20036
+ SQL (6.9ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:58:56 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:58:56 UTC +00:00]]
20037
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20038
+ Rendered user_mailer/welcome_email.text.erb (46.3ms)
20039
+
20040
+ Sent mail to foo@foo.com (21ms)
20041
+ Date: Mon, 10 Sep 2012 11:58:56 -0700
20042
+ From: from@librato-rails.com
20043
+ To: foo@foo.com
20044
+ Message-ID: <504e3870ddce5_2f153ff808c34cdc819b3@Aither.local.mail>
20045
+ Subject: Why Howdy!
20046
+ Mime-Version: 1.0
20047
+ Content-Type: text/plain;
20048
+ charset=UTF-8
20049
+ Content-Transfer-Encoding: 7bit
20050
+
20051
+ This is a sample email, yay!
20052
+  (0.4ms) rollback transaction
20053
+  (0.1ms) begin transaction
20054
+
20055
+
20056
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:58:56 -0700
20057
+ Processing by HomeController#index as HTML
20058
+ Rendered home/index.html.erb within layouts/application (0.6ms)
20059
+ Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.0ms)
20060
+
20061
+
20062
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 11:58:56 -0700
20063
+ Processing by StatusController#index as HTML
20064
+ Parameters: {"code"=>"204"}
20065
+ Rendered text template (0.0ms)
20066
+ Completed 204 No Content in 2ms (Views: 1.5ms | ActiveRecord: 0.0ms)
20067
+  (0.1ms) rollback transaction
20068
+  (0.1ms) begin transaction
20069
+
20070
+
20071
+ Started GET "/" for 127.0.0.1 at 2012-09-10 11:58:56 -0700
20072
+ Processing by HomeController#index as HTML
20073
+ Rendered home/index.html.erb within layouts/application (0.0ms)
20074
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
20075
+  (0.1ms) rollback transaction
20076
+  (0.1ms) begin transaction
20077
+
20078
+
20079
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 11:58:56 -0700
20080
+ Processing by HomeController#boom as HTML
20081
+ Completed 500 Internal Server Error in 1ms
20082
+  (0.1ms) rollback transaction
20083
+  (0.1ms) begin transaction
20084
+
20085
+
20086
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 11:58:56 -0700
20087
+ Processing by HomeController#slow as HTML
20088
+ Rendered text template (0.0ms)
20089
+ Completed 200 OK in 302ms (Views: 0.9ms | ActiveRecord: 0.0ms)
20090
+  (0.1ms) rollback transaction
20091
+  (0.1ms) begin transaction
20092
+  (0.1ms) SAVEPOINT active_record_1
20093
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 18:58:57 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 18:58:57 UTC +00:00]]
20094
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20095
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
20096
+  (0.1ms) SAVEPOINT active_record_1
20097
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 18:58:57.341688' WHERE "users"."id" = 1
20098
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20099
+  (0.0ms) SAVEPOINT active_record_1
20100
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
20101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20102
+  (1.7ms) rollback transaction
20103
+ Connecting to database specified by database.yml
20104
+  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
20105
+ Migrating to CreateUsers (20120719231810)
20106
+  (0.1ms) begin transaction
20107
+
20108
+
20109
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 12:01:08 -0700
20110
+ Processing by HomeController#custom as HTML
20111
+ Rendered text template (0.0ms)
20112
+ Completed 200 OK in 81ms (Views: 16.8ms | ActiveRecord: 0.4ms)
20113
+  (0.1ms) rollback transaction
20114
+  (0.1ms) begin transaction
20115
+
20116
+
20117
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 12:01:09 -0700
20118
+ Processing by HomeController#custom as HTML
20119
+ Rendered text template (0.0ms)
20120
+ Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.0ms)
20121
+  (0.1ms) rollback transaction
20122
+  (0.1ms) begin transaction
20123
+
20124
+
20125
+ Started GET "/custom" for 127.0.0.1 at 2012-09-10 12:01:09 -0700
20126
+ Processing by HomeController#custom as HTML
20127
+ Rendered text template (0.0ms)
20128
+ Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
20129
+  (0.1ms) rollback transaction
20130
+  (0.1ms) begin transaction
20131
+ [librato-rails] flushing 12107 (2012-09-10 12:01:09 -0700):
20132
+ {:counters=>[{:value=>1, :name=>"knightrider", :measure_time=>1347303669}], :source=>"custom-1.12107"}
20133
+  (0.1ms) rollback transaction
20134
+  (0.1ms) begin transaction
20135
+ [librato-rails] flushing 12107 (2012-09-10 12:01:09 -0700):
20136
+ {}
20137
+  (0.1ms) rollback transaction
20138
+  (0.0ms) begin transaction
20139
+ [librato-rails] flushing 12107 (2012-09-10 12:01:09 -0700):
20140
+ {:counters=>[{:value=>2, :name=>"foo", :measure_time=>1347303669}, {:value=>2, :name=>"bar", :measure_time=>1347303669}], :source=>"custom-1.12107"}
20141
+  (0.1ms) rollback transaction
20142
+  (0.1ms) begin transaction
20143
+ [librato-rails] flushing 12107 (2012-09-10 12:01:09 -0700):
20144
+ {:gauges=>[{:name=>"request.time.total", :count=>2, :sum=>203.39999999999998, :min=>81.3, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.12107"}
20145
+  (0.1ms) rollback transaction
20146
+  (0.1ms) begin transaction
20147
+ [librato-rails] flushing 12107 (2012-09-10 12:01:09 -0700):
20148
+ {:gauges=>[{:name=>"request.time.total", :count=>1, :sum=>122.1, :min=>122.1, :max=>122.1}, {:name=>"items_bought", :count=>1, :sum=>20.0, :min=>20.0, :max=>20.0}], :source=>"custom-1.12107"}
20149
+  (0.1ms) rollback transaction
20150
+  (0.1ms) begin transaction
20151
+  (0.1ms) rollback transaction
20152
+  (0.1ms) begin transaction
20153
+  (0.1ms) rollback transaction
20154
+  (0.1ms) begin transaction
20155
+  (0.0ms) rollback transaction
20156
+  (0.1ms) begin transaction
20157
+  (0.0ms) rollback transaction
20158
+  (0.1ms) begin transaction
20159
+  (0.1ms) rollback transaction
20160
+  (0.1ms) begin transaction
20161
+  (0.1ms) rollback transaction
20162
+  (0.1ms) begin transaction
20163
+  (0.1ms) rollback transaction
20164
+  (0.1ms) begin transaction
20165
+  (0.1ms) SAVEPOINT active_record_1
20166
+ SQL (7.5ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 19:01:10 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 19:01:10 UTC +00:00]]
20167
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20168
+ Rendered user_mailer/welcome_email.text.erb (34.3ms)
20169
+
20170
+ Sent mail to foo@foo.com (16ms)
20171
+ Date: Mon, 10 Sep 2012 12:01:10 -0700
20172
+ From: from@librato-rails.com
20173
+ To: foo@foo.com
20174
+ Message-ID: <504e38f655cc3_2f4b3fda71c34cdc816ef@Aither.local.mail>
20175
+ Subject: Why Howdy!
20176
+ Mime-Version: 1.0
20177
+ Content-Type: text/plain;
20178
+ charset=UTF-8
20179
+ Content-Transfer-Encoding: 7bit
20180
+
20181
+ This is a sample email, yay!
20182
+  (1.8ms) rollback transaction
20183
+  (0.1ms) begin transaction
20184
+
20185
+
20186
+ Started GET "/" for 127.0.0.1 at 2012-09-10 12:01:10 -0700
20187
+ Processing by HomeController#index as HTML
20188
+ Rendered home/index.html.erb within layouts/application (0.4ms)
20189
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.0ms)
20190
+
20191
+
20192
+ Started GET "/status/204" for 127.0.0.1 at 2012-09-10 12:01:10 -0700
20193
+ Processing by StatusController#index as HTML
20194
+ Parameters: {"code"=>"204"}
20195
+ Rendered text template (0.0ms)
20196
+ Completed 204 No Content in 3ms (Views: 1.9ms | ActiveRecord: 0.0ms)
20197
+  (0.2ms) rollback transaction
20198
+  (0.1ms) begin transaction
20199
+
20200
+
20201
+ Started GET "/" for 127.0.0.1 at 2012-09-10 12:01:10 -0700
20202
+ Processing by HomeController#index as HTML
20203
+ Rendered home/index.html.erb within layouts/application (0.1ms)
20204
+ Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.0ms)
20205
+  (0.1ms) rollback transaction
20206
+  (0.1ms) begin transaction
20207
+
20208
+
20209
+ Started GET "/exception" for 127.0.0.1 at 2012-09-10 12:01:10 -0700
20210
+ Processing by HomeController#boom as HTML
20211
+ Completed 500 Internal Server Error in 1ms
20212
+  (0.1ms) rollback transaction
20213
+  (0.1ms) begin transaction
20214
+
20215
+
20216
+ Started GET "/slow" for 127.0.0.1 at 2012-09-10 12:01:10 -0700
20217
+ Processing by HomeController#slow as HTML
20218
+ Rendered text template (0.0ms)
20219
+ Completed 200 OK in 302ms (Views: 1.3ms | ActiveRecord: 0.0ms)
20220
+  (0.1ms) rollback transaction
20221
+  (0.1ms) begin transaction
20222
+  (0.1ms) SAVEPOINT active_record_1
20223
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "email", "password", "updated_at") VALUES (?, ?, ?, ?) [["created_at", Mon, 10 Sep 2012 19:01:10 UTC +00:00], ["email", "foo@foo.com"], ["password", "wow"], ["updated_at", Mon, 10 Sep 2012 19:01:10 UTC +00:00]]
20224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20225
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."email" = 'foo@foo.com' LIMIT 1
20226
+  (0.1ms) SAVEPOINT active_record_1
20227
+  (0.4ms) UPDATE "users" SET "password" = 'new password', "updated_at" = '2012-09-10 19:01:10.783832' WHERE "users"."id" = 1
20228
+  (0.1ms) RELEASE SAVEPOINT active_record_1
20229
+  (0.0ms) SAVEPOINT active_record_1
20230
+ SQL (0.2ms) DELETE FROM "users" WHERE "users"."id" = ? [["id", 1]]
20231
+  (0.0ms) RELEASE SAVEPOINT active_record_1
20232
+  (1.7ms) rollback transaction