i_wonder 0.0.6 → 0.0.7

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.
@@ -66093,3 +66093,920 @@ Served asset /i_wonder/reports.js - 304 Not Modified (0ms)
66093
66093
 
66094
66094
  Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-27 17:08:54 -0700
66095
66095
  Served asset /i_wonder/application.js - 304 Not Modified (0ms)
66096
+  (2.9ms) CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL) 
66097
+  (0.2ms) SHOW search_path
66098
+  (3.4ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66099
+ FROM pg_class t
66100
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66101
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66102
+ WHERE i.relkind = 'i'
66103
+ AND d.indisprimary = 'f'
66104
+ AND t.relname = 'schema_migrations'
66105
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66106
+ ORDER BY i.relname
66107
+ 
66108
+  (1.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
66109
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
66110
+ Migrating to IWonderMigrations (20111022230720)
66111
+  (0.1ms) BEGIN
66112
+  (5.2ms) CREATE TABLE "i_wonder_events" ("id" serial primary key, "event_type" character varying(255), "account_id" integer, "user_id" integer, "session_id" character varying(255), "controller" character varying(255), "action" character varying(255), "remote_ip" character varying(255), "user_agent" character varying(255), "referrer" character varying(255), "extra_details" text, "created_at" timestamp, "updated_at" timestamp) 
66113
+  (1.4ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66114
+ FROM pg_class t
66115
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66116
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66117
+ WHERE i.relkind = 'i'
66118
+ AND d.indisprimary = 'f'
66119
+ AND t.relname = 'i_wonder_events'
66120
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66121
+ ORDER BY i.relname
66122
+  (0.8ms) CREATE INDEX "index_i_wonder_events_on_event_type" ON "i_wonder_events" ("event_type")
66123
+  (1.2ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66124
+ FROM pg_class t
66125
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66126
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66127
+ WHERE i.relkind = 'i'
66128
+ AND d.indisprimary = 'f'
66129
+ AND t.relname = 'i_wonder_events'
66130
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66131
+ ORDER BY i.relname
66132
+ Columns for index index_i_wonder_events_on_event_type on i_wonder_events (0.3ms)  SELECT a.attnum, a.attname
66133
+ FROM pg_attribute a
66134
+ WHERE a.attrelid = 27931
66135
+ AND a.attnum IN (2)
66136
+ 
66137
+  (0.7ms) CREATE INDEX "index_i_wonder_events_on_account_id" ON "i_wonder_events" ("account_id")
66138
+  (1.5ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66139
+ FROM pg_class t
66140
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66141
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66142
+ WHERE i.relkind = 'i'
66143
+ AND d.indisprimary = 'f'
66144
+ AND t.relname = 'i_wonder_events'
66145
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66146
+ ORDER BY i.relname
66147
+ 
66148
+ Columns for index index_i_wonder_events_on_account_id on i_wonder_events (0.3ms) SELECT a.attnum, a.attname
66149
+ FROM pg_attribute a
66150
+ WHERE a.attrelid = 27931
66151
+ AND a.attnum IN (3)
66152
+ Columns for index index_i_wonder_events_on_event_type on i_wonder_events (0.3ms)  SELECT a.attnum, a.attname
66153
+ FROM pg_attribute a
66154
+ WHERE a.attrelid = 27931
66155
+ AND a.attnum IN (2)
66156
+ 
66157
+  (0.8ms) CREATE INDEX "index_i_wonder_events_on_user_id" ON "i_wonder_events" ("user_id")
66158
+  (1.2ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66159
+ FROM pg_class t
66160
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66161
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66162
+ WHERE i.relkind = 'i'
66163
+ AND d.indisprimary = 'f'
66164
+ AND t.relname = 'i_wonder_events'
66165
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66166
+ ORDER BY i.relname
66167
+ 
66168
+ Columns for index index_i_wonder_events_on_account_id on i_wonder_events (0.3ms) SELECT a.attnum, a.attname
66169
+ FROM pg_attribute a
66170
+ WHERE a.attrelid = 27931
66171
+ AND a.attnum IN (3)
66172
+ Columns for index index_i_wonder_events_on_event_type on i_wonder_events (0.3ms)  SELECT a.attnum, a.attname
66173
+ FROM pg_attribute a
66174
+ WHERE a.attrelid = 27931
66175
+ AND a.attnum IN (2)
66176
+ 
66177
+ Columns for index index_i_wonder_events_on_user_id on i_wonder_events (0.2ms) SELECT a.attnum, a.attname
66178
+ FROM pg_attribute a
66179
+ WHERE a.attrelid = 27931
66180
+ AND a.attnum IN (4)
66181
+  (0.7ms) CREATE INDEX "index_i_wonder_events_on_session_id" ON "i_wonder_events" ("session_id")
66182
+  (3.8ms) CREATE TABLE "i_wonder_reports" ("id" serial primary key, "name" character varying(255), "description" text, "report_type" character varying(255), "pin_to_dashboard" boolean, "created_at" timestamp, "updated_at" timestamp)
66183
+  (2.5ms) CREATE TABLE "i_wonder_report_memberships" ("id" serial primary key, "report_id" integer, "metric_id" integer) 
66184
+  (1.3ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66185
+ FROM pg_class t
66186
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66187
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66188
+ WHERE i.relkind = 'i'
66189
+ AND d.indisprimary = 'f'
66190
+ AND t.relname = 'i_wonder_report_memberships'
66191
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66192
+ ORDER BY i.relname
66193
+  (0.8ms) CREATE INDEX "index_i_wonder_report_memberships_on_report_id" ON "i_wonder_report_memberships" ("report_id")
66194
+  (1.2ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66195
+ FROM pg_class t
66196
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66197
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66198
+ WHERE i.relkind = 'i'
66199
+ AND d.indisprimary = 'f'
66200
+ AND t.relname = 'i_wonder_report_memberships'
66201
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66202
+ ORDER BY i.relname
66203
+ Columns for index index_i_wonder_report_memberships_on_report_id on i_wonder_report_memberships (0.3ms)  SELECT a.attnum, a.attname
66204
+ FROM pg_attribute a
66205
+ WHERE a.attrelid = 27957
66206
+ AND a.attnum IN (2)
66207
+ 
66208
+  (0.7ms) CREATE INDEX "index_i_wonder_report_memberships_on_metric_id" ON "i_wonder_report_memberships" ("metric_id")
66209
+  (4.3ms) CREATE TABLE "i_wonder_metrics" ("id" serial primary key, "name" character varying(255), "options" text, "collection_method" text, "archived" boolean, "frequency" integer, "earliest_measurement" timestamp, "last_measurement" timestamp, "created_at" timestamp, "updated_at" timestamp) 
66210
+  (3.9ms) CREATE TABLE "i_wonder_snapshots" ("id" serial primary key, "metric_id" integer, "count" integer, "complex_data" text, "start_time" timestamp, "end_time" timestamp, "created_at" timestamp, "updated_at" timestamp)
66211
+  (4.1ms) CREATE TABLE "i_wonder_ab_tests" ("id" serial primary key, "name" character varying(255), "sym" character varying(255), "description" text, "test_applies_to" character varying(255), "options" text, "test_group_data" text, "created_at" timestamp, "updated_at" timestamp) 
66212
+  (1.4ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66213
+ FROM pg_class t
66214
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66215
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66216
+ WHERE i.relkind = 'i'
66217
+ AND d.indisprimary = 'f'
66218
+ AND t.relname = 'i_wonder_ab_tests'
66219
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66220
+ ORDER BY i.relname
66221
+  (0.8ms) CREATE INDEX "index_i_wonder_ab_tests_on_sym" ON "i_wonder_ab_tests" ("sym")
66222
+  (3.8ms) CREATE TABLE "i_wonder_ab_test_goals" ("id" serial primary key, "ab_test_sym" character varying(255), "options" text)
66223
+  (1.2ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66224
+ FROM pg_class t
66225
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66226
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66227
+ WHERE i.relkind = 'i'
66228
+ AND d.indisprimary = 'f'
66229
+ AND t.relname = 'i_wonder_ab_test_goals'
66230
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66231
+ ORDER BY i.relname
66232
+ 
66233
+  (0.9ms) CREATE INDEX "index_i_wonder_ab_test_goals_on_ab_test_sym" ON "i_wonder_ab_test_goals" ("ab_test_sym")
66234
+  (3.9ms) CREATE TABLE "i_wonder_test_group_memberships" ("id" serial primary key, "ab_test_sym" character varying(255), "test_group_name" character varying(255), "member_type" character varying(255), "member_id" character varying(255), "created_at" timestamp, "updated_at" timestamp) 
66235
+  (1.6ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66236
+ FROM pg_class t
66237
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66238
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66239
+ WHERE i.relkind = 'i'
66240
+ AND d.indisprimary = 'f'
66241
+ AND t.relname = 'i_wonder_test_group_memberships'
66242
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66243
+ ORDER BY i.relname
66244
+  (1.1ms) CREATE INDEX "index_i_wonder_test_group_memberships_on_ab_test_sym" ON "i_wonder_test_group_memberships" ("ab_test_sym")
66245
+  (1.5ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66246
+ FROM pg_class t
66247
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66248
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66249
+ WHERE i.relkind = 'i'
66250
+ AND d.indisprimary = 'f'
66251
+ AND t.relname = 'i_wonder_test_group_memberships'
66252
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66253
+ ORDER BY i.relname
66254
+ Columns for index index_i_wonder_test_group_memberships_on_ab_test_sym on i_wonder_test_group_memberships (0.3ms)  SELECT a.attnum, a.attname
66255
+ FROM pg_attribute a
66256
+ WHERE a.attrelid = 28013
66257
+ AND a.attnum IN (2)
66258
+ 
66259
+  (0.9ms) CREATE INDEX "index_i_wonder_test_group_memberships_on_test_group_name" ON "i_wonder_test_group_memberships" ("test_group_name")
66260
+  (1.9ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66261
+ FROM pg_class t
66262
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66263
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66264
+ WHERE i.relkind = 'i'
66265
+ AND d.indisprimary = 'f'
66266
+ AND t.relname = 'i_wonder_test_group_memberships'
66267
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66268
+ ORDER BY i.relname
66269
+ 
66270
+ Columns for index index_i_wonder_test_group_memberships_on_ab_test_sym on i_wonder_test_group_memberships (0.4ms) SELECT a.attnum, a.attname
66271
+ FROM pg_attribute a
66272
+ WHERE a.attrelid = 28013
66273
+ AND a.attnum IN (2)
66274
+ Columns for index index_i_wonder_test_group_memberships_on_test_group_name on i_wonder_test_group_memberships (0.3ms)  SELECT a.attnum, a.attname
66275
+ FROM pg_attribute a
66276
+ WHERE a.attrelid = 28013
66277
+ AND a.attnum IN (3)
66278
+ 
66279
+  (1.0ms) CREATE INDEX "i_wonder_test_group_memberships_member" ON "i_wonder_test_group_memberships" ("member_type", "member_id")
66280
+  (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111022230720')
66281
+  (1.5ms) COMMIT
66282
+ Migrating to CreateDelayedJobs (20111023024745)
66283
+  (0.7ms) BEGIN
66284
+  (4.8ms) CREATE TABLE "delayed_jobs" ("id" serial primary key, "priority" integer DEFAULT 0, "attempts" integer DEFAULT 0, "handler" text, "last_error" text, "run_at" timestamp, "locked_at" timestamp, "failed_at" timestamp, "locked_by" character varying(255), "created_at" timestamp, "updated_at" timestamp)
66285
+  (1.3ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66286
+ FROM pg_class t
66287
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66288
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66289
+ WHERE i.relkind = 'i'
66290
+ AND d.indisprimary = 'f'
66291
+ AND t.relname = 'delayed_jobs'
66292
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66293
+ ORDER BY i.relname
66294
+ 
66295
+  (1.2ms) CREATE INDEX "delayed_jobs_priority" ON "delayed_jobs" ("priority", "run_at")
66296
+  (0.3ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111023024745')
66297
+  (0.6ms) COMMIT
66298
+ Migrating to CreateAccounts (20111023231947)
66299
+  (0.2ms) BEGIN
66300
+  (3.0ms) CREATE TABLE "accounts" ("id" serial primary key, "active" boolean, "created_at" timestamp, "updated_at" timestamp)
66301
+  (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111023231947')
66302
+  (0.4ms) COMMIT
66303
+  (0.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
66304
+  (0.1ms) SHOW search_path
66305
+  (2.2ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66306
+ FROM pg_class t
66307
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66308
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66309
+ WHERE i.relkind = 'i'
66310
+ AND d.indisprimary = 'f'
66311
+ AND t.relname = 'accounts'
66312
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66313
+ ORDER BY i.relname
66314
+ 
66315
+  (1.3ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66316
+ FROM pg_class t
66317
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66318
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66319
+ WHERE i.relkind = 'i'
66320
+ AND d.indisprimary = 'f'
66321
+ AND t.relname = 'delayed_jobs'
66322
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66323
+ ORDER BY i.relname
66324
+ Columns for index delayed_jobs_priority on delayed_jobs (0.5ms)  SELECT a.attnum, a.attname
66325
+ FROM pg_attribute a
66326
+ WHERE a.attrelid = 28027
66327
+ AND a.attnum IN (2,6)
66328
+ 
66329
+  (1.2ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66330
+ FROM pg_class t
66331
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66332
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66333
+ WHERE i.relkind = 'i'
66334
+ AND d.indisprimary = 'f'
66335
+ AND t.relname = 'i_wonder_ab_test_goals'
66336
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66337
+ ORDER BY i.relname
66338
+ Columns for index index_i_wonder_ab_test_goals_on_ab_test_sym on i_wonder_ab_test_goals (0.3ms)  SELECT a.attnum, a.attname
66339
+ FROM pg_attribute a
66340
+ WHERE a.attrelid = 28001
66341
+ AND a.attnum IN (2)
66342
+ 
66343
+  (1.2ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66344
+ FROM pg_class t
66345
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66346
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66347
+ WHERE i.relkind = 'i'
66348
+ AND d.indisprimary = 'f'
66349
+ AND t.relname = 'i_wonder_ab_tests'
66350
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66351
+ ORDER BY i.relname
66352
+ Columns for index index_i_wonder_ab_tests_on_sym on i_wonder_ab_tests (0.3ms)  SELECT a.attnum, a.attname
66353
+ FROM pg_attribute a
66354
+ WHERE a.attrelid = 27989
66355
+ AND a.attnum IN (3)
66356
+ 
66357
+  (1.3ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66358
+ FROM pg_class t
66359
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66360
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66361
+ WHERE i.relkind = 'i'
66362
+ AND d.indisprimary = 'f'
66363
+ AND t.relname = 'i_wonder_events'
66364
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66365
+ ORDER BY i.relname
66366
+ Columns for index index_i_wonder_events_on_account_id on i_wonder_events (0.3ms)  SELECT a.attnum, a.attname
66367
+ FROM pg_attribute a
66368
+ WHERE a.attrelid = 27931
66369
+ AND a.attnum IN (3)
66370
+ 
66371
+ Columns for index index_i_wonder_events_on_event_type on i_wonder_events (0.3ms) SELECT a.attnum, a.attname
66372
+ FROM pg_attribute a
66373
+ WHERE a.attrelid = 27931
66374
+ AND a.attnum IN (2)
66375
+ Columns for index index_i_wonder_events_on_session_id on i_wonder_events (0.2ms)  SELECT a.attnum, a.attname
66376
+ FROM pg_attribute a
66377
+ WHERE a.attrelid = 27931
66378
+ AND a.attnum IN (5)
66379
+ 
66380
+ Columns for index index_i_wonder_events_on_user_id on i_wonder_events (0.2ms) SELECT a.attnum, a.attname
66381
+ FROM pg_attribute a
66382
+ WHERE a.attrelid = 27931
66383
+ AND a.attnum IN (4)
66384
+  (1.1ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66385
+ FROM pg_class t
66386
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66387
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66388
+ WHERE i.relkind = 'i'
66389
+ AND d.indisprimary = 'f'
66390
+ AND t.relname = 'i_wonder_metrics'
66391
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66392
+ ORDER BY i.relname
66393
+ 
66394
+  (1.2ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66395
+ FROM pg_class t
66396
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66397
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66398
+ WHERE i.relkind = 'i'
66399
+ AND d.indisprimary = 'f'
66400
+ AND t.relname = 'i_wonder_report_memberships'
66401
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66402
+ ORDER BY i.relname
66403
+ Columns for index index_i_wonder_report_memberships_on_metric_id on i_wonder_report_memberships (0.3ms)  SELECT a.attnum, a.attname
66404
+ FROM pg_attribute a
66405
+ WHERE a.attrelid = 27957
66406
+ AND a.attnum IN (3)
66407
+ 
66408
+ Columns for index index_i_wonder_report_memberships_on_report_id on i_wonder_report_memberships (0.2ms) SELECT a.attnum, a.attname
66409
+ FROM pg_attribute a
66410
+ WHERE a.attrelid = 27957
66411
+ AND a.attnum IN (2)
66412
+  (1.1ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66413
+ FROM pg_class t
66414
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66415
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66416
+ WHERE i.relkind = 'i'
66417
+ AND d.indisprimary = 'f'
66418
+ AND t.relname = 'i_wonder_reports'
66419
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66420
+ ORDER BY i.relname
66421
+ 
66422
+  (1.1ms) SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66423
+ FROM pg_class t
66424
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66425
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66426
+ WHERE i.relkind = 'i'
66427
+ AND d.indisprimary = 'f'
66428
+ AND t.relname = 'i_wonder_snapshots'
66429
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66430
+ ORDER BY i.relname
66431
+  (1.1ms)  SELECT distinct i.relname, d.indisunique, d.indkey, t.oid
66432
+ FROM pg_class t
66433
+ INNER JOIN pg_index d ON t.oid = d.indrelid
66434
+ INNER JOIN pg_class i ON d.indexrelid = i.oid
66435
+ WHERE i.relkind = 'i'
66436
+ AND d.indisprimary = 'f'
66437
+ AND t.relname = 'i_wonder_test_group_memberships'
66438
+ AND i.relnamespace IN (SELECT oid FROM pg_namespace WHERE nspname IN ('"$user"','public') )
66439
+ ORDER BY i.relname
66440
+ 
66441
+ Columns for index i_wonder_test_group_memberships_member on i_wonder_test_group_memberships (0.3ms) SELECT a.attnum, a.attname
66442
+ FROM pg_attribute a
66443
+ WHERE a.attrelid = 28013
66444
+ AND a.attnum IN (4,5)
66445
+ Columns for index index_i_wonder_test_group_memberships_on_ab_test_sym on i_wonder_test_group_memberships (0.3ms)  SELECT a.attnum, a.attname
66446
+ FROM pg_attribute a
66447
+ WHERE a.attrelid = 28013
66448
+ AND a.attnum IN (2)
66449
+ 
66450
+ Columns for index index_i_wonder_test_group_memberships_on_test_group_name on i_wonder_test_group_memberships (0.2ms) SELECT a.attnum, a.attname
66451
+ FROM pg_attribute a
66452
+ WHERE a.attrelid = 28013
66453
+ AND a.attnum IN (3)
66454
+
66455
+
66456
+ Started GET "/" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66457
+ Processing by TestController#landing as HTML
66458
+ Rendered test/landing.html.erb within layouts/application (51.0ms)
66459
+ Completed 200 OK in 203ms (Views: 202.3ms | ActiveRecord: 0.0ms)
66460
+  (0.1ms) BEGIN
66461
+  (7.2ms) 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', '23fcd8b5c48171ca468c', 'test', 'landing', NULL, '127.0.0.1', NULL, NULL, '2011-10-30 02:00:33.746295', '2011-10-30 02:00:33.746311')
66462
+  (0.4ms) COMMIT
66463
+
66464
+
66465
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66466
+ Served asset /application.css - 304 Not Modified (0ms)
66467
+
66468
+
66469
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66470
+ Served asset /jquery.js - 304 Not Modified (6ms)
66471
+
66472
+
66473
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66474
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
66475
+
66476
+
66477
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66478
+ Served asset /jquery-ui.js - 304 Not Modified (2ms)
66479
+
66480
+
66481
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66482
+ Served asset /highcharts.js - 304 Not Modified (1ms)
66483
+
66484
+
66485
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:33 -0700
66486
+ Served asset /application.js - 304 Not Modified (0ms)
66487
+
66488
+
66489
+ Started GET "/i_wonder/" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66490
+ Processing by IWonder::DashboardController#landing as HTML
66491
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/dashboard/landing.html.erb within layouts/i_wonder (0.3ms)
66492
+ Completed 200 OK in 142ms (Views: 141.3ms | ActiveRecord: 0.0ms)
66493
+
66494
+
66495
+ Started GET "/assets/i_wonder/metrics.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66496
+ Served asset /i_wonder/metrics.css - 304 Not Modified (5ms)
66497
+
66498
+
66499
+ Started GET "/assets/i_wonder/ab_tests.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66500
+ Served asset /i_wonder/ab_tests.css - 304 Not Modified (4ms)
66501
+
66502
+
66503
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66504
+ Served asset /jquery.js - 304 Not Modified (0ms)
66505
+
66506
+
66507
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66508
+ Served asset /jquery-ui.js - 304 Not Modified (0ms)
66509
+
66510
+
66511
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66512
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
66513
+
66514
+
66515
+ Started GET "/assets/i_wonder/ab_tests.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66516
+ Served asset /i_wonder/ab_tests.js - 304 Not Modified (2ms)
66517
+
66518
+
66519
+ Started GET "/assets/i_wonder/events.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66520
+ Served asset /i_wonder/events.js - 304 Not Modified (3ms)
66521
+
66522
+
66523
+ Started GET "/assets/i_wonder/metrics.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66524
+ Served asset /i_wonder/metrics.js - 304 Not Modified (3ms)
66525
+
66526
+
66527
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66528
+ Served asset /highcharts.js - 304 Not Modified (0ms)
66529
+
66530
+
66531
+ Started GET "/assets/i_wonder/reports.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66532
+ Served asset /i_wonder/reports.js - 304 Not Modified (2ms)
66533
+
66534
+
66535
+ Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66536
+ Served asset /i_wonder/application.js - 304 Not Modified (2ms)
66537
+
66538
+
66539
+ Started GET "/assets/i_wonder/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66540
+ Served asset /i_wonder/application.css - 304 Not Modified (0ms)
66541
+
66542
+
66543
+ Started GET "/assets/i_wonder/dashboard.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66544
+ Served asset /i_wonder/dashboard.css - 304 Not Modified (2ms)
66545
+
66546
+
66547
+ Started GET "/assets/i_wonder/events.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66548
+ Served asset /i_wonder/events.css - 304 Not Modified (2ms)
66549
+
66550
+
66551
+ Started GET "/assets/i_wonder/reports.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66552
+ Served asset /i_wonder/reports.css - 304 Not Modified (2ms)
66553
+
66554
+
66555
+ Started GET "/assets/i_wonder/dashboard.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:36 -0700
66556
+ Served asset /i_wonder/dashboard.js - 304 Not Modified (2ms)
66557
+
66558
+
66559
+ Started GET "/i_wonder/ab_tests" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66560
+ Processing by IWonder::AbTestsController#index as HTML
66561
+ IWonder::AbTest Load (0.5ms) SELECT "i_wonder_ab_tests".* FROM "i_wonder_ab_tests"
66562
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/index.html.erb within layouts/i_wonder (1.0ms)
66563
+ Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.5ms)
66564
+  (0.1ms) BEGIN
66565
+  (0.5ms) 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, '23fcd8b5c48171ca468c', 'i_wonder/ab_tests', 'index', NULL, '127.0.0.1', NULL, 'http://localhost.local:3000/i_wonder/', '2011-10-30 02:00:38.594015', '2011-10-30 02:00:38.594028')
66566
+  (0.4ms) COMMIT
66567
+
66568
+
66569
+ Started GET "/assets/i_wonder/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66570
+ Served asset /i_wonder/application.css - 304 Not Modified (7ms)
66571
+
66572
+
66573
+ Started GET "/assets/i_wonder/dashboard.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66574
+ Served asset /i_wonder/dashboard.css - 304 Not Modified (0ms)
66575
+
66576
+
66577
+ Started GET "/assets/i_wonder/events.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66578
+ Served asset /i_wonder/events.css - 304 Not Modified (0ms)
66579
+
66580
+
66581
+ Started GET "/assets/i_wonder/reports.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66582
+ Served asset /i_wonder/reports.css - 304 Not Modified (0ms)
66583
+
66584
+
66585
+ Started GET "/assets/i_wonder/metrics.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66586
+ Served asset /i_wonder/metrics.css - 304 Not Modified (0ms)
66587
+
66588
+
66589
+ Started GET "/assets/i_wonder/ab_tests.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66590
+ Served asset /i_wonder/ab_tests.css - 304 Not Modified (1ms)
66591
+
66592
+
66593
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66594
+ Served asset /jquery.js - 304 Not Modified (0ms)
66595
+
66596
+
66597
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66598
+ Served asset /jquery-ui.js - 304 Not Modified (0ms)
66599
+
66600
+
66601
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66602
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
66603
+
66604
+
66605
+ Started GET "/assets/i_wonder/ab_tests.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66606
+ Served asset /i_wonder/ab_tests.js - 304 Not Modified (0ms)
66607
+
66608
+
66609
+ Started GET "/assets/i_wonder/dashboard.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66610
+ Served asset /i_wonder/dashboard.js - 304 Not Modified (0ms)
66611
+
66612
+
66613
+ Started GET "/assets/i_wonder/events.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66614
+ Served asset /i_wonder/events.js - 304 Not Modified (0ms)
66615
+
66616
+
66617
+ Started GET "/assets/i_wonder/metrics.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66618
+ Served asset /i_wonder/metrics.js - 304 Not Modified (0ms)
66619
+
66620
+
66621
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66622
+ Served asset /highcharts.js - 304 Not Modified (0ms)
66623
+
66624
+
66625
+ Started GET "/assets/i_wonder/reports.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66626
+ Served asset /i_wonder/reports.js - 304 Not Modified (0ms)
66627
+
66628
+
66629
+ Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:38 -0700
66630
+ Served asset /i_wonder/application.js - 304 Not Modified (0ms)
66631
+
66632
+
66633
+ Started GET "/i_wonder/ab_tests/new" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66634
+ Processing by IWonder::AbTestsController#new as HTML
66635
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.5ms)
66636
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.0ms)
66637
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_groups.html.erb (10.7ms)
66638
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goal_row.html.erb (25.8ms)
66639
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goals.html.erb (102.8ms)
66640
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_form.html.erb (151.5ms)
66641
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/new.html.erb within layouts/i_wonder (180.4ms)
66642
+ Completed 200 OK in 201ms (Views: 192.7ms | ActiveRecord: 7.9ms)
66643
+  (0.2ms) BEGIN
66644
+  (0.4ms) 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, '23fcd8b5c48171ca468c', 'i_wonder/ab_tests', 'new', NULL, '127.0.0.1', NULL, 'http://localhost.local:3000/i_wonder/ab_tests', '2011-10-30 02:00:40.376839', '2011-10-30 02:00:40.376852')
66645
+  (0.3ms) COMMIT
66646
+
66647
+
66648
+ Started GET "/assets/i_wonder/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66649
+ Served asset /i_wonder/application.css - 304 Not Modified (0ms)
66650
+
66651
+
66652
+ Started GET "/assets/i_wonder/dashboard.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66653
+ Served asset /i_wonder/dashboard.css - 304 Not Modified (0ms)
66654
+
66655
+
66656
+ Started GET "/assets/i_wonder/events.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66657
+ Served asset /i_wonder/events.css - 304 Not Modified (0ms)
66658
+
66659
+
66660
+ Started GET "/assets/i_wonder/metrics.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66661
+ Served asset /i_wonder/metrics.css - 304 Not Modified (0ms)
66662
+
66663
+
66664
+ Started GET "/assets/i_wonder/ab_tests.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66665
+ Served asset /i_wonder/ab_tests.css - 304 Not Modified (0ms)
66666
+
66667
+
66668
+ Started GET "/assets/i_wonder/reports.css?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66669
+ Served asset /i_wonder/reports.css - 304 Not Modified (0ms)
66670
+
66671
+
66672
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66673
+ Served asset /jquery.js - 304 Not Modified (0ms)
66674
+
66675
+
66676
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66677
+ Served asset /jquery-ui.js - 304 Not Modified (0ms)
66678
+
66679
+
66680
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66681
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
66682
+
66683
+
66684
+ Started GET "/assets/i_wonder/ab_tests.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66685
+ Served asset /i_wonder/ab_tests.js - 304 Not Modified (0ms)
66686
+
66687
+
66688
+ Started GET "/assets/i_wonder/dashboard.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66689
+ Served asset /i_wonder/dashboard.js - 304 Not Modified (0ms)
66690
+
66691
+
66692
+ Started GET "/assets/i_wonder/events.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66693
+ Served asset /i_wonder/events.js - 304 Not Modified (0ms)
66694
+
66695
+
66696
+ Started GET "/assets/i_wonder/metrics.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66697
+ Served asset /i_wonder/metrics.js - 304 Not Modified (0ms)
66698
+
66699
+
66700
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66701
+ Served asset /highcharts.js - 304 Not Modified (0ms)
66702
+
66703
+
66704
+ Started GET "/assets/i_wonder/reports.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66705
+ Served asset /i_wonder/reports.js - 304 Not Modified (0ms)
66706
+
66707
+
66708
+ Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:00:40 -0700
66709
+ Served asset /i_wonder/application.js - 304 Not Modified (0ms)
66710
+
66711
+
66712
+ Started GET "/i_wonder/ab_tests/new" for 127.0.0.1 at 2011-10-29 19:02:21 -0700
66713
+ Processing by IWonder::AbTestsController#new as HTML
66714
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_groups.html.erb (37.4ms)
66715
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_form.html.erb (48.7ms)
66716
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/new.html.erb within layouts/i_wonder (49.4ms)
66717
+ Completed 500 Internal Server Error in 53ms
66718
+
66719
+ ActionView::Template::Error (undefined method `test_group_name' for #<IWonder::AbTest:0x00000102399dd0>):
66720
+ 1: <%
66721
+ 2: if f.object.test_group_name.empty?
66722
+ 3: f.object.test_group_name = ["", ""]
66723
+ 4: end
66724
+ 5: %>
66725
+
66726
+
66727
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
66728
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
66729
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms)
66730
+
66731
+
66732
+ Started GET "/i_wonder/ab_tests/new" for 127.0.0.1 at 2011-10-29 19:02:26 -0700
66733
+ Processing by IWonder::AbTestsController#new as HTML
66734
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_groups.html.erb (1.2ms)
66735
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_form.html.erb (13.0ms)
66736
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/new.html.erb within layouts/i_wonder (13.6ms)
66737
+ Completed 500 Internal Server Error in 17ms
66738
+
66739
+ ActionView::Template::Error (undefined method `test_group_name' for #<IWonder::AbTest:0x00000105031410>):
66740
+ 1: <%
66741
+ 2: if f.object.test_group_name.empty?
66742
+ 3: f.object.test_group_names = ["", ""]
66743
+ 4: end
66744
+ 5: %>
66745
+
66746
+
66747
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
66748
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
66749
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.5ms)
66750
+
66751
+
66752
+ Started GET "/i_wonder/ab_tests/new" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66753
+ Processing by IWonder::AbTestsController#new as HTML
66754
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.2ms)
66755
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.0ms)
66756
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_groups.html.erb (2.1ms)
66757
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goal_row.html.erb (0.9ms)
66758
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goals.html.erb (11.6ms)
66759
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_form.html.erb (52.2ms)
66760
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/new.html.erb within layouts/i_wonder (53.2ms)
66761
+ Completed 200 OK in 64ms (Views: 58.5ms | ActiveRecord: 5.1ms)
66762
+  (0.1ms) BEGIN
66763
+  (0.4ms) 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, '23fcd8b5c48171ca468c', 'i_wonder/ab_tests', 'new', NULL, '127.0.0.1', NULL, 'http://localhost.local:3000/i_wonder/ab_tests', '2011-10-30 02:02:42.457489', '2011-10-30 02:02:42.457505')
66764
+  (0.3ms) COMMIT
66765
+
66766
+
66767
+ Started GET "/assets/i_wonder/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66768
+ Served asset /i_wonder/application.css - 304 Not Modified (0ms)
66769
+
66770
+
66771
+ Started GET "/assets/i_wonder/dashboard.css?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66772
+ Served asset /i_wonder/dashboard.css - 304 Not Modified (0ms)
66773
+
66774
+
66775
+ Started GET "/assets/i_wonder/events.css?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66776
+ Served asset /i_wonder/events.css - 304 Not Modified (0ms)
66777
+
66778
+
66779
+ Started GET "/assets/i_wonder/reports.css?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66780
+ Served asset /i_wonder/reports.css - 304 Not Modified (0ms)
66781
+
66782
+
66783
+ Started GET "/assets/i_wonder/metrics.css?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66784
+ Served asset /i_wonder/metrics.css - 304 Not Modified (0ms)
66785
+
66786
+
66787
+ Started GET "/assets/i_wonder/ab_tests.css?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66788
+ Served asset /i_wonder/ab_tests.css - 304 Not Modified (2ms)
66789
+
66790
+
66791
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66792
+ Served asset /jquery-ui.js - 304 Not Modified (0ms)
66793
+
66794
+
66795
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66796
+ Served asset /jquery.js - 304 Not Modified (0ms)
66797
+
66798
+
66799
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66800
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
66801
+
66802
+
66803
+ Started GET "/assets/i_wonder/dashboard.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66804
+ Served asset /i_wonder/dashboard.js - 304 Not Modified (0ms)
66805
+
66806
+
66807
+ Started GET "/assets/i_wonder/ab_tests.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66808
+ Served asset /i_wonder/ab_tests.js - 304 Not Modified (0ms)
66809
+
66810
+
66811
+ Started GET "/assets/i_wonder/events.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66812
+ Served asset /i_wonder/events.js - 304 Not Modified (0ms)
66813
+
66814
+
66815
+ Started GET "/assets/i_wonder/metrics.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66816
+ Served asset /i_wonder/metrics.js - 304 Not Modified (0ms)
66817
+
66818
+
66819
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66820
+ Served asset /highcharts.js - 304 Not Modified (0ms)
66821
+
66822
+
66823
+ Started GET "/assets/i_wonder/reports.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66824
+ Served asset /i_wonder/reports.js - 304 Not Modified (0ms)
66825
+
66826
+
66827
+ Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:02:42 -0700
66828
+ Served asset /i_wonder/application.js - 304 Not Modified (0ms)
66829
+
66830
+
66831
+ Started GET "/i_wonder/ab_tests/new" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66832
+ Processing by IWonder::AbTestsController#new as HTML
66833
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.2ms)
66834
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.7ms)
66835
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_groups.html.erb (2.8ms)
66836
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goal_row.html.erb (0.9ms)
66837
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goals.html.erb (11.5ms)
66838
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_form.html.erb (53.8ms)
66839
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/new.html.erb within layouts/i_wonder (54.7ms)
66840
+ Completed 200 OK in 65ms (Views: 59.7ms | ActiveRecord: 5.1ms)
66841
+  (0.2ms) BEGIN
66842
+  (0.4ms) 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, '23fcd8b5c48171ca468c', 'i_wonder/ab_tests', 'new', NULL, '127.0.0.1', NULL, 'http://localhost.local:3000/i_wonder/ab_tests', '2011-10-30 02:04:19.163244', '2011-10-30 02:04:19.163257')
66843
+  (0.4ms) COMMIT
66844
+
66845
+
66846
+ Started GET "/assets/i_wonder/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66847
+ Served asset /i_wonder/application.css - 304 Not Modified (1ms)
66848
+
66849
+
66850
+ Started GET "/assets/i_wonder/dashboard.css?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66851
+ Served asset /i_wonder/dashboard.css - 304 Not Modified (0ms)
66852
+
66853
+
66854
+ Started GET "/assets/i_wonder/events.css?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66855
+ Served asset /i_wonder/events.css - 304 Not Modified (0ms)
66856
+
66857
+
66858
+ Started GET "/assets/i_wonder/reports.css?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66859
+ Served asset /i_wonder/reports.css - 304 Not Modified (0ms)
66860
+
66861
+
66862
+ Started GET "/assets/i_wonder/metrics.css?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66863
+ Served asset /i_wonder/metrics.css - 304 Not Modified (0ms)
66864
+
66865
+
66866
+ Started GET "/assets/i_wonder/ab_tests.css?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66867
+ Served asset /i_wonder/ab_tests.css - 304 Not Modified (1ms)
66868
+
66869
+
66870
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66871
+ Served asset /jquery.js - 304 Not Modified (0ms)
66872
+
66873
+
66874
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66875
+ Served asset /jquery-ui.js - 304 Not Modified (0ms)
66876
+
66877
+
66878
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66879
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
66880
+
66881
+
66882
+ Started GET "/assets/i_wonder/ab_tests.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66883
+ Served asset /i_wonder/ab_tests.js - 304 Not Modified (0ms)
66884
+
66885
+
66886
+ Started GET "/assets/i_wonder/dashboard.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66887
+ Served asset /i_wonder/dashboard.js - 304 Not Modified (0ms)
66888
+
66889
+
66890
+ Started GET "/assets/i_wonder/events.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66891
+ Served asset /i_wonder/events.js - 304 Not Modified (0ms)
66892
+
66893
+
66894
+ Started GET "/assets/i_wonder/metrics.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66895
+ Served asset /i_wonder/metrics.js - 304 Not Modified (0ms)
66896
+
66897
+
66898
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66899
+ Served asset /highcharts.js - 304 Not Modified (0ms)
66900
+
66901
+
66902
+ Started GET "/assets/i_wonder/reports.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66903
+ Served asset /i_wonder/reports.js - 304 Not Modified (0ms)
66904
+
66905
+
66906
+ Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:04:19 -0700
66907
+ Served asset /i_wonder/application.js - 304 Not Modified (0ms)
66908
+
66909
+
66910
+ Started POST "/i_wonder/ab_tests" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66911
+ Processing by IWonder::AbTestsController#create as HTML
66912
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B9cksNIngmXHZu+/uJ2eq1nP0xuHo9ksykIZVvNm8Tc=", "ab_test"=>{"name"=>"stuff", "description"=>"", "test_applies_to"=>"session", "sym"=>"fun_1", "test_group_names"=>["blah 1", "blah 2"], "ab_test_goals_attributes"=>{"1319940268624"=>{"id"=>"", "goal_type"=>"Event", "page_view_controller"=>"", "page_view_action"=>"", "event_type"=>"new_visitor"}, "1319940270207"=>{"id"=>"", "goal_type"=>"Event", "page_view_controller"=>"", "page_view_action"=>"", "event_type"=>""}}}, "commit"=>"Create Ab test"}
66913
+  (0.2ms) BEGIN
66914
+  (0.7ms) SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."name" = 'stuff' LIMIT 1
66915
+  (0.3ms) SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'fun_1' LIMIT 1
66916
+  (0.2ms) ROLLBACK
66917
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.2ms)
66918
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_group_row.html.erb (0.3ms)
66919
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_groups.html.erb (1.9ms)
66920
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goal_row.html.erb (1.3ms)
66921
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goal_row.html.erb (0.8ms)
66922
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goal_row.html.erb (0.8ms)
66923
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_ab_test_goals.html.erb (5.1ms)
66924
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/_form.html.erb (11.3ms)
66925
+ Rendered /Users/forrest/Documents/work/jobber/i_wonder/app/views/i_wonder/ab_tests/new.html.erb within layouts/i_wonder (12.2ms)
66926
+ Completed 200 OK in 112ms (Views: 22.9ms | ActiveRecord: 7.2ms)
66927
+  (0.1ms) BEGIN
66928
+  (0.4ms) 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, '23fcd8b5c48171ca468c', 'i_wonder/ab_tests', 'create', NULL, '127.0.0.1', NULL, 'http://localhost.local:3000/i_wonder/ab_tests/new?', '2011-10-30 02:05:03.195477', '2011-10-30 02:05:03.195490')
66929
+  (0.4ms) COMMIT
66930
+
66931
+
66932
+ Started GET "/assets/i_wonder/application.css?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66933
+ Served asset /i_wonder/application.css - 304 Not Modified (0ms)
66934
+
66935
+
66936
+ Started GET "/assets/i_wonder/dashboard.css?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66937
+ Served asset /i_wonder/dashboard.css - 304 Not Modified (0ms)
66938
+
66939
+
66940
+ Started GET "/assets/i_wonder/events.css?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66941
+ Served asset /i_wonder/events.css - 304 Not Modified (0ms)
66942
+
66943
+
66944
+ Started GET "/assets/i_wonder/reports.css?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66945
+ Served asset /i_wonder/reports.css - 304 Not Modified (0ms)
66946
+
66947
+
66948
+ Started GET "/assets/i_wonder/metrics.css?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66949
+ Served asset /i_wonder/metrics.css - 304 Not Modified (0ms)
66950
+
66951
+
66952
+ Started GET "/assets/i_wonder/ab_tests.css?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66953
+ Served asset /i_wonder/ab_tests.css - 304 Not Modified (0ms)
66954
+
66955
+
66956
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66957
+ Served asset /jquery.js - 304 Not Modified (0ms)
66958
+
66959
+
66960
+ Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66961
+ Served asset /jquery-ui.js - 304 Not Modified (0ms)
66962
+
66963
+
66964
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66965
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
66966
+
66967
+
66968
+ Started GET "/assets/i_wonder/ab_tests.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66969
+ Served asset /i_wonder/ab_tests.js - 304 Not Modified (0ms)
66970
+
66971
+
66972
+ Started GET "/assets/i_wonder/dashboard.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66973
+ Served asset /i_wonder/dashboard.js - 304 Not Modified (0ms)
66974
+
66975
+
66976
+ Started GET "/assets/i_wonder/events.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66977
+ Served asset /i_wonder/events.js - 304 Not Modified (0ms)
66978
+
66979
+
66980
+ Started GET "/assets/i_wonder/metrics.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66981
+ Served asset /i_wonder/metrics.js - 304 Not Modified (0ms)
66982
+
66983
+
66984
+ Started GET "/assets/highcharts.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66985
+ Served asset /highcharts.js - 304 Not Modified (0ms)
66986
+
66987
+
66988
+ Started GET "/assets/i_wonder/reports.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66989
+ Served asset /i_wonder/reports.js - 304 Not Modified (0ms)
66990
+
66991
+
66992
+ Started GET "/assets/i_wonder/application.js?body=1" for 127.0.0.1 at 2011-10-29 19:05:03 -0700
66993
+ Served asset /i_wonder/application.js - 304 Not Modified (0ms)
66994
+
66995
+
66996
+ Started POST "/i_wonder/ab_tests" for 127.0.0.1 at 2011-10-29 19:05:11 -0700
66997
+ Processing by IWonder::AbTestsController#create as HTML
66998
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"B9cksNIngmXHZu+/uJ2eq1nP0xuHo9ksykIZVvNm8Tc=", "ab_test"=>{"name"=>"stuff", "description"=>"", "test_applies_to"=>"session", "sym"=>"fun_1", "test_group_names"=>["blah 1", "blah 2"], "ab_test_goals_attributes"=>{"0"=>{"id"=>"", "goal_type"=>"Event", "page_view_controller"=>"", "page_view_action"=>"", "event_type"=>"new_visitor"}}}, "commit"=>"Create Ab test"}
66999
+  (0.1ms) BEGIN
67000
+  (0.2ms) SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."name" = 'stuff' LIMIT 1
67001
+  (0.2ms) SELECT 1 FROM "i_wonder_ab_tests" WHERE "i_wonder_ab_tests"."sym" = 'fun_1' LIMIT 1
67002
+ SQL (3.6ms) INSERT 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" [["created_at", Sun, 30 Oct 2011 02:05:11 UTC +00:00], ["description", ""], ["name", "stuff"], ["options", "--- \n:test_group_names: \n- blah 1\n- blah 2\n"], ["sym", "fun_1"], ["test_applies_to", "session"], ["test_group_data", "--- {}\n\n"], ["updated_at", Sun, 30 Oct 2011 02:05:11 UTC +00:00]]
67003
+ SQL (3.3ms) INSERT INTO "i_wonder_ab_test_goals" ("ab_test_sym", "options") VALUES ($1, $2) RETURNING "id" [["ab_test_sym", "fun_1"], ["options", "--- \n:goal_type: Event\n:page_view_controller: \"\"\n:page_view_action: \"\"\n:event_type: new_visitor\n"]]
67004
+  (0.2ms) ROLLBACK
67005
+ Completed 500 Internal Server Error in 66ms
67006
+
67007
+ NameError (undefined local variable or method `ab_test' for #<IWonder::AbTest:0x00000101441338>):
67008
+
67009
+
67010
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
67011
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
67012
+ Rendered /Users/forrest/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (3.7ms)