:0x000001017981d0>):
1: <% url_gem ||= lambda {|p| p} %>
2:
3: <% if( pagination.previous_page ) %>
4: <%= link_to '< prev'.html_safe, cohortly_metrics_path( path_params.merge :page => pagination.previous_page ) %>
5: <% end %>
6: <% ([(pagination.current_page - 10), 1].max..[pagination.current_page + 10, pagination.total_pages].min).to_a.each do |p| %>
7: <%= link_to p, cohortly_metrics_path( path_params.merge :page => p ) %>
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 (5.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 (37.4ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:12:20 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (67.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (77.1ms)
Completed in 101ms
ActionView::Template::Error (undefined local variable or method `path_params' for #<#:0x000001015524e8>):
4: <%= link_to '< prev'.html_safe, url_gen.call(pagination.previous_page) %>
5: <% end %>
6: <% ([(pagination.current_page - 10), 1].max..[pagination.current_page + 10, pagination.total_pages].min).to_a.each do |p| %>
7: <%= link_to p, ( path_params.merge :page => p ) %>
8: <% end %>
9: <% if( pagination.next_page ) %>
10: <%= link_to 'next >'.html_safe, cohortly_metrics_path( path_params.merge :page => pagination.next_page ) %>
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 (5.4ms)
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 (10.1ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:13:31 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (36.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (77.6ms)
Completed in 105ms
ActionView::Template::Error (undefined method `url_gen' for #<#:0x000001009851d8>):
4: <%= link_to '< prev'.html_safe, url_gen.call(pagination.previous_page) %>
5: <% end %>
6: <% ([(pagination.current_page - 10), 1].max..[pagination.current_page + 10, pagination.total_pages].min).to_a.each do |p| %>
7: <%= link_to p, url_gen(p) %>
8: <% end %>
9: <% if( pagination.next_page ) %>
10: <%= link_to 'next >'.html_safe, url_gen.call(pagination.next_page) %>
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 (5.4ms)
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 (9.8ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:14:08 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.6ms)
Completed 200 OK in 44ms (Views: 25.1ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:14:11 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.7ms)
Completed 200 OK in 34ms (Views: 20.1ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:14:14 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.6ms)
Completed 200 OK in 43ms (Views: 22.0ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:14:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (32.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (48.5ms)
Completed 200 OK in 72ms (Views: 52.8ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:14:16 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.5ms)
Completed 200 OK in 43ms (Views: 22.8ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=1" for 127.0.0.1 at 2011-10-04 22:14:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"1"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.6ms)
Completed 200 OK in 71ms (Views: 22.5ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:14:19 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.8ms)
Completed 200 OK in 45ms (Views: 22.5ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:14:20 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.8ms)
Completed 200 OK in 73ms (Views: 23.6ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:14:21 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.9ms)
Completed 200 OK in 42ms (Views: 23.2ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:14:22 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.2ms)
Completed 200 OK in 34ms (Views: 21.0ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:14:24 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (19.0ms)
Completed 200 OK in 43ms (Views: 23.4ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:14:25 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.5ms)
Completed 200 OK in 43ms (Views: 21.8ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:14:26 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (29.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (45.6ms)
Completed 200 OK in 70ms (Views: 50.3ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=1" for 127.0.0.1 at 2011-10-04 22:14:26 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"1"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
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 (3.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.2ms)
Completed 200 OK in 44ms (Views: 24.6ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&commit=filter&page=1" for 127.0.0.1 at 2011-10-04 22:14:30 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>""}, "commit"=>"filter", "page"=>"1"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.3ms)
Completed 200 OK in 82ms (Views: 26.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:14:32 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.6ms)
Completed 200 OK in 53ms (Views: 24.9ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:14:34 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.0ms)
Completed 200 OK in 54ms (Views: 25.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:14:35 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.5ms)
Completed 200 OK in 52ms (Views: 25.2ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:14:36 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.9ms)
Completed 200 OK in 53ms (Views: 25.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=6" for 127.0.0.1 at 2011-10-04 22:14:37 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"6"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (49.7ms)
Completed 200 OK in 81ms (Views: 54.1ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:14:39 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.9ms)
Completed 200 OK in 53ms (Views: 25.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:15:39 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.7ms)
Completed 200 OK in 86ms (Views: 25.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:15:44 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.1ms)
Completed 200 OK in 54ms (Views: 24.5ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:16:31 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.1ms)
Completed 200 OK in 56ms (Views: 25.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:17:36 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.5ms)
Completed 200 OK in 85ms (Views: 26.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:17:53 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.5ms)
Completed 200 OK in 56ms (Views: 25.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=8" for 127.0.0.1 at 2011-10-04 22:18:14 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"8"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.7ms)
Completed 200 OK in 54ms (Views: 25.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=9" for 127.0.0.1 at 2011-10-04 22:18:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"9"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (32.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (49.9ms)
Completed 200 OK in 82ms (Views: 54.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=10" for 127.0.0.1 at 2011-10-04 22:18:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"10"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (6.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.9ms)
Completed 200 OK in 57ms (Views: 29.1ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=11" for 127.0.0.1 at 2011-10-04 22:18:16 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"11"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.0ms)
Completed 200 OK in 90ms (Views: 25.4ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=12" for 127.0.0.1 at 2011-10-04 22:18:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"12"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.5ms)
Completed 200 OK in 57ms (Views: 27.6ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=13" for 127.0.0.1 at 2011-10-04 22:18:18 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"13"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.8ms)
Completed 200 OK in 57ms (Views: 27.2ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=14" for 127.0.0.1 at 2011-10-04 22:18:19 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"14"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (37.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (55.4ms)
Completed 200 OK in 88ms (Views: 59.9ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=15" for 127.0.0.1 at 2011-10-04 22:18:20 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"15"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.7ms)
Completed 200 OK in 56ms (Views: 27.0ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=16" for 127.0.0.1 at 2011-10-04 22:18:21 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"16"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.5ms)
Completed 200 OK in 82ms (Views: 26.0ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=17" for 127.0.0.1 at 2011-10-04 22:18:21 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"17"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.4ms)
Completed 200 OK in 59ms (Views: 26.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=18" for 127.0.0.1 at 2011-10-04 22:18:22 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"18"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.7ms)
Completed 200 OK in 60ms (Views: 28.2ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=19" for 127.0.0.1 at 2011-10-04 22:18:23 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"19"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.9ms)
Completed 200 OK in 89ms (Views: 27.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:18:24 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.8ms)
Completed 200 OK in 57ms (Views: 27.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:19:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.8ms)
Completed 200 OK in 58ms (Views: 27.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:19:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (31.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (47.5ms)
Completed 200 OK in 82ms (Views: 52.1ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:21:31 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (60.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (72.0ms)
Completed in 108ms
ActionView::Template::Error (undefined local variable or method `paginate' for #<#:0x00000101583480>):
4: <%= link_to '< prev'.html_safe, url_gen.call(pagination.previous_page) %>
5: <% end %>
6: <% ([(pagination.current_page - 10), 1].max..[pagination.current_page + 10, pagination.total_pages].min).to_a.each do |p| %>
7: <% if paginate.current_page != p %>
8: <%= link_to p, url_gen.call(p) %>
9: <% else %>
10: <%= p %>
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 (5.2ms)
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 (9.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:21:40 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (32.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (48.8ms)
Completed 200 OK in 86ms (Views: 53.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:22:19 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.7ms)
Completed 200 OK in 57ms (Views: 26.6ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:22:47 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (6.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.8ms)
Completed 200 OK in 92ms (Views: 28.7ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=21" for 127.0.0.1 at 2011-10-04 22:22:52 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"21"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.5ms)
Completed 200 OK in 57ms (Views: 26.9ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=22" for 127.0.0.1 at 2011-10-04 22:22:53 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"22"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (6.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.4ms)
Completed 200 OK in 61ms (Views: 27.7ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=23" for 127.0.0.1 at 2011-10-04 22:22:53 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"23"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.0ms)
Completed 200 OK in 89ms (Views: 25.7ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=22" for 127.0.0.1 at 2011-10-04 22:22:55 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"22"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (22.3ms)
Completed 200 OK in 62ms (Views: 27.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=21" for 127.0.0.1 at 2011-10-04 22:22:56 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"21"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.2ms)
Completed 200 OK in 55ms (Views: 24.6ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=20" for 127.0.0.1 at 2011-10-04 22:22:57 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"20"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (34.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (50.4ms)
Completed 200 OK in 88ms (Views: 55.0ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=21" for 127.0.0.1 at 2011-10-04 22:23:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"21"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.4ms)
Completed 200 OK in 62ms (Views: 28.3ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=24" for 127.0.0.1 at 2011-10-04 22:23:18 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"24"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (20.6ms)
Completed 200 OK in 84ms (Views: 25.0ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:23:19 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.6ms)
Completed 200 OK in 60ms (Views: 26.0ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:23:59 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (79.2ms)
Completed in 115ms
ActionView::Template::Error (undefined local variable or method `url_gen' for #<#:0x00000101646e58>):
32:
33: <%= render :partial => 'pagination',
34: :object => @metrics,
35: :locals => { :url_gen => url_gen} %>
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 (7.2ms)
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 (12.5ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:24:25 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (29.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (53.4ms)
Completed 200 OK in 94ms (Views: 58.0ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:25:02 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (6.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (31.7ms)
Completed 200 OK in 69ms (Views: 36.2ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:26:08 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (27.4ms)
Completed 200 OK in 96ms (Views: 32.2ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:26:09 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (30.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (6.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (54.0ms)
Completed 200 OK in 92ms (Views: 58.5ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:26:35 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (29.1ms)
Completed 200 OK in 67ms (Views: 33.9ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=29" for 127.0.0.1 at 2011-10-04 22:27:07 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"29"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (6.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (30.9ms)
Completed 200 OK in 67ms (Views: 35.6ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter" for 127.0.0.1 at 2011-10-04 22:27:12 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.0ms)
Completed 200 OK in 74ms (Views: 25.8ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:27:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (21.7ms)
Completed 200 OK in 47ms (Views: 26.6ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:27:16 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (23.8ms)
Completed 200 OK in 48ms (Views: 28.2ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:27:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (28.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
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 (49.2ms)
Completed 200 OK in 72ms (Views: 53.5ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:27:18 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.1ms)
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 (2.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.7ms)
Completed 200 OK in 36ms (Views: 22.9ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:27:21 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (3.2ms)
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 (30.5ms)
Completed 200 OK in 88ms (Views: 35.1ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:29:44 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
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 (0.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.0ms)
Completed 200 OK in 38ms (Views: 22.1ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:29:48 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.0ms)
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 (0.0ms)
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 (20.3ms)
Completed 200 OK in 72ms (Views: 25.1ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:29:49 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (1.4ms)
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 (1.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.8ms)
Completed 200 OK in 33ms (Views: 20.6ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&commit=filter" for 127.0.0.1 at 2011-10-04 22:29:52 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (52.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (73.6ms)
Completed 200 OK in 197ms (Views: 78.0ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter" for 127.0.0.1 at 2011-10-04 22:29:58 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
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 (11.0ms)
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 (28.4ms)
Completed 200 OK in 105ms (Views: 32.7ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter" for 127.0.0.1 at 2011-10-04 22:30:40 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
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 (10.8ms)
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 (57.8ms)
Completed 200 OK in 103ms (Views: 62.4ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter" for 127.0.0.1 at 2011-10-04 22:32:00 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
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 (36.5ms)
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 (54.7ms)
Completed 200 OK in 100ms (Views: 59.4ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&commit=filter" for 127.0.0.1 at 2011-10-04 22:32:05 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (29.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (52.9ms)
Completed 200 OK in 180ms (Views: 57.5ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter" for 127.0.0.1 at 2011-10-04 22:32:09 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (11.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 (29.8ms)
Completed 200 OK in 89ms (Views: 35.2ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter" for 127.0.0.1 at 2011-10-04 22:32:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.8ms)
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 (13.0ms)
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 (30.3ms)
Completed 200 OK in 76ms (Views: 34.7ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&commit=filter" for 127.0.0.1 at 2011-10-04 22:32:20 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>""}, "commit"=>"filter"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (60.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (80.4ms)
Completed 200 OK in 200ms (Views: 84.7ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:32:22 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (54.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (78.0ms)
Completed 200 OK in 200ms (Views: 83.2ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:32:23 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (3.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (30.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (32.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (80.6ms)
Completed 200 OK in 213ms (Views: 85.1ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:32:25 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (28.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (50.7ms)
Completed 200 OK in 191ms (Views: 55.7ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:32:27 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (29.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (80.2ms)
Completed 200 OK in 191ms (Views: 84.8ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=6" for 127.0.0.1 at 2011-10-04 22:32:29 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"6"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (60.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (17.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (99.5ms)
Completed 200 OK in 232ms (Views: 104.4ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=7" for 127.0.0.1 at 2011-10-04 22:32:31 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"7"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (54.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (4.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (77.9ms)
Completed 200 OK in 227ms (Views: 82.5ms)
Started GET "/cohortly/metrics?cohortly_metric[user_id]=&page=8" for 127.0.0.1 at 2011-10-04 22:32:32 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"user_id"=>""}, "page"=>"8"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (58.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (82.1ms)
Completed 200 OK in 211ms (Views: 86.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-04 22:34:16 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (125.7ms)
Completed 200 OK in 1846ms (Views: 143.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:35:00 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (142.7ms)
Completed 200 OK in 1632ms (Views: 147.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:35:06 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
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 (146.7ms)
Completed 200 OK in 1650ms (Views: 151.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:35:22 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "index_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (126.5ms)
Completed 200 OK in 1640ms (Views: 130.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:35:28 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly_metrics_tag", "hey", "index_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (123.3ms)
Completed 200 OK in 1622ms (Views: 127.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly%2Fmetrics_tag&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag&cohortly_metric%5Btags%5D%5B%5D=login&cohortly_metric%5Btags%5D%5B%5D=my&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:36:06 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly/metrics_tag", "cohortly_metrics_tag", "hey", "index_tag", "login", "my"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (146.8ms)
Completed 200 OK in 1671ms (Views: 151.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly%2Fmetrics_tag&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag&cohortly_metric%5Btags%5D%5B%5D=login&cohortly_metric%5Btags%5D%5B%5D=my&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:37:28 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly/metrics_tag", "cohortly_metrics_tag", "hey", "index_tag", "login", "my"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (155.4ms)
Completed 200 OK in 1653ms (Views: 160.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly%2Fmetrics_tag&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag&cohortly_metric%5Btags%5D%5B%5D=login&cohortly_metric%5Btags%5D%5B%5D=my&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:37:32 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly/metrics_tag", "cohortly_metrics_tag", "hey", "index_tag", "login", "my", "my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (126.7ms)
Completed 200 OK in 1639ms (Views: 131.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:48:19 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (135.6ms)
Completed 200 OK in 184ms (Views: 140.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:48:24 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (151.2ms)
Completed 200 OK in 219ms (Views: 155.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:48:26 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (132.1ms)
Completed 200 OK in 177ms (Views: 136.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:48:27 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (7.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (136.0ms)
Completed 200 OK in 182ms (Views: 141.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:49:22 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (33.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (163.0ms)
Completed 200 OK in 208ms (Views: 169.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:49:23 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (131.8ms)
Completed 200 OK in 178ms (Views: 136.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:49:26 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly_metrics_tag", "hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (149.8ms)
Completed 200 OK in 169ms (Views: 154.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:49:27 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly_metrics_tag", "hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (129.0ms)
Completed 200 OK in 178ms (Views: 135.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:49:58 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly_metrics_tag", "hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (159.7ms)
Completed 200 OK in 203ms (Views: 165.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:50:55 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly_metrics_tag", "hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (10.2ms)
Completed 200 OK in 30ms (Views: 14.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:50:58 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (55.8ms)
Completed 200 OK in 121ms (Views: 60.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:51:30 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (25.1ms)
Completed 200 OK in 67ms (Views: 29.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:51:31 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (52.2ms)
Completed 200 OK in 98ms (Views: 57.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:51:31 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (24.1ms)
Completed 200 OK in 71ms (Views: 28.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:51:32 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (50.8ms)
Completed 200 OK in 98ms (Views: 56.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:51:33 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (26.1ms)
Completed 200 OK in 68ms (Views: 30.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:51:34 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (23.0ms)
Completed 200 OK in 68ms (Views: 27.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=cohortly_metrics_tag&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:52:09 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["cohortly_metrics_tag", "hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (9.9ms)
Completed 200 OK in 32ms (Views: 14.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:52:16 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (23.1ms)
Completed 200 OK in 48ms (Views: 27.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:53:47 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (25.5ms)
Completed 200 OK in 76ms (Views: 30.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:54:00 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (25.8ms)
Completed 200 OK in 51ms (Views: 30.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:54:01 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (22.3ms)
Completed 200 OK in 47ms (Views: 26.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:57:05 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (23.3ms)
Completed 200 OK in 50ms (Views: 28.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my_stuff_tag&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:57:33 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my_stuff_tag"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (26.6ms)
Completed 200 OK in 52ms (Views: 32.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:58:54 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (11.0ms)
Completed 200 OK in 34ms (Views: 15.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:58:56 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (7.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (11.8ms)
Completed 200 OK in 96ms (Views: 16.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:58:59 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (11.0ms)
Completed 200 OK in 34ms (Views: 15.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 22:59:04 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (9.7ms)
Completed 200 OK in 35ms (Views: 14.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:00:19 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (134.6ms)
Completed 200 OK in 1627ms (Views: 139.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:00:47 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (24.6ms)
Completed 200 OK in 94ms (Views: 30.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:01:11 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (26.4ms)
Completed 200 OK in 72ms (Views: 31.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:01:17 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (24.1ms)
Completed 200 OK in 94ms (Views: 28.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:02:27 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (163.7ms)
Completed 200 OK in 1643ms (Views: 168.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:08:22 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (142.0ms)
Completed 200 OK in 1640ms (Views: 148.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:08:49 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (25.3ms)
Completed 200 OK in 67ms (Views: 29.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:08:56 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (173.0ms)
Completed 200 OK in 1671ms (Views: 177.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:12:34 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (133.3ms)
Completed 200 OK in 1631ms (Views: 137.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&commit=Get+Report" for 127.0.0.1 at 2011-10-04 23:16:21 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (24.9ms)
Completed 200 OK in 74ms (Views: 31.0ms)
Started GET "/" for 127.0.0.1 at 2011-10-05 23:21:34 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (1.5ms)
Completed 200 OK in 198ms (Views: 151.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-05 23:21:38 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (147.4ms)
Completed 200 OK in 3228ms (Views: 210.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-05 23:21:45 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (155.8ms)
Completed 200 OK in 174ms (Views: 160.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-05 23:21:53 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (129.5ms)
Completed 200 OK in 148ms (Views: 134.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-05 23:21:55 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (127.4ms)
Completed 200 OK in 170ms (Views: 131.9ms)