2: <% (Cohortly::Metric.collection.distinct(:tags) - TagConfig.all_groups).each_slice(8) do |tags| %>
3:
4: <% tags.each do |tag| %>
5:
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:09:59 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (11.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (20.1ms)
Completed 200 OK in 284ms (Views: 24.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 15:10:56 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 350ms (Views: 130.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_10" for 127.0.0.1 at 2011-10-22 15:13:50 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_10"]}}
Completed 200 OK in 72ms (Views: 51.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 15:14:13 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 361ms (Views: 152.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:34:04 -0700
Processing by Cohortly::ReportsController#index as HTML
Completed in 487ms
NoMethodError (undefined method `groups' for #):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.8ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (180.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:35:33 -0700
Processing by Cohortly::ReportsController#index as HTML
Completed in 55ms
NameError (uninitialized constant Cohortly::ReportsController::Cohorlty):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:35:45 -0700
Processing by Cohortly::ReportsController#index as HTML
Completed in 11ms
NoMethodError (private method `attr_accessor' called for Cohortly::Metric:Class):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:36:05 -0700
Processing by Cohortly::ReportsController#index as HTML
Completed in 25ms
NoMethodError (You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.any?):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:37:01 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (48.1ms)
Completed 200 OK in 699ms (Views: 76.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 15:37:06 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 285ms (Views: 115.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 15:37:22 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 417ms (Views: 129.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 15:37:27 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 391ms (Views: 84.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_24" for 127.0.0.1 at 2011-10-22 15:37:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_24"]}}
Completed 200 OK in 44ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_10" for 127.0.0.1 at 2011-10-22 15:37:42 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_10"]}}
Completed 200 OK in 21ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-22 15:37:55 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 271ms (Views: 125.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_10" for 127.0.0.1 at 2011-10-22 15:38:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"], "tags"=>["rand_10"]}}
Completed 200 OK in 20ms (Views: 2.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-22 15:38:23 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 220ms (Views: 115.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Bgroups%5D%5B%5D=rand_3" for 127.0.0.1 at 2011-10-22 15:38:30 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1", "rand_3"]}}
Completed 200 OK in 276ms (Views: 122.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 15:38:40 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 367ms (Views: 131.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-22 15:38:46 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 260ms (Views: 125.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:41:13 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_1"], "tags"=>["rand_5"]}}
Completed 200 OK in 42ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:41:16 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_1"], "tags"=>["rand_5"]}}
Completed 200 OK in 18ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:41:36 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_1"], "tags"=>["rand_5"]}}
Completed 200 OK in 41ms (Views: 1.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:51:24 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (14.3ms)
Completed 200 OK in 257ms (Views: 18.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:51:41 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 44ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:51:45 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 46ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:52:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 18ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 15:53:00 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 38ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-22 15:55:48 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["weekly"]}}
Completed 200 OK in 20ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-22 15:55:51 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["weekly"]}}
Completed 200 OK in 61ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-22 16:00:42 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["weekly"]}}
Completed 200 OK in 18ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:01:41 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 87ms (Views: 2.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 16:02:43 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (15.3ms)
Completed 200 OK in 245ms (Views: 19.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:02:49 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 37ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:05:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 191ms (Views: 118.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 16:38:45 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (12.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (21.4ms)
Completed 200 OK in 616ms (Views: 27.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 16:39:11 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (10.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (21.0ms)
Completed 200 OK in 468ms (Views: 28.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 16:39:14 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 461ms (Views: 155.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:39:20 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed in 10ms
NoMethodError (You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]=):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (29.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:39:28 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed in 10ms
NoMethodError (You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]=):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:39:38 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed in 11ms
NoMethodError (You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.[]=):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:40:50 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 305ms (Views: 146.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:41:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 76ms (Views: 56.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:41:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_5"]}}
Completed in 11ms
NoMethodError (You have a nil object when you didn't expect it!
You might have expected an instance of Array.
The error occurred while evaluating nil.sort):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.7ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:43:30 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_5"]}}
Completed 200 OK in 106ms (Views: 83.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:48:17 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_5"]}}
Completed in 33ms
NameError (undefined local variable or method `b' for Cohortly::Metric:Class):
app/controllers/application_controller.rb:15:in `record_event'
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:50:56 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_5"]}}
Completed 200 OK in 123ms (Views: 86.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:50:57 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_5"]}}
Completed 200 OK in 173ms (Views: 100.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:51:01 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_5"]}}
Completed 200 OK in 81ms (Views: 60.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:51:07 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 87ms (Views: 51.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:52:12 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 75ms (Views: 53.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:52:13 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 90ms (Views: 44.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:54:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 42ms (Views: 22.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:54:24 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 50ms (Views: 28.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-22 16:54:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 71ms (Views: 25.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:54:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 277ms (Views: 134.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:54:46 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 259ms (Views: 132.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 16:55:20 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 283ms (Views: 136.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-23 13:45:20 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (7.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (14.5ms)
Completed 200 OK in 434ms (Views: 18.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:45:26 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 197ms (Views: 168.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:45:31 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 164ms (Views: 99.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:46:59 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 243ms (Views: 110.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:47:09 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 257ms (Views: 78.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:47:10 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 136ms (Views: 105.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:47:11 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 176ms (Views: 73.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:47:12 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 165ms (Views: 125.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:47:14 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 108ms (Views: 74.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:47:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 107ms (Views: 75.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:48:28 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 323ms (Views: 200.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:49:01 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 171ms (Views: 81.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:49:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 49ms (Views: 3.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:50:00 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 45ms
Mongo::ConnectionFailure (Operation failed with the following exception: Connection reset by peer):
app/controllers/application_controller.rb:15:in `record_event'
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.4ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:50:09 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 82ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:50:11 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 59ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:50:13 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 66ms (Views: 2.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:50:31 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 59ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:50:31 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 32ms (Views: 2.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:50:32 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 70ms (Views: 2.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-23 13:50:34 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (2.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (7.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (17.2ms)
Completed 200 OK in 53ms (Views: 21.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:50:36 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 34ms (Views: 2.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:50:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 31ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:51:29 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 254ms (Views: 63.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:51:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 135ms (Views: 104.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:51:37 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 104ms (Views: 73.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:51:38 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 93ms (Views: 64.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:51:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 124ms (Views: 61.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:51:48 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 356ms (Views: 122.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:51:57 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 93ms (Views: 65.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:54:32 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 198ms (Views: 63.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:54:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 166ms (Views: 67.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:54:57 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 182ms (Views: 114.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 13:55:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 220ms (Views: 120.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:55:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 373ms (Views: 168.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 13:56:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 172ms (Views: 142.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Bgroups%5D%5B%5D=rand_3" for 127.0.0.1 at 2011-10-23 13:56:25 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1", "rand_3"]}}
Completed 200 OK in 385ms (Views: 121.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 13:56:47 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 173ms (Views: 145.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 14:00:55 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 465ms (Views: 173.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 14:01:18 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 249ms (Views: 120.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-23 14:01:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 350ms (Views: 141.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-23 14:08:55 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"], "tags"=>["rand_5"]}}
Completed 200 OK in 93ms (Views: 63.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-23 14:43:35 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"], "tags"=>["rand_5"]}}
Completed 200 OK in 105ms (Views: 76.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_5" for 127.0.0.1 at 2011-10-23 14:43:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["rand_5"]}}
Completed 200 OK in 86ms (Views: 53.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-23 14:43:45 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 166ms (Views: 138.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-23 14:47:16 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (15.7ms)
Completed 200 OK in 91ms (Views: 26.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 14:47:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 193ms (Views: 165.3ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-23 21:32:09 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (60.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (285.0ms)
Completed 200 OK in 517ms (Views: 333.4ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-23 21:33:22 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (23.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (13.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (44.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (301.9ms)
Completed 200 OK in 450ms (Views: 323.2ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-23 21:34:39 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (59.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (83.9ms)
Completed 200 OK in 300ms (Views: 90.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=" for 127.0.0.1 at 2011-10-23 21:36:46 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}}
Completed 200 OK in 194ms (Views: 140.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=" for 127.0.0.1 at 2011-10-23 21:36:52 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}}
Completed 200 OK in 180ms (Views: 151.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=" for 127.0.0.1 at 2011-10-23 21:37:01 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}}
Completed 200 OK in 194ms (Views: 138.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-23 21:38:02 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (15.3ms)
Completed 200 OK in 81ms (Views: 20.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-23 21:39:30 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (39.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (46.0ms)
Completed 200 OK in 95ms (Views: 54.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-23 21:40:20 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (40.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (51.7ms)
Completed 200 OK in 89ms (Views: 58.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-23 21:40:22 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 161ms (Views: 133.7ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-23 21:40:32 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (28.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (54.4ms)
Completed 200 OK in 304ms (Views: 59.9ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&commit=filter" for 127.0.0.1 at 2011-10-23 21:40:36 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.2ms)
Completed 200 OK in 40ms (Views: 27.3ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&commit=filter" for 127.0.0.1 at 2011-10-23 21:40:42 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (52.2ms)
Completed 200 OK in 71ms (Views: 58.4ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=john&commit=filter" for 127.0.0.1 at 2011-10-23 21:40:49 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"john"}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (12.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (36.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (63.9ms)
Completed 200 OK in 94ms (Views: 69.5ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&commit=filter" for 127.0.0.1 at 2011-10-23 21:41:28 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (10.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (58.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (86.5ms)
Completed 200 OK in 220ms (Views: 91.0ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&commit=filter" for 127.0.0.1 at 2011-10-23 21:43:16 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (27.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (76.2ms)
Completed 200 OK in 301ms (Views: 101.8ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&commit=filter" for 127.0.0.1 at 2011-10-23 21:43:43 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (63.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (96.6ms)
Completed 200 OK in 379ms (Views: 102.1ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&commit=filter" for 127.0.0.1 at 2011-10-23 21:46:56 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"", "groups"=>["rand_0"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (10.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (52.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (79.4ms)
Completed 200 OK in 259ms (Views: 84.5ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&commit=filter" for 127.0.0.1 at 2011-10-23 21:47:08 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"", "groups"=>["rand_1"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (34.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (25.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (77.9ms)
Completed 200 OK in 264ms (Views: 82.8ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_24&commit=filter" for 127.0.0.1 at 2011-10-23 21:47:12 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"", "groups"=>["rand_1"], "tags"=>["rand_24"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (26.5ms)
Completed 200 OK in 90ms (Views: 58.3ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&commit=filter" for 127.0.0.1 at 2011-10-23 21:47:20 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"", "groups"=>["rand_1"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (47.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (72.7ms)
Completed 200 OK in 256ms (Views: 78.7ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_69&cohortly_metric%5Btags%5D%5B%5D=rand_77&commit=filter" for 127.0.0.1 at 2011-10-23 21:47:30 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"", "groups"=>["rand_1"], "tags"=>["rand_69", "rand_77"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (36.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (52.9ms)
Completed 200 OK in 70ms (Views: 57.9ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Busername%5D=&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Btags%5D%5B%5D=rand_69&cohortly_metric%5Btags%5D%5B%5D=rand_77&commit=filter" for 127.0.0.1 at 2011-10-23 21:47:46 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "username"=>"", "groups"=>["rand_1"], "tags"=>["rand_69", "rand_77"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.8ms)
Completed 200 OK in 46ms (Views: 28.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 00:02:47 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (70.4ms)
Completed 200 OK in 252ms (Views: 148.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-24 00:02:51 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 158ms (Views: 96.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-24 00:03:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 132ms (Views: 67.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-24 00:03:38 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 193ms (Views: 96.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-24 00:07:58 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 235ms (Views: 132.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 22:34:54 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (38.7ms)
Completed 200 OK in 168ms (Views: 94.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 22:35:01 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (19.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (56.0ms)
Completed 200 OK in 97ms (Views: 65.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 22:35:25 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (4.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (14.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (141.8ms)
Completed 200 OK in 186ms (Views: 150.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 22:40:05 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (16.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (32.3ms)
Completed 200 OK in 124ms (Views: 37.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 22:40:52 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (24.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (38.9ms)
Completed 200 OK in 157ms (Views: 57.7ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-24 22:41:10 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (7.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (29.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (99.9ms)
Completed 200 OK in 223ms (Views: 105.5ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-24 22:42:20 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (2.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (14.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (113.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (160.5ms)
Completed in 405ms
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::TagConfig):
4: <%= metric.created_at.strftime("%m/%d/%Y %H:%M") %> |
5: <%= metric.controller %> |
6: <%= metric.action %> |
7: <%= (metric.tags - TagConfig.all_groups).sort.join(', ') %> |
8:
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (119.3ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (129.1ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-24 22:42:39 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (65.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (95.3ms)
Completed 200 OK in 230ms (Views: 100.1ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-24 22:42:56 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (10.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (43.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (71.2ms)
Completed 200 OK in 248ms (Views: 75.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-24 22:44:13 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (10.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (17.1ms)
Completed 200 OK in 87ms (Views: 24.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-24 22:44:16 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 196ms (Views: 167.5ms)
Started GET "/" for 127.0.0.1 at 2011-10-26 20:55:56 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 165ms (Views: 143.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 20:55:58 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (35.2ms)
Completed in 113ms
ActionView::Template::Error (undefined method `model_name' for NilClass:Class):
1: Cohort Reports
2:
3: <%= form_for @metric_search, :url => cohortly_reports_path, :html =>
4: {:method => :get, :class => 'cohortly_report_form'} do |f| %>
5: Groups
6: <%= render :partial => 'cohortly/metrics/groups' %>
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.7ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 20:56:38 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (15.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (70.7ms)
Completed 200 OK in 87ms (Views: 75.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 20:56:41 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 204ms (Views: 2.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 20:56:45 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 36ms (Views: 1.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 20:57:18 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (14.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (21.1ms)
Completed 200 OK in 103ms (Views: 25.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 20:57:20 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 36ms (Views: 1.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 20:57:38 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (14.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (21.4ms)
Completed 200 OK in 79ms (Views: 27.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 20:57:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 60ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 20:57:52 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 49ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 20:57:53 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 65ms (Views: 1.6ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-26 20:58:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (16.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (28.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (170.2ms)
Completed 200 OK in 451ms (Views: 245.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 20:58:27 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (15.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (21.8ms)
Completed 200 OK in 168ms (Views: 26.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 21:07:20 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (14.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (21.4ms)
Completed 200 OK in 1440ms (Views: 26.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:07:25 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 345ms (Views: 261.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:07:49 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 327ms (Views: 262.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:07:51 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 308ms (Views: 250.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:07:53 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 306ms (Views: 270.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-26 21:08:25 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 598ms (Views: 121.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-26 21:08:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 648ms (Views: 125.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1&cohortly_metric%5Bgroups%5D%5B%5D=rand_3" for 127.0.0.1 at 2011-10-26 21:08:40 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1", "rand_3"]}}
Completed 200 OK in 755ms (Views: 129.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:08:47 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 324ms (Views: 293.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:11:09 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 1969ms (Views: 286.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:11:17 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 343ms (Views: 264.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:13:45 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 420ms (Views: 128.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:13:51 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 180ms (Views: 151.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:13:54 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 172ms (Views: 132.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:14:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 178ms (Views: 126.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:14:36 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 473ms (Views: 148.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=upload&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:14:49 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["upload", "weekly"]}}
Completed 200 OK in 416ms (Views: 153.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 21:21:09 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.0ms)
Completed 200 OK in 120ms (Views: 13.1ms)
Started GET "/vendor/backbone-min.js" for 127.0.0.1 at 2011-10-26 21:21:09 -0700
ActionController::RoutingError (No route matches "/vendor/backbone-min.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
Started GET "/vendor/underscore.js" for 127.0.0.1 at 2011-10-26 21:21:09 -0700
ActionController::RoutingError (No route matches "/vendor/underscore.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:21:16 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (7.6ms)
Completed 200 OK in 40ms (Views: 12.0ms)
Started GET "/vendor/underscore.js" for 127.0.0.1 at 2011-10-26 21:21:16 -0700
ActionController::RoutingError (No route matches "/vendor/underscore.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (9.1ms)
Started GET "/vendor/backbone-min.js" for 127.0.0.1 at 2011-10-26 21:21:16 -0700
ActionController::RoutingError (No route matches "/vendor/backbone-min.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:21:17 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.4ms)
Completed 200 OK in 43ms (Views: 13.3ms)
Started GET "/vendor/backbone-min.js" for 127.0.0.1 at 2011-10-26 21:21:18 -0700
ActionController::RoutingError (No route matches "/vendor/backbone-min.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms)
Started GET "/vendor/underscore.js" for 127.0.0.1 at 2011-10-26 21:21:18 -0700
ActionController::RoutingError (No route matches "/vendor/underscore.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:21:28 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (9.1ms)
Completed 200 OK in 113ms (Views: 19.0ms)
Started GET "/vendor/backbone-min.js" for 127.0.0.1 at 2011-10-26 21:21:28 -0700
ActionController::RoutingError (No route matches "/vendor/backbone-min.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
Started GET "/vendor/underscore.js" for 127.0.0.1 at 2011-10-26 21:21:28 -0700
ActionController::RoutingError (No route matches "/vendor/underscore.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:21:47 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (39.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (48.4ms)
Completed 200 OK in 125ms (Views: 54.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:21:50 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 98ms
NoMethodError (undefined method `groups' for #):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.8ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:24:14 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 198ms (Views: 152.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:24:20 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.1ms)
Completed 200 OK in 137ms (Views: 12.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:24:23 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 197ms (Views: 132.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:26:55 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (120.6ms)
Completed 200 OK in 303ms (Views: 125.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:26:57 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 204ms (Views: 159.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:26:58 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 169ms (Views: 128.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:27:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 186ms (Views: 129.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:27:46 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 193ms (Views: 125.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:27:49 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.4ms)
Completed 200 OK in 118ms (Views: 13.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:27:50 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 187ms (Views: 129.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:27:53 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 172ms (Views: 131.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:27:58 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 198ms (Views: 123.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:28:04 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 251ms (Views: 131.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:29:04 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 210ms (Views: 164.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:29:06 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 172ms (Views: 125.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:30:05 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 172ms (Views: 129.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:30:08 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 193ms (Views: 123.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:31:27 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (9.7ms)
Completed 200 OK in 93ms (Views: 42.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:31:29 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 172ms (Views: 130.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:32:14 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (12.4ms)
Completed 200 OK in 76ms (Views: 22.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:32:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 200ms (Views: 128.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-26 21:32:27 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 98ms (Views: 2.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-26 21:32:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 84ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-26 21:34:20 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 76ms (Views: 2.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Bgroups%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-26 21:34:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0", "rand_1"]}}
Completed 200 OK in 50ms (Views: 2.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:34:23 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.8ms)
Completed 200 OK in 138ms (Views: 14.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:34:24 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 199ms (Views: 150.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:34:28 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 180ms (Views: 128.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_3" for 127.0.0.1 at 2011-10-26 21:34:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_3"]}}
Completed 200 OK in 92ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_3&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:34:35 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_3"], "tags"=>["weekly"]}}
Completed 200 OK in 122ms (Views: 27.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:35:18 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.9ms)
Completed 200 OK in 79ms (Views: 14.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:36:40 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 203ms (Views: 129.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:37:06 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.4ms)
Completed 200 OK in 98ms (Views: 14.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:37:07 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 182ms (Views: 131.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:37:42 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 166ms (Views: 124.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:37:44 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (10.0ms)
Completed 200 OK in 107ms (Views: 16.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:37:45 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 200ms (Views: 152.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:39:13 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (10.8ms)
Completed 200 OK in 88ms (Views: 20.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:39:14 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 186ms (Views: 139.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:39:26 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (7.8ms)
Completed 200 OK in 133ms (Views: 12.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:39:28 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 198ms (Views: 155.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_3" for 127.0.0.1 at 2011-10-26 21:39:37 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_3"]}}
Completed 200 OK in 43ms (Views: 1.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:40:05 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (12.2ms)
Completed 200 OK in 93ms (Views: 28.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_3" for 127.0.0.1 at 2011-10-26 21:40:08 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_3"]}}
Completed 200 OK in 80ms (Views: 29.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:40:12 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 171ms (Views: 128.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:40:37 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (17.2ms)
Completed 200 OK in 103ms (Views: 25.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:40:38 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 199ms (Views: 126.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-26 21:40:44 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"]}}
Completed 200 OK in 43ms (Views: 1.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Bgroups%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:40:48 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"groups"=>["rand_0"], "tags"=>["weekly"]}}
Completed 200 OK in 100ms (Views: 1.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:41:00 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 193ms (Views: 152.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:42:01 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (7.9ms)
Completed 200 OK in 56ms (Views: 13.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:42:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 167ms (Views: 124.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:42:16 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.0ms)
Completed 200 OK in 90ms (Views: 19.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:42:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 217ms (Views: 169.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 21:42:35 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (3.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (16.0ms)
Completed 200 OK in 99ms (Views: 24.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:42:38 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 169ms (Views: 129.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 21:55:16 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 208ms (Views: 133.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:56:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 414ms (Views: 125.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-26 21:57:18 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 198ms (Views: 153.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 22:05:23 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.3ms)
Completed 200 OK in 329ms (Views: 12.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 22:05:25 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 183ms (Views: 132.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 22:30:17 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 184ms (Views: 128.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 22:30:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 178ms (Views: 124.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 22:30:53 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (31.1ms)
Completed 200 OK in 148ms (Views: 56.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 22:30:56 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 193ms (Views: 146.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 23:15:26 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (40.0ms)
Completed 200 OK in 104ms (Views: 45.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-26 23:16:15 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (1.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (62.6ms)
Completed 200 OK in 123ms (Views: 67.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:16:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 28ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:16:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 56ms (Views: 1.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=login" for 127.0.0.1 at 2011-10-26 23:16:26 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["login"]}}
Completed 200 OK in 339ms (Views: 121.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:16:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 29ms (Views: 2.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:16:36 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 28ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=login" for 127.0.0.1 at 2011-10-26 23:16:40 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["login"]}}
Completed 200 OK in 154ms (Views: 123.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:17:44 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 56ms (Views: 1.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:17:46 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 28ms (Views: 1.8ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-26 23:18:22 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (26.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (46.1ms)
Completed 200 OK in 227ms (Views: 63.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 23:19:22 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.3ms)
Completed 200 OK in 232ms (Views: 12.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:19:24 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 172ms (Views: 143.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 23:37:08 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (9.6ms)
Completed 200 OK in 87ms (Views: 17.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:37:10 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 151ms (Views: 121.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-26 23:48:57 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.7ms)
Completed 200 OK in 69ms (Views: 40.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-26 23:48:59 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 153ms (Views: 124.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-27 00:04:46 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (7.8ms)
Completed 200 OK in 89ms (Views: 12.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-27 00:04:48 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 165ms (Views: 138.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-27 00:05:14 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.2ms)
Completed 200 OK in 44ms (Views: 13.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-27 00:05:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 166ms (Views: 112.0ms)