test/dummy/log/development.log in cohortly-0.0.7 vs test/dummy/log/development.log in cohortly-0.0.8
- old
+ new
@@ -8966,5 +8966,1034 @@
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: <td><%= metric.created_at.strftime("%m/%d/%Y %H:%M") %></td>
+ 5: <td><%= metric.controller %></td>
+ 6: <td><%= metric.action %></td>
+ 7: <td><%= (metric.tags - TagConfig.all_groups).sort.join(', ') %></td>
+ 8: </tr>
+
+
+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: <h2>Cohort Reports</h2>
+ 2:
+ 3: <%= form_for @metric_search, :url => cohortly_reports_path, :html =>
+ 4: {:method => :get, :class => 'cohortly_report_form'} do |f| %>
+ 5: <h3>Groups</h3>
+ 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 #<Cohortly::ReportMeta:0x00000100ece478>):
+
+
+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)