i_wonder 0.0.4 → 0.0.5
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.
- data/README.rdoc +4 -2
- data/app/views/i_wonder/ab_tests/_show_not_started.html.erb +2 -0
- data/lib/i_wonder/ab_testing/action_controller_mixins.rb +1 -1
- data/lib/i_wonder/version.rb +1 -1
- data/test/dummy/log/test.log +838 -0
- data/test/functional/ab_controller_mixins_test.rb +4 -0
- metadata +19 -21
- data/test/dummy/tmp/pids/server.pid +0 -1
data/test/dummy/log/test.log
CHANGED
@@ -84276,3 +84276,841 @@ Completed 200 OK in 0ms (Views: 0.1ms | ActiveRecord: 0.0ms)
|
|
84276
84276
|
[1m[35mIWonder::Event Load (0.2ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events"
|
84277
84277
|
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" ORDER BY "i_wonder_events"."id" DESC LIMIT 1[0m
|
84278
84278
|
[1m[35m (0.1ms)[0m ROLLBACK
|
84279
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
84280
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
84281
|
+
[1m[36m (80.2ms)[0m [1mSELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."name" = 'Blah Test' LIMIT 1[0m
|
84282
|
+
[1m[35m (13.3ms)[0m SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'blah' LIMIT 1
|
84283
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84284
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84285
|
+
[1m[36mSQL (73.4ms)[0m [1mINSERT INTO "i_wonder_ab_tests" ("created_at", "description", "name", "options", "sym", "test_applies_to", "test_group_data", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["description", nil], ["name", "Blah Test"], ["options", "--- \n:test_group_names: \n- Options 1\n- Options 2\n"], ["sym", "blah"], ["test_applies_to", "session"], ["test_group_data", "--- {}\n\n"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84286
|
+
[1m[35mSQL (23.6ms)[0m INSERT INTO "i_wonder_ab_test_goals" ("ab_test_id", "options") VALUES ($1, $2) RETURNING "id" [["ab_test_id", 72], ["options", "--- \n:event_type: success\n:goal_type: Event\n"]]
|
84287
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84288
|
+
[1m[35mIWonder::TestGroupMembership Load (26.5ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2' AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' LIMIT 1
|
84289
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84290
|
+
[1m[35m (0.4ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2') LIMIT 1
|
84291
|
+
[1m[36mSQL (2.2ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 72], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "2"], ["member_type", "session"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84292
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84293
|
+
[1m[36mIWonder::TestGroupMembership Load (0.3ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2' AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' LIMIT 1[0m
|
84294
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84295
|
+
[1m[36m (0.4ms)[0m [1mUPDATE "i_wonder_ab_tests" SET "test_applies_to" = 'user', "updated_at" = '2011-10-28 19:28:23.467690', "options" = '---
|
84296
|
+
:test_group_names:
|
84297
|
+
- Options 1
|
84298
|
+
- Options 2
|
84299
|
+
', "test_group_data" = '--- {}
|
84300
|
+
|
84301
|
+
' WHERE "i_wonder_ab_tests"."id" = 72[0m
|
84302
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84303
|
+
[1m[36mIWonder::TestGroupMembership Load (0.3ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = '3' AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' LIMIT 1[0m
|
84304
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84305
|
+
[1m[36m (0.2ms)[0m [1mSELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = '3') LIMIT 1[0m
|
84306
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ab_test_id", 72], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "3"], ["member_type", "user"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84307
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84308
|
+
[1m[35mIWonder::TestGroupMembership Load (0.3ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = '3' AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' LIMIT 1
|
84309
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84310
|
+
[1m[35m (0.3ms)[0m UPDATE "i_wonder_ab_tests" SET "test_applies_to" = 'account', "updated_at" = '2011-10-28 19:28:23.473108', "options" = '---
|
84311
|
+
:test_group_names:
|
84312
|
+
- Options 1
|
84313
|
+
- Options 2
|
84314
|
+
', "test_group_data" = '--- {}
|
84315
|
+
|
84316
|
+
' WHERE "i_wonder_ab_tests"."id" = 72
|
84317
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84318
|
+
[1m[35mIWonder::TestGroupMembership Load (0.3ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = '4' AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' LIMIT 1
|
84319
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84320
|
+
[1m[35m (0.3ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = '4') LIMIT 1
|
84321
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 72], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "4"], ["member_type", "account"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84322
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84323
|
+
[1m[36mIWonder::TestGroupMembership Load (0.4ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 72 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = '4' AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' LIMIT 1[0m
|
84324
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
84325
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84326
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84327
|
+
[1m[36m (0.3ms)[0m [1mSELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."name" = 'Blah Test' LIMIT 1[0m
|
84328
|
+
[1m[35m (0.2ms)[0m SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'blah' LIMIT 1
|
84329
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84330
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84331
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_ab_tests" ("created_at", "description", "name", "options", "sym", "test_applies_to", "test_group_data", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["description", nil], ["name", "Blah Test"], ["options", "--- \n:test_group_names: \n- Options 1\n- Options 2\n"], ["sym", "blah"], ["test_applies_to", "session"], ["test_group_data", "--- {}\n\n"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84332
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "i_wonder_ab_test_goals" ("ab_test_id", "options") VALUES ($1, $2) RETURNING "id" [["ab_test_id", 73], ["options", "--- \n:event_type: success\n:goal_type: Event\n"]]
|
84333
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84334
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84335
|
+
[1m[36m (0.3ms)[0m [1mSELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = 'random_1') LIMIT 1[0m
|
84336
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ab_test_id", 73], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "random_1"], ["member_type", "account"], ["test_group_name", "Options 1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84337
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84338
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84339
|
+
[1m[36m (0.2ms)[0m [1mSELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = 'random_2') LIMIT 1[0m
|
84340
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ab_test_id", 73], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "random_2"], ["member_type", "user"], ["test_group_name", "Options 1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84341
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84342
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84343
|
+
[1m[36m (0.3ms)[0m [1mSELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = 'random_3') LIMIT 1[0m
|
84344
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ab_test_id", 73], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "random_3"], ["member_type", "session"], ["test_group_name", "Options 1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84345
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84346
|
+
[1m[35mIWonder::TestGroupMembership Load (0.5ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2' LIMIT 1
|
84347
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84348
|
+
[1m[35m (0.3ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2') LIMIT 1
|
84349
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 73], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "2"], ["member_type", "session"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84350
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84351
|
+
[1m[36mIWonder::TestGroupMembership Load (0.3ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2' LIMIT 1[0m
|
84352
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84353
|
+
[1m[36m (0.2ms)[0m [1mUPDATE "i_wonder_ab_tests" SET "test_applies_to" = 'user', "updated_at" = '2011-10-28 19:28:23.521916', "options" = '---
|
84354
|
+
:test_group_names:
|
84355
|
+
- Options 1
|
84356
|
+
- Options 2
|
84357
|
+
', "test_group_data" = '--- {}
|
84358
|
+
|
84359
|
+
' WHERE "i_wonder_ab_tests"."id" = 73[0m
|
84360
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84361
|
+
[1m[36mIWonder::TestGroupMembership Load (0.3ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = '3' LIMIT 1[0m
|
84362
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84363
|
+
[1m[36m (0.3ms)[0m [1mSELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = '3') LIMIT 1[0m
|
84364
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["ab_test_id", 73], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "3"], ["member_type", "user"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84365
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84366
|
+
[1m[35mIWonder::TestGroupMembership Load (0.3ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'user' AND "i_wonder_test_group_memberships"."member_id" = '3' LIMIT 1
|
84367
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84368
|
+
[1m[35m (0.3ms)[0m UPDATE "i_wonder_ab_tests" SET "test_applies_to" = 'account', "updated_at" = '2011-10-28 19:28:23.527026', "options" = '---
|
84369
|
+
:test_group_names:
|
84370
|
+
- Options 1
|
84371
|
+
- Options 2
|
84372
|
+
', "test_group_data" = '--- {}
|
84373
|
+
|
84374
|
+
' WHERE "i_wonder_ab_tests"."id" = 73
|
84375
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84376
|
+
[1m[35mIWonder::TestGroupMembership Load (0.3ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = '4' LIMIT 1
|
84377
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84378
|
+
[1m[35m (0.3ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = '4') LIMIT 1
|
84379
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 73], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "4"], ["member_type", "account"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84380
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84381
|
+
[1m[36mIWonder::TestGroupMembership Load (0.3ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 73 AND "i_wonder_test_group_memberships"."member_type" = 'account' AND "i_wonder_test_group_memberships"."member_id" = '4' LIMIT 1[0m
|
84382
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84383
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84384
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84385
|
+
[1m[36m (0.2ms)[0m [1mSELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."name" = 'Blah Test' LIMIT 1[0m
|
84386
|
+
[1m[35m (0.2ms)[0m SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'blah' LIMIT 1
|
84387
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84388
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84389
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_ab_tests" ("created_at", "description", "name", "options", "sym", "test_applies_to", "test_group_data", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["description", nil], ["name", "Blah Test"], ["options", "--- \n:test_group_names: \n- Options 1\n- Options 2\n"], ["sym", "blah"], ["test_applies_to", "session"], ["test_group_data", "--- {}\n\n"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84390
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "i_wonder_ab_test_goals" ("ab_test_id", "options") VALUES ($1, $2) RETURNING "id" [["ab_test_id", 74], ["options", "--- \n:event_type: success\n:goal_type: Event\n"]]
|
84391
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84392
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 74
|
84393
|
+
[1m[36mIWonder::AbTest Load (0.2ms)[0m [1mSELECT "i_wonder_ab_tests".* FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'blah' LIMIT 1[0m
|
84394
|
+
[1m[35mIWonder::TestGroupMembership Load (0.3ms)[0m SELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 74 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2' LIMIT 1
|
84395
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84396
|
+
[1m[35m (0.3ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 74 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2') LIMIT 1
|
84397
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 74], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "2"], ["member_type", "session"], ["test_group_name", "Options 1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84398
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84399
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 74[0m
|
84400
|
+
[1m[35mIWonder::AbTest Load (0.3ms)[0m SELECT "i_wonder_ab_tests".* FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'blah' LIMIT 1
|
84401
|
+
[1m[36mIWonder::TestGroupMembership Load (0.3ms)[0m [1mSELECT "i_wonder_test_group_memberships".* FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 74 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2' LIMIT 1[0m
|
84402
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 74
|
84403
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84404
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84405
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
84406
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84407
|
+
[1m[36mIWonder::AbTest Load (0.3ms)[0m [1mSELECT "i_wonder_ab_tests".* FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'non-existant test' LIMIT 1[0m
|
84408
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84409
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84410
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84411
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84412
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84413
|
+
[1m[36m (0.2ms)[0m [1mSELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."name" = 'Blah Test' LIMIT 1[0m
|
84414
|
+
[1m[35m (0.2ms)[0m SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'blah' LIMIT 1
|
84415
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_ab_tests" ("created_at", "description", "name", "options", "sym", "test_applies_to", "test_group_data", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8) RETURNING "id"[0m [["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["description", nil], ["name", "Blah Test"], ["options", "--- \n:test_group_names: \n- Options 1\n- Options 2\n"], ["sym", "blah"], ["test_applies_to", "session"], ["test_group_data", "--- {}\n\n"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84416
|
+
[1m[35mSQL (0.1ms)[0m INSERT INTO "i_wonder_ab_test_goals" ("ab_test_id", "options") VALUES ($1, $2) RETURNING "id" [["ab_test_id", 75], ["options", "--- \n:event_type: success\n:goal_type: Event\n"]]
|
84417
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84418
|
+
[1m[35m (0.2ms)[0m SAVEPOINT active_record_1
|
84419
|
+
[1m[36mSQL (195.0ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Thu, 27 Oct 2011 19:28:23 UTC +00:00], ["event_type", "success"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "5"], ["updated_at", Thu, 27 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84420
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84421
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84422
|
+
[1m[35m (0.4ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '1') LIMIT 1
|
84423
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 75], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "1"], ["member_type", "session"], ["test_group_name", "Option 1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84424
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84425
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84426
|
+
[1m[35m (0.3ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '2') LIMIT 1
|
84427
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 75], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "2"], ["member_type", "session"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84428
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84429
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84430
|
+
[1m[35m (0.2ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '3') LIMIT 1
|
84431
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 75], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "3"], ["member_type", "session"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84432
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84433
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84434
|
+
[1m[35m (0.2ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '4') LIMIT 1
|
84435
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 75], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "4"], ["member_type", "session"], ["test_group_name", "Option 2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84436
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84437
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84438
|
+
[1m[35m (0.3ms)[0m SELECT 1 FROM "i_wonder_test_group_memberships" WHERE ("i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."member_type" = 'session' AND "i_wonder_test_group_memberships"."member_id" = '5') LIMIT 1
|
84439
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_test_group_memberships" ("ab_test_id", "created_at", "member_id", "member_type", "test_group_name", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["ab_test_id", 75], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["member_id", "5"], ["member_type", "session"], ["test_group_name", "Option 1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00]]
|
84440
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84441
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84442
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["event_type", "success"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "1"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84443
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84444
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84445
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["event_type", "random"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84446
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84447
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84448
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["event_type", "success"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "2"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84449
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84450
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84451
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["event_type", "success"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "3"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84452
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84453
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84454
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["event_type", "random"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "4"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84455
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84456
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84457
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["event_type", "success"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "6"], ["updated_at", Fri, 28 Oct 2011 19:28:23 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84458
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84459
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 1'[0m
|
84460
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "i_wonder_test_group_memberships" WHERE "i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2'
|
84461
|
+
[1m[36mIWonder::AbTest Load (0.4ms)[0m [1mSELECT "i_wonder_ab_tests".* FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."id" = 75 LIMIT 1[0m
|
84462
|
+
[1m[35m (72.1ms)[0m SELECT COUNT(*) FROM "i_wonder_test_group_memberships" LEFT JOIN i_wonder_events ON i_wonder_events.session_id = i_wonder_test_group_memberships.member_id WHERE "i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 1' AND (i_wonder_events.event_type = 'success') AND (i_wonder_events.created_at > '2011-10-28 19:28:23.553089')
|
84463
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_test_group_memberships" LEFT JOIN i_wonder_events ON i_wonder_events.session_id = i_wonder_test_group_memberships.member_id WHERE "i_wonder_test_group_memberships"."ab_test_id" = 75 AND "i_wonder_test_group_memberships"."test_group_name" = 'Option 2' AND (i_wonder_events.event_type = 'success') AND (i_wonder_events.created_at > '2011-10-28 19:28:23.553089')[0m
|
84464
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84465
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84466
|
+
|
84467
|
+
|
84468
|
+
Started GET "/i_wonder" for 127.0.0.1 at 2011-10-28 12:28:24 -0700
|
84469
|
+
Processing by IWonder::DashboardController#landing as HTML
|
84470
|
+
Completed 200 OK in 193ms (Views: 192.7ms | ActiveRecord: 0.0ms)
|
84471
|
+
|
84472
|
+
|
84473
|
+
Started GET "/i_wonder?block_this=true" for 127.0.0.1 at 2011-10-28 12:28:24 -0700
|
84474
|
+
Processing by IWonder::DashboardController#landing as HTML
|
84475
|
+
Parameters: {"block_this"=>"true"}
|
84476
|
+
Redirected to http://www.example.com/
|
84477
|
+
Completed 302 Found in 0ms
|
84478
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
84479
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84480
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84481
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event_1"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84482
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84483
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84484
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event_1"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84485
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84486
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84487
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event_2"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84488
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84489
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84490
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event_3"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84491
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84492
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84493
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event_1"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84494
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84495
|
+
[1m[36mIWonder::Event Load (42.8ms)[0m [1mSELECT event_type, COUNT(event_type) as count, MAX(created_at) as most_recent FROM "i_wonder_events" GROUP BY event_type ORDER BY most_recent DESC[0m
|
84496
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT COUNT(event_type) as count, MAX(created_at) as most_recent FROM "i_wonder_events" WHERE "i_wonder_events"."event_type" = 'test_event_1' GROUP BY event_type
|
84497
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84498
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84499
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" [0m
|
84500
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84501
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84502
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84503
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" [0m
|
84504
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84505
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84506
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events"
|
84507
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84508
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "test_event"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84509
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84510
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events"
|
84511
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1[0m
|
84512
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84513
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84514
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "i_wonder_events"
|
84515
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84516
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Wed, 28 Sep 2011 19:28:24 UTC +00:00], ["event_type", "new_visitor"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "123"], ["updated_at", Wed, 28 Sep 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84517
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84518
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84519
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Wed, 28 Sep 2011 19:28:24 UTC +00:00], ["event_type", "hit"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "123"], ["updated_at", Wed, 28 Sep 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84520
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84521
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84522
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Wed, 28 Sep 2011 19:28:24 UTC +00:00], ["event_type", "hit"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "123"], ["updated_at", Wed, 28 Sep 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", 1]]
|
84523
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84524
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" WHERE "i_wonder_events"."user_id" = 1 AND "i_wonder_events"."event_type" = 'new_visitor' LIMIT 1
|
84525
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "i_wonder_events" SET "user_id" = '1', "session_id" = '123' WHERE (session_id = '123' AND user_id IS NULL)[0m
|
84526
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."user_id" = 1
|
84527
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."session_id" = '123'[0m
|
84528
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."session_id" = '123' AND "i_wonder_events"."user_id" = 1 AND "i_wonder_events"."event_type" = 'new_visitor'
|
84529
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84530
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "new_visitor"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "321"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84531
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84532
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84533
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["event_type", "hit"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", "321"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84534
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84535
|
+
[1m[36mIWonder::Event Load (0.3ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" WHERE "i_wonder_events"."user_id" = 1 AND "i_wonder_events"."event_type" = 'new_visitor' LIMIT 1[0m
|
84536
|
+
[1m[35mSQL (0.3ms)[0m UPDATE "i_wonder_events" SET "user_id" = '1', "session_id" = '123' WHERE (session_id = '321' AND user_id IS NULL)
|
84537
|
+
[1m[36mSQL (22.9ms)[0m [1mUPDATE "i_wonder_events" SET "event_type" = 'return_visit' WHERE (user_id = '1' AND event_type = 'new_visitor' AND id <> 550)[0m
|
84538
|
+
[1m[35mIWonder::Event Load (0.5ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" WHERE "i_wonder_events"."id" = $1 LIMIT 1 [["id", 553]]
|
84539
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."session_id" = '123'[0m
|
84540
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."session_id" = '123' AND "i_wonder_events"."event_type" = 'new_visitor'
|
84541
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."session_id" = '123' AND "i_wonder_events"."event_type" = 'return_visit'[0m
|
84542
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."session_id" = '321'
|
84543
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."user_id" = 1[0m
|
84544
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84545
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84546
|
+
|
84547
|
+
|
84548
|
+
Started GET "/i_wonder/events" for 127.0.0.1 at 2011-10-28 12:28:24 -0700
|
84549
|
+
Processing by IWonder::EventsController#index as HTML
|
84550
|
+
[1m[35mIWonder::Event Load (0.4ms)[0m SELECT event_type, COUNT(event_type) as count, MAX(created_at) as most_recent FROM "i_wonder_events" GROUP BY event_type ORDER BY most_recent DESC
|
84551
|
+
Completed 200 OK in 7ms (Views: 5.6ms | ActiveRecord: 0.4ms)
|
84552
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84553
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84554
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84555
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", "1"], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Test Metric"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84556
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = $1 LIMIT 1[0m [["id", 481]]
|
84557
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84558
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 25 Sep 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Mon, 24 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84559
|
+
[1m[35m (0.0ms)[0m UPDATE "i_wonder_metrics" SET "earliest_measurement" = '2012-09-24 07:00:01.000000', "options" = '---
|
84560
|
+
:collection_type: custom
|
84561
|
+
:takes_snapshots: true
|
84562
|
+
' WHERE "i_wonder_metrics"."id" = 481
|
84563
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84564
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84565
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 26 Sep 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Tue, 25 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84566
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84567
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84568
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Thu, 27 Sep 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Wed, 26 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84569
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84570
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84571
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Fri, 28 Sep 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Thu, 27 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84572
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84573
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84574
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 29 Sep 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Fri, 28 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84575
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84576
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84577
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 30 Sep 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sat, 29 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84578
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84579
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84580
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 01 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sun, 30 Sep 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84581
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84582
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84583
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 02 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Mon, 01 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84584
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84585
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84586
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 03 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Tue, 02 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84587
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84588
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84589
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Thu, 04 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Wed, 03 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84590
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84591
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84592
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Fri, 05 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Thu, 04 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84593
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84594
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84595
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 06 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Fri, 05 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84596
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84597
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84598
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 07 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sat, 06 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84599
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84600
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84601
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 08 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sun, 07 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84602
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84603
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84604
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 09 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Mon, 08 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84605
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84606
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84607
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 10 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Tue, 09 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84608
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84609
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84610
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Thu, 11 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Wed, 10 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84611
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84612
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84613
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Fri, 12 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Thu, 11 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84614
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84615
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84616
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 13 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Fri, 12 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84617
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84618
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84619
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 14 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sat, 13 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84620
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84621
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84622
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 15 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sun, 14 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84623
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84624
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84625
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 16 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Mon, 15 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84626
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84627
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84628
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 17 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Tue, 16 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84629
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84630
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84631
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Thu, 18 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Wed, 17 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84632
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84633
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84634
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Fri, 19 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Thu, 18 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84635
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84636
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84637
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Fri, 19 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84638
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84639
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84640
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sat, 20 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84641
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84642
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84643
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Sun, 21 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84644
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84645
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1[0m
|
84646
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Mon, 22 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84647
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1[0m
|
84648
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 481 LIMIT 1
|
84649
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 481], ["start_time", Tue, 23 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84650
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481 ORDER BY end_time DESC LIMIT 1
|
84651
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84652
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = $1 LIMIT 1 [["id", 481]]
|
84653
|
+
[1m[36m (0.0ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 481[0m
|
84654
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84655
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84656
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84657
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Measurement 1"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84658
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84659
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84660
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Measurement 2"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84661
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84662
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84663
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 4], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 482], ["start_time", Fri, 19 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84664
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84665
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84666
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 7], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 482], ["start_time", Sat, 20 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84667
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84668
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84669
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 9], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 482], ["start_time", Sun, 21 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84670
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84671
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 482 ORDER BY end_time DESC LIMIT 1[0m
|
84672
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 483 ORDER BY end_time DESC LIMIT 1
|
84673
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 482 ORDER BY end_time DESC LIMIT 1[0m
|
84674
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 483 ORDER BY end_time DESC LIMIT 1
|
84675
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84676
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84677
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84678
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", "1"], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Measurement 3"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84679
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84680
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84681
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 10], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 484], ["start_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84682
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84683
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484 ORDER BY end_time DESC LIMIT 1[0m
|
84684
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484 ORDER BY end_time DESC LIMIT 1
|
84685
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484 ORDER BY end_time DESC LIMIT 1[0m
|
84686
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84687
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84688
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84689
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 484 LIMIT 1[0m
|
84690
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 484], ["start_time", Sun, 21 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84691
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84692
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84693
|
+
[1m[36m (0.0ms)[0m [1mUPDATE "i_wonder_metrics" SET "earliest_measurement" = '2012-10-21 07:00:01.000000', "options" = '---
|
84694
|
+
:collection_type: custom
|
84695
|
+
:takes_snapshots: true
|
84696
|
+
' WHERE "i_wonder_metrics"."id" = 484[0m
|
84697
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84698
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484 ORDER BY end_time DESC LIMIT 1[0m
|
84699
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84700
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84701
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84702
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 484 LIMIT 1[0m
|
84703
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 484], ["start_time", Mon, 22 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84704
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84705
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484 ORDER BY end_time DESC LIMIT 1
|
84706
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84707
|
+
[1m[35m (0.0ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
84708
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84709
|
+
[1m[35mIWonder::Metric Load (0.0ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 484 LIMIT 1
|
84710
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 484], ["start_time", Tue, 23 Oct 2012 07:00:01 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84711
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84712
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484 ORDER BY end_time DESC LIMIT 1[0m
|
84713
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 484
|
84714
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84715
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84716
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84717
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", "3"], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", -1], ["last_measurement", nil], ["name", "Test Metric"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: false\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84718
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84719
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84720
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84721
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84722
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84723
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84724
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Test Metric"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84725
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84726
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84727
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- \nkey_1: 1\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 486], ["start_time", Fri, 19 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84728
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84729
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84730
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- \nkey_1: 2\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 486], ["start_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84731
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84732
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84733
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- \nkey_1: 3\nkey_2: 1\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 486], ["start_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84734
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84735
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84736
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- \nkey_1: 4\nkey_2: 2\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 486], ["start_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84737
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84738
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84739
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- \nkey_1: 5\nkey_2: 3\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 486], ["start_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84740
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84741
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 486 AND (start_time < '2012-10-23 07:00:00.000000' AND end_time > '2012-10-20 07:00:00.000000')
|
84742
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84743
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84744
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84745
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Test Metric"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84746
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84747
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84748
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 487], ["start_time", Fri, 19 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84749
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84750
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84751
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 2], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 487], ["start_time", Sat, 20 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84752
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84753
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84754
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 3], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 487], ["start_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84755
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84756
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84757
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 4], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 487], ["start_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84758
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84759
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84760
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 5], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 487], ["start_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84761
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84762
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 487 AND (start_time < '2012-10-23 07:00:00.000000' AND end_time > '2012-10-20 07:00:00.000000')[0m
|
84763
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84764
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84765
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84766
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Test Metric"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84767
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84768
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84769
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 488], ["start_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84770
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84771
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84772
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 3], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 488], ["start_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84773
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84774
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 488 AND (start_time < '2012-10-24 07:00:00.000000' AND end_time > '2012-10-22 07:00:00.000000')[0m
|
84775
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84776
|
+
[1m[36m (0.0ms)[0m [1mUPDATE "i_wonder_metrics" SET "options" = '---
|
84777
|
+
:collection_type: custom
|
84778
|
+
:takes_snapshots: true
|
84779
|
+
:combination_rule: average
|
84780
|
+
' WHERE "i_wonder_metrics"."id" = 488[0m
|
84781
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84782
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84783
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 488], ["start_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84784
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84785
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84786
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 3], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 488], ["start_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84787
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84788
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 488 AND (start_time < '2012-10-24 07:00:00.000000' AND end_time > '2012-10-22 07:00:00.000000')[0m
|
84789
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84790
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84791
|
+
[1m[35mIWonder::Metric Load (0.3ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics"
|
84792
|
+
[1m[36m (0.2ms)[0m [1mSAVEPOINT active_record_1[0m
|
84793
|
+
[1m[35m (11.7ms)[0m SELECT 1 FROM "i_wonder_reports" WHERE "i_wonder_reports"."name" = 'Report 1' LIMIT 1
|
84794
|
+
[1m[36mSQL (12.6ms)[0m [1mINSERT INTO "i_wonder_reports" ("created_at", "description", "name", "pin_to_dashboard", "report_type", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id"[0m [["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["description", nil], ["name", "Report 1"], ["pin_to_dashboard", nil], ["report_type", "line"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84795
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84796
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84797
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Measurement 4"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84798
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84799
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84800
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "i_wonder_metrics" SET "collection_method" = 'IWonder::Report.find(41).destroy; 1', "updated_at" = '2011-10-28 19:28:24.847119', "options" = '---
|
84801
|
+
:collection_type: custom
|
84802
|
+
:takes_snapshots: true
|
84803
|
+
' WHERE "i_wonder_metrics"."id" = 489[0m
|
84804
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84805
|
+
[1m[36mIWonder::Snapshot Load (0.3ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 489 ORDER BY end_time DESC LIMIT 1[0m
|
84806
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84807
|
+
[1m[36mIWonder::Report Load (0.4ms)[0m [1mSELECT "i_wonder_reports".* FROM "i_wonder_reports" WHERE "i_wonder_reports"."id" = $1 LIMIT 1[0m [["id", 41]]
|
84808
|
+
[1m[35mSQL (0.2ms)[0m DELETE FROM "i_wonder_reports" WHERE "i_wonder_reports"."id" = $1 [["id", 41]]
|
84809
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84810
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84811
|
+
[1m[36mIWonder::Metric Load (0.3ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = 489 LIMIT 1[0m
|
84812
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["end_time", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["metric_id", 489], ["start_time", Thu, 27 Oct 2011 19:28:24 UTC +00:00], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84813
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84814
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84815
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "i_wonder_metrics" SET "earliest_measurement" = '2011-10-27 19:28:24.849602', "updated_at" = '2011-10-28 19:28:24.855004', "options" = '---
|
84816
|
+
:collection_type: custom
|
84817
|
+
:takes_snapshots: true
|
84818
|
+
' WHERE "i_wonder_metrics"."id" = 489[0m
|
84819
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84820
|
+
[1m[36mIWonder::Snapshot Load (0.3ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 489 ORDER BY end_time DESC LIMIT 1[0m
|
84821
|
+
[1m[35mIWonder::Metric Load (0.2ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE "i_wonder_metrics"."id" = $1 LIMIT 1 [["id", 489]]
|
84822
|
+
[1m[36m (0.2ms)[0m [1mSELECT 1 FROM "i_wonder_reports" WHERE "i_wonder_reports"."id" = 41 LIMIT 1[0m
|
84823
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 489
|
84824
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84825
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84826
|
+
[1m[36mSQL (0.1ms)[0m [1mDELETE FROM "i_wonder_metrics"[0m
|
84827
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84828
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 3600], ["last_measurement", nil], ["name", "Measurement 5"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84829
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84830
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84831
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 3600], ["last_measurement", Fri, 28 Oct 2011 18:58:24 UTC +00:00], ["name", "Measurement 6"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84832
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84833
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84834
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 3600], ["last_measurement", Fri, 28 Oct 2011 17:58:24 UTC +00:00], ["name", "Measurement 7"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84835
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84836
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84837
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", Fri, 28 Oct 2011 17:58:24 UTC +00:00], ["name", "Measurement 8"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84838
|
+
[1m[36m (0.2ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84839
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84840
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", Wed, 26 Oct 2011 19:28:24 UTC +00:00], ["name", "Measurement 9"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84841
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84842
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84843
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", -1], ["last_measurement", nil], ["name", "Measurement 10"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: false\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84844
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84845
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84846
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", true], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 3600], ["last_measurement", nil], ["name", "Measurement 11"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84847
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84848
|
+
[1m[36m (11.6ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_metrics" WHERE (archived = 'f' or archived IS NULL) AND (frequency > 0) AND (last_measurement IS NULL OR last_measurement+(frequency * interval '1 second') < NOW())[0m
|
84849
|
+
[1m[35mIWonder::Metric Load (0.4ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE (archived = 'f' or archived IS NULL) AND (frequency > 0) AND (last_measurement IS NULL OR last_measurement+(frequency * interval '1 second') < NOW())
|
84850
|
+
[1m[36mIWonder::Metric Load (0.4ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE (archived = 'f' or archived IS NULL) AND (frequency > 0) AND (last_measurement IS NULL OR last_measurement+(frequency * interval '1 second') < NOW())[0m
|
84851
|
+
[1m[35mIWonder::Metric Load (0.4ms)[0m SELECT "i_wonder_metrics".* FROM "i_wonder_metrics" WHERE (archived = 'f' or archived IS NULL) AND (frequency > 0) AND (last_measurement IS NULL OR last_measurement+(frequency * interval '1 second') < NOW())
|
84852
|
+
[1m[36m (0.4ms)[0m [1mROLLBACK[0m
|
84853
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84854
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84855
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 3600], ["last_measurement", nil], ["name", "Measurement 12"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84856
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84857
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84858
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84859
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84860
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", "IWonder::Event.where(:event_type => \"\").where(\"created_at >= ? AND created_at < ?\", start_time, end_time).count"], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", -1], ["last_measurement", nil], ["name", "test name"], ["options", "--- \n:collection_type: event_counter\n:event_counter_event: \n:takes_snapshots: false\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84861
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84862
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84863
|
+
[1m[35m (0.3ms)[0m UPDATE "i_wonder_metrics" SET "frequency" = 3600, "updated_at" = '2011-10-28 19:28:24.905404', "options" = '---
|
84864
|
+
:collection_type: event_counter
|
84865
|
+
:event_counter_event:
|
84866
|
+
:takes_snapshots: true
|
84867
|
+
' WHERE "i_wonder_metrics"."id" = 498
|
84868
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84869
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84870
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "i_wonder_metrics" SET "frequency" = -1, "updated_at" = '2011-10-28 19:28:24.907546', "options" = '---
|
84871
|
+
:collection_type: event_counter
|
84872
|
+
:event_counter_event:
|
84873
|
+
:takes_snapshots: false
|
84874
|
+
' WHERE "i_wonder_metrics"."id" = 498[0m
|
84875
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84876
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84877
|
+
[1m[35m (0.3ms)[0m UPDATE "i_wonder_metrics" SET "frequency" = 3600, "updated_at" = '2011-10-28 19:28:24.909206', "options" = '---
|
84878
|
+
:collection_type: event_counter
|
84879
|
+
:event_counter_event:
|
84880
|
+
:takes_snapshots: true
|
84881
|
+
' WHERE "i_wonder_metrics"."id" = 498
|
84882
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84883
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84884
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "i_wonder_metrics" SET "frequency" = -1, "updated_at" = '2011-10-28 19:28:24.911157', "options" = '---
|
84885
|
+
:collection_type: event_counter
|
84886
|
+
:event_counter_event:
|
84887
|
+
:takes_snapshots: false
|
84888
|
+
' WHERE "i_wonder_metrics"."id" = 498[0m
|
84889
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84890
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84891
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84892
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84893
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", 3600], ["last_measurement", nil], ["name", "Measurement 13"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84894
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84895
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84896
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84897
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84898
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", "IWonder::Event.where(:event_type => \"hit\").where(\"created_at >= ? AND created_at < ?\", start_time, end_time).count"], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", -1], ["last_measurement", nil], ["name", "Track Hits"], ["options", "--- \n:collection_type: event_counter\n:event_counter_event: hit\n:takes_snapshots: false\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84899
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
84900
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84901
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Wed, 26 Oct 2011 19:28:24 UTC +00:00], ["event_type", "hit"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Wed, 26 Oct 2011 19:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84902
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84903
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84904
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id"[0m [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00], ["event_type", :hit], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84905
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84906
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84907
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "i_wonder_events" ("account_id", "action", "controller", "created_at", "event_type", "extra_details", "referrer", "remote_ip", "session_id", "updated_at", "user_agent", "user_id") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12) RETURNING "id" [["account_id", nil], ["action", nil], ["controller", nil], ["created_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00], ["event_type", "hit"], ["extra_details", "--- {}\n\n"], ["referrer", nil], ["remote_ip", nil], ["session_id", nil], ["updated_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00], ["user_agent", nil], ["user_id", nil]]
|
84908
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84909
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84910
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" WHERE "i_wonder_events"."event_type" = 'hit' AND (created_at >= '2011-10-27 19:28:24.927024' AND created_at < '2011-10-28 19:28:24.927115')[0m
|
84911
|
+
[1m[35m (0.1ms)[0m ROLLBACK TO SAVEPOINT active_record_1
|
84912
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84913
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84914
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84915
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", "Account.where(\"created_at >= ? AND created_at < ?\", start_time, end_time).count"], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", -1], ["last_measurement", nil], ["name", "Track Accounts"], ["options", "--- \n:collection_type: model_counter\n:model_counter_class: Account\n:model_counter_scopes: \n:model_counter_method: Creation Rate\n:combination_rule: sum\n:takes_snapshots: false\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84916
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84917
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84918
|
+
[1m[36mSQL (17.3ms)[0m [1mINSERT INTO "accounts" ("active", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["active", nil], ["created_at", Wed, 26 Oct 2011 19:28:24 UTC +00:00], ["updated_at", Wed, 26 Oct 2011 19:28:24 UTC +00:00]]
|
84919
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84920
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84921
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "accounts" ("active", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id" [["active", nil], ["created_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00], ["updated_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00]]
|
84922
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84923
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84924
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "accounts" ("active", "created_at", "updated_at") VALUES ($1, $2, $3) RETURNING "id"[0m [["active", nil], ["created_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00], ["updated_at", Fri, 28 Oct 2011 17:28:24 UTC +00:00]]
|
84925
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84926
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84927
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "accounts" WHERE (created_at >= '2011-10-27 19:28:24.961649' AND created_at < '2011-10-28 19:28:24.961760')
|
84928
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84929
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84930
|
+
[1m[36m (0.3ms)[0m [1mUPDATE "i_wonder_metrics" SET "collection_method" = 'Account.where("created_at < ?", end_time).count', "updated_at" = '2011-10-28 19:28:24.963832', "options" = '---
|
84931
|
+
:collection_type: model_counter
|
84932
|
+
:model_counter_class: Account
|
84933
|
+
:model_counter_scopes:
|
84934
|
+
:model_counter_method: Total Number
|
84935
|
+
:combination_rule: average
|
84936
|
+
:takes_snapshots: false
|
84937
|
+
' WHERE "i_wonder_metrics"."id" = 501[0m
|
84938
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84939
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
84940
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "accounts" WHERE (created_at < '2011-10-28 19:28:24.965287')
|
84941
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84942
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84943
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84944
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84945
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK TO SAVEPOINT active_record_1[0m
|
84946
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
84947
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84948
|
+
|
84949
|
+
|
84950
|
+
Started POST "/i_wonder/metrics" for 127.0.0.1 at 2011-10-28 12:28:24 -0700
|
84951
|
+
Processing by IWonder::MetricsController#create as HTML
|
84952
|
+
Parameters: {"metric"=>{"name"=>"New Metric"}}
|
84953
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
84954
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id"[0m [["archived", nil], ["collection_method", "IWonder::Event.where(:event_type => \"\").where(\"created_at >= ? AND created_at < ?\", start_time, end_time).count"], ["created_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00], ["earliest_measurement", nil], ["frequency", -1], ["last_measurement", nil], ["name", "New Metric"], ["options", "--- \n:collection_type: event_counter\n:event_counter_event: \n:takes_snapshots: false\n"], ["updated_at", Fri, 28 Oct 2011 19:28:24 UTC +00:00]]
|
84955
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
84956
|
+
Redirected to http://www.example.com/i_wonder/metrics/502
|
84957
|
+
Completed 302 Found in 4ms
|
84958
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
84959
|
+
[1m[35m (0.1ms)[0m BEGIN
|
84960
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84961
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Test Metric 1"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84962
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84963
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84964
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 1], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 503], ["start_time", Sun, 21 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84965
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84966
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84967
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- {}\n\n"], ["count", 2], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 503], ["start_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84968
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84969
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84970
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- {}\n\n"], ["count", 3], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 503], ["start_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84971
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84972
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84973
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_metrics" ("archived", "collection_method", "created_at", "earliest_measurement", "frequency", "last_measurement", "name", "options", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9) RETURNING "id" [["archived", nil], ["collection_method", ""], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["earliest_measurement", nil], ["frequency", 86400], ["last_measurement", nil], ["name", "Test Metric 2"], ["options", "--- \n:collection_type: custom\n:takes_snapshots: true\n"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84974
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84975
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84976
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id"[0m [["complex_data", "--- \nkey_1: 3\nkey_2: 1\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 504], ["start_time", Mon, 22 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84977
|
+
[1m[35m (0.0ms)[0m RELEASE SAVEPOINT active_record_1
|
84978
|
+
[1m[36m (0.0ms)[0m [1mSAVEPOINT active_record_1[0m
|
84979
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_snapshots" ("complex_data", "count", "created_at", "end_time", "metric_id", "start_time", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7) RETURNING "id" [["complex_data", "--- \nkey_1: 3\nkey_2: 2\n"], ["count", nil], ["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["end_time", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["metric_id", 504], ["start_time", Tue, 23 Oct 2012 07:00:00 UTC +00:00], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84980
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84981
|
+
[1m[35m (0.0ms)[0m SAVEPOINT active_record_1
|
84982
|
+
[1m[36m (0.0ms)[0m [1mSELECT 1 FROM "i_wonder_reports" WHERE "i_wonder_reports"."name" = 'Report 2' LIMIT 1[0m
|
84983
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_reports" ("created_at", "description", "name", "pin_to_dashboard", "report_type", "updated_at") VALUES ($1, $2, $3, $4, $5, $6) RETURNING "id" [["created_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00], ["description", nil], ["name", "Report 2"], ["pin_to_dashboard", nil], ["report_type", "line"], ["updated_at", Wed, 24 Oct 2012 07:00:00 UTC +00:00]]
|
84984
|
+
[1m[36mSQL (0.0ms)[0m [1mINSERT INTO "i_wonder_report_memberships" ("metric_id", "report_id") VALUES ($1, $2) RETURNING "id"[0m [["metric_id", 503], ["report_id", 42]]
|
84985
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "i_wonder_report_memberships" ("metric_id", "report_id") VALUES ($1, $2) RETURNING "id" [["metric_id", 504], ["report_id", 42]]
|
84986
|
+
[1m[36m (0.0ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
84987
|
+
[1m[35m (0.0ms)[0m SELECT COUNT(*) FROM "i_wonder_metrics" INNER JOIN "i_wonder_report_memberships" ON "i_wonder_metrics"."id" = "i_wonder_report_memberships"."metric_id" WHERE "i_wonder_report_memberships"."report_id" = 42
|
84988
|
+
[1m[36mIWonder::Metric Load (0.0ms)[0m [1mSELECT "i_wonder_metrics".* FROM "i_wonder_metrics" INNER JOIN "i_wonder_report_memberships" ON "i_wonder_metrics"."id" = "i_wonder_report_memberships"."metric_id" WHERE "i_wonder_report_memberships"."report_id" = 42[0m
|
84989
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 503 AND (start_time < '2012-10-22 07:00:00.000000' AND end_time > '2012-10-21 07:00:00.000000')
|
84990
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 504 AND (start_time < '2012-10-22 07:00:00.000000' AND end_time > '2012-10-21 07:00:00.000000')[0m
|
84991
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 503 AND (start_time < '2012-10-23 07:00:00.000000' AND end_time > '2012-10-22 07:00:00.000000')
|
84992
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 504 AND (start_time < '2012-10-23 07:00:00.000000' AND end_time > '2012-10-22 07:00:00.000000')[0m
|
84993
|
+
[1m[35mIWonder::Snapshot Load (0.0ms)[0m SELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 503 AND (start_time < '2012-10-24 07:00:00.000000' AND end_time > '2012-10-23 07:00:00.000000')
|
84994
|
+
[1m[36mIWonder::Snapshot Load (0.0ms)[0m [1mSELECT "i_wonder_snapshots".* FROM "i_wonder_snapshots" WHERE "i_wonder_snapshots"."metric_id" = 504 AND (start_time < '2012-10-24 07:00:00.000000' AND end_time > '2012-10-23 07:00:00.000000')[0m
|
84995
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
84996
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84997
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
84998
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
84999
|
+
[1m[35m (0.0ms)[0m ROLLBACK
|
85000
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
85001
|
+
Processing by TestController#test_with_report as HTML
|
85002
|
+
Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.0ms)
|
85003
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
85004
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
85005
|
+
Processing by TestController#test_without_report as HTML
|
85006
|
+
Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
85007
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
85008
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
85009
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events"
|
85010
|
+
|
85011
|
+
|
85012
|
+
Started GET "/test_without_report" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85013
|
+
Processing by TestController#test_without_report as HTML
|
85014
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
85015
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
85016
|
+
[1m[35m (0.4ms)[0m INSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('new_visitor', '3', '2', '569849b6af3aaeb95e81', 'test', 'test_without_report', NULL, '127.0.0.1', 'chrome', 'http://google.com', '2011-10-28 19:28:25.122712', '2011-10-28 19:28:25.122726')
|
85017
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('hit', '3', '2', '569849b6af3aaeb95e81', 'test', 'test_without_report', NULL, '127.0.0.1', 'chrome', 'http://google.com', '2011-10-28 19:28:25.123389', '2011-10-28 19:28:25.123399')[0m
|
85018
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
85019
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" [0m
|
85020
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1
|
85021
|
+
[1m[36mIWonder::Event Load (0.5ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" ORDER BY "i_wonder_events"."id" DESC LIMIT 1[0m
|
85022
|
+
[1m[35mIWonder::Event Load (0.2ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1
|
85023
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1[0m
|
85024
|
+
[1m[35mIWonder::Event Load (0.2ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1
|
85025
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1[0m
|
85026
|
+
[1m[35mIWonder::Event Load (0.2ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1
|
85027
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1[0m
|
85028
|
+
|
85029
|
+
|
85030
|
+
Started GET "/test_without_report" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85031
|
+
Processing by TestController#test_without_report as HTML
|
85032
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
85033
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
85034
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('hit', '3', '2', '569849b6af3aaeb95e81', 'test', 'test_without_report', NULL, '127.0.0.1', NULL, NULL, '2011-10-28 19:28:25.131632', '2011-10-28 19:28:25.131645')[0m
|
85035
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
85036
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" [0m
|
85037
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" ORDER BY "i_wonder_events"."id" DESC LIMIT 1
|
85038
|
+
[1m[36mIWonder::Event Load (0.3ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" ORDER BY "i_wonder_events"."id" DESC LIMIT 1[0m
|
85039
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
85040
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
85041
|
+
[1m[35mIWonder::Event Load (0.2ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events"
|
85042
|
+
|
85043
|
+
|
85044
|
+
Started GET "/test_without_login" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85045
|
+
Processing by TestController#test_without_login as HTML
|
85046
|
+
Completed 200 OK in 1ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
85047
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" [0m
|
85048
|
+
[1m[35m (0.2ms)[0m ROLLBACK
|
85049
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
85050
|
+
[1m[35mIWonder::Event Load (0.2ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events"
|
85051
|
+
|
85052
|
+
|
85053
|
+
Started GET "/i_wonder/events" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85054
|
+
Processing by IWonder::EventsController#index as HTML
|
85055
|
+
[1m[36mIWonder::Event Load (0.4ms)[0m [1mSELECT event_type, COUNT(event_type) as count, MAX(created_at) as most_recent FROM "i_wonder_events" GROUP BY event_type ORDER BY most_recent DESC[0m
|
85056
|
+
Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.4ms)
|
85057
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events"
|
85058
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
85059
|
+
[1m[35m (0.1ms)[0m BEGIN
|
85060
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" [0m
|
85061
|
+
|
85062
|
+
|
85063
|
+
Started GET "/test_redirect" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85064
|
+
Processing by TestController#test_redirect as HTML
|
85065
|
+
Redirected to http://www.example.comtest_without_login
|
85066
|
+
Completed 302 Found in 0ms
|
85067
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
85068
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
85069
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "i_wonder_events"
|
85070
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
85071
|
+
[1m[35m (0.1ms)[0m BEGIN
|
85072
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" [0m
|
85073
|
+
|
85074
|
+
|
85075
|
+
Started GET "/test_redirect" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85076
|
+
Processing by TestController#test_redirect as HTML
|
85077
|
+
Redirected to http://www.example.comtest_without_login
|
85078
|
+
Completed 302 Found in 0ms
|
85079
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
85080
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('new_visitor', '3', '2', 'cc149e5872e06a1e4c0d', 'test', 'test_redirect', NULL, '127.0.0.1', NULL, NULL, '2011-10-28 19:28:25.155341', '2011-10-28 19:28:25.155352')[0m
|
85081
|
+
[1m[35m (0.3ms)[0m INSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('hit', '3', '2', 'cc149e5872e06a1e4c0d', 'test', 'test_redirect', NULL, '127.0.0.1', NULL, NULL, '2011-10-28 19:28:25.156084', '2011-10-28 19:28:25.156096')
|
85082
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
85083
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM "i_wonder_events"
|
85084
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|
85085
|
+
[1m[35m (0.1ms)[0m BEGIN
|
85086
|
+
[1m[36m (0.0ms)[0m [1mROLLBACK[0m
|
85087
|
+
[1m[35m (0.1ms)[0m BEGIN
|
85088
|
+
[1m[36mIWonder::Event Load (0.2ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" [0m
|
85089
|
+
|
85090
|
+
|
85091
|
+
Started GET "/test_without_login" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85092
|
+
Processing by TestController#test_without_login as HTML
|
85093
|
+
Completed 200 OK in 0ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
85094
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
85095
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('new_visitor', NULL, NULL, '291285c2b86757c9d938', 'test', 'test_without_login', NULL, '127.0.0.1', NULL, NULL, '2011-10-28 19:28:25.161473', '2011-10-28 19:28:25.161492')[0m
|
85096
|
+
[1m[35m (0.3ms)[0m INSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('hit', NULL, NULL, '291285c2b86757c9d938', 'test', 'test_without_login', NULL, '127.0.0.1', NULL, NULL, '2011-10-28 19:28:25.162229', '2011-10-28 19:28:25.162238')
|
85097
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
85098
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM "i_wonder_events"
|
85099
|
+
[1m[36mIWonder::Event Load (0.3ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" LIMIT 1[0m
|
85100
|
+
|
85101
|
+
|
85102
|
+
Started GET "/test_without_report" for 127.0.0.1 at 2011-10-28 12:28:25 -0700
|
85103
|
+
Processing by TestController#test_without_report as HTML
|
85104
|
+
Completed 200 OK in 0ms (Views: 0.2ms | ActiveRecord: 0.0ms)
|
85105
|
+
[1m[35mIWonder::Event Load (0.4ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" WHERE "i_wonder_events"."user_id" = 2 AND "i_wonder_events"."event_type" = 'new_visitor' LIMIT 1
|
85106
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "i_wonder_events" SET "user_id" = '2', "session_id" = '291285c2b86757c9d938' WHERE (session_id = '291285c2b86757c9d938' AND user_id IS NULL)[0m
|
85107
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
85108
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('hit', '3', '2', '291285c2b86757c9d938', 'test', 'test_without_report', NULL, '127.0.0.1', NULL, NULL, '2011-10-28 19:28:25.168774', '2011-10-28 19:28:25.168784')[0m
|
85109
|
+
[1m[35m (0.1ms)[0m RELEASE SAVEPOINT active_record_1
|
85110
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "i_wonder_events" [0m
|
85111
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" ORDER BY "i_wonder_events"."id" DESC LIMIT 1
|
85112
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO i_wonder_events (event_type, account_id, user_id, session_id, controller, action, extra_details, remote_ip, user_agent, referrer, created_at, updated_at) values ('blah blah', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2011-10-28 19:28:25.171367', '2011-10-28 19:28:25.171381')[0m
|
85113
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events"
|
85114
|
+
[1m[36mIWonder::Event Load (0.3ms)[0m [1mSELECT "i_wonder_events".* FROM "i_wonder_events" [0m
|
85115
|
+
[1m[35mIWonder::Event Load (0.3ms)[0m SELECT "i_wonder_events".* FROM "i_wonder_events" ORDER BY "i_wonder_events"."id" DESC LIMIT 1
|
85116
|
+
[1m[36m (0.1ms)[0m [1mROLLBACK[0m
|