prosperity 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.
- checksums.yaml +4 -4
- data/app/assets/javascripts/prosperity/graph.js.coffee +14 -3
- data/app/assets/stylesheets/prosperity/graph.css.scss +4 -6
- data/app/controllers/prosperity/graphs_controller.rb +24 -15
- data/app/models/prosperity/graph.rb +4 -1
- data/app/views/layouts/prosperity/application.html.erb +1 -1
- data/app/views/layouts/prosperity/embedabble.html.erb +16 -0
- data/app/views/prosperity/graphs/edit.html.erb +20 -3
- data/app/views/prosperity/graphs/show.html.erb +3 -0
- data/db/migrate/20140516222642_add_graph_type_to_graphs.rb +11 -0
- data/lib/prosperity/version.rb +1 -1
- data/spec/controllers/prosperity/dashboard_graphs_controller_spec.rb +1 -1
- data/spec/controllers/prosperity/graphs_controller_spec.rb +31 -12
- data/spec/dummy/db/schema.rb +2 -1
- data/spec/dummy/log/development.log +4244 -0
- data/spec/dummy/log/test.log +14113 -0
- data/spec/dummy/tmp/cache/assets/development/sass/34a577735054231563e7022ea73e1468db9203ba/graph.css.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/197492ed379339e17a0f5d01d3b01b8c +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/1c55cf24465f311353197ce336df0178 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/210050da208fb75a75b701bfa4e8470f +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/27a59e08207d3ae723f2b2b3d22264c3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/5f7660fd92b228b2de09f92d54ca6b49 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/6882b260ae69f1594eff540d803e5ac3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/828a046f0e7dc2dad0eecfe49d31e14d +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a2b14d5c46db32da9183354fb3fcd0bf +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/a6d6196cfd275dea0718553a95f997a5 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/aacfd4457155e8607cbe66d5fdaf11b3 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/d94883bc533251c5e4b4821c716ae300 +0 -0
- data/spec/dummy/tmp/cache/assets/development/sprockets/f4648036e284d9aa3468f4f7b9bbb967 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/34a577735054231563e7022ea73e1468db9203ba/graph.css.scssc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/197492ed379339e17a0f5d01d3b01b8c +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/1c55cf24465f311353197ce336df0178 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/210050da208fb75a75b701bfa4e8470f +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/27a59e08207d3ae723f2b2b3d22264c3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/6882b260ae69f1594eff540d803e5ac3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a2b14d5c46db32da9183354fb3fcd0bf +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a6d6196cfd275dea0718553a95f997a5 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/aacfd4457155e8607cbe66d5fdaf11b3 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d94883bc533251c5e4b4821c716ae300 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/f4648036e284d9aa3468f4f7b9bbb967 +0 -0
- data/spec/models/prosperity/graph_spec.rb +7 -0
- metadata +4 -1
@@ -127425,3 +127425,4247 @@ Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-
|
|
127425
127425
|
|
127426
127426
|
|
127427
127427
|
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 14:37:46 -0700
|
127428
|
+
|
127429
|
+
|
127430
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127431
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
127432
|
+
[1m[36mProsperity::Dashboard Load (0.3ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards"[0m
|
127433
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (6.8ms)
|
127434
|
+
Completed 200 OK in 28ms (Views: 23.8ms | ActiveRecord: 1.2ms)
|
127435
|
+
|
127436
|
+
|
127437
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127438
|
+
|
127439
|
+
|
127440
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127441
|
+
|
127442
|
+
|
127443
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127444
|
+
|
127445
|
+
|
127446
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127447
|
+
|
127448
|
+
|
127449
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127450
|
+
|
127451
|
+
|
127452
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127453
|
+
|
127454
|
+
|
127455
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127456
|
+
|
127457
|
+
|
127458
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127459
|
+
|
127460
|
+
|
127461
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127462
|
+
|
127463
|
+
|
127464
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127465
|
+
|
127466
|
+
|
127467
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127468
|
+
|
127469
|
+
|
127470
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127471
|
+
|
127472
|
+
|
127473
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:40 -0700
|
127474
|
+
|
127475
|
+
|
127476
|
+
Started GET "/prosperity/" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127477
|
+
Processing by Prosperity::MetricsController#index as HTML
|
127478
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.1ms)
|
127479
|
+
Completed 200 OK in 22ms (Views: 11.4ms | ActiveRecord: 0.0ms)
|
127480
|
+
|
127481
|
+
|
127482
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127483
|
+
|
127484
|
+
|
127485
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127486
|
+
|
127487
|
+
|
127488
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127489
|
+
|
127490
|
+
|
127491
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127492
|
+
|
127493
|
+
|
127494
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127495
|
+
|
127496
|
+
|
127497
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127498
|
+
|
127499
|
+
|
127500
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127501
|
+
|
127502
|
+
|
127503
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127504
|
+
|
127505
|
+
|
127506
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127507
|
+
|
127508
|
+
|
127509
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127510
|
+
|
127511
|
+
|
127512
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127513
|
+
|
127514
|
+
|
127515
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127516
|
+
|
127517
|
+
|
127518
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 14:41:41 -0700
|
127519
|
+
|
127520
|
+
|
127521
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:04:43 -0700
|
127522
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
127523
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
127524
|
+
[1m[35mProsperity::Dashboard Load (1.3ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards"
|
127525
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (9.7ms)
|
127526
|
+
Completed 200 OK in 98ms (Views: 91.0ms | ActiveRecord: 2.6ms)
|
127527
|
+
|
127528
|
+
|
127529
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:04:43 -0700
|
127530
|
+
|
127531
|
+
|
127532
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127533
|
+
|
127534
|
+
|
127535
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127536
|
+
|
127537
|
+
|
127538
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127539
|
+
|
127540
|
+
|
127541
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127542
|
+
|
127543
|
+
|
127544
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127545
|
+
|
127546
|
+
|
127547
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127548
|
+
|
127549
|
+
|
127550
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127551
|
+
|
127552
|
+
|
127553
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:44 -0700
|
127554
|
+
|
127555
|
+
|
127556
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:04:45 -0700
|
127557
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
127558
|
+
|
127559
|
+
|
127560
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:04:45 -0700
|
127561
|
+
|
127562
|
+
|
127563
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:04:45 -0700
|
127564
|
+
|
127565
|
+
|
127566
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:04:45 -0700
|
127567
|
+
|
127568
|
+
|
127569
|
+
Started GET "/prosperity/" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127570
|
+
Processing by Prosperity::MetricsController#index as HTML
|
127571
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (2.4ms)
|
127572
|
+
Completed 200 OK in 65ms (Views: 58.1ms | ActiveRecord: 0.0ms)
|
127573
|
+
|
127574
|
+
|
127575
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127576
|
+
|
127577
|
+
|
127578
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127579
|
+
|
127580
|
+
|
127581
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127582
|
+
|
127583
|
+
|
127584
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127585
|
+
|
127586
|
+
|
127587
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127588
|
+
|
127589
|
+
|
127590
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127591
|
+
|
127592
|
+
|
127593
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127594
|
+
|
127595
|
+
|
127596
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127597
|
+
|
127598
|
+
|
127599
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127600
|
+
|
127601
|
+
|
127602
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127603
|
+
|
127604
|
+
|
127605
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127606
|
+
|
127607
|
+
|
127608
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127609
|
+
|
127610
|
+
|
127611
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:56 -0700
|
127612
|
+
|
127613
|
+
|
127614
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127615
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
127616
|
+
[1m[35mProsperity::Dashboard Load (0.5ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards"
|
127617
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (7.5ms)
|
127618
|
+
Completed 200 OK in 42ms (Views: 36.6ms | ActiveRecord: 1.6ms)
|
127619
|
+
|
127620
|
+
|
127621
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127622
|
+
|
127623
|
+
|
127624
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127625
|
+
|
127626
|
+
|
127627
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127628
|
+
|
127629
|
+
|
127630
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127631
|
+
|
127632
|
+
|
127633
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127634
|
+
|
127635
|
+
|
127636
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127637
|
+
|
127638
|
+
|
127639
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127640
|
+
|
127641
|
+
|
127642
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127643
|
+
|
127644
|
+
|
127645
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127646
|
+
|
127647
|
+
|
127648
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127649
|
+
|
127650
|
+
|
127651
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127652
|
+
|
127653
|
+
|
127654
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127655
|
+
|
127656
|
+
|
127657
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:15:58 -0700
|
127658
|
+
|
127659
|
+
|
127660
|
+
Started GET "/prosperity/metrics" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127661
|
+
Processing by Prosperity::MetricsController#index as HTML
|
127662
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.0ms)
|
127663
|
+
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
|
127664
|
+
|
127665
|
+
|
127666
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127667
|
+
|
127668
|
+
|
127669
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127670
|
+
|
127671
|
+
|
127672
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127673
|
+
|
127674
|
+
|
127675
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127676
|
+
|
127677
|
+
|
127678
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127679
|
+
|
127680
|
+
|
127681
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127682
|
+
|
127683
|
+
|
127684
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127685
|
+
|
127686
|
+
|
127687
|
+
|
127688
|
+
|
127689
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127690
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127691
|
+
|
127692
|
+
|
127693
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127694
|
+
|
127695
|
+
|
127696
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127697
|
+
|
127698
|
+
|
127699
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127700
|
+
|
127701
|
+
|
127702
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:39 -0700
|
127703
|
+
|
127704
|
+
|
127705
|
+
Started GET "/prosperity/" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127706
|
+
Processing by Prosperity::MetricsController#index as HTML
|
127707
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.0ms)
|
127708
|
+
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
|
127709
|
+
|
127710
|
+
|
127711
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127712
|
+
|
127713
|
+
|
127714
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127715
|
+
|
127716
|
+
|
127717
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127718
|
+
|
127719
|
+
|
127720
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127721
|
+
|
127722
|
+
|
127723
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127724
|
+
|
127725
|
+
|
127726
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127727
|
+
|
127728
|
+
|
127729
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127730
|
+
|
127731
|
+
|
127732
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127733
|
+
|
127734
|
+
|
127735
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127736
|
+
|
127737
|
+
|
127738
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127739
|
+
|
127740
|
+
|
127741
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127742
|
+
|
127743
|
+
|
127744
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127745
|
+
|
127746
|
+
|
127747
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:16:40 -0700
|
127748
|
+
|
127749
|
+
|
127750
|
+
Started GET "/prosperity/metrics/RubyUsersMetric" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127751
|
+
Processing by Prosperity::MetricsController#show as HTML
|
127752
|
+
Parameters: {"id"=>"RubyUsersMetric"}
|
127753
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/shared/_date_range.html.erb (0.8ms)
|
127754
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/show.html.erb within layouts/prosperity/application (7.8ms)
|
127755
|
+
Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.0ms)
|
127756
|
+
|
127757
|
+
|
127758
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127759
|
+
|
127760
|
+
|
127761
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127762
|
+
|
127763
|
+
|
127764
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127765
|
+
|
127766
|
+
|
127767
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127768
|
+
|
127769
|
+
|
127770
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127771
|
+
|
127772
|
+
|
127773
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127774
|
+
|
127775
|
+
|
127776
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127777
|
+
|
127778
|
+
|
127779
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127780
|
+
|
127781
|
+
|
127782
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127783
|
+
|
127784
|
+
|
127785
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127786
|
+
|
127787
|
+
|
127788
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127789
|
+
|
127790
|
+
|
127791
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127792
|
+
|
127793
|
+
|
127794
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127795
|
+
|
127796
|
+
|
127797
|
+
Started GET "/prosperity/metrics/RubyUsersMetric" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127798
|
+
Processing by Prosperity::MetricsController#show as JSON
|
127799
|
+
Parameters: {"id"=>"RubyUsersMetric"}
|
127800
|
+
Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 0.0ms)
|
127801
|
+
|
127802
|
+
|
127803
|
+
Started GET "/prosperity/metrics/RubyUsersMetric/data?end_time=2014-05-16+15%3A17%3A00+-0700&extractor=interval&option=default&period=week&start_time=2014-02-16+15%3A17%3A00+-0800" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127804
|
+
Processing by Prosperity::MetricsController#data as */*
|
127805
|
+
Parameters: {"end_time"=>"2014-05-16 15:17:00 -0700", "extractor"=>"interval", "option"=>"default", "period"=>"week", "start_time"=>"2014-02-16 15:17:00 -0800", "id"=>"RubyUsersMetric"}
|
127806
|
+
|
127807
|
+
|
127808
|
+
Started GET "/prosperity/metrics/RubyUsersMetric/data?end_time=2014-05-16+15%3A17%3A00+-0700&extractor=total&option=default&period=week&start_time=2014-02-16+15%3A17%3A00+-0800" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127809
|
+
Processing by Prosperity::MetricsController#data as */*
|
127810
|
+
Parameters: {"end_time"=>"2014-05-16 15:17:00 -0700", "extractor"=>"total", "option"=>"default", "period"=>"week", "start_time"=>"2014-02-16 15:17:00 -0800", "id"=>"RubyUsersMetric"}
|
127811
|
+
[1m[36m (2.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')[0m
|
127812
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-03 08:00:00.000000')
|
127813
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')[0m
|
127814
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')
|
127815
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')[0m
|
127816
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')
|
127817
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')[0m
|
127818
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')
|
127819
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')[0m
|
127820
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')
|
127821
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')[0m
|
127822
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')
|
127823
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')[0m
|
127824
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')
|
127825
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')[0m
|
127826
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')[0m
|
127827
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')
|
127828
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')
|
127829
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')[0m
|
127830
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')
|
127831
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')[0m
|
127832
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')[0m
|
127833
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')
|
127834
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')
|
127835
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')[0m
|
127836
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')
|
127837
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')[0m
|
127838
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')[0m
|
127839
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')
|
127840
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')
|
127841
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')[0m
|
127842
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')[0m
|
127843
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')
|
127844
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')
|
127845
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')[0m
|
127846
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')[0m
|
127847
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')
|
127848
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-19 07:00:00.000000')[0m
|
127849
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')
|
127850
|
+
[1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')
|
127851
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')[0m
|
127852
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')
|
127853
|
+
Completed 200 OK in 31ms (Views: 0.4ms | ActiveRecord: 13.2ms)
|
127854
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')[0m
|
127855
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')
|
127856
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-19 07:00:00.000000')[0m
|
127857
|
+
Completed 200 OK in 29ms (Views: 0.4ms | ActiveRecord: 9.1ms)
|
127858
|
+
|
127859
|
+
|
127860
|
+
Started GET "/prosperity/metrics/RubyUsersMetric/data?end_time=2014-05-16+15%3A17%3A00+-0700&extractor=change&option=default&period=week&start_time=2014-02-16+15%3A17%3A00+-0800" for 127.0.0.1 at 2014-05-16 15:17:00 -0700
|
127861
|
+
Processing by Prosperity::MetricsController#data as */*
|
127862
|
+
Parameters: {"end_time"=>"2014-05-16 15:17:00 -0700", "extractor"=>"change", "option"=>"default", "period"=>"week", "start_time"=>"2014-02-16 15:17:00 -0800", "id"=>"RubyUsersMetric"}
|
127863
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')
|
127864
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-03 08:00:00.000000')[0m
|
127865
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')
|
127866
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')[0m
|
127867
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')
|
127868
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')[0m
|
127869
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')
|
127870
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')[0m
|
127871
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')
|
127872
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')[0m
|
127873
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')
|
127874
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')[0m
|
127875
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')
|
127876
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')[0m
|
127877
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')
|
127878
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')[0m
|
127879
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')
|
127880
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')[0m
|
127881
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')
|
127882
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')[0m
|
127883
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')
|
127884
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')[0m
|
127885
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')
|
127886
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')[0m
|
127887
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')
|
127888
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')[0m
|
127889
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')
|
127890
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')[0m
|
127891
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-19 07:00:00.000000')
|
127892
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')[0m
|
127893
|
+
Completed 200 OK in 23ms (Views: 0.4ms | ActiveRecord: 9.9ms)
|
127894
|
+
|
127895
|
+
|
127896
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127897
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
127898
|
+
[1m[36mProsperity::Dashboard Load (0.2ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards"[0m
|
127899
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (3.2ms)
|
127900
|
+
Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.2ms)
|
127901
|
+
|
127902
|
+
|
127903
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127904
|
+
|
127905
|
+
|
127906
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127907
|
+
|
127908
|
+
|
127909
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127910
|
+
|
127911
|
+
|
127912
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127913
|
+
|
127914
|
+
|
127915
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127916
|
+
|
127917
|
+
|
127918
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127919
|
+
|
127920
|
+
|
127921
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127922
|
+
|
127923
|
+
|
127924
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127925
|
+
|
127926
|
+
|
127927
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127928
|
+
|
127929
|
+
|
127930
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127931
|
+
|
127932
|
+
|
127933
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127934
|
+
|
127935
|
+
|
127936
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127937
|
+
|
127938
|
+
|
127939
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:03 -0700
|
127940
|
+
|
127941
|
+
|
127942
|
+
Started GET "/prosperity/dashboards/4/edit" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127943
|
+
Processing by Prosperity::DashboardsController#edit as HTML
|
127944
|
+
Parameters: {"id"=>"4"}
|
127945
|
+
[1m[35mProsperity::Dashboard Load (0.2ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards" WHERE "prosperity_dashboards"."id" = $1 LIMIT 1 [["id", 4]]
|
127946
|
+
[1m[36mProsperity::Graph Exists (0.9ms)[0m [1mSELECT 1 AS one FROM "prosperity_graphs" LIMIT 1[0m
|
127947
|
+
[1m[35mProsperity::Graph Load (1.5ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1 [["dashboard_id", 4]]
|
127948
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs"[0m
|
127949
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/edit.html.erb within layouts/prosperity/application (39.9ms)
|
127950
|
+
Completed 200 OK in 50ms (Views: 42.6ms | ActiveRecord: 5.1ms)
|
127951
|
+
|
127952
|
+
|
127953
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127954
|
+
|
127955
|
+
|
127956
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127957
|
+
|
127958
|
+
|
127959
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127960
|
+
|
127961
|
+
|
127962
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127963
|
+
|
127964
|
+
|
127965
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127966
|
+
|
127967
|
+
|
127968
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127969
|
+
|
127970
|
+
|
127971
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127972
|
+
|
127973
|
+
|
127974
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127975
|
+
|
127976
|
+
|
127977
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127978
|
+
|
127979
|
+
|
127980
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127981
|
+
|
127982
|
+
|
127983
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127984
|
+
|
127985
|
+
|
127986
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127987
|
+
|
127988
|
+
|
127989
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:04 -0700
|
127990
|
+
|
127991
|
+
|
127992
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
127993
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
127994
|
+
Parameters: {"id"=>"1"}
|
127995
|
+
[1m[35mProsperity::Graph Load (4.7ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
127996
|
+
[1m[36mProsperity::GraphLine Load (1.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
127997
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (23.6ms)
|
127998
|
+
Completed 200 OK in 45ms (Views: 30.4ms | ActiveRecord: 7.3ms)
|
127999
|
+
|
128000
|
+
|
128001
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128002
|
+
|
128003
|
+
|
128004
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128005
|
+
|
128006
|
+
|
128007
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128008
|
+
|
128009
|
+
|
128010
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128011
|
+
|
128012
|
+
|
128013
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128014
|
+
|
128015
|
+
|
128016
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128017
|
+
|
128018
|
+
|
128019
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128020
|
+
|
128021
|
+
|
128022
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128023
|
+
|
128024
|
+
|
128025
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128026
|
+
|
128027
|
+
|
128028
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128029
|
+
|
128030
|
+
|
128031
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128032
|
+
|
128033
|
+
|
128034
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128035
|
+
|
128036
|
+
|
128037
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128038
|
+
|
128039
|
+
|
128040
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:17:06 -0700
|
128041
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128042
|
+
Parameters: {"id"=>"1"}
|
128043
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128044
|
+
[1m[36mProsperity::GraphLine Load (0.3ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128045
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.6ms)
|
128046
|
+
|
128047
|
+
|
128048
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A17%3A06+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A17%3A06+-0800" for 127.0.0.1 at 2014-05-16 15:17:07 -0700
|
128049
|
+
Processing by Prosperity::MetricsController#data as */*
|
128050
|
+
Parameters: {"end_time"=>"2014-05-16 15:17:06 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:17:06 -0800", "id"=>"UsersMetric"}
|
128051
|
+
|
128052
|
+
|
128053
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A17%3A06+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A17%3A06+-0800" for 127.0.0.1 at 2014-05-16 15:17:07 -0700
|
128054
|
+
Processing by Prosperity::MetricsController#data as */*
|
128055
|
+
Parameters: {"end_time"=>"2014-05-16 15:17:06 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:17:06 -0800", "id"=>"UsersMetric"}
|
128056
|
+
[1m[35m (1.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
128057
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
128058
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
128059
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
128060
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
128061
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
128062
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
128063
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
128064
|
+
Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 4.0ms)
|
128065
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
128066
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
128067
|
+
Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 3.2ms)
|
128068
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
128069
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
128070
|
+
[1m[36m (118.0ms)[0m [1mDROP DATABASE IF EXISTS "properity_dummy_test"[0m
|
128071
|
+
[1m[35m (400.0ms)[0m CREATE DATABASE "properity_dummy_test" ENCODING = 'unicode'
|
128072
|
+
[1m[36mSQL (2.1ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
|
128073
|
+
[1m[35m (4.5ms)[0m CREATE TABLE "prosperity_dashboard_graphs" ("id" serial primary key, "graph_id" integer NOT NULL, "dashboard_id" integer NOT NULL, "created_at" timestamp, "updated_at" timestamp)
|
128074
|
+
[1m[36m (0.8ms)[0m [1mCREATE INDEX "index_prosperity_dashboard_graphs_on_dashboard_id" ON "prosperity_dashboard_graphs" USING btree ("dashboard_id")[0m
|
128075
|
+
[1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "index_prosperity_dashboard_graphs_on_graph_id_and_dashboard_id" ON "prosperity_dashboard_graphs" USING btree ("graph_id", "dashboard_id")
|
128076
|
+
[1m[36m (1.8ms)[0m [1mCREATE TABLE "prosperity_dashboards" ("id" serial primary key, "title" character varying(255) NOT NULL, "default" boolean NOT NULL, "created_at" timestamp, "updated_at" timestamp) [0m
|
128077
|
+
[1m[35m (2.8ms)[0m CREATE TABLE "prosperity_graph_lines" ("id" serial primary key, "graph_id" integer NOT NULL, "option" character varying(255) NOT NULL, "metric" character varying(255) NOT NULL, "extractor" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
|
128078
|
+
[1m[36m (0.7ms)[0m [1mCREATE INDEX "index_prosperity_graph_lines_on_graph_id" ON "prosperity_graph_lines" USING btree ("graph_id")[0m
|
128079
|
+
[1m[35m (2.4ms)[0m CREATE TABLE "prosperity_graphs" ("id" serial primary key, "title" character varying(255) NOT NULL, "period" character varying(255) NOT NULL, "created_at" timestamp, "updated_at" timestamp)
|
128080
|
+
[1m[36m (2.5ms)[0m [1mCREATE TABLE "users" ("id" serial primary key, "email" character varying(255), "name" character varying(255), "created_at" timestamp, "updated_at" timestamp, "value" integer) [0m
|
128081
|
+
[1m[35m (0.5ms)[0m CREATE TABLE "schema_migrations" ("version" character varying(255) NOT NULL)
|
128082
|
+
[1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
128083
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
128084
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140217005117')[0m
|
128085
|
+
[1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20131026214807')
|
128086
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
128087
|
+
Migrating to AddGraphTypeToGraphs (20140516222642)
|
128088
|
+
[1m[35m (0.1ms)[0m BEGIN
|
128089
|
+
[1m[36m (5.2ms)[0m [1mALTER TABLE "graphs" ADD COLUMN "graph_type" character varying(255)[0m
|
128090
|
+
PG::UndefinedTable: ERROR: relation "graphs" does not exist
|
128091
|
+
: ALTER TABLE "graphs" ADD COLUMN "graph_type" character varying(255)
|
128092
|
+
[1m[35m (0.1ms)[0m ROLLBACK
|
128093
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
128094
|
+
Migrating to AddGraphTypeToGraphs (20140516222642)
|
128095
|
+
[1m[35m (0.1ms)[0m BEGIN
|
128096
|
+
[1m[36m (6.0ms)[0m [1mALTER TABLE "prosperity_graphs" ADD COLUMN "graph_type" character varying(255)[0m
|
128097
|
+
[1m[35m (0.6ms)[0m UPDATE prosperity_graphs SET graph_type='line'
|
128098
|
+
[1m[36m (1.2ms)[0m [1mALTER TABLE "prosperity_graphs" ALTER COLUMN "graph_type" TYPE character varying(255)[0m
|
128099
|
+
[1m[35m (0.1ms)[0m ALTER TABLE "prosperity_graphs" ALTER "graph_type" SET NOT NULL
|
128100
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ($1)[0m [["version", "20140516222642"]]
|
128101
|
+
[1m[35m (0.3ms)[0m COMMIT
|
128102
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
128103
|
+
|
128104
|
+
|
128105
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128106
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
128107
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128108
|
+
Parameters: {"id"=>"1"}
|
128109
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128110
|
+
[1m[36mProsperity::GraphLine Load (0.3ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128111
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (34.8ms)
|
128112
|
+
Completed 200 OK in 113ms (Views: 83.3ms | ActiveRecord: 3.7ms)
|
128113
|
+
|
128114
|
+
|
128115
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128116
|
+
|
128117
|
+
|
128118
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128119
|
+
|
128120
|
+
|
128121
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128122
|
+
|
128123
|
+
|
128124
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128125
|
+
|
128126
|
+
|
128127
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128128
|
+
|
128129
|
+
|
128130
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128131
|
+
|
128132
|
+
|
128133
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128134
|
+
|
128135
|
+
|
128136
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128137
|
+
|
128138
|
+
|
128139
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:13 -0700
|
128140
|
+
|
128141
|
+
|
128142
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128143
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
128144
|
+
|
128145
|
+
|
128146
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128147
|
+
|
128148
|
+
|
128149
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128150
|
+
|
128151
|
+
|
128152
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128153
|
+
|
128154
|
+
|
128155
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128156
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128157
|
+
Parameters: {"id"=>"1"}
|
128158
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128159
|
+
[1m[36mProsperity::GraphLine Load (0.3ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128160
|
+
Completed 200 OK in 32ms (Views: 0.2ms | ActiveRecord: 4.1ms)
|
128161
|
+
|
128162
|
+
|
128163
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A40%3A15+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A40%3A15+-0800" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128164
|
+
|
128165
|
+
|
128166
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A40%3A15+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A40%3A15+-0800" for 127.0.0.1 at 2014-05-16 15:40:15 -0700
|
128167
|
+
Processing by Prosperity::MetricsController#data as */*
|
128168
|
+
Parameters: {"end_time"=>"2014-05-16 15:40:15 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:40:15 -0800", "id"=>"UsersMetric"}
|
128169
|
+
Processing by Prosperity::MetricsController#data as */*
|
128170
|
+
Parameters: {"end_time"=>"2014-05-16 15:40:15 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:40:15 -0800", "id"=>"UsersMetric"}
|
128171
|
+
[1m[35m (1.1ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
128172
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
128173
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
128174
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
128175
|
+
[1m[35m (1.3ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
128176
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
128177
|
+
Completed 200 OK in 12ms (Views: 0.4ms | ActiveRecord: 5.3ms)
|
128178
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
128179
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
128180
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
128181
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
128182
|
+
Completed 200 OK in 21ms (Views: 0.2ms | ActiveRecord: 5.4ms)
|
128183
|
+
|
128184
|
+
|
128185
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:41:07 -0700
|
128186
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128187
|
+
Parameters: {"id"=>"1"}
|
128188
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128189
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (5.2ms)
|
128190
|
+
Completed 500 Internal Server Error in 16ms
|
128191
|
+
|
128192
|
+
ActionView::Template::Error (wrong number of arguments (0 for 1..2)):
|
128193
|
+
4: <div class="span6">
|
128194
|
+
5: <%= form_for @graph, data: {metric_options: @options} do |f| %>
|
128195
|
+
6: <div class="form-group">
|
128196
|
+
7: <%= l.label :title %>
|
128197
|
+
8: <%= l.text_field :title %>
|
128198
|
+
9: </div>
|
128199
|
+
10:
|
128200
|
+
i18n (0.6.9) lib/i18n.rb:241:in `localize'
|
128201
|
+
actionview (4.1.0) lib/action_view/helpers/translation_helper.rb:74:in `localize'
|
128202
|
+
/Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb:7:in `block in ___sers_simon__ocuments_rainforest_prosperity_app_views_prosperity_graphs_edit_html_erb___1372507121622448235_70236167506640'
|
128203
|
+
actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
|
128204
|
+
actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer'
|
128205
|
+
actionview (4.1.0) lib/action_view/helpers/capture_helper.rb:38:in `capture'
|
128206
|
+
actionview (4.1.0) lib/action_view/helpers/form_helper.rb:434:in `form_for'
|
128207
|
+
/Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb:5:in `___sers_simon__ocuments_rainforest_prosperity_app_views_prosperity_graphs_edit_html_erb___1372507121622448235_70236167506640'
|
128208
|
+
actionview (4.1.0) lib/action_view/template.rb:145:in `block in render'
|
128209
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:161:in `instrument'
|
128210
|
+
actionview (4.1.0) lib/action_view/template.rb:339:in `instrument'
|
128211
|
+
actionview (4.1.0) lib/action_view/template.rb:143:in `render'
|
128212
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
|
128213
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
|
128214
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
128215
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
128216
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
128217
|
+
actionview (4.1.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
|
128218
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
|
128219
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
|
128220
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
|
128221
|
+
actionview (4.1.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
|
128222
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
|
128223
|
+
actionview (4.1.0) lib/action_view/renderer/renderer.rb:23:in `render'
|
128224
|
+
actionview (4.1.0) lib/action_view/rendering.rb:99:in `_render_template'
|
128225
|
+
actionpack (4.1.0) lib/action_controller/metal/streaming.rb:217:in `_render_template'
|
128226
|
+
actionview (4.1.0) lib/action_view/rendering.rb:82:in `render_to_body'
|
128227
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
|
128228
|
+
actionpack (4.1.0) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
|
128229
|
+
actionpack (4.1.0) lib/abstract_controller/rendering.rb:25:in `render'
|
128230
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:16:in `render'
|
128231
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
|
128232
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
|
128233
|
+
/Users/simon/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
|
128234
|
+
activesupport (4.1.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
|
128235
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
|
128236
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
|
128237
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
|
128238
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
|
128239
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
|
128240
|
+
actionpack (4.1.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
|
128241
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:189:in `process_action'
|
128242
|
+
actionpack (4.1.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
128243
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
|
128244
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
128245
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:113:in `call'
|
128246
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:149:in `block in halting_and_conditional'
|
128247
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `call'
|
128248
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:86:in `run_callbacks'
|
128249
|
+
actionpack (4.1.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
|
128250
|
+
actionpack (4.1.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
128251
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
|
128252
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `block in instrument'
|
128253
|
+
activesupport (4.1.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
128254
|
+
activesupport (4.1.0) lib/active_support/notifications.rb:159:in `instrument'
|
128255
|
+
actionpack (4.1.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
|
128256
|
+
actionpack (4.1.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
|
128257
|
+
activerecord (4.1.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
128258
|
+
actionpack (4.1.0) lib/abstract_controller/base.rb:136:in `process'
|
128259
|
+
actionview (4.1.0) lib/action_view/rendering.rb:30:in `process'
|
128260
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:195:in `dispatch'
|
128261
|
+
actionpack (4.1.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
|
128262
|
+
actionpack (4.1.0) lib/action_controller/metal.rb:231:in `block in action'
|
128263
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
|
128264
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
|
128265
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
|
128266
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
128267
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
128268
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
128269
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
128270
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
128271
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `public_send'
|
128272
|
+
railties (4.1.0) lib/rails/railtie.rb:194:in `method_missing'
|
128273
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
|
128274
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `each'
|
128275
|
+
actionpack (4.1.0) lib/action_dispatch/journey/router.rb:59:in `call'
|
128276
|
+
actionpack (4.1.0) lib/action_dispatch/routing/route_set.rb:676:in `call'
|
128277
|
+
rack (1.5.2) lib/rack/etag.rb:23:in `call'
|
128278
|
+
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
|
128279
|
+
rack (1.5.2) lib/rack/head.rb:11:in `call'
|
128280
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
|
128281
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/flash.rb:254:in `call'
|
128282
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
|
128283
|
+
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
|
128284
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
|
128285
|
+
activerecord (4.1.0) lib/active_record/query_cache.rb:36:in `call'
|
128286
|
+
activerecord (4.1.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
128287
|
+
activerecord (4.1.0) lib/active_record/migration.rb:380:in `call'
|
128288
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
128289
|
+
activesupport (4.1.0) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
128290
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
128291
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
|
128292
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
128293
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
128294
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
128295
|
+
railties (4.1.0) lib/rails/rack/logger.rb:38:in `call_app'
|
128296
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `block in call'
|
128297
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
128298
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:26:in `tagged'
|
128299
|
+
activesupport (4.1.0) lib/active_support/tagged_logging.rb:68:in `tagged'
|
128300
|
+
railties (4.1.0) lib/rails/rack/logger.rb:20:in `call'
|
128301
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
128302
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
128303
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
128304
|
+
activesupport (4.1.0) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
|
128305
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
128306
|
+
actionpack (4.1.0) lib/action_dispatch/middleware/static.rb:64:in `call'
|
128307
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
128308
|
+
railties (4.1.0) lib/rails/engine.rb:514:in `call'
|
128309
|
+
railties (4.1.0) lib/rails/application.rb:144:in `call'
|
128310
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:147:in `handle'
|
128311
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:99:in `rescue in block (2 levels) in start'
|
128312
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:96:in `block (2 levels) in start'
|
128313
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `each'
|
128314
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:86:in `block in start'
|
128315
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `loop'
|
128316
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:66:in `start'
|
128317
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/lib/nack/server.rb:13:in `run'
|
128318
|
+
/Users/simon/Library/Application Support/Pow/Versions/0.4.0/node_modules/nack/bin/nack_worker:4:in `<main>'
|
128319
|
+
|
128320
|
+
|
128321
|
+
Rendered /Users/simon/.rvm/gems/ruby-2.1.1@prosperity/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
|
128322
|
+
Rendered /Users/simon/.rvm/gems/ruby-2.1.1@prosperity/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.2ms)
|
128323
|
+
Rendered /Users/simon/.rvm/gems/ruby-2.1.1@prosperity/gems/actionpack-4.1.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.7ms)
|
128324
|
+
|
128325
|
+
|
128326
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:41:15 -0700
|
128327
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128328
|
+
Parameters: {"id"=>"1"}
|
128329
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128330
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128331
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (23.7ms)
|
128332
|
+
Completed 200 OK in 95ms (Views: 93.3ms | ActiveRecord: 0.4ms)
|
128333
|
+
|
128334
|
+
|
128335
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:15 -0700
|
128336
|
+
|
128337
|
+
|
128338
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:15 -0700
|
128339
|
+
|
128340
|
+
|
128341
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:15 -0700
|
128342
|
+
|
128343
|
+
|
128344
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:15 -0700
|
128345
|
+
|
128346
|
+
|
128347
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:15 -0700
|
128348
|
+
|
128349
|
+
|
128350
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128351
|
+
|
128352
|
+
|
128353
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128354
|
+
|
128355
|
+
|
128356
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128357
|
+
|
128358
|
+
|
128359
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128360
|
+
|
128361
|
+
|
128362
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128363
|
+
|
128364
|
+
|
128365
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128366
|
+
|
128367
|
+
|
128368
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128369
|
+
|
128370
|
+
|
128371
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128372
|
+
|
128373
|
+
|
128374
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128375
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128376
|
+
Parameters: {"id"=>"1"}
|
128377
|
+
[1m[35mProsperity::Graph Load (0.4ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128378
|
+
[1m[36mProsperity::GraphLine Load (0.3ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128379
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms)
|
128380
|
+
|
128381
|
+
|
128382
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A16+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A41%3A16+-0800" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128383
|
+
|
128384
|
+
|
128385
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A16+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A41%3A16+-0800" for 127.0.0.1 at 2014-05-16 15:41:16 -0700
|
128386
|
+
Processing by Prosperity::MetricsController#data as */*
|
128387
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:16 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:41:16 -0800", "id"=>"UsersMetric"}
|
128388
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
128389
|
+
Processing by Prosperity::MetricsController#data as */*
|
128390
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:16 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:41:16 -0800", "id"=>"UsersMetric"}
|
128391
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
128392
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
128393
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
128394
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
128395
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
128396
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
128397
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
128398
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 2.5ms)
|
128399
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
128400
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
128401
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.8ms)
|
128402
|
+
|
128403
|
+
|
128404
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:41:50 -0700
|
128405
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128406
|
+
Parameters: {"id"=>"1"}
|
128407
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128408
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128409
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.5ms)
|
128410
|
+
Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.4ms)
|
128411
|
+
|
128412
|
+
|
128413
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:50 -0700
|
128414
|
+
|
128415
|
+
|
128416
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128417
|
+
|
128418
|
+
|
128419
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128420
|
+
|
128421
|
+
|
128422
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128423
|
+
|
128424
|
+
|
128425
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128426
|
+
|
128427
|
+
|
128428
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128429
|
+
|
128430
|
+
|
128431
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128432
|
+
|
128433
|
+
|
128434
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128435
|
+
|
128436
|
+
|
128437
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128438
|
+
|
128439
|
+
|
128440
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128441
|
+
|
128442
|
+
|
128443
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128444
|
+
|
128445
|
+
|
128446
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128447
|
+
|
128448
|
+
|
128449
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128450
|
+
|
128451
|
+
|
128452
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128453
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128454
|
+
Parameters: {"id"=>"1"}
|
128455
|
+
[1m[36mProsperity::Graph Load (0.3ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128456
|
+
[1m[35mProsperity::GraphLine Load (0.4ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128457
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.7ms)
|
128458
|
+
|
128459
|
+
|
128460
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A51+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A41%3A51+-0800" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128461
|
+
|
128462
|
+
|
128463
|
+
Processing by Prosperity::MetricsController#data as */*
|
128464
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:51 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:41:51 -0800", "id"=>"UsersMetric"}
|
128465
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A51+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A41%3A51+-0800" for 127.0.0.1 at 2014-05-16 15:41:51 -0700
|
128466
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
128467
|
+
Processing by Prosperity::MetricsController#data as */*
|
128468
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:51 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:41:51 -0800", "id"=>"UsersMetric"}
|
128469
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
128470
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
128471
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
128472
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
128473
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
128474
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
128475
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
128476
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 3.0ms)
|
128477
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
128478
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
128479
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.7ms)
|
128480
|
+
|
128481
|
+
|
128482
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:41:56 -0700
|
128483
|
+
Processing by Prosperity::GraphsController#update as HTML
|
128484
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"area", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
128485
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128486
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
128487
|
+
[1m[35mProsperity::GraphLine Load (0.3ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
128488
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "prosperity_graphs" SET "title" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["title", "area"], ["updated_at", "2014-05-16 22:41:56.924352"]]
|
128489
|
+
[1m[35m (4.8ms)[0m COMMIT
|
128490
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
128491
|
+
Completed 302 Found in 13ms (ActiveRecord: 5.7ms)
|
128492
|
+
|
128493
|
+
|
128494
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:41:56 -0700
|
128495
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128496
|
+
Parameters: {"id"=>"1"}
|
128497
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128498
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128499
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (7.8ms)
|
128500
|
+
Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.4ms)
|
128501
|
+
|
128502
|
+
|
128503
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128504
|
+
|
128505
|
+
|
128506
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128507
|
+
|
128508
|
+
|
128509
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128510
|
+
|
128511
|
+
|
128512
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128513
|
+
|
128514
|
+
|
128515
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128516
|
+
|
128517
|
+
|
128518
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128519
|
+
|
128520
|
+
|
128521
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128522
|
+
|
128523
|
+
|
128524
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128525
|
+
|
128526
|
+
|
128527
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128528
|
+
|
128529
|
+
|
128530
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128531
|
+
|
128532
|
+
|
128533
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128534
|
+
|
128535
|
+
|
128536
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128537
|
+
|
128538
|
+
|
128539
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128540
|
+
|
128541
|
+
|
128542
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128543
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128544
|
+
Parameters: {"id"=>"1"}
|
128545
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128546
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128547
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
128548
|
+
|
128549
|
+
|
128550
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A57+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A41%3A57+-0800" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128551
|
+
Processing by Prosperity::MetricsController#data as */*
|
128552
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:57 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:41:57 -0800", "id"=>"UsersMetric"}
|
128553
|
+
|
128554
|
+
|
128555
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A57+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A41%3A57+-0800" for 127.0.0.1 at 2014-05-16 15:41:57 -0700
|
128556
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
128557
|
+
Processing by Prosperity::MetricsController#data as */*
|
128558
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:57 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:41:57 -0800", "id"=>"UsersMetric"}
|
128559
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
128560
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
128561
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
128562
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
128563
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
128564
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
128565
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
128566
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
128567
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
128568
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
128569
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.9ms)
|
128570
|
+
|
128571
|
+
|
128572
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128573
|
+
Processing by Prosperity::GraphsController#update as HTML
|
128574
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"line", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
128575
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128576
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
128577
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
128578
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "prosperity_graphs" SET "title" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["title", "line"], ["updated_at", "2014-05-16 22:41:59.499667"]]
|
128579
|
+
[1m[35m (5.8ms)[0m COMMIT
|
128580
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
128581
|
+
Completed 302 Found in 10ms (ActiveRecord: 6.4ms)
|
128582
|
+
|
128583
|
+
|
128584
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128585
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128586
|
+
Parameters: {"id"=>"1"}
|
128587
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128588
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128589
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (10.1ms)
|
128590
|
+
Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.4ms)
|
128591
|
+
|
128592
|
+
|
128593
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128594
|
+
|
128595
|
+
|
128596
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128597
|
+
|
128598
|
+
|
128599
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128600
|
+
|
128601
|
+
|
128602
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128603
|
+
|
128604
|
+
|
128605
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128606
|
+
|
128607
|
+
|
128608
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128609
|
+
|
128610
|
+
|
128611
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128612
|
+
|
128613
|
+
|
128614
|
+
|
128615
|
+
|
128616
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128617
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128618
|
+
|
128619
|
+
|
128620
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128621
|
+
|
128622
|
+
|
128623
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128624
|
+
|
128625
|
+
|
128626
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128627
|
+
|
128628
|
+
|
128629
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128630
|
+
|
128631
|
+
|
128632
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128633
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128634
|
+
Parameters: {"id"=>"1"}
|
128635
|
+
[1m[36mProsperity::Graph Load (0.3ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128636
|
+
[1m[35mProsperity::GraphLine Load (0.3ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128637
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.5ms)
|
128638
|
+
|
128639
|
+
|
128640
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A59+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A41%3A59+-0800" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128641
|
+
Processing by Prosperity::MetricsController#data as */*
|
128642
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:59 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:41:59 -0800", "id"=>"UsersMetric"}
|
128643
|
+
|
128644
|
+
|
128645
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A41%3A59+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A41%3A59+-0800" for 127.0.0.1 at 2014-05-16 15:41:59 -0700
|
128646
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
128647
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
128648
|
+
Processing by Prosperity::MetricsController#data as */*
|
128649
|
+
Parameters: {"end_time"=>"2014-05-16 15:41:59 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:41:59 -0800", "id"=>"UsersMetric"}
|
128650
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
128651
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
128652
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
128653
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
128654
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
128655
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
128656
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
128657
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
128658
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
128659
|
+
Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 2.3ms)
|
128660
|
+
|
128661
|
+
|
128662
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128663
|
+
Processing by Prosperity::GraphsController#update as HTML
|
128664
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"area", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
128665
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128666
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
128667
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
128668
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "prosperity_graphs" SET "title" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["title", "area"], ["updated_at", "2014-05-16 22:42:02.728725"]]
|
128669
|
+
[1m[35m (5.9ms)[0m COMMIT
|
128670
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
128671
|
+
Completed 302 Found in 10ms (ActiveRecord: 6.5ms)
|
128672
|
+
|
128673
|
+
|
128674
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128675
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128676
|
+
Parameters: {"id"=>"1"}
|
128677
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128678
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128679
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.3ms)
|
128680
|
+
Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.3ms)
|
128681
|
+
|
128682
|
+
|
128683
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128684
|
+
|
128685
|
+
|
128686
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128687
|
+
|
128688
|
+
|
128689
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128690
|
+
|
128691
|
+
|
128692
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128693
|
+
|
128694
|
+
|
128695
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128696
|
+
|
128697
|
+
|
128698
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128699
|
+
|
128700
|
+
|
128701
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128702
|
+
|
128703
|
+
|
128704
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128705
|
+
|
128706
|
+
|
128707
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128708
|
+
|
128709
|
+
|
128710
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128711
|
+
|
128712
|
+
|
128713
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128714
|
+
|
128715
|
+
|
128716
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128717
|
+
|
128718
|
+
|
128719
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:02 -0700
|
128720
|
+
|
128721
|
+
|
128722
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:42:03 -0700
|
128723
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128724
|
+
Parameters: {"id"=>"1"}
|
128725
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128726
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128727
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
128728
|
+
|
128729
|
+
|
128730
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A42%3A03+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A42%3A03+-0800" for 127.0.0.1 at 2014-05-16 15:42:03 -0700
|
128731
|
+
Processing by Prosperity::MetricsController#data as */*
|
128732
|
+
Parameters: {"end_time"=>"2014-05-16 15:42:03 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:42:03 -0800", "id"=>"UsersMetric"}
|
128733
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
128734
|
+
|
128735
|
+
|
128736
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A42%3A03+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A42%3A03+-0800" for 127.0.0.1 at 2014-05-16 15:42:03 -0700
|
128737
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
128738
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
128739
|
+
Processing by Prosperity::MetricsController#data as */*
|
128740
|
+
Parameters: {"end_time"=>"2014-05-16 15:42:03 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:42:03 -0800", "id"=>"UsersMetric"}
|
128741
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
128742
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
128743
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
128744
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.2ms)
|
128745
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
128746
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
128747
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
128748
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
128749
|
+
Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 2.4ms)
|
128750
|
+
|
128751
|
+
|
128752
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:42:36 -0700
|
128753
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
128754
|
+
[1m[35mProsperity::Dashboard Load (0.3ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards"
|
128755
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (8.0ms)
|
128756
|
+
Completed 200 OK in 19ms (Views: 13.8ms | ActiveRecord: 2.2ms)
|
128757
|
+
|
128758
|
+
|
128759
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:36 -0700
|
128760
|
+
|
128761
|
+
|
128762
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:36 -0700
|
128763
|
+
|
128764
|
+
|
128765
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:36 -0700
|
128766
|
+
|
128767
|
+
|
128768
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:36 -0700
|
128769
|
+
|
128770
|
+
|
128771
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:36 -0700
|
128772
|
+
|
128773
|
+
|
128774
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128775
|
+
|
128776
|
+
|
128777
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128778
|
+
|
128779
|
+
|
128780
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128781
|
+
|
128782
|
+
|
128783
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128784
|
+
|
128785
|
+
|
128786
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128787
|
+
|
128788
|
+
|
128789
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128790
|
+
|
128791
|
+
|
128792
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128793
|
+
|
128794
|
+
|
128795
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:37 -0700
|
128796
|
+
|
128797
|
+
|
128798
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:42:56 -0700
|
128799
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128800
|
+
Parameters: {"id"=>"1"}
|
128801
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128802
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128803
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (34.7ms)
|
128804
|
+
Completed 200 OK in 44ms (Views: 41.7ms | ActiveRecord: 0.4ms)
|
128805
|
+
|
128806
|
+
|
128807
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128808
|
+
|
128809
|
+
|
128810
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128811
|
+
|
128812
|
+
|
128813
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128814
|
+
|
128815
|
+
|
128816
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128817
|
+
|
128818
|
+
|
128819
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128820
|
+
|
128821
|
+
|
128822
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128823
|
+
|
128824
|
+
|
128825
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128826
|
+
|
128827
|
+
|
128828
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128829
|
+
|
128830
|
+
|
128831
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128832
|
+
|
128833
|
+
|
128834
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128835
|
+
|
128836
|
+
|
128837
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128838
|
+
|
128839
|
+
|
128840
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128841
|
+
|
128842
|
+
|
128843
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128844
|
+
|
128845
|
+
|
128846
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128847
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128848
|
+
Parameters: {"id"=>"1"}
|
128849
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128850
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128851
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)
|
128852
|
+
|
128853
|
+
|
128854
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A42%3A57+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A42%3A57+-0800" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128855
|
+
Processing by Prosperity::MetricsController#data as */*
|
128856
|
+
Parameters: {"end_time"=>"2014-05-16 15:42:57 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:42:57 -0800", "id"=>"UsersMetric"}
|
128857
|
+
|
128858
|
+
|
128859
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A42%3A57+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A42%3A57+-0800" for 127.0.0.1 at 2014-05-16 15:42:57 -0700
|
128860
|
+
[1m[36m (1.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
128861
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
128862
|
+
Processing by Prosperity::MetricsController#data as */*
|
128863
|
+
Parameters: {"end_time"=>"2014-05-16 15:42:57 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:42:57 -0800", "id"=>"UsersMetric"}
|
128864
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
128865
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
128866
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
128867
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
128868
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
128869
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
128870
|
+
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 4.0ms)
|
128871
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
128872
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
128873
|
+
Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.5ms)
|
128874
|
+
|
128875
|
+
|
128876
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128877
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128878
|
+
Parameters: {"id"=>"1"}
|
128879
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128880
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128881
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (13.8ms)
|
128882
|
+
Completed 200 OK in 328ms (Views: 311.1ms | ActiveRecord: 2.4ms)
|
128883
|
+
|
128884
|
+
|
128885
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128886
|
+
|
128887
|
+
|
128888
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128889
|
+
|
128890
|
+
|
128891
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128892
|
+
|
128893
|
+
|
128894
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128895
|
+
|
128896
|
+
|
128897
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128898
|
+
|
128899
|
+
|
128900
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128901
|
+
|
128902
|
+
|
128903
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128904
|
+
|
128905
|
+
|
128906
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128907
|
+
|
128908
|
+
|
128909
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128910
|
+
|
128911
|
+
|
128912
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128913
|
+
|
128914
|
+
|
128915
|
+
|
128916
|
+
|
128917
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128918
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128919
|
+
|
128920
|
+
|
128921
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128922
|
+
|
128923
|
+
|
128924
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128925
|
+
Processing by Prosperity::GraphsController#show as JSON
|
128926
|
+
Parameters: {"id"=>"1"}
|
128927
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
128928
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
128929
|
+
Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.5ms)
|
128930
|
+
|
128931
|
+
|
128932
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A46%3A56+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A46%3A56+-0800" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128933
|
+
|
128934
|
+
|
128935
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A46%3A56+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A46%3A56+-0800" for 127.0.0.1 at 2014-05-16 15:46:56 -0700
|
128936
|
+
Processing by Prosperity::MetricsController#data as */*
|
128937
|
+
Parameters: {"end_time"=>"2014-05-16 15:46:56 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:46:56 -0800", "id"=>"UsersMetric"}
|
128938
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
128939
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
128940
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
128941
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
128942
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
128943
|
+
Processing by Prosperity::MetricsController#data as */*
|
128944
|
+
Parameters: {"end_time"=>"2014-05-16 15:46:56 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:46:56 -0800", "id"=>"UsersMetric"}
|
128945
|
+
Completed 200 OK in 15ms (Views: 0.4ms | ActiveRecord: 4.8ms)
|
128946
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
128947
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
128948
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
128949
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
128950
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
128951
|
+
Completed 200 OK in 16ms (Views: 0.4ms | ActiveRecord: 4.1ms)
|
128952
|
+
|
128953
|
+
|
128954
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:48:25 -0700
|
128955
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
128956
|
+
Parameters: {"id"=>"1"}
|
128957
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
128958
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
128959
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (10.9ms)
|
128960
|
+
Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.3ms)
|
128961
|
+
|
128962
|
+
|
128963
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128964
|
+
|
128965
|
+
|
128966
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128967
|
+
|
128968
|
+
|
128969
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128970
|
+
|
128971
|
+
|
128972
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128973
|
+
|
128974
|
+
|
128975
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128976
|
+
|
128977
|
+
|
128978
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128979
|
+
|
128980
|
+
|
128981
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128982
|
+
|
128983
|
+
|
128984
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128985
|
+
|
128986
|
+
|
128987
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128988
|
+
|
128989
|
+
|
128990
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128991
|
+
|
128992
|
+
|
128993
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128994
|
+
|
128995
|
+
|
128996
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
128997
|
+
|
128998
|
+
|
128999
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
129000
|
+
|
129001
|
+
|
129002
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
129003
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129004
|
+
Parameters: {"id"=>"1"}
|
129005
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129006
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129007
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
129008
|
+
|
129009
|
+
|
129010
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A48%3A26+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A48%3A26+-0800" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
129011
|
+
Processing by Prosperity::MetricsController#data as */*
|
129012
|
+
Parameters: {"end_time"=>"2014-05-16 15:48:26 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:48:26 -0800", "id"=>"UsersMetric"}
|
129013
|
+
|
129014
|
+
|
129015
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129016
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A48%3A26+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A48%3A26+-0800" for 127.0.0.1 at 2014-05-16 15:48:26 -0700
|
129017
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129018
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129019
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129020
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129021
|
+
Processing by Prosperity::MetricsController#data as */*
|
129022
|
+
Parameters: {"end_time"=>"2014-05-16 15:48:26 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:48:26 -0800", "id"=>"UsersMetric"}
|
129023
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 2.8ms)
|
129024
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129025
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129026
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129027
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129028
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129029
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.9ms)
|
129030
|
+
|
129031
|
+
|
129032
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:48:39 -0700
|
129033
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129034
|
+
Parameters: {"id"=>"1"}
|
129035
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129036
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129037
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (7.9ms)
|
129038
|
+
Completed 200 OK in 300ms (Views: 298.4ms | ActiveRecord: 0.3ms)
|
129039
|
+
|
129040
|
+
|
129041
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129042
|
+
|
129043
|
+
|
129044
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129045
|
+
|
129046
|
+
|
129047
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129048
|
+
|
129049
|
+
|
129050
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129051
|
+
|
129052
|
+
|
129053
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129054
|
+
|
129055
|
+
|
129056
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129057
|
+
|
129058
|
+
|
129059
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129060
|
+
|
129061
|
+
|
129062
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129063
|
+
|
129064
|
+
|
129065
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129066
|
+
|
129067
|
+
|
129068
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129069
|
+
|
129070
|
+
|
129071
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129072
|
+
|
129073
|
+
|
129074
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129075
|
+
|
129076
|
+
|
129077
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129078
|
+
|
129079
|
+
|
129080
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129081
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129082
|
+
Parameters: {"id"=>"1"}
|
129083
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129084
|
+
[1m[36mProsperity::GraphLine Load (0.3ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129085
|
+
Completed 200 OK in 7ms (Views: 0.6ms | ActiveRecord: 0.5ms)
|
129086
|
+
|
129087
|
+
|
129088
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A48%3A40+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A48%3A40+-0800" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129089
|
+
|
129090
|
+
|
129091
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A48%3A40+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A48%3A40+-0800" for 127.0.0.1 at 2014-05-16 15:48:40 -0700
|
129092
|
+
Processing by Prosperity::MetricsController#data as */*
|
129093
|
+
Parameters: {"end_time"=>"2014-05-16 15:48:40 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:48:40 -0800", "id"=>"UsersMetric"}
|
129094
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
129095
|
+
Processing by Prosperity::MetricsController#data as */*
|
129096
|
+
Parameters: {"end_time"=>"2014-05-16 15:48:40 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:48:40 -0800", "id"=>"UsersMetric"}
|
129097
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
129098
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
129099
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
129100
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
129101
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
129102
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
129103
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
129104
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
129105
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
129106
|
+
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 3.4ms)
|
129107
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.7ms)
|
129108
|
+
|
129109
|
+
|
129110
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129111
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129112
|
+
Parameters: {"id"=>"1"}
|
129113
|
+
[1m[36mProsperity::Graph Load (0.1ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129114
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129115
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.7ms)
|
129116
|
+
Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.3ms)
|
129117
|
+
|
129118
|
+
|
129119
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129120
|
+
|
129121
|
+
|
129122
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129123
|
+
|
129124
|
+
|
129125
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129126
|
+
|
129127
|
+
|
129128
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129129
|
+
|
129130
|
+
|
129131
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129132
|
+
|
129133
|
+
|
129134
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129135
|
+
|
129136
|
+
|
129137
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129138
|
+
|
129139
|
+
|
129140
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129141
|
+
|
129142
|
+
|
129143
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129144
|
+
|
129145
|
+
|
129146
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129147
|
+
|
129148
|
+
|
129149
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129150
|
+
|
129151
|
+
|
129152
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129153
|
+
|
129154
|
+
|
129155
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129156
|
+
|
129157
|
+
|
129158
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129159
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129160
|
+
Parameters: {"id"=>"1"}
|
129161
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129162
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129163
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
129164
|
+
|
129165
|
+
|
129166
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A49%3A14+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A49%3A14+-0800" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129167
|
+
Processing by Prosperity::MetricsController#data as */*
|
129168
|
+
Parameters: {"end_time"=>"2014-05-16 15:49:14 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:49:14 -0800", "id"=>"UsersMetric"}
|
129169
|
+
|
129170
|
+
|
129171
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129172
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A49%3A14+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A49%3A14+-0800" for 127.0.0.1 at 2014-05-16 15:49:14 -0700
|
129173
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129174
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129175
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129176
|
+
Processing by Prosperity::MetricsController#data as */*
|
129177
|
+
Parameters: {"end_time"=>"2014-05-16 15:49:14 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:49:14 -0800", "id"=>"UsersMetric"}
|
129178
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129179
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 2.8ms)
|
129180
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129181
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129182
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129183
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129184
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129185
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.4ms)
|
129186
|
+
|
129187
|
+
|
129188
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129189
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129190
|
+
Parameters: {"id"=>"1"}
|
129191
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129192
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129193
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.4ms)
|
129194
|
+
Completed 200 OK in 304ms (Views: 302.3ms | ActiveRecord: 0.3ms)
|
129195
|
+
|
129196
|
+
|
129197
|
+
|
129198
|
+
|
129199
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129200
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129201
|
+
|
129202
|
+
|
129203
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129204
|
+
|
129205
|
+
|
129206
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129207
|
+
|
129208
|
+
|
129209
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129210
|
+
|
129211
|
+
|
129212
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129213
|
+
|
129214
|
+
|
129215
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129216
|
+
|
129217
|
+
|
129218
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129219
|
+
|
129220
|
+
|
129221
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129222
|
+
|
129223
|
+
|
129224
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129225
|
+
|
129226
|
+
|
129227
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129228
|
+
|
129229
|
+
|
129230
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129231
|
+
|
129232
|
+
|
129233
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:49:44 -0700
|
129234
|
+
|
129235
|
+
|
129236
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:49:45 -0700
|
129237
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129238
|
+
Parameters: {"id"=>"1"}
|
129239
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129240
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129241
|
+
Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
129242
|
+
|
129243
|
+
|
129244
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A49%3A45+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A49%3A45+-0800" for 127.0.0.1 at 2014-05-16 15:49:45 -0700
|
129245
|
+
|
129246
|
+
|
129247
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A49%3A45+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A49%3A45+-0800" for 127.0.0.1 at 2014-05-16 15:49:45 -0700
|
129248
|
+
Processing by Prosperity::MetricsController#data as */*
|
129249
|
+
Parameters: {"end_time"=>"2014-05-16 15:49:45 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:49:45 -0800", "id"=>"UsersMetric"}
|
129250
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
129251
|
+
Processing by Prosperity::MetricsController#data as */*
|
129252
|
+
Parameters: {"end_time"=>"2014-05-16 15:49:45 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:49:45 -0800", "id"=>"UsersMetric"}
|
129253
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
129254
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
129255
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
129256
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
129257
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
129258
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
129259
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
129260
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
129261
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.2ms)
|
129262
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
129263
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 2.8ms)
|
129264
|
+
|
129265
|
+
|
129266
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:50:50 -0700
|
129267
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129268
|
+
Parameters: {"id"=>"1"}
|
129269
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129270
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129271
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (9.5ms)
|
129272
|
+
Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.3ms)
|
129273
|
+
|
129274
|
+
|
129275
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129276
|
+
|
129277
|
+
|
129278
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129279
|
+
|
129280
|
+
|
129281
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129282
|
+
|
129283
|
+
|
129284
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129285
|
+
|
129286
|
+
|
129287
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129288
|
+
|
129289
|
+
|
129290
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129291
|
+
|
129292
|
+
|
129293
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129294
|
+
|
129295
|
+
|
129296
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129297
|
+
|
129298
|
+
|
129299
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129300
|
+
|
129301
|
+
|
129302
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129303
|
+
|
129304
|
+
|
129305
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129306
|
+
|
129307
|
+
|
129308
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129309
|
+
|
129310
|
+
|
129311
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129312
|
+
|
129313
|
+
|
129314
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129315
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129316
|
+
Parameters: {"id"=>"1"}
|
129317
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129318
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129319
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
129320
|
+
|
129321
|
+
|
129322
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A50%3A51+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A50%3A51+-0800" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129323
|
+
Processing by Prosperity::MetricsController#data as */*
|
129324
|
+
Parameters: {"end_time"=>"2014-05-16 15:50:51 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:50:51 -0800", "id"=>"UsersMetric"}
|
129325
|
+
|
129326
|
+
|
129327
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A50%3A51+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A50%3A51+-0800" for 127.0.0.1 at 2014-05-16 15:50:51 -0700
|
129328
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129329
|
+
Processing by Prosperity::MetricsController#data as */*
|
129330
|
+
Parameters: {"end_time"=>"2014-05-16 15:50:51 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:50:51 -0800", "id"=>"UsersMetric"}
|
129331
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129332
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129333
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129334
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129335
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129336
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129337
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129338
|
+
[1m[36m (1.1ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129339
|
+
Completed 200 OK in 10ms (Views: 0.5ms | ActiveRecord: 2.9ms)
|
129340
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129341
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.5ms)
|
129342
|
+
[1m[36mProsperity::Graph Load (0.6ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" ORDER BY "prosperity_graphs"."id" ASC LIMIT 1[0m
|
129343
|
+
|
129344
|
+
|
129345
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:51:45 -0700
|
129346
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129347
|
+
Parameters: {"id"=>"1"}
|
129348
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129349
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129350
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (12.5ms)
|
129351
|
+
Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.4ms)
|
129352
|
+
|
129353
|
+
|
129354
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129355
|
+
|
129356
|
+
|
129357
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129358
|
+
|
129359
|
+
|
129360
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129361
|
+
|
129362
|
+
|
129363
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129364
|
+
|
129365
|
+
|
129366
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129367
|
+
|
129368
|
+
|
129369
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129370
|
+
|
129371
|
+
|
129372
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129373
|
+
|
129374
|
+
|
129375
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129376
|
+
|
129377
|
+
|
129378
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129379
|
+
|
129380
|
+
|
129381
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129382
|
+
|
129383
|
+
|
129384
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129385
|
+
|
129386
|
+
|
129387
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129388
|
+
|
129389
|
+
|
129390
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129391
|
+
|
129392
|
+
|
129393
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129394
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129395
|
+
Parameters: {"id"=>"1"}
|
129396
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129397
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129398
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
129399
|
+
|
129400
|
+
|
129401
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A51%3A46+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A51%3A46+-0800" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129402
|
+
|
129403
|
+
|
129404
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A51%3A46+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A51%3A46+-0800" for 127.0.0.1 at 2014-05-16 15:51:46 -0700
|
129405
|
+
Processing by Prosperity::MetricsController#data as */*
|
129406
|
+
Parameters: {"end_time"=>"2014-05-16 15:51:46 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:51:46 -0800", "id"=>"UsersMetric"}
|
129407
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
129408
|
+
Processing by Prosperity::MetricsController#data as */*
|
129409
|
+
Parameters: {"end_time"=>"2014-05-16 15:51:46 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:51:46 -0800", "id"=>"UsersMetric"}
|
129410
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
129411
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
129412
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
129413
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
129414
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
129415
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
129416
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
129417
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
129418
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
129419
|
+
Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 2.8ms)
|
129420
|
+
Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 2.4ms)
|
129421
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" ORDER BY "prosperity_graphs"."id" ASC LIMIT 1
|
129422
|
+
[1m[36mProsperity::Graph Load (0.3ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" ORDER BY "prosperity_graphs"."id" ASC LIMIT 1[0m
|
129423
|
+
[1m[35m (0.1ms)[0m BEGIN
|
129424
|
+
[1m[36mSQL (0.3ms)[0m [1mUPDATE "prosperity_graphs" SET "graph_type" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["graph_type", "area"], ["updated_at", "2014-05-16 22:52:09.293379"]]
|
129425
|
+
[1m[35m (4.5ms)[0m COMMIT
|
129426
|
+
|
129427
|
+
|
129428
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:52:09 -0700
|
129429
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129430
|
+
Parameters: {"id"=>"1"}
|
129431
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129432
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129433
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (7.9ms)
|
129434
|
+
Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.4ms)
|
129435
|
+
|
129436
|
+
|
129437
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129438
|
+
|
129439
|
+
|
129440
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129441
|
+
|
129442
|
+
|
129443
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129444
|
+
|
129445
|
+
|
129446
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129447
|
+
|
129448
|
+
|
129449
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129450
|
+
|
129451
|
+
|
129452
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129453
|
+
|
129454
|
+
|
129455
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129456
|
+
|
129457
|
+
|
129458
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129459
|
+
|
129460
|
+
|
129461
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129462
|
+
|
129463
|
+
|
129464
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129465
|
+
|
129466
|
+
|
129467
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129468
|
+
|
129469
|
+
|
129470
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129471
|
+
|
129472
|
+
|
129473
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129474
|
+
|
129475
|
+
|
129476
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129477
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129478
|
+
Parameters: {"id"=>"1"}
|
129479
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129480
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129481
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms)
|
129482
|
+
|
129483
|
+
|
129484
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A52%3A10+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A52%3A10+-0800" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129485
|
+
Processing by Prosperity::MetricsController#data as */*
|
129486
|
+
Parameters: {"end_time"=>"2014-05-16 15:52:10 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:52:10 -0800", "id"=>"UsersMetric"}
|
129487
|
+
|
129488
|
+
|
129489
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129490
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A52%3A10+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A52%3A10+-0800" for 127.0.0.1 at 2014-05-16 15:52:10 -0700
|
129491
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129492
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129493
|
+
Processing by Prosperity::MetricsController#data as */*
|
129494
|
+
Parameters: {"end_time"=>"2014-05-16 15:52:10 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:52:10 -0800", "id"=>"UsersMetric"}
|
129495
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129496
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129497
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129498
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 2.8ms)
|
129499
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129500
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129501
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129502
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129503
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
129504
|
+
|
129505
|
+
|
129506
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:52:45 -0700
|
129507
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129508
|
+
Parameters: {"id"=>"1"}
|
129509
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129510
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129511
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (9.9ms)
|
129512
|
+
Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.3ms)
|
129513
|
+
|
129514
|
+
|
129515
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129516
|
+
|
129517
|
+
|
129518
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129519
|
+
|
129520
|
+
|
129521
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129522
|
+
|
129523
|
+
|
129524
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129525
|
+
|
129526
|
+
|
129527
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129528
|
+
|
129529
|
+
|
129530
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129531
|
+
|
129532
|
+
|
129533
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129534
|
+
|
129535
|
+
|
129536
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129537
|
+
|
129538
|
+
|
129539
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129540
|
+
|
129541
|
+
|
129542
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129543
|
+
|
129544
|
+
|
129545
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129546
|
+
|
129547
|
+
|
129548
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129549
|
+
|
129550
|
+
|
129551
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129552
|
+
|
129553
|
+
|
129554
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129555
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129556
|
+
Parameters: {"id"=>"1"}
|
129557
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129558
|
+
[1m[36mProsperity::GraphLine Load (0.1ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129559
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.3ms)
|
129560
|
+
|
129561
|
+
|
129562
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A52%3A46+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A52%3A46+-0800" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129563
|
+
Processing by Prosperity::MetricsController#data as */*
|
129564
|
+
Parameters: {"end_time"=>"2014-05-16 15:52:46 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:52:46 -0800", "id"=>"UsersMetric"}
|
129565
|
+
|
129566
|
+
|
129567
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A52%3A46+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A52%3A46+-0800" for 127.0.0.1 at 2014-05-16 15:52:46 -0700
|
129568
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
129569
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
129570
|
+
Processing by Prosperity::MetricsController#data as */*
|
129571
|
+
Parameters: {"end_time"=>"2014-05-16 15:52:46 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:52:46 -0800", "id"=>"UsersMetric"}
|
129572
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
129573
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
129574
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
129575
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
129576
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
129577
|
+
Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.5ms)
|
129578
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
129579
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
129580
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
129581
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.8ms)
|
129582
|
+
|
129583
|
+
|
129584
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129585
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129586
|
+
Parameters: {"id"=>"1"}
|
129587
|
+
[1m[36mProsperity::Graph Load (0.1ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129588
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129589
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.9ms)
|
129590
|
+
Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.3ms)
|
129591
|
+
|
129592
|
+
|
129593
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129594
|
+
|
129595
|
+
|
129596
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129597
|
+
|
129598
|
+
|
129599
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129600
|
+
|
129601
|
+
|
129602
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129603
|
+
|
129604
|
+
|
129605
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129606
|
+
|
129607
|
+
|
129608
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129609
|
+
|
129610
|
+
|
129611
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129612
|
+
|
129613
|
+
|
129614
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129615
|
+
|
129616
|
+
|
129617
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129618
|
+
|
129619
|
+
|
129620
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129621
|
+
|
129622
|
+
|
129623
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129624
|
+
|
129625
|
+
|
129626
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129627
|
+
|
129628
|
+
|
129629
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:52:50 -0700
|
129630
|
+
|
129631
|
+
|
129632
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:52:51 -0700
|
129633
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129634
|
+
Parameters: {"id"=>"1"}
|
129635
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129636
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129637
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
129638
|
+
|
129639
|
+
|
129640
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A52%3A51+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A52%3A51+-0800" for 127.0.0.1 at 2014-05-16 15:52:51 -0700
|
129641
|
+
|
129642
|
+
|
129643
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A52%3A51+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A52%3A51+-0800" for 127.0.0.1 at 2014-05-16 15:52:51 -0700
|
129644
|
+
Processing by Prosperity::MetricsController#data as */*
|
129645
|
+
Parameters: {"end_time"=>"2014-05-16 15:52:51 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:52:51 -0800", "id"=>"UsersMetric"}
|
129646
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129647
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129648
|
+
Processing by Prosperity::MetricsController#data as */*
|
129649
|
+
Parameters: {"end_time"=>"2014-05-16 15:52:51 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:52:51 -0800", "id"=>"UsersMetric"}
|
129650
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129651
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129652
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129653
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129654
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129655
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129656
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.5ms)
|
129657
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129658
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129659
|
+
Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.2ms)
|
129660
|
+
|
129661
|
+
|
129662
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129663
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129664
|
+
Parameters: {"id"=>"1"}
|
129665
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129666
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129667
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.9ms)
|
129668
|
+
Completed 200 OK in 334ms (Views: 331.6ms | ActiveRecord: 0.4ms)
|
129669
|
+
|
129670
|
+
|
129671
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129672
|
+
|
129673
|
+
|
129674
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129675
|
+
|
129676
|
+
|
129677
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129678
|
+
|
129679
|
+
|
129680
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129681
|
+
|
129682
|
+
|
129683
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129684
|
+
|
129685
|
+
|
129686
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129687
|
+
|
129688
|
+
|
129689
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129690
|
+
|
129691
|
+
|
129692
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129693
|
+
|
129694
|
+
|
129695
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129696
|
+
|
129697
|
+
|
129698
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129699
|
+
|
129700
|
+
|
129701
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129702
|
+
|
129703
|
+
|
129704
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129705
|
+
|
129706
|
+
|
129707
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:07 -0700
|
129708
|
+
|
129709
|
+
|
129710
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:53:08 -0700
|
129711
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129712
|
+
Parameters: {"id"=>"1"}
|
129713
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129714
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129715
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
129716
|
+
|
129717
|
+
|
129718
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A53%3A08+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A53%3A08+-0800" for 127.0.0.1 at 2014-05-16 15:53:08 -0700
|
129719
|
+
Processing by Prosperity::MetricsController#data as */*
|
129720
|
+
Parameters: {"end_time"=>"2014-05-16 15:53:08 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:53:08 -0800", "id"=>"UsersMetric"}
|
129721
|
+
|
129722
|
+
|
129723
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A53%3A08+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A53%3A08+-0800" for 127.0.0.1 at 2014-05-16 15:53:08 -0700
|
129724
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
129725
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
129726
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
129727
|
+
Processing by Prosperity::MetricsController#data as */*
|
129728
|
+
Parameters: {"end_time"=>"2014-05-16 15:53:08 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:53:08 -0800", "id"=>"UsersMetric"}
|
129729
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
129730
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
129731
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
129732
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
129733
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 2.8ms)
|
129734
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
129735
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
129736
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
129737
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
129738
|
+
|
129739
|
+
|
129740
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129741
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129742
|
+
Parameters: {"id"=>"1"}
|
129743
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129744
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129745
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (11.9ms)
|
129746
|
+
Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.4ms)
|
129747
|
+
|
129748
|
+
|
129749
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129750
|
+
|
129751
|
+
|
129752
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129753
|
+
|
129754
|
+
|
129755
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129756
|
+
|
129757
|
+
|
129758
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129759
|
+
|
129760
|
+
|
129761
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129762
|
+
|
129763
|
+
|
129764
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129765
|
+
|
129766
|
+
|
129767
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129768
|
+
|
129769
|
+
|
129770
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129771
|
+
|
129772
|
+
|
129773
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129774
|
+
|
129775
|
+
|
129776
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129777
|
+
|
129778
|
+
|
129779
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129780
|
+
|
129781
|
+
|
129782
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129783
|
+
|
129784
|
+
|
129785
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129786
|
+
|
129787
|
+
|
129788
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129789
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129790
|
+
Parameters: {"id"=>"1"}
|
129791
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129792
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129793
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
129794
|
+
|
129795
|
+
|
129796
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A53%3A15+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A53%3A15+-0800" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129797
|
+
|
129798
|
+
|
129799
|
+
Processing by Prosperity::MetricsController#data as */*
|
129800
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A53%3A15+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A53%3A15+-0800" for 127.0.0.1 at 2014-05-16 15:53:15 -0700
|
129801
|
+
Parameters: {"end_time"=>"2014-05-16 15:53:15 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:53:15 -0800", "id"=>"UsersMetric"}
|
129802
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129803
|
+
Processing by Prosperity::MetricsController#data as */*
|
129804
|
+
Parameters: {"end_time"=>"2014-05-16 15:53:15 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:53:15 -0800", "id"=>"UsersMetric"}
|
129805
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129806
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129807
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129808
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129809
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129810
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129811
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129812
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129813
|
+
Completed 200 OK in 9ms (Views: 0.5ms | ActiveRecord: 3.3ms)
|
129814
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129815
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.3ms)
|
129816
|
+
|
129817
|
+
|
129818
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129819
|
+
Processing by Prosperity::GraphsController#update as HTML
|
129820
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"line", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
129821
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129822
|
+
[1m[36m (0.2ms)[0m [1mBEGIN[0m
|
129823
|
+
[1m[35mProsperity::GraphLine Load (0.3ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
129824
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "prosperity_graphs" SET "title" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["title", "line"], ["updated_at", "2014-05-16 22:54:05.347169"]]
|
129825
|
+
[1m[35m (5.8ms)[0m COMMIT
|
129826
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
129827
|
+
Completed 302 Found in 12ms (ActiveRecord: 6.6ms)
|
129828
|
+
|
129829
|
+
|
129830
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129831
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129832
|
+
Parameters: {"id"=>"1"}
|
129833
|
+
[1m[36mProsperity::Graph Load (0.1ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129834
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129835
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (9.3ms)
|
129836
|
+
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
|
129837
|
+
|
129838
|
+
|
129839
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129840
|
+
|
129841
|
+
|
129842
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129843
|
+
|
129844
|
+
|
129845
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129846
|
+
|
129847
|
+
|
129848
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129849
|
+
|
129850
|
+
|
129851
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129852
|
+
|
129853
|
+
|
129854
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129855
|
+
|
129856
|
+
|
129857
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129858
|
+
|
129859
|
+
|
129860
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129861
|
+
|
129862
|
+
|
129863
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129864
|
+
|
129865
|
+
|
129866
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129867
|
+
|
129868
|
+
|
129869
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129870
|
+
|
129871
|
+
|
129872
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129873
|
+
|
129874
|
+
|
129875
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129876
|
+
|
129877
|
+
|
129878
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129879
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129880
|
+
Parameters: {"id"=>"1"}
|
129881
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
129882
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
129883
|
+
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
129884
|
+
|
129885
|
+
|
129886
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A05+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A54%3A05+-0800" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129887
|
+
|
129888
|
+
|
129889
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A05+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A54%3A05+-0800" for 127.0.0.1 at 2014-05-16 15:54:05 -0700
|
129890
|
+
Processing by Prosperity::MetricsController#data as */*
|
129891
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:05 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:54:05 -0800", "id"=>"UsersMetric"}
|
129892
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
129893
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
129894
|
+
Processing by Prosperity::MetricsController#data as */*
|
129895
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:05 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:54:05 -0800", "id"=>"UsersMetric"}
|
129896
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
129897
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
129898
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
129899
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
129900
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
129901
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
129902
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
129903
|
+
Completed 200 OK in 9ms (Views: 0.2ms | ActiveRecord: 3.7ms)
|
129904
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
129905
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.0ms)
|
129906
|
+
|
129907
|
+
|
129908
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:24 -0700
|
129909
|
+
Processing by Prosperity::GraphsController#update as HTML
|
129910
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"line", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
129911
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129912
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
129913
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
129914
|
+
[1m[36m (0.1ms)[0m [1mCOMMIT[0m
|
129915
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
129916
|
+
Completed 302 Found in 4ms (ActiveRecord: 0.5ms)
|
129917
|
+
|
129918
|
+
|
129919
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:54:24 -0700
|
129920
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129921
|
+
Parameters: {"id"=>"1"}
|
129922
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129923
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129924
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (7.6ms)
|
129925
|
+
Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.3ms)
|
129926
|
+
|
129927
|
+
|
129928
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:24 -0700
|
129929
|
+
|
129930
|
+
|
129931
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:24 -0700
|
129932
|
+
|
129933
|
+
|
129934
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:24 -0700
|
129935
|
+
|
129936
|
+
|
129937
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:24 -0700
|
129938
|
+
|
129939
|
+
|
129940
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129941
|
+
|
129942
|
+
|
129943
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129944
|
+
|
129945
|
+
|
129946
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129947
|
+
|
129948
|
+
|
129949
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129950
|
+
|
129951
|
+
|
129952
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129953
|
+
|
129954
|
+
|
129955
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129956
|
+
|
129957
|
+
|
129958
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129959
|
+
|
129960
|
+
|
129961
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129962
|
+
|
129963
|
+
|
129964
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129965
|
+
|
129966
|
+
|
129967
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129968
|
+
Processing by Prosperity::GraphsController#show as JSON
|
129969
|
+
Parameters: {"id"=>"1"}
|
129970
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
129971
|
+
[1m[36mProsperity::GraphLine Load (0.1ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
129972
|
+
Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
129973
|
+
|
129974
|
+
|
129975
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A25+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A54%3A25+-0800" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129976
|
+
|
129977
|
+
|
129978
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A25+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A54%3A25+-0800" for 127.0.0.1 at 2014-05-16 15:54:25 -0700
|
129979
|
+
Processing by Prosperity::MetricsController#data as */*
|
129980
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:25 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:54:25 -0800", "id"=>"UsersMetric"}
|
129981
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
129982
|
+
Processing by Prosperity::MetricsController#data as */*
|
129983
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:25 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:54:25 -0800", "id"=>"UsersMetric"}
|
129984
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
129985
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
129986
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
129987
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
129988
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
129989
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
129990
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
129991
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
129992
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
129993
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
129994
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.2ms)
|
129995
|
+
|
129996
|
+
|
129997
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
129998
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
129999
|
+
Parameters: {"id"=>"1"}
|
130000
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130001
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130002
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (9.3ms)
|
130003
|
+
Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.3ms)
|
130004
|
+
|
130005
|
+
|
130006
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130007
|
+
|
130008
|
+
|
130009
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130010
|
+
|
130011
|
+
|
130012
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130013
|
+
|
130014
|
+
|
130015
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130016
|
+
|
130017
|
+
|
130018
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130019
|
+
|
130020
|
+
|
130021
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130022
|
+
|
130023
|
+
|
130024
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130025
|
+
|
130026
|
+
|
130027
|
+
|
130028
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130029
|
+
|
130030
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130031
|
+
|
130032
|
+
|
130033
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130034
|
+
|
130035
|
+
|
130036
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130037
|
+
|
130038
|
+
|
130039
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130040
|
+
|
130041
|
+
|
130042
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130043
|
+
|
130044
|
+
|
130045
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130046
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130047
|
+
Parameters: {"id"=>"1"}
|
130048
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130049
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130050
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.3ms)
|
130051
|
+
|
130052
|
+
|
130053
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A38+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A54%3A38+-0800" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130054
|
+
|
130055
|
+
|
130056
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A38+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A54%3A38+-0800" for 127.0.0.1 at 2014-05-16 15:54:38 -0700
|
130057
|
+
Processing by Prosperity::MetricsController#data as */*
|
130058
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:38 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:54:38 -0800", "id"=>"UsersMetric"}
|
130059
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
130060
|
+
Processing by Prosperity::MetricsController#data as */*
|
130061
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:38 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:54:38 -0800", "id"=>"UsersMetric"}
|
130062
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
130063
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
130064
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
130065
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
130066
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
130067
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
130068
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
130069
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
130070
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.0ms)
|
130071
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
130072
|
+
Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 3.2ms)
|
130073
|
+
|
130074
|
+
|
130075
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130076
|
+
Processing by Prosperity::GraphsController#update as HTML
|
130077
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"line", "graph_type"=>"line", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
130078
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130079
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
130080
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
130081
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "prosperity_graphs" SET "graph_type" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["graph_type", "line"], ["updated_at", "2014-05-16 22:54:42.490488"]]
|
130082
|
+
[1m[35m (5.9ms)[0m COMMIT
|
130083
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
130084
|
+
Completed 302 Found in 10ms (ActiveRecord: 6.5ms)
|
130085
|
+
|
130086
|
+
|
130087
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130088
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
130089
|
+
Parameters: {"id"=>"1"}
|
130090
|
+
[1m[36mProsperity::Graph Load (0.3ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130091
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130092
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (9.1ms)
|
130093
|
+
Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.5ms)
|
130094
|
+
|
130095
|
+
|
130096
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130097
|
+
|
130098
|
+
|
130099
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130100
|
+
|
130101
|
+
|
130102
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130103
|
+
|
130104
|
+
|
130105
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130106
|
+
|
130107
|
+
|
130108
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130109
|
+
|
130110
|
+
|
130111
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130112
|
+
|
130113
|
+
|
130114
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130115
|
+
|
130116
|
+
|
130117
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130118
|
+
|
130119
|
+
|
130120
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130121
|
+
|
130122
|
+
|
130123
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130124
|
+
|
130125
|
+
|
130126
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130127
|
+
|
130128
|
+
|
130129
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130130
|
+
|
130131
|
+
|
130132
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130133
|
+
|
130134
|
+
|
130135
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130136
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130137
|
+
Parameters: {"id"=>"1"}
|
130138
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130139
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130140
|
+
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.3ms)
|
130141
|
+
|
130142
|
+
|
130143
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A42+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A54%3A42+-0800" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130144
|
+
Processing by Prosperity::MetricsController#data as */*
|
130145
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:42 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:54:42 -0800", "id"=>"UsersMetric"}
|
130146
|
+
|
130147
|
+
|
130148
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A42+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A54%3A42+-0800" for 127.0.0.1 at 2014-05-16 15:54:42 -0700
|
130149
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
130150
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
130151
|
+
Processing by Prosperity::MetricsController#data as */*
|
130152
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:42 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:54:42 -0800", "id"=>"UsersMetric"}
|
130153
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
130154
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
130155
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
130156
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
130157
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
130158
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
130159
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.5ms)
|
130160
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
130161
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
130162
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
130163
|
+
|
130164
|
+
|
130165
|
+
Started PATCH "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130166
|
+
Processing by Prosperity::GraphsController#update as HTML
|
130167
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"2Nkw/Q+aQox6tBuuA2FDSFEE8azLDJ6g6s+AjBu7q94=", "graph"=>{"title"=>"line", "graph_type"=>"area", "graph_lines_attributes"=>{"0"=>{"metric"=>"UsersMetric", "option"=>"with_1", "extractor"=>"total", "id"=>"2"}, "1"=>{"metric"=>"UsersMetric", "option"=>"default", "extractor"=>"total", "id"=>"1"}, "2"=>{"metric"=>"", "option"=>"", "extractor"=>"change"}}}, "commit"=>"Save & View", "id"=>"1"}
|
130168
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130169
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
130170
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 AND "prosperity_graph_lines"."id" IN (2, 1) [["graph_id", 1]]
|
130171
|
+
[1m[36mSQL (0.2ms)[0m [1mUPDATE "prosperity_graphs" SET "graph_type" = $1, "updated_at" = $2 WHERE "prosperity_graphs"."id" = 1[0m [["graph_type", "area"], ["updated_at", "2014-05-16 22:54:47.781292"]]
|
130172
|
+
[1m[35m (5.5ms)[0m COMMIT
|
130173
|
+
Redirected to http://prosperity.dev/prosperity/graphs/1/edit
|
130174
|
+
Completed 302 Found in 10ms (ActiveRecord: 6.1ms)
|
130175
|
+
|
130176
|
+
|
130177
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130178
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
130179
|
+
Parameters: {"id"=>"1"}
|
130180
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130181
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130182
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.2ms)
|
130183
|
+
Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.3ms)
|
130184
|
+
|
130185
|
+
|
130186
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130187
|
+
|
130188
|
+
|
130189
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130190
|
+
|
130191
|
+
|
130192
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130193
|
+
|
130194
|
+
|
130195
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130196
|
+
|
130197
|
+
|
130198
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130199
|
+
|
130200
|
+
|
130201
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:54:47 -0700
|
130202
|
+
|
130203
|
+
|
130204
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130205
|
+
|
130206
|
+
|
130207
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130208
|
+
|
130209
|
+
|
130210
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130211
|
+
|
130212
|
+
|
130213
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130214
|
+
|
130215
|
+
|
130216
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130217
|
+
|
130218
|
+
|
130219
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130220
|
+
|
130221
|
+
|
130222
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130223
|
+
|
130224
|
+
|
130225
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130226
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130227
|
+
Parameters: {"id"=>"1"}
|
130228
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130229
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130230
|
+
Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms)
|
130231
|
+
|
130232
|
+
|
130233
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A48+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+15%3A54%3A48+-0800" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130234
|
+
Processing by Prosperity::MetricsController#data as */*
|
130235
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:48 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 15:54:48 -0800", "id"=>"UsersMetric"}
|
130236
|
+
|
130237
|
+
|
130238
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+15%3A54%3A48+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+15%3A54%3A48+-0800" for 127.0.0.1 at 2014-05-16 15:54:48 -0700
|
130239
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
130240
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
130241
|
+
Processing by Prosperity::MetricsController#data as */*
|
130242
|
+
Parameters: {"end_time"=>"2014-05-16 15:54:48 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 15:54:48 -0800", "id"=>"UsersMetric"}
|
130243
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
130244
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
130245
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
130246
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
130247
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
130248
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
130249
|
+
Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 4.1ms)
|
130250
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
130251
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
130252
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.1ms)
|
130253
|
+
|
130254
|
+
|
130255
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130256
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
130257
|
+
[1m[35mProsperity::Dashboard Load (0.2ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards"
|
130258
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (5.7ms)
|
130259
|
+
Completed 200 OK in 16ms (Views: 12.2ms | ActiveRecord: 1.2ms)
|
130260
|
+
|
130261
|
+
|
130262
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130263
|
+
|
130264
|
+
|
130265
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130266
|
+
|
130267
|
+
|
130268
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130269
|
+
|
130270
|
+
|
130271
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130272
|
+
|
130273
|
+
|
130274
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130275
|
+
|
130276
|
+
|
130277
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130278
|
+
|
130279
|
+
|
130280
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130281
|
+
|
130282
|
+
|
130283
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130284
|
+
|
130285
|
+
|
130286
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130287
|
+
|
130288
|
+
|
130289
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130290
|
+
|
130291
|
+
|
130292
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130293
|
+
|
130294
|
+
|
130295
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130296
|
+
|
130297
|
+
|
130298
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:25 -0700
|
130299
|
+
|
130300
|
+
|
130301
|
+
Started GET "/prosperity/" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130302
|
+
Processing by Prosperity::MetricsController#index as HTML
|
130303
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.5ms)
|
130304
|
+
Completed 200 OK in 9ms (Views: 9.0ms | ActiveRecord: 0.0ms)
|
130305
|
+
|
130306
|
+
|
130307
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130308
|
+
|
130309
|
+
|
130310
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130311
|
+
|
130312
|
+
|
130313
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130314
|
+
|
130315
|
+
|
130316
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130317
|
+
|
130318
|
+
|
130319
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130320
|
+
|
130321
|
+
|
130322
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130323
|
+
|
130324
|
+
|
130325
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130326
|
+
|
130327
|
+
|
130328
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130329
|
+
|
130330
|
+
|
130331
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130332
|
+
|
130333
|
+
|
130334
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130335
|
+
|
130336
|
+
|
130337
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130338
|
+
|
130339
|
+
|
130340
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130341
|
+
|
130342
|
+
|
130343
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:27 -0700
|
130344
|
+
|
130345
|
+
|
130346
|
+
Started GET "/prosperity/metrics" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130347
|
+
Processing by Prosperity::MetricsController#index as HTML
|
130348
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.1ms)
|
130349
|
+
Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
|
130350
|
+
|
130351
|
+
|
130352
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130353
|
+
|
130354
|
+
|
130355
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130356
|
+
|
130357
|
+
|
130358
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130359
|
+
|
130360
|
+
|
130361
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130362
|
+
|
130363
|
+
|
130364
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130365
|
+
|
130366
|
+
|
130367
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130368
|
+
|
130369
|
+
|
130370
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130371
|
+
|
130372
|
+
|
130373
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130374
|
+
|
130375
|
+
|
130376
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130377
|
+
|
130378
|
+
|
130379
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130380
|
+
|
130381
|
+
|
130382
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130383
|
+
|
130384
|
+
|
130385
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130386
|
+
|
130387
|
+
|
130388
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:28 -0700
|
130389
|
+
|
130390
|
+
|
130391
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130392
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
130393
|
+
[1m[36mProsperity::Dashboard Load (0.2ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards"[0m
|
130394
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (2.3ms)
|
130395
|
+
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.2ms)
|
130396
|
+
|
130397
|
+
|
130398
|
+
|
130399
|
+
|
130400
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130401
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130402
|
+
|
130403
|
+
|
130404
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130405
|
+
|
130406
|
+
|
130407
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130408
|
+
|
130409
|
+
|
130410
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130411
|
+
|
130412
|
+
|
130413
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130414
|
+
|
130415
|
+
|
130416
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130417
|
+
|
130418
|
+
|
130419
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130420
|
+
|
130421
|
+
|
130422
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130423
|
+
|
130424
|
+
|
130425
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130426
|
+
|
130427
|
+
|
130428
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130429
|
+
|
130430
|
+
|
130431
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130432
|
+
|
130433
|
+
|
130434
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130435
|
+
|
130436
|
+
|
130437
|
+
Started GET "/prosperity/metrics" for 127.0.0.1 at 2014-05-16 15:58:29 -0700
|
130438
|
+
Processing by Prosperity::MetricsController#index as HTML
|
130439
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.0ms)
|
130440
|
+
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
|
130441
|
+
|
130442
|
+
|
130443
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130444
|
+
|
130445
|
+
|
130446
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130447
|
+
|
130448
|
+
|
130449
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130450
|
+
|
130451
|
+
|
130452
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130453
|
+
|
130454
|
+
|
130455
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130456
|
+
|
130457
|
+
|
130458
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130459
|
+
|
130460
|
+
|
130461
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130462
|
+
|
130463
|
+
|
130464
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130465
|
+
|
130466
|
+
|
130467
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130468
|
+
|
130469
|
+
|
130470
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130471
|
+
|
130472
|
+
|
130473
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130474
|
+
|
130475
|
+
|
130476
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130477
|
+
|
130478
|
+
|
130479
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:30 -0700
|
130480
|
+
|
130481
|
+
|
130482
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130483
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
130484
|
+
[1m[35mProsperity::Dashboard Load (0.2ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards"
|
130485
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (2.7ms)
|
130486
|
+
Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.2ms)
|
130487
|
+
|
130488
|
+
|
130489
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130490
|
+
|
130491
|
+
|
130492
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130493
|
+
|
130494
|
+
|
130495
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130496
|
+
|
130497
|
+
|
130498
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130499
|
+
|
130500
|
+
|
130501
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130502
|
+
|
130503
|
+
|
130504
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130505
|
+
|
130506
|
+
|
130507
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130508
|
+
|
130509
|
+
|
130510
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130511
|
+
|
130512
|
+
|
130513
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130514
|
+
|
130515
|
+
|
130516
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130517
|
+
|
130518
|
+
|
130519
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130520
|
+
|
130521
|
+
|
130522
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130523
|
+
|
130524
|
+
|
130525
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 15:58:31 -0700
|
130526
|
+
|
130527
|
+
|
130528
|
+
Started GET "/prosperity/dashboards/4" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130529
|
+
Processing by Prosperity::DashboardsController#show as HTML
|
130530
|
+
Parameters: {"id"=>"4"}
|
130531
|
+
[1m[36mProsperity::Dashboard Load (0.2ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards" WHERE "prosperity_dashboards"."id" = $1 LIMIT 1[0m [["id", 4]]
|
130532
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/shared/_date_range.html.erb (0.8ms)
|
130533
|
+
[1m[35mProsperity::Graph Exists (0.4ms)[0m SELECT 1 AS one FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1 LIMIT 1 [["dashboard_id", 4]]
|
130534
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1[0m [["dashboard_id", 4]]
|
130535
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/show.html.erb within layouts/prosperity/application (25.2ms)
|
130536
|
+
Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 1.4ms)
|
130537
|
+
|
130538
|
+
|
130539
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130540
|
+
|
130541
|
+
|
130542
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130543
|
+
|
130544
|
+
|
130545
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130546
|
+
|
130547
|
+
|
130548
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130549
|
+
|
130550
|
+
|
130551
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130552
|
+
|
130553
|
+
|
130554
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130555
|
+
|
130556
|
+
|
130557
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130558
|
+
|
130559
|
+
|
130560
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130561
|
+
|
130562
|
+
|
130563
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130564
|
+
|
130565
|
+
|
130566
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130567
|
+
|
130568
|
+
|
130569
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130570
|
+
|
130571
|
+
|
130572
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130573
|
+
|
130574
|
+
|
130575
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130576
|
+
|
130577
|
+
|
130578
|
+
Started GET "/prosperity/graphs/1?start_time=2014-02-16+16%3A11%3A40+-0800" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130579
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130580
|
+
Parameters: {"start_time"=>"2014-02-16 16:11:40 -0800", "id"=>"1"}
|
130581
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130582
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
130583
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
130584
|
+
|
130585
|
+
|
130586
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A11%3A40+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A11%3A40+-0800" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130587
|
+
Processing by Prosperity::MetricsController#data as */*
|
130588
|
+
Parameters: {"end_time"=>"2014-05-16 16:11:40 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:11:40 -0800", "id"=>"UsersMetric"}
|
130589
|
+
|
130590
|
+
|
130591
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A11%3A40+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A11%3A40+-0800" for 127.0.0.1 at 2014-05-16 16:11:40 -0700
|
130592
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
130593
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
130594
|
+
Processing by Prosperity::MetricsController#data as */*
|
130595
|
+
Parameters: {"end_time"=>"2014-05-16 16:11:40 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:11:40 -0800", "id"=>"UsersMetric"}
|
130596
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
130597
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
130598
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
130599
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
130600
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
130601
|
+
Completed 200 OK in 10ms (Views: 0.2ms | ActiveRecord: 3.7ms)
|
130602
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
130603
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
130604
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
130605
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 2.8ms)
|
130606
|
+
|
130607
|
+
|
130608
|
+
Started GET "/prosperity/dashboards/4?utf8=%E2%9C%93&start_time=2014-02-16&end_time=2014-05-16&commit=Update" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130609
|
+
Processing by Prosperity::DashboardsController#show as HTML
|
130610
|
+
Parameters: {"utf8"=>"✓", "start_time"=>"2014-02-16", "end_time"=>"2014-05-16", "commit"=>"Update", "id"=>"4"}
|
130611
|
+
[1m[36mProsperity::Dashboard Load (0.2ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards" WHERE "prosperity_dashboards"."id" = $1 LIMIT 1[0m [["id", 4]]
|
130612
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/shared/_date_range.html.erb (0.4ms)
|
130613
|
+
[1m[35mProsperity::Graph Exists (0.4ms)[0m SELECT 1 AS one FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1 LIMIT 1 [["dashboard_id", 4]]
|
130614
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1[0m [["dashboard_id", 4]]
|
130615
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/show.html.erb within layouts/prosperity/application (3.8ms)
|
130616
|
+
Completed 200 OK in 12ms (Views: 10.5ms | ActiveRecord: 0.8ms)
|
130617
|
+
|
130618
|
+
|
130619
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130620
|
+
|
130621
|
+
|
130622
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130623
|
+
|
130624
|
+
|
130625
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130626
|
+
|
130627
|
+
|
130628
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130629
|
+
|
130630
|
+
|
130631
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130632
|
+
|
130633
|
+
|
130634
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130635
|
+
|
130636
|
+
|
130637
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130638
|
+
|
130639
|
+
|
130640
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130641
|
+
|
130642
|
+
|
130643
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130644
|
+
|
130645
|
+
|
130646
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130647
|
+
|
130648
|
+
|
130649
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130650
|
+
|
130651
|
+
|
130652
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130653
|
+
|
130654
|
+
|
130655
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130656
|
+
|
130657
|
+
|
130658
|
+
Started GET "/prosperity/graphs/1?start_time=2014-02-16+00%3A00%3A00+-0800" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130659
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130660
|
+
Parameters: {"start_time"=>"2014-02-16 00:00:00 -0800", "id"=>"1"}
|
130661
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130662
|
+
[1m[36mProsperity::GraphLine Load (0.1ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
130663
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
130664
|
+
|
130665
|
+
|
130666
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A11%3A42+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+00%3A00%3A00+-0800" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130667
|
+
Processing by Prosperity::MetricsController#data as */*
|
130668
|
+
Parameters: {"end_time"=>"2014-05-16 16:11:42 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 00:00:00 -0800", "id"=>"UsersMetric"}
|
130669
|
+
|
130670
|
+
|
130671
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A11%3A42+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+00%3A00%3A00+-0800" for 127.0.0.1 at 2014-05-16 16:11:42 -0700
|
130672
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
130673
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
130674
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
130675
|
+
Processing by Prosperity::MetricsController#data as */*
|
130676
|
+
Parameters: {"end_time"=>"2014-05-16 16:11:42 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 00:00:00 -0800", "id"=>"UsersMetric"}
|
130677
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
130678
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
130679
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 2.9ms)
|
130680
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
130681
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
130682
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
130683
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
130684
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
130685
|
+
Completed 200 OK in 17ms (Views: 5.7ms | ActiveRecord: 3.0ms)
|
130686
|
+
|
130687
|
+
|
130688
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130689
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
130690
|
+
[1m[36mProsperity::Dashboard Load (0.2ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards"[0m
|
130691
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (2.2ms)
|
130692
|
+
Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms)
|
130693
|
+
|
130694
|
+
|
130695
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130696
|
+
|
130697
|
+
|
130698
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130699
|
+
|
130700
|
+
|
130701
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130702
|
+
|
130703
|
+
|
130704
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130705
|
+
|
130706
|
+
|
130707
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130708
|
+
|
130709
|
+
|
130710
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130711
|
+
|
130712
|
+
|
130713
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130714
|
+
|
130715
|
+
|
130716
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130717
|
+
|
130718
|
+
|
130719
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130720
|
+
|
130721
|
+
|
130722
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130723
|
+
|
130724
|
+
|
130725
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130726
|
+
|
130727
|
+
|
130728
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130729
|
+
|
130730
|
+
|
130731
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:46 -0700
|
130732
|
+
|
130733
|
+
|
130734
|
+
Started GET "/prosperity/dashboards/4/edit" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130735
|
+
Processing by Prosperity::DashboardsController#edit as HTML
|
130736
|
+
Parameters: {"id"=>"4"}
|
130737
|
+
[1m[35mProsperity::Dashboard Load (0.2ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards" WHERE "prosperity_dashboards"."id" = $1 LIMIT 1 [["id", 4]]
|
130738
|
+
[1m[36mProsperity::Graph Exists (0.2ms)[0m [1mSELECT 1 AS one FROM "prosperity_graphs" LIMIT 1[0m
|
130739
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1 [["dashboard_id", 4]]
|
130740
|
+
[1m[36mProsperity::Graph Load (0.1ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs"[0m
|
130741
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/edit.html.erb within layouts/prosperity/application (5.2ms)
|
130742
|
+
Completed 200 OK in 14ms (Views: 12.5ms | ActiveRecord: 0.9ms)
|
130743
|
+
|
130744
|
+
|
130745
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130746
|
+
|
130747
|
+
|
130748
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130749
|
+
|
130750
|
+
|
130751
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130752
|
+
|
130753
|
+
|
130754
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130755
|
+
|
130756
|
+
|
130757
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130758
|
+
|
130759
|
+
|
130760
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130761
|
+
|
130762
|
+
|
130763
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130764
|
+
|
130765
|
+
|
130766
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130767
|
+
|
130768
|
+
|
130769
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130770
|
+
|
130771
|
+
|
130772
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130773
|
+
|
130774
|
+
|
130775
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130776
|
+
|
130777
|
+
|
130778
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130779
|
+
|
130780
|
+
|
130781
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:49 -0700
|
130782
|
+
|
130783
|
+
|
130784
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 16:11:52 -0700
|
130785
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
130786
|
+
Parameters: {"id"=>"1"}
|
130787
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130788
|
+
[1m[36mProsperity::GraphLine Load (0.2ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
130789
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (8.9ms)
|
130790
|
+
Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.3ms)
|
130791
|
+
|
130792
|
+
|
130793
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130794
|
+
|
130795
|
+
|
130796
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130797
|
+
|
130798
|
+
|
130799
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130800
|
+
|
130801
|
+
|
130802
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130803
|
+
|
130804
|
+
|
130805
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130806
|
+
|
130807
|
+
|
130808
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130809
|
+
|
130810
|
+
|
130811
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130812
|
+
|
130813
|
+
|
130814
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130815
|
+
|
130816
|
+
|
130817
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130818
|
+
|
130819
|
+
|
130820
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130821
|
+
|
130822
|
+
|
130823
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130824
|
+
|
130825
|
+
|
130826
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130827
|
+
|
130828
|
+
|
130829
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130830
|
+
|
130831
|
+
|
130832
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130833
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130834
|
+
Parameters: {"id"=>"1"}
|
130835
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130836
|
+
[1m[36mProsperity::GraphLine Load (0.4ms)[0m [1mSELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1[0m [["graph_id", 1]]
|
130837
|
+
Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.6ms)
|
130838
|
+
|
130839
|
+
|
130840
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A11%3A53+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A11%3A53+-0800" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130841
|
+
Processing by Prosperity::MetricsController#data as */*
|
130842
|
+
Parameters: {"end_time"=>"2014-05-16 16:11:53 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:11:53 -0800", "id"=>"UsersMetric"}
|
130843
|
+
[1m[35m (1.0ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')
|
130844
|
+
|
130845
|
+
|
130846
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A11%3A53+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A11%3A53+-0800" for 127.0.0.1 at 2014-05-16 16:11:53 -0700
|
130847
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')[0m
|
130848
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')
|
130849
|
+
Processing by Prosperity::MetricsController#data as */*
|
130850
|
+
Parameters: {"end_time"=>"2014-05-16 16:11:53 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:11:53 -0800", "id"=>"UsersMetric"}
|
130851
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')[0m
|
130852
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')
|
130853
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
130854
|
+
Completed 200 OK in 10ms (Views: 0.4ms | ActiveRecord: 4.0ms)
|
130855
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
130856
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
130857
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
130858
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
130859
|
+
Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 3.6ms)
|
130860
|
+
|
130861
|
+
|
130862
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130863
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
130864
|
+
Parameters: {"id"=>"1"}
|
130865
|
+
[1m[36mProsperity::Graph Load (0.1ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130866
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130867
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (15.6ms)
|
130868
|
+
Completed 200 OK in 44ms (Views: 25.7ms | ActiveRecord: 2.5ms)
|
130869
|
+
|
130870
|
+
|
130871
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130872
|
+
|
130873
|
+
|
130874
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130875
|
+
|
130876
|
+
|
130877
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130878
|
+
|
130879
|
+
|
130880
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130881
|
+
|
130882
|
+
|
130883
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130884
|
+
|
130885
|
+
|
130886
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130887
|
+
|
130888
|
+
|
130889
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130890
|
+
|
130891
|
+
|
130892
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130893
|
+
|
130894
|
+
|
130895
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130896
|
+
|
130897
|
+
|
130898
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130899
|
+
|
130900
|
+
|
130901
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130902
|
+
|
130903
|
+
|
130904
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130905
|
+
|
130906
|
+
|
130907
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130908
|
+
|
130909
|
+
|
130910
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130911
|
+
Processing by Prosperity::GraphsController#show as JSON
|
130912
|
+
Parameters: {"id"=>"1"}
|
130913
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130914
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
130915
|
+
Completed 200 OK in 3ms (Views: 0.4ms | ActiveRecord: 0.4ms)
|
130916
|
+
|
130917
|
+
|
130918
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A22%3A47+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A22%3A47+-0800" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130919
|
+
|
130920
|
+
|
130921
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A22%3A47+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A22%3A47+-0800" for 127.0.0.1 at 2014-05-16 16:22:47 -0700
|
130922
|
+
Processing by Prosperity::MetricsController#data as */*
|
130923
|
+
Parameters: {"end_time"=>"2014-05-16 16:22:47 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:22:47 -0800", "id"=>"UsersMetric"}
|
130924
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
130925
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
130926
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
130927
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
130928
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
130929
|
+
Completed 200 OK in 11ms (Views: 0.3ms | ActiveRecord: 4.0ms)
|
130930
|
+
Processing by Prosperity::MetricsController#data as */*
|
130931
|
+
Parameters: {"end_time"=>"2014-05-16 16:22:47 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:22:47 -0800", "id"=>"UsersMetric"}
|
130932
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
130933
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
130934
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
130935
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
130936
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
130937
|
+
Completed 200 OK in 20ms (Views: 0.3ms | ActiveRecord: 4.5ms)
|
130938
|
+
|
130939
|
+
|
130940
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:22:50 -0700
|
130941
|
+
Processing by Prosperity::GraphsController#show as HTML
|
130942
|
+
Parameters: {"id"=>"1"}
|
130943
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130944
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/show.html.erb within layouts/prosperity/embedabble (1.1ms)
|
130945
|
+
Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.2ms)
|
130946
|
+
|
130947
|
+
|
130948
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:51 -0700
|
130949
|
+
|
130950
|
+
|
130951
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:51 -0700
|
130952
|
+
|
130953
|
+
|
130954
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:51 -0700
|
130955
|
+
|
130956
|
+
|
130957
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:51 -0700
|
130958
|
+
|
130959
|
+
|
130960
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:51 -0700
|
130961
|
+
|
130962
|
+
|
130963
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:22:51 -0700
|
130964
|
+
|
130965
|
+
|
130966
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130967
|
+
Processing by Prosperity::GraphsController#show as HTML
|
130968
|
+
Parameters: {"id"=>"1"}
|
130969
|
+
[1m[36mProsperity::Graph Load (0.1ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
130970
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/show.html.erb within layouts/prosperity/embedabble (0.3ms)
|
130971
|
+
Completed 200 OK in 6ms (Views: 5.0ms | ActiveRecord: 0.1ms)
|
130972
|
+
|
130973
|
+
|
130974
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130975
|
+
|
130976
|
+
|
130977
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130978
|
+
|
130979
|
+
|
130980
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130981
|
+
|
130982
|
+
|
130983
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130984
|
+
|
130985
|
+
|
130986
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130987
|
+
|
130988
|
+
|
130989
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:12 -0700
|
130990
|
+
|
130991
|
+
|
130992
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
130993
|
+
Processing by Prosperity::GraphsController#show as HTML
|
130994
|
+
Parameters: {"id"=>"1"}
|
130995
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
130996
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/show.html.erb within layouts/prosperity/embedabble (0.3ms)
|
130997
|
+
Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.2ms)
|
130998
|
+
|
130999
|
+
|
131000
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131001
|
+
|
131002
|
+
|
131003
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131004
|
+
|
131005
|
+
|
131006
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131007
|
+
|
131008
|
+
|
131009
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131010
|
+
|
131011
|
+
|
131012
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131013
|
+
|
131014
|
+
|
131015
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131016
|
+
|
131017
|
+
|
131018
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131019
|
+
|
131020
|
+
|
131021
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131022
|
+
|
131023
|
+
|
131024
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131025
|
+
|
131026
|
+
|
131027
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131028
|
+
|
131029
|
+
|
131030
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131031
|
+
|
131032
|
+
|
131033
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131034
|
+
|
131035
|
+
|
131036
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131037
|
+
|
131038
|
+
|
131039
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131040
|
+
Processing by Prosperity::GraphsController#show as JSON
|
131041
|
+
Parameters: {"id"=>"1"}
|
131042
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131043
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131044
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
131045
|
+
|
131046
|
+
|
131047
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A23%3A43+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A23%3A43+-0800" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131048
|
+
Processing by Prosperity::MetricsController#data as */*
|
131049
|
+
Parameters: {"end_time"=>"2014-05-16 16:23:43 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:23:43 -0800", "id"=>"UsersMetric"}
|
131050
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
131051
|
+
|
131052
|
+
|
131053
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A23%3A43+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A23%3A43+-0800" for 127.0.0.1 at 2014-05-16 16:23:43 -0700
|
131054
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
131055
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
131056
|
+
Processing by Prosperity::MetricsController#data as */*
|
131057
|
+
Parameters: {"end_time"=>"2014-05-16 16:23:43 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:23:43 -0800", "id"=>"UsersMetric"}
|
131058
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
131059
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
131060
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
131061
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.8ms)
|
131062
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
131063
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
131064
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
131065
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
131066
|
+
Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 3.3ms)
|
131067
|
+
|
131068
|
+
|
131069
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:49 -0700
|
131070
|
+
Processing by Prosperity::GraphsController#show as HTML
|
131071
|
+
Parameters: {"id"=>"1"}
|
131072
|
+
[1m[35mProsperity::Graph Load (0.1ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
131073
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/show.html.erb within layouts/prosperity/embedabble (0.3ms)
|
131074
|
+
Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.1ms)
|
131075
|
+
|
131076
|
+
|
131077
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:49 -0700
|
131078
|
+
|
131079
|
+
|
131080
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:49 -0700
|
131081
|
+
|
131082
|
+
|
131083
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:49 -0700
|
131084
|
+
|
131085
|
+
|
131086
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:49 -0700
|
131087
|
+
|
131088
|
+
|
131089
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:49 -0700
|
131090
|
+
|
131091
|
+
|
131092
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131093
|
+
|
131094
|
+
|
131095
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131096
|
+
|
131097
|
+
|
131098
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131099
|
+
|
131100
|
+
|
131101
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131102
|
+
|
131103
|
+
|
131104
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131105
|
+
|
131106
|
+
|
131107
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131108
|
+
|
131109
|
+
|
131110
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131111
|
+
|
131112
|
+
|
131113
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131114
|
+
|
131115
|
+
|
131116
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131117
|
+
Processing by Prosperity::GraphsController#show as JSON
|
131118
|
+
Parameters: {"id"=>"1"}
|
131119
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131120
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131121
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
131122
|
+
|
131123
|
+
|
131124
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A23%3A50+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A23%3A50+-0800" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131125
|
+
Processing by Prosperity::MetricsController#data as */*
|
131126
|
+
Parameters: {"end_time"=>"2014-05-16 16:23:50 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:23:50 -0800", "id"=>"UsersMetric"}
|
131127
|
+
|
131128
|
+
|
131129
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A23%3A50+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A23%3A50+-0800" for 127.0.0.1 at 2014-05-16 16:23:50 -0700
|
131130
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
131131
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
131132
|
+
Processing by Prosperity::MetricsController#data as */*
|
131133
|
+
Parameters: {"end_time"=>"2014-05-16 16:23:50 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:23:50 -0800", "id"=>"UsersMetric"}
|
131134
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
131135
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
131136
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
131137
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
131138
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
131139
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
131140
|
+
Completed 200 OK in 9ms (Views: 0.3ms | ActiveRecord: 3.7ms)
|
131141
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
131142
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
131143
|
+
Completed 200 OK in 10ms (Views: 0.3ms | ActiveRecord: 4.0ms)
|
131144
|
+
|
131145
|
+
|
131146
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131147
|
+
Processing by Prosperity::GraphsController#show as HTML
|
131148
|
+
Parameters: {"id"=>"1"}
|
131149
|
+
[1m[35mProsperity::Graph Load (0.2ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
131150
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/show.html.erb within layouts/prosperity/embedabble (0.3ms)
|
131151
|
+
Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.2ms)
|
131152
|
+
|
131153
|
+
|
131154
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131155
|
+
|
131156
|
+
|
131157
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131158
|
+
|
131159
|
+
|
131160
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131161
|
+
|
131162
|
+
|
131163
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131164
|
+
|
131165
|
+
|
131166
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131167
|
+
|
131168
|
+
|
131169
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131170
|
+
|
131171
|
+
|
131172
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131173
|
+
|
131174
|
+
|
131175
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131176
|
+
|
131177
|
+
|
131178
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131179
|
+
|
131180
|
+
|
131181
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131182
|
+
|
131183
|
+
|
131184
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131185
|
+
|
131186
|
+
|
131187
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131188
|
+
|
131189
|
+
|
131190
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131191
|
+
|
131192
|
+
|
131193
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131194
|
+
Processing by Prosperity::GraphsController#show as JSON
|
131195
|
+
Parameters: {"id"=>"1"}
|
131196
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131197
|
+
[1m[35mProsperity::GraphLine Load (0.1ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131198
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.3ms)
|
131199
|
+
|
131200
|
+
|
131201
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A23%3A52+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A23%3A52+-0800" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131202
|
+
Processing by Prosperity::MetricsController#data as */*
|
131203
|
+
Parameters: {"end_time"=>"2014-05-16 16:23:52 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:23:52 -0800", "id"=>"UsersMetric"}
|
131204
|
+
|
131205
|
+
|
131206
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A23%3A52+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A23%3A52+-0800" for 127.0.0.1 at 2014-05-16 16:23:52 -0700
|
131207
|
+
[1m[36m (0.9ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
131208
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
131209
|
+
Processing by Prosperity::MetricsController#data as */*
|
131210
|
+
Parameters: {"end_time"=>"2014-05-16 16:23:52 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:23:52 -0800", "id"=>"UsersMetric"}
|
131211
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
131212
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')
|
131213
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
131214
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')[0m
|
131215
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
131216
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')
|
131217
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.7ms)
|
131218
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')[0m
|
131219
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')
|
131220
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.5ms)
|
131221
|
+
|
131222
|
+
|
131223
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:26:23 -0700
|
131224
|
+
Processing by Prosperity::GraphsController#show as HTML
|
131225
|
+
Parameters: {"id"=>"1"}
|
131226
|
+
[1m[35mProsperity::Graph Load (0.6ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1 [["id", 1]]
|
131227
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/show.html.erb within layouts/prosperity/embedabble (0.4ms)
|
131228
|
+
Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.6ms)
|
131229
|
+
|
131230
|
+
|
131231
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131232
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
131233
|
+
Parameters: {"id"=>"1"}
|
131234
|
+
[1m[36mProsperity::Graph Load (4.7ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131235
|
+
[1m[35mProsperity::GraphLine Load (0.6ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131236
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (10.5ms)
|
131237
|
+
Completed 200 OK in 122ms (Views: 115.2ms | ActiveRecord: 5.3ms)
|
131238
|
+
|
131239
|
+
|
131240
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131241
|
+
|
131242
|
+
|
131243
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131244
|
+
|
131245
|
+
|
131246
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131247
|
+
|
131248
|
+
|
131249
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131250
|
+
|
131251
|
+
|
131252
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131253
|
+
|
131254
|
+
|
131255
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131256
|
+
|
131257
|
+
|
131258
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131259
|
+
|
131260
|
+
|
131261
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131262
|
+
|
131263
|
+
|
131264
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131265
|
+
|
131266
|
+
|
131267
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131268
|
+
|
131269
|
+
|
131270
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131271
|
+
|
131272
|
+
|
131273
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131274
|
+
|
131275
|
+
|
131276
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131277
|
+
|
131278
|
+
|
131279
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131280
|
+
Processing by Prosperity::GraphsController#show as JSON
|
131281
|
+
Parameters: {"id"=>"1"}
|
131282
|
+
[1m[36mProsperity::Graph Load (0.3ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131283
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131284
|
+
Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 0.5ms)
|
131285
|
+
|
131286
|
+
|
131287
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A32%3A50+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A32%3A50+-0800" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131288
|
+
Processing by Prosperity::MetricsController#data as */*
|
131289
|
+
Parameters: {"end_time"=>"2014-05-16 16:32:50 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:32:50 -0800", "id"=>"UsersMetric"}
|
131290
|
+
|
131291
|
+
|
131292
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A32%3A50+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A32%3A50+-0800" for 127.0.0.1 at 2014-05-16 16:32:50 -0700
|
131293
|
+
[1m[36m (1.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
131294
|
+
[1m[35m (1.2ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
131295
|
+
Processing by Prosperity::MetricsController#data as */*
|
131296
|
+
Parameters: {"end_time"=>"2014-05-16 16:32:50 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:32:50 -0800", "id"=>"UsersMetric"}
|
131297
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
131298
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
131299
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
131300
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
131301
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
131302
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
131303
|
+
Completed 200 OK in 11ms (Views: 0.2ms | ActiveRecord: 4.8ms)
|
131304
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
131305
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
131306
|
+
Completed 200 OK in 9ms (Views: 0.4ms | ActiveRecord: 3.3ms)
|
131307
|
+
|
131308
|
+
|
131309
|
+
Started GET "/prosperity/metrics" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131310
|
+
Processing by Prosperity::MetricsController#index as HTML
|
131311
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/index.html.erb within layouts/prosperity/application (1.1ms)
|
131312
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
131313
|
+
|
131314
|
+
|
131315
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131316
|
+
|
131317
|
+
|
131318
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131319
|
+
|
131320
|
+
|
131321
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131322
|
+
|
131323
|
+
|
131324
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131325
|
+
|
131326
|
+
|
131327
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131328
|
+
|
131329
|
+
|
131330
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131331
|
+
|
131332
|
+
|
131333
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131334
|
+
|
131335
|
+
|
131336
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131337
|
+
|
131338
|
+
|
131339
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131340
|
+
|
131341
|
+
|
131342
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131343
|
+
|
131344
|
+
|
131345
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131346
|
+
|
131347
|
+
|
131348
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131349
|
+
|
131350
|
+
|
131351
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:52 -0700
|
131352
|
+
|
131353
|
+
|
131354
|
+
Started GET "/prosperity/metrics/RubyUsersMetric" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131355
|
+
Processing by Prosperity::MetricsController#show as HTML
|
131356
|
+
Parameters: {"id"=>"RubyUsersMetric"}
|
131357
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/shared/_date_range.html.erb (0.4ms)
|
131358
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/metrics/show.html.erb within layouts/prosperity/application (3.3ms)
|
131359
|
+
Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
|
131360
|
+
|
131361
|
+
|
131362
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131363
|
+
|
131364
|
+
|
131365
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131366
|
+
|
131367
|
+
|
131368
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131369
|
+
|
131370
|
+
|
131371
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131372
|
+
|
131373
|
+
|
131374
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131375
|
+
|
131376
|
+
|
131377
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131378
|
+
|
131379
|
+
|
131380
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131381
|
+
|
131382
|
+
|
131383
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131384
|
+
|
131385
|
+
|
131386
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131387
|
+
|
131388
|
+
|
131389
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131390
|
+
|
131391
|
+
|
131392
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131393
|
+
|
131394
|
+
|
131395
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131396
|
+
|
131397
|
+
|
131398
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131399
|
+
|
131400
|
+
|
131401
|
+
Started GET "/prosperity/metrics/RubyUsersMetric" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131402
|
+
Processing by Prosperity::MetricsController#show as JSON
|
131403
|
+
Parameters: {"id"=>"RubyUsersMetric"}
|
131404
|
+
Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.0ms)
|
131405
|
+
|
131406
|
+
|
131407
|
+
Started GET "/prosperity/metrics/RubyUsersMetric/data?end_time=2014-05-16+16%3A32%3A53+-0700&extractor=interval&option=default&period=week&start_time=2014-02-16+16%3A32%3A53+-0800" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131408
|
+
Processing by Prosperity::MetricsController#data as */*
|
131409
|
+
Parameters: {"end_time"=>"2014-05-16 16:32:53 -0700", "extractor"=>"interval", "option"=>"default", "period"=>"week", "start_time"=>"2014-02-16 16:32:53 -0800", "id"=>"RubyUsersMetric"}
|
131410
|
+
[1m[35m (0.9ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')
|
131411
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-03 08:00:00.000000')[0m
|
131412
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')
|
131413
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')[0m
|
131414
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')
|
131415
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')[0m
|
131416
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')
|
131417
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')[0m
|
131418
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')
|
131419
|
+
|
131420
|
+
|
131421
|
+
Started GET "/prosperity/metrics/RubyUsersMetric/data?end_time=2014-05-16+16%3A32%3A53+-0700&extractor=total&option=default&period=week&start_time=2014-02-16+16%3A32%3A53+-0800" for 127.0.0.1 at 2014-05-16 16:32:53 -0700
|
131422
|
+
[1m[36mCACHE (0.1ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')[0m
|
131423
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')
|
131424
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')[0m
|
131425
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')
|
131426
|
+
Processing by Prosperity::MetricsController#data as */*
|
131427
|
+
Parameters: {"end_time"=>"2014-05-16 16:32:53 -0700", "extractor"=>"total", "option"=>"default", "period"=>"week", "start_time"=>"2014-02-16 16:32:53 -0800", "id"=>"RubyUsersMetric"}
|
131428
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')[0m
|
131429
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')
|
131430
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')[0m
|
131431
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')
|
131432
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')
|
131433
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')[0m
|
131434
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')[0m
|
131435
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')
|
131436
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')[0m
|
131437
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')
|
131438
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')
|
131439
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')[0m
|
131440
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')[0m
|
131441
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')
|
131442
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')
|
131443
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')[0m
|
131444
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')[0m
|
131445
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')
|
131446
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')[0m
|
131447
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')
|
131448
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')
|
131449
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')[0m
|
131450
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')[0m
|
131451
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-19 07:00:00.000000')
|
131452
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')
|
131453
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')[0m
|
131454
|
+
Completed 200 OK in 28ms (Views: 0.3ms | ActiveRecord: 10.5ms)
|
131455
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')[0m
|
131456
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')
|
131457
|
+
|
131458
|
+
|
131459
|
+
Started GET "/prosperity/metrics/RubyUsersMetric/data?end_time=2014-05-16+16%3A32%3A53+-0700&extractor=change&option=default&period=week&start_time=2014-02-16+16%3A32%3A53+-0800" for 127.0.0.1 at 2014-05-16 16:32:54 -0700
|
131460
|
+
[1m[36m (0.5ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')[0m
|
131461
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')
|
131462
|
+
Processing by Prosperity::MetricsController#data as */*
|
131463
|
+
Parameters: {"end_time"=>"2014-05-16 16:32:53 -0700", "extractor"=>"change", "option"=>"default", "period"=>"week", "start_time"=>"2014-02-16 16:32:53 -0800", "id"=>"RubyUsersMetric"}
|
131464
|
+
[1m[36m (0.8ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')[0m
|
131465
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')
|
131466
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-19 07:00:00.000000')
|
131467
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-03 08:00:00.000000')[0m
|
131468
|
+
Completed 200 OK in 22ms (Views: 0.4ms | ActiveRecord: 10.1ms)
|
131469
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')
|
131470
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-10 08:00:00.000000')[0m
|
131471
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')
|
131472
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-17 08:00:00.000000')[0m
|
131473
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')
|
131474
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-02-24 08:00:00.000000')[0m
|
131475
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')
|
131476
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-03 08:00:00.000000')[0m
|
131477
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')
|
131478
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-10 07:00:00.000000')[0m
|
131479
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')
|
131480
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-17 07:00:00.000000')[0m
|
131481
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')
|
131482
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-24 07:00:00.000000')[0m
|
131483
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')
|
131484
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-03-31 07:00:00.000000')[0m
|
131485
|
+
[1m[35m (0.7ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')
|
131486
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-07 07:00:00.000000')[0m
|
131487
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')
|
131488
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-14 07:00:00.000000')[0m
|
131489
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')
|
131490
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-21 07:00:00.000000')[0m
|
131491
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')
|
131492
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-04-28 07:00:00.000000')[0m
|
131493
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')
|
131494
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-05 07:00:00.000000')[0m
|
131495
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-19 07:00:00.000000')
|
131496
|
+
[1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.created_at < '2014-05-12 07:00:00.000000')[0m
|
131497
|
+
Completed 200 OK in 33ms (Views: 0.4ms | ActiveRecord: 10.6ms)
|
131498
|
+
|
131499
|
+
|
131500
|
+
Started GET "/prosperity/dashboards" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131501
|
+
Processing by Prosperity::DashboardsController#index as HTML
|
131502
|
+
[1m[35mProsperity::Dashboard Load (0.3ms)[0m SELECT "prosperity_dashboards".* FROM "prosperity_dashboards"
|
131503
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/index.html.erb within layouts/prosperity/application (12.6ms)
|
131504
|
+
Completed 200 OK in 23ms (Views: 12.4ms | ActiveRecord: 7.6ms)
|
131505
|
+
|
131506
|
+
|
131507
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131508
|
+
|
131509
|
+
|
131510
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131511
|
+
|
131512
|
+
|
131513
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131514
|
+
|
131515
|
+
|
131516
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131517
|
+
|
131518
|
+
|
131519
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131520
|
+
|
131521
|
+
|
131522
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131523
|
+
|
131524
|
+
|
131525
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131526
|
+
|
131527
|
+
|
131528
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131529
|
+
|
131530
|
+
|
131531
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131532
|
+
|
131533
|
+
|
131534
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131535
|
+
|
131536
|
+
|
131537
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131538
|
+
|
131539
|
+
|
131540
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131541
|
+
|
131542
|
+
|
131543
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:18 -0700
|
131544
|
+
|
131545
|
+
|
131546
|
+
Started GET "/prosperity/dashboards/6/edit" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131547
|
+
Processing by Prosperity::DashboardsController#edit as HTML
|
131548
|
+
Parameters: {"id"=>"6"}
|
131549
|
+
[1m[36mProsperity::Dashboard Load (0.3ms)[0m [1mSELECT "prosperity_dashboards".* FROM "prosperity_dashboards" WHERE "prosperity_dashboards"."id" = $1 LIMIT 1[0m [["id", 6]]
|
131550
|
+
[1m[35mProsperity::Graph Exists (0.3ms)[0m SELECT 1 AS one FROM "prosperity_graphs" LIMIT 1
|
131551
|
+
[1m[36mProsperity::Graph Load (0.3ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" INNER JOIN "prosperity_dashboard_graphs" ON "prosperity_graphs"."id" = "prosperity_dashboard_graphs"."graph_id" WHERE "prosperity_dashboard_graphs"."dashboard_id" = $1[0m [["dashboard_id", 6]]
|
131552
|
+
[1m[35mProsperity::Graph Load (0.3ms)[0m SELECT "prosperity_graphs".* FROM "prosperity_graphs"
|
131553
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/dashboards/edit.html.erb within layouts/prosperity/application (10.6ms)
|
131554
|
+
Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 1.7ms)
|
131555
|
+
|
131556
|
+
|
131557
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131558
|
+
|
131559
|
+
|
131560
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131561
|
+
|
131562
|
+
|
131563
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131564
|
+
|
131565
|
+
|
131566
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131567
|
+
|
131568
|
+
|
131569
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131570
|
+
|
131571
|
+
|
131572
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131573
|
+
|
131574
|
+
|
131575
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131576
|
+
|
131577
|
+
|
131578
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131579
|
+
|
131580
|
+
|
131581
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131582
|
+
|
131583
|
+
|
131584
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131585
|
+
|
131586
|
+
|
131587
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131588
|
+
|
131589
|
+
|
131590
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131591
|
+
|
131592
|
+
|
131593
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:20 -0700
|
131594
|
+
|
131595
|
+
|
131596
|
+
Started GET "/prosperity/graphs/1/edit" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131597
|
+
Processing by Prosperity::GraphsController#edit as HTML
|
131598
|
+
Parameters: {"id"=>"1"}
|
131599
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131600
|
+
[1m[35mProsperity::GraphLine Load (0.3ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131601
|
+
Rendered /Users/simon/Documents/rainforest/prosperity/app/views/prosperity/graphs/edit.html.erb within layouts/prosperity/application (9.6ms)
|
131602
|
+
Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.4ms)
|
131603
|
+
|
131604
|
+
|
131605
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131606
|
+
|
131607
|
+
|
131608
|
+
Started GET "/assets/bootstrap-theme.min.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131609
|
+
|
131610
|
+
|
131611
|
+
Started GET "/assets/morris.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131612
|
+
|
131613
|
+
|
131614
|
+
Started GET "/assets/prosperity/dashboards.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131615
|
+
|
131616
|
+
|
131617
|
+
Started GET "/assets/prosperity/application.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131618
|
+
|
131619
|
+
|
131620
|
+
Started GET "/assets/prosperity/graph.css?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131621
|
+
|
131622
|
+
|
131623
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131624
|
+
|
131625
|
+
|
131626
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131627
|
+
|
131628
|
+
|
131629
|
+
Started GET "/assets/morris.min-0.5.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131630
|
+
|
131631
|
+
|
131632
|
+
Started GET "/assets/raphael-min-2.1.2.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131633
|
+
|
131634
|
+
|
131635
|
+
Started GET "/assets/prosperity/dashboards.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131636
|
+
|
131637
|
+
|
131638
|
+
Started GET "/assets/prosperity/graph.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131639
|
+
|
131640
|
+
|
131641
|
+
Started GET "/assets/prosperity/application.js?body=1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131642
|
+
|
131643
|
+
|
131644
|
+
Started GET "/prosperity/graphs/1" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131645
|
+
Processing by Prosperity::GraphsController#show as JSON
|
131646
|
+
Parameters: {"id"=>"1"}
|
131647
|
+
[1m[36mProsperity::Graph Load (0.2ms)[0m [1mSELECT "prosperity_graphs".* FROM "prosperity_graphs" WHERE "prosperity_graphs"."id" = $1 LIMIT 1[0m [["id", 1]]
|
131648
|
+
[1m[35mProsperity::GraphLine Load (0.2ms)[0m SELECT "prosperity_graph_lines".* FROM "prosperity_graph_lines" WHERE "prosperity_graph_lines"."graph_id" = $1 [["graph_id", 1]]
|
131649
|
+
Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.4ms)
|
131650
|
+
|
131651
|
+
|
131652
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A37%3A22+-0700&extractor=total&option=default&period=month&start_time=2014-02-16+16%3A37%3A22+-0800" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131653
|
+
|
131654
|
+
|
131655
|
+
Started GET "/prosperity/metrics/UsersMetric/data?end_time=2014-05-16+16%3A37%3A22+-0700&extractor=total&option=with_1&period=month&start_time=2014-02-16+16%3A37%3A22+-0800" for 127.0.0.1 at 2014-05-16 16:37:22 -0700
|
131656
|
+
Processing by Prosperity::MetricsController#data as */*
|
131657
|
+
Parameters: {"end_time"=>"2014-05-16 16:37:22 -0700", "extractor"=>"total", "option"=>"default", "period"=>"month", "start_time"=>"2014-02-16 16:37:22 -0800", "id"=>"UsersMetric"}
|
131658
|
+
Processing by Prosperity::MetricsController#data as */*
|
131659
|
+
Parameters: {"end_time"=>"2014-05-16 16:37:22 -0700", "extractor"=>"total", "option"=>"with_1", "period"=>"month", "start_time"=>"2014-02-16 16:37:22 -0800", "id"=>"UsersMetric"}
|
131660
|
+
[1m[36m (1.2ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-02-01 08:00:00.000000')[0m
|
131661
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-03-01 08:00:00.000000')
|
131662
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-04-01 07:00:00.000000')[0m
|
131663
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM "users" WHERE (created_at < '2014-05-01 07:00:00.000000')
|
131664
|
+
[1m[36m (5.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-02-01 08:00:00.000000')[0m
|
131665
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (created_at < '2014-06-01 07:00:00.000000')[0m
|
131666
|
+
[1m[35m (0.6ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-03-01 08:00:00.000000')
|
131667
|
+
Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 3.8ms)
|
131668
|
+
[1m[36m (0.6ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-04-01 07:00:00.000000')[0m
|
131669
|
+
[1m[35m (0.8ms)[0m SELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-05-01 07:00:00.000000')
|
131670
|
+
[1m[36m (0.7ms)[0m [1mSELECT COUNT(*) FROM "users" WHERE (users.name LIKE '%1%') AND (created_at < '2014-06-01 07:00:00.000000')[0m
|
131671
|
+
Completed 200 OK in 13ms (Views: 0.3ms | ActiveRecord: 8.4ms)
|