15: <% path_params = :cohortly_metric => (params[:cohortly_metric] || {}) %>
16: <% if prev = @metrics.next_page %>
17: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) %>
18: <% end %>
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.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 (8.2ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 21:34:44 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
ERROR: compiling ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2160030740_2650963941846488107 RAISED /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:21: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:40: syntax error, unexpected keyword_ensure, expecting $end
Function body: def ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2160030740_2650963941846488107(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "cohortly/metrics/index";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('
Metrics
');@output_buffer.append= form_for(@metric_search, :url => cohortly_metrics_path, :html => {
:method =>:get }) do |f| @output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( f.label :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.text_field :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( render :partial => 'cohortly/metrics/tags' );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.submit "filter" );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( hidden_field_tag :page, 1 );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
'); path_params = { :cohortly_metric => (params[:cohortly_metric] || {})}
if prev = @metrics.next_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat(' ');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
'); if next = @metrics.next_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
User |
User Email |
Time |
Controller |
Action |
Tags |
');@output_buffer.append= ( render :collection => @metrics, :partial => 'metric' );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.to_s
ensure
@_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `module_eval'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `compile'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:134:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:54:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:127:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:59:in `block in _render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:56:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:26:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:115:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:109:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:102:in `render_to_string'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:93:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:17:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:150:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:445:in `_run__1273698170840448520__process_action__2626240191895960283__callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:119:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:41:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:178:in `block in action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in `block in recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in `optimized_each'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in `recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/mongo_mapper-0.9.1/lib/mongo_mapper/middleware/identity_map.rb:10:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/cookies.rb:302:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/logger.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `block in call'
:10:in `synchronize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:168:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (1.2ms)
Completed in 51ms
ActionView::Template::Error (/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:21: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:40: syntax error, unexpected keyword_ensure, expecting $end):
17: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) %>
18: <% end %>
19: <%= @metrics.current_page %>
20: <% if next = @metrics.next_page %>
21: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) %>
22: <% end %>
23:
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.3ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 21:36:06 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
ERROR: compiling ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2157704680_2650963941846488107 RAISED /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:15: syntax error, unexpected tASSOC, expecting keyword_end
...th_params = :cohortly_metric => (params[:cohortly_metric] ||...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:21: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:40: syntax error, unexpected keyword_ensure, expecting $end
Function body: def ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2157704680_2650963941846488107(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "cohortly/metrics/index";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('
');@output_buffer.append= ( f.label :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.text_field :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( render :partial => 'cohortly/metrics/tags' );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.submit "filter" );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( hidden_field_tag :page, 1 );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
'); path_params = :cohortly_metric => (params[:cohortly_metric] || {})
if prev = @metrics.previous_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat(' ');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
'); if next = @metrics.next_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat(':10:in `synchronize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:168:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (1.2ms)
Completed in 22ms
ActionView::Template::Error (/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:15: syntax error, unexpected tASSOC, expecting keyword_end
...th_params = :cohortly_metric => (params[:cohortly_metric] ||...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:21: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:40: syntax error, unexpected keyword_ensure, expecting $end):
12:
13: <%= @metrics.current_page %>
14:
15: <% path_params = :cohortly_metric => (params[:cohortly_metric] || {}) %>
16: <% if prev = @metrics.previous_page %>
17: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) %>
18: <% end %>
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.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 (7.4ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 21:37:03 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
ERROR: compiling ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2159765280_2650963941846488107 RAISED /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:21: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:40: syntax error, unexpected keyword_ensure, expecting $end
Function body: def ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2159765280_2650963941846488107(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "cohortly/metrics/index";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('
Metrics
');@output_buffer.append= form_for(@metric_search, :url => cohortly_metrics_path, :html => {
:method =>:get }) do |f| @output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( f.label :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.text_field :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( render :partial => 'cohortly/metrics/tags' );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.submit "filter" );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( hidden_field_tag :page, 1 );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
'); path_params = {:cohortly_metric => nil}
if prev = @metrics.previous_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat(' ');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
'); if next = @metrics.next_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
User |
User Email |
Time |
Controller |
Action |
Tags |
');@output_buffer.append= ( render :collection => @metrics, :partial => 'metric' );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.to_s
ensure
@_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `module_eval'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `compile'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:134:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:54:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:127:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:59:in `block in _render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:56:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:26:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:115:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:109:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:102:in `render_to_string'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:93:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:17:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:150:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:445:in `_run__1273698170840448520__process_action__2626240191895960283__callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:119:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:41:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:178:in `block in action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in `block in recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in `optimized_each'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in `recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/mongo_mapper-0.9.1/lib/mongo_mapper/middleware/identity_map.rb:10:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/cookies.rb:302:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/logger.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `block in call'
:10:in `synchronize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:168:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (1.1ms)
Completed in 18ms
ActionView::Template::Error (/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
'); if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:21: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:40: syntax error, unexpected keyword_ensure, expecting $end):
17: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) %>
18: <% end %>
19: <%= @metrics.current_page %>
20: <% if next = @metrics.next_page %>
21: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) %>
22: <% end %>
23:
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.4ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 21:37:51 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
ERROR: compiling ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2153915820_2650963941846488107 RAISED /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: void value expression
if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:39: syntax error, unexpected keyword_ensure, expecting $end
Function body: def ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2153915820_2650963941846488107(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "cohortly/metrics/index";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('Metrics
');@output_buffer.append= form_for(@metric_search, :url => cohortly_metrics_path, :html => {
:method =>:get }) do |f| @output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( f.label :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.text_field :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( render :partial => 'cohortly/metrics/tags' );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.submit "filter" );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( hidden_field_tag :page, 1 );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
'); path_params = {:cohortly_metric => nil}
if prev = @metrics.previous_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) );@output_buffer.safe_concat('
'); end
if next = @metrics.next_page
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
User |
User Email |
Time |
Controller |
Action |
Tags |
');@output_buffer.append= ( render :collection => @metrics, :partial => 'metric' );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.to_s
ensure
@_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `module_eval'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `compile'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:134:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:54:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:127:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:59:in `block in _render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:56:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:26:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:115:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:109:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:102:in `render_to_string'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:93:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:17:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:150:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:445:in `_run__1273698170840448520__process_action__2626240191895960283__callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:119:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:41:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:178:in `block in action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in `block in recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in `optimized_each'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in `recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/mongo_mapper-0.9.1/lib/mongo_mapper/middleware/identity_map.rb:10:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/cookies.rb:302:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/logger.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `block in call'
:10:in `synchronize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:168:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (1.1ms)
Completed in 23ms
ActionView::Template::Error (/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: void value expression
if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: syntax error, unexpected '=', expecting keyword_then or ';' or '\n'
if next = @metrics.next_page
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:39: syntax error, unexpected keyword_ensure, expecting $end):
16: <% if prev = @metrics.previous_page %>
17: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) %>
18: <% end %>
19: <% if next = @metrics.next_page %>
20: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) %>
21: <% end %>
22:
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.9ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.5ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 21:38:18 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"5"}
ERROR: compiling ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2159497880_2650963941846488107 RAISED /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: syntax error, unexpected '=', expecting ')'
if(next = @metrics.next_page)
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^
Function body: def ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2159497880_2650963941846488107(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "cohortly/metrics/index";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('Metrics
');@output_buffer.append= form_for(@metric_search, :url => cohortly_metrics_path, :html => {
:method =>:get }) do |f| @output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( f.label :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.text_field :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( render :partial => 'cohortly/metrics/tags' );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.submit "filter" );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( hidden_field_tag :page, 1 );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
'); path_params = {:cohortly_metric => nil}
if(prev = @metrics.previous_page)
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) );@output_buffer.safe_concat('
'); end
if(next = @metrics.next_page)
@output_buffer.safe_concat(' ');@output_buffer.append= ( link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) );@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
User |
User Email |
Time |
Controller |
Action |
Tags |
');@output_buffer.append= ( render :collection => @metrics, :partial => 'metric' );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.to_s
ensure
@_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `module_eval'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `compile'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:134:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:54:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:127:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:59:in `block in _render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:56:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:26:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:115:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:109:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:102:in `render_to_string'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:93:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:17:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:150:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:445:in `_run__1273698170840448520__process_action__2626240191895960283__callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:119:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:41:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:178:in `block in action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in `block in recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in `optimized_each'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in `recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/mongo_mapper-0.9.1/lib/mongo_mapper/middleware/identity_map.rb:10:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/cookies.rb:302:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/logger.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `block in call'
:10:in `synchronize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:168:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (1.1ms)
Completed in 18ms
ActionView::Template::Error (/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: syntax error, unexpected '=', expecting ')'
if(next = @metrics.next_page)
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:20: void value expression
...th_params.merge :page => next ) );@output_buffer.safe_concat...
... ^):
16: <% if(prev = @metrics.previous_page) %>
17: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => prev ) %>
18: <% end %>
19: <% if(next = @metrics.next_page) %>
20: <%= link_to 'next', cohortly_metrics_path( path_params.merge :page => next ) %>
21: <% end %>
22:
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.3ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (7.8ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 21:39:30 -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.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (13.1ms)
Completed 200 OK in 33ms (Views: 17.7ms)
Started GET "/cohortly/metrics?page=4" for 127.0.0.1 at 2011-10-04 21:39:33 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (14.2ms)
Completed 200 OK in 48ms (Views: 18.6ms)
Started GET "/cohortly/metrics?page=5" for 127.0.0.1 at 2011-10-04 21:39:36 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (19.3ms)
Completed 200 OK in 51ms (Views: 23.9ms)
Started GET "/cohortly/metrics?page=4" for 127.0.0.1 at 2011-10-04 21:39:38 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
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 (15.8ms)
Completed 200 OK in 50ms (Views: 20.7ms)
Started GET "/cohortly/metrics?page=3" for 127.0.0.1 at 2011-10-04 21:39:39 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.7ms)
Completed 200 OK in 47ms (Views: 20.0ms)
Started GET "/cohortly/metrics?page=2" for 127.0.0.1 at 2011-10-04 21:39:40 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.2ms)
Completed 200 OK in 47ms (Views: 19.6ms)
Started GET "/cohortly/metrics?page=1" for 127.0.0.1 at 2011-10-04 21:39:41 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"1"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
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 (15.9ms)
Completed 200 OK in 49ms (Views: 20.3ms)
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 21:39:54 -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 (5.1ms)
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 (14.6ms)
Completed 200 OK in 45ms (Views: 19.1ms)
Started GET "/cohortly/metrics?page=2" for 127.0.0.1 at 2011-10-04 21:39:56 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"2"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (4.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (44.1ms)
Completed 200 OK in 75ms (Views: 48.6ms)
Started GET "/cohortly/metrics?page=3" for 127.0.0.1 at 2011-10-04 21:39:58 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"3"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (4.9ms)
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 (14.1ms)
Completed 200 OK in 49ms (Views: 18.7ms)
Started GET "/cohortly/metrics?page=4" for 127.0.0.1 at 2011-10-04 21:40:00 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (33.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (46.2ms)
Completed 200 OK in 79ms (Views: 50.6ms)
Started GET "/cohortly/metrics?page=5" for 127.0.0.1 at 2011-10-04 21:40:01 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.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 (16.9ms)
Completed 200 OK in 48ms (Views: 21.4ms)
Started GET "/cohortly/metrics?page=6" for 127.0.0.1 at 2011-10-04 21:40:02 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"6"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (33.2ms)
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 (44.3ms)
Completed 200 OK in 76ms (Views: 48.8ms)
Started GET "/cohortly/metrics?page=7" for 127.0.0.1 at 2011-10-04 21:40:03 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.3ms)
Completed 200 OK in 48ms (Views: 19.7ms)
Started GET "/cohortly/metrics?page=8" for 127.0.0.1 at 2011-10-04 21:40:05 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"8"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (15.1ms)
Completed 200 OK in 76ms (Views: 48.7ms)
Started GET "/cohortly/metrics?page=9" for 127.0.0.1 at 2011-10-04 21:40:06 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"9"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.2ms)
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 (16.2ms)
Completed 200 OK in 52ms (Views: 21.2ms)
Started GET "/cohortly/metrics?page=10" for 127.0.0.1 at 2011-10-04 21:40:07 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"10"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
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 (16.3ms)
Completed 200 OK in 81ms (Views: 20.7ms)
Started GET "/cohortly/metrics?page=11" for 127.0.0.1 at 2011-10-04 21:40:07 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"11"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.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 (16.9ms)
Completed 200 OK in 50ms (Views: 21.4ms)
Started GET "/cohortly/metrics?page=12" for 127.0.0.1 at 2011-10-04 21:40:08 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"12"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.0ms)
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 (14.6ms)
Completed 200 OK in 77ms (Views: 18.9ms)
Started GET "/cohortly/metrics?page=13" for 127.0.0.1 at 2011-10-04 21:40:36 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"13"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (4.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.2ms)
Completed 200 OK in 53ms (Views: 23.2ms)
Started GET "/cohortly/metrics?page=14" for 127.0.0.1 at 2011-10-04 21:40:54 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"14"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (15.5ms)
Completed 200 OK in 75ms (Views: 20.8ms)
Started GET "/cohortly/metrics?page=15" for 127.0.0.1 at 2011-10-04 21:41:03 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"15"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
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 (14.7ms)
Completed 200 OK in 49ms (Views: 19.5ms)
Started GET "/cohortly/metrics?page=16" for 127.0.0.1 at 2011-10-04 21:41:04 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"16"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_metric.html.erb (5.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.0ms)
Completed 200 OK in 80ms (Views: 21.4ms)
Started GET "/cohortly/metrics?page=17" for 127.0.0.1 at 2011-10-04 21:41:05 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"17"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (15.6ms)
Completed 200 OK in 49ms (Views: 20.0ms)
Started GET "/cohortly/metrics?page=18" for 127.0.0.1 at 2011-10-04 21:41:05 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"18"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (14.4ms)
Completed 200 OK in 77ms (Views: 18.8ms)
Started GET "/cohortly/metrics?page=19" for 127.0.0.1 at 2011-10-04 21:41:06 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"19"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
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 (14.5ms)
Completed 200 OK in 49ms (Views: 19.2ms)
Started GET "/cohortly/metrics?page=20" for 127.0.0.1 at 2011-10-04 21:41:07 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (14.5ms)
Completed 200 OK in 49ms (Views: 18.9ms)
Started GET "/cohortly/metrics?page=21" for 127.0.0.1 at 2011-10-04 21:41:09 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (15.5ms)
Completed 200 OK in 52ms (Views: 20.7ms)
Started GET "/cohortly/metrics?page=22" for 127.0.0.1 at 2011-10-04 21:41:10 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (14.2ms)
Completed 200 OK in 50ms (Views: 18.6ms)
Started GET "/cohortly/metrics?page=23" for 127.0.0.1 at 2011-10-04 21:47:48 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"23"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (20.4ms)
Completed 200 OK in 57ms (Views: 25.5ms)
Started GET "/cohortly/metrics?page=24" for 127.0.0.1 at 2011-10-04 21:47:57 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"24"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (4.9ms)
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 (17.2ms)
Completed 200 OK in 53ms (Views: 21.6ms)
Started GET "/cohortly/metrics?page=25" for 127.0.0.1 at 2011-10-04 21:47:58 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"25"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.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 (50.2ms)
Completed 200 OK in 89ms (Views: 56.5ms)
Started GET "/cohortly/metrics?page=26" for 127.0.0.1 at 2011-10-04 21:47:59 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"26"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (19.6ms)
Completed 200 OK in 54ms (Views: 23.9ms)
Started GET "/cohortly/metrics?page=20" for 127.0.0.1 at 2011-10-04 21:48:06 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.6ms)
Completed 200 OK in 103ms (Views: 24.3ms)
Started GET "/cohortly/metrics?page=16" for 127.0.0.1 at 2011-10-04 21:48:08 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"16"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (19.0ms)
Completed 200 OK in 53ms (Views: 24.4ms)
Started GET "/cohortly/metrics?page=12" for 127.0.0.1 at 2011-10-04 21:48:10 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"12"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (18.9ms)
Completed 200 OK in 82ms (Views: 23.2ms)
Started GET "/cohortly/metrics?page=11" for 127.0.0.1 at 2011-10-04 21:48:13 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"11"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (19.6ms)
Completed 200 OK in 55ms (Views: 25.1ms)
Started GET "/cohortly/metrics?page=10" for 127.0.0.1 at 2011-10-04 21:48:14 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"10"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.2ms)
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 (18.3ms)
Completed 200 OK in 52ms (Views: 22.7ms)
Started GET "/cohortly/metrics?page=9" for 127.0.0.1 at 2011-10-04 21:48:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (47.8ms)
Completed 200 OK in 81ms (Views: 52.2ms)
Started GET "/cohortly/metrics?page=8" for 127.0.0.1 at 2011-10-04 21:48:16 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.6ms)
Completed 200 OK in 51ms (Views: 23.1ms)
Started GET "/cohortly/metrics?page=7" for 127.0.0.1 at 2011-10-04 21:48:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.9ms)
Completed 200 OK in 79ms (Views: 23.2ms)
Started GET "/cohortly/metrics?page=6" for 127.0.0.1 at 2011-10-04 21:48:17 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (3.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (17.7ms)
Completed 200 OK in 49ms (Views: 22.1ms)
Started GET "/cohortly/metrics?page=5" for 127.0.0.1 at 2011-10-04 21:48:18 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (16.4ms)
Completed 200 OK in 75ms (Views: 20.8ms)
Started GET "/cohortly/metrics?page=4" for 127.0.0.1 at 2011-10-04 21:48:19 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"4"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (16.3ms)
Completed 200 OK in 52ms (Views: 20.9ms)
Started GET "/cohortly/metrics?page=5" for 127.0.0.1 at 2011-10-04 21:49:10 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"5"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (16.3ms)
Completed 200 OK in 49ms (Views: 21.3ms)
Started GET "/cohortly/metrics?page=6" for 127.0.0.1 at 2011-10-04 21:49:14 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"6"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.1ms)
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 (17.0ms)
Completed 200 OK in 49ms (Views: 21.7ms)
Started GET "/cohortly/metrics?page=7" for 127.0.0.1 at 2011-10-04 21:49:15 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (4.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.6ms)
Completed 200 OK in 51ms (Views: 23.0ms)
Started GET "/cohortly/metrics?page=8" for 127.0.0.1 at 2011-10-04 21:49:16 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"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/_metric.html.erb (29.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (43.4ms)
Completed 200 OK in 75ms (Views: 47.8ms)
Started GET "/cohortly/metrics?page=9" for 127.0.0.1 at 2011-10-04 21:49:53 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"9"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.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 (16.4ms)
Completed 200 OK in 50ms (Views: 21.1ms)
Started GET "/cohortly/metrics?page=10" for 127.0.0.1 at 2011-10-04 21:49:54 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"10"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.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 (18.1ms)
Completed 200 OK in 78ms (Views: 50.2ms)
Started GET "/cohortly/metrics?page=11" for 127.0.0.1 at 2011-10-04 21:49:55 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"11"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.2ms)
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 (19.1ms)
Completed 200 OK in 54ms (Views: 23.6ms)
Started GET "/cohortly/metrics?page=12" for 127.0.0.1 at 2011-10-04 21:50:01 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"12"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.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 (18.7ms)
Completed 200 OK in 80ms (Views: 23.3ms)
Started GET "/cohortly/metrics?page=12" for 127.0.0.1 at 2011-10-04 22:00:42 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"12"}
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 (4.0ms)
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 (22.9ms)
Completed 200 OK in 59ms (Views: 27.9ms)
Started GET "/cohortly/metrics?page=12" for 127.0.0.1 at 2011-10-04 22:00:43 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"page"=>"12"}
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 (4.1ms)
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 54ms (Views: 25.4ms)
Started GET "/cohortly/metrics?utf8=%E2%9C%93&cohortly_metric%5Buser_id%5D=&cohortly_metric%5Btags%5D%5B%5D=hey&commit=filter&page=1" for 127.0.0.1 at 2011-10-04 22:00:47 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"user_id"=>"", "tags"=>["hey"]}, "commit"=>"filter", "page"=>"1"}
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 (31.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (45.9ms)
Completed 200 OK in 70ms (Views: 50.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:00:50 -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 (6.7ms)
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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (24.9ms)
Completed 200 OK in 50ms (Views: 30.3ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:00:51 -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.2ms)
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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.3ms)
Completed 200 OK in 71ms (Views: 52.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:00:53 -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.6ms)
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 (19.8ms)
Completed 200 OK in 43ms (Views: 24.0ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:00:53 -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.5ms)
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.4ms)
Completed 200 OK in 61ms (Views: 20.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:00:56 -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.6ms)
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 (19.2ms)
Completed 200 OK in 44ms (Views: 23.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:00:57 -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.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.5ms)
Completed 200 OK in 66ms (Views: 21.9ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=2" for 127.0.0.1 at 2011-10-04 22:00:58 -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.4ms)
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 42ms (Views: 22.9ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=3" for 127.0.0.1 at 2011-10-04 22:01:00 -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 (3.4ms)
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.6ms)
Completed 200 OK in 47ms (Views: 25.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:01:03 -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.2ms)
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 (31.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (46.5ms)
Completed 200 OK in 72ms (Views: 52.7ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=5" for 127.0.0.1 at 2011-10-04 22:01:05 -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.9ms)
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 (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (18.4ms)
Completed 200 OK in 36ms (Views: 22.7ms)
Started GET "/cohortly/metrics?cohortly_metric[tags][]=hey&cohortly_metric[user_id]=&page=4" for 127.0.0.1 at 2011-10-04 22:01:06 -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.2ms)
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 (33.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (48.0ms)
Completed 200 OK in 73ms (Views: 52.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:05:53 -0700
Processing by Cohortly::MetricsController#index as HTML
Parameters: {"cohortly_metric"=>{"tags"=>["hey"], "user_id"=>""}, "page"=>"4"}
ERROR: compiling ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2158889500_2650963941846488107 RAISED /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:16: syntax error, unexpected ')', expecting '}'
...rtly_metric] }.merge(page)) } );@output_buffer.safe_concat('
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: syntax error, unexpected keyword_end, expecting ')'
'); end
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:33: syntax error, unexpected keyword_ensure, expecting ')'
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:35: syntax error, unexpected keyword_end, expecting ')'
Function body: def ___sers_bhauman_workspace_cohortly_app_views_cohortly_metrics_index_html_erb__939077225235369955_2158889500_2650963941846488107(local_assigns)
_old_virtual_path, @_virtual_path = @_virtual_path, "cohortly/metrics/index";_old_output_buffer = @output_buffer;;@output_buffer = ActionView::OutputBuffer.new;@output_buffer.safe_concat('Metrics
');@output_buffer.append= form_for(@metric_search, :url => cohortly_metrics_path, :html => {
:method =>:get }) do |f| @output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( f.label :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.text_field :user_id );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( render :partial => 'cohortly/metrics/tags' );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( f.submit "filter" );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( hidden_field_tag :page, 1 );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.append= ( @metrics.current_page );@output_buffer.safe_concat('
');@output_buffer.safe_concat(' ');@output_buffer.append= ( render :partial => 'pagination',
:object => @metrics,
:locals => { :url_gen => lambda {|page| cohortly_metrics_path( { :cohortly_metric => params[:cohortly_metric] }.merge(page)) } );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
'); end
@output_buffer.safe_concat('
User |
User Email |
Time |
Controller |
Action |
Tags |
');@output_buffer.append= ( render :collection => @metrics, :partial => 'metric' );@output_buffer.safe_concat('
');@output_buffer.safe_concat('
');@output_buffer.to_s
ensure
@_virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer
end
Backtrace: /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `module_eval'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:255:in `compile'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:134:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:54:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/template.rb:127:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:59:in `block in _render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:56:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_view/render/rendering.rb:26:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:115:in `_render_template'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:109:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/renderers.rb:47:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/compatibility.rb:55:in `render_to_body'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:102:in `render_to_string'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:93:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:17:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `block in ms'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/benchmark.rb:309:in `realtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/core_ext/benchmark.rb:5:in `ms'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:40:in `block in render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:78:in `cleanup_view_runtime'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:39:in `render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:10:in `default_render'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/implicit_render.rb:5:in `send_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:150:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rendering.rb:11:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:445:in `_run__1273698170840448520__process_action__2626240191895960283__callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:409:in `_run_process_action_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:93:in `run_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/callbacks.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `block in instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications/instrumenter.rb:21:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/notifications.rb:52:in `instrument'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/instrumentation.rb:29:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rescue.rb:17:in `process_action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/base.rb:119:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/abstract_controller/rendering.rb:41:in `process'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:138:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_controller/metal.rb:178:in `block in action'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:62:in `dispatch'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:27:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:148:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:93:in `block in recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:68:in `optimized_each'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/code_generation.rb:92:in `recognize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-mount-0.6.14/lib/rack/mount/route_set.rb:139:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/routing/route_set.rb:492:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/mongo_mapper-0.9.1/lib/mongo_mapper/middleware/identity_map.rb:10:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/head.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/methodoverride.rb:24:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/params_parser.rb:21:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/flash.rb:182:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/session/abstract_store.rb:149:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/cookies.rb:302:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:46:in `block in call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/callbacks.rb:415:in `_run_call_callbacks'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/callbacks.rb:44:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/sendfile.rb:107:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/remote_ip.rb:48:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/show_exceptions.rb:47:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/logger.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/runtime.rb:17:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/activesupport-3.0.4/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `block in call'
:10:in `synchronize'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/lock.rb:11:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/static.rb:30:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:168:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/application.rb:77:in `method_missing'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/railties-3.0.4/lib/rails/rack/log_tailer.rb:14:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/content_length.rb:13:in `call'
/Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/rack-1.2.3/lib/rack/handler/webrick.rb:52:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
/Users/bhauman/.rvm/rubies/ruby-1.9.2-p136/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (1.0ms)
Completed in 27ms
ActionView::Template::Error (/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:16: syntax error, unexpected ')', expecting '}'
...rtly_metric] }.merge(page)) } );@output_buffer.safe_concat('
... ^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:19: syntax error, unexpected keyword_end, expecting ')'
'); end
^
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:33: syntax error, unexpected keyword_ensure, expecting ')'
/Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb:35: syntax error, unexpected keyword_end, expecting ')'):
13: <%= @metrics.current_page %>
14: <%= render :partial => 'pagination',
15: :object => @metrics,
16: :locals => { :url_gen => lambda {|page| cohortly_metrics_path( { :cohortly_metric => params[:cohortly_metric] }.merge(page)) } %>
17:
18:
19: <% end %>
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.3ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.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:11:49 -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.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (38.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (49.2ms)
Completed in 103ms
ActionView::Template::Error (undefined local variable or method `path_params' for #<#: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)
Started GET "/" for 127.0.0.1 at 2011-10-10 20:46:56 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (1.6ms)
Completed 200 OK in 113ms (Views: 84.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 20:46:58 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (136.2ms)
Completed 200 OK in 1754ms (Views: 151.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 20:58:17 -0700
Processing by Cohortly::ReportsController#index as HTML
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.1ms)
Completed 200 OK in 142ms (Views: 127.8ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 20:58:17 -0700
ActionController::RoutingError (No route matches "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 20:58:24 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (119.5ms)
Completed 200 OK in 162ms (Views: 124.1ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 20:58:24 -0700
ActionController::RoutingError (No route matches "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:16:12 -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 (173.5ms)
Completed 200 OK in 212ms (Views: 207.7ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 21:16:12 -0700
ActionController::RoutingError (No route matches [GET] "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:21:04 -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 (184.2ms)
Completed 200 OK in 200ms (Views: 190.6ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 21:21:05 -0700
ActionController::RoutingError (No route matches [GET] "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:21:26 -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 (169.5ms)
Completed 200 OK in 205ms (Views: 201.4ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 21:21:27 -0700
ActionController::RoutingError (No route matches [GET] "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/assets/cohortly.js" for 127.0.0.1 at 2011-10-10 21:24:26 -0700
ActionController::RoutingError (No route matches [GET] "/assets/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (9.0ms)
Started GET "/assets/application.js" for 127.0.0.1 at 2011-10-10 21:30:17 -0700
ActionController::RoutingError (No route matches [GET] "/assets/application.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (9.5ms)
Started GET "/" for 127.0.0.1 at 2011-10-10 21:41:12 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 54ms (Views: 22.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:41:14 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (162.7ms)
Completed 200 OK in 181ms (Views: 169.9ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 21:41:14 -0700
ActionController::RoutingError (No route matches [GET] "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:45:33 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (186.7ms)
Completed 200 OK in 223ms (Views: 219.3ms)
Started GET "/javascripts/cohortly.js" for 127.0.0.1 at 2011-10-10 21:45:34 -0700
ActionController::RoutingError (No route matches [GET] "/javascripts/cohortly.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/" for 127.0.0.1 at 2011-10-10 21:45:41 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (0.3ms)
Completed 200 OK in 22ms (Views: 7.4ms)
Started GET "/" for 127.0.0.1 at 2011-10-10 21:46:58 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (8.9ms)
Completed 200 OK in 50ms (Views: 41.6ms)
Started GET "/javascripts/application.js" for 127.0.0.1 at 2011-10-10 21:46:58 -0700
ActionController::RoutingError (No route matches [GET] "/javascripts/application.js"):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
Started GET "/" for 127.0.0.1 at 2011-10-10 21:51:36 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 30ms (Views: 6.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:55:56 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (120.9ms)
Completed 200 OK in 165ms (Views: 125.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 21:58:54 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (154.8ms)
Completed 200 OK in 203ms (Views: 159.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:04:11 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (214.7ms)
Completed 200 OK in 274ms (Views: 220.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-10 22:04:19 -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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (23.0ms)
Completed 200 OK in 108ms (Views: 27.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=login&commit=Get+Report" for 127.0.0.1 at 2011-10-10 22:05:48 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "login"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (10.0ms)
Completed 200 OK in 36ms (Views: 14.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=login&commit=Get+Report" for 127.0.0.1 at 2011-10-10 22:13:41 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "login"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (19.1ms)
Completed 200 OK in 47ms (Views: 24.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=login&commit=Get+Report" for 127.0.0.1 at 2011-10-10 22:14:03 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "login"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (10.7ms)
Completed 200 OK in 37ms (Views: 16.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=login&commit=Get+Report" for 127.0.0.1 at 2011-10-10 22:14:06 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "login"]}, "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 (10.6ms)
Completed 200 OK in 34ms (Views: 15.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=login&commit=Get+Report" for 127.0.0.1 at 2011-10-10 22:14:37 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "login"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (19.8ms)
Completed 200 OK in 59ms (Views: 29.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=login&commit=Get+Report" for 127.0.0.1 at 2011-10-10 22:16:51 -0700
Processing by Cohortly::ReportsController#index as HTML
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "login"]}, "commit"=>"Get Report"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (10.0ms)
Completed 200 OK in 38ms (Views: 15.0ms)
Started GET "/cohortly/reports?cohortly_metrics%5Btags%5D%5B%5D=hey&cohortly_metrics%5Btags%5D%5B%5D=login" for 127.0.0.1 at 2011-10-10 22:16:53 -0700
Processing by Cohortly::ReportsController#index as
Parameters: {"cohortly_metrics"=>{"tags"=>["hey", "login"]}}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (148.4ms)
Completed 200 OK in 177ms (Views: 162.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:17:17 -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 (229.4ms)
Completed 200 OK in 250ms (Views: 233.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:17:21 -0700
Processing by Cohortly::ReportsController#index as
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (147.1ms)
Completed 200 OK in 173ms (Views: 159.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:17:58 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (35.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (174.2ms)
Completed 200 OK in 194ms (Views: 179.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:18:04 -0700
Processing by Cohortly::ReportsController#index as
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (29.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (152.7ms)
Completed 200 OK in 179ms (Views: 165.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:21:18 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (184.5ms)
Completed 200 OK in 208ms (Views: 189.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:21:21 -0700
Processing by Cohortly::ReportsController#index as
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 (117.7ms)
Completed 200 OK in 167ms (Views: 153.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:22:02 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (19.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (154.0ms)
Completed 200 OK in 205ms (Views: 161.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:22:07 -0700
Processing by Cohortly::ReportsController#index as
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (126.9ms)
Completed 200 OK in 179ms (Views: 138.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:22:44 -0700
Processing by Cohortly::ReportsController#index as
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (124.6ms)
Completed 200 OK in 180ms (Views: 139.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:04 -0700
Processing by Cohortly::ReportsController#index as
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 (120.7ms)
Completed 200 OK in 172ms (Views: 132.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:17 -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 (177.7ms)
Completed 200 OK in 231ms (Views: 182.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:19 -0700
Processing by Cohortly::ReportsController#index as
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 (121.9ms)
Completed 200 OK in 181ms (Views: 135.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:24 -0700
Processing by Cohortly::ReportsController#index as
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 (123.3ms)
Completed 200 OK in 175ms (Views: 135.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:25 -0700
Processing by Cohortly::ReportsController#index as
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 (124.6ms)
Completed 200 OK in 181ms (Views: 137.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:36 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (149.3ms)
Completed 200 OK in 201ms (Views: 154.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:23:39 -0700
Processing by Cohortly::ReportsController#index as
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (6.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (125.7ms)
Completed 200 OK in 184ms (Views: 137.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:24:54 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (137.1ms)
Completed 200 OK in 183ms (Views: 142.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:24:58 -0700
Processing by Cohortly::ReportsController#index as
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 (119.6ms)
Completed 200 OK in 147ms (Views: 132.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:25:18 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (131.3ms)
Completed 200 OK in 150ms (Views: 136.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:25:21 -0700
Processing by Cohortly::ReportsController#index as
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 (124.6ms)
Completed 200 OK in 155ms (Views: 138.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:25:29 -0700
Processing by Cohortly::ReportsController#index as
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 (123.8ms)
Completed 200 OK in 154ms (Views: 137.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:25:31 -0700
Processing by Cohortly::ReportsController#index as
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 (124.9ms)
Completed 200 OK in 151ms (Views: 136.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:26:42 -0700
Processing by Cohortly::ReportsController#index as
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 (122.9ms)
Completed 200 OK in 148ms (Views: 134.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:33:20 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (30.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (218.7ms)
Completed 200 OK in 294ms (Views: 226.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:33:35 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (140.2ms)
Completed 200 OK in 178ms (Views: 156.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:33:41 -0700
Processing by Cohortly::ReportsController#index as
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 (119.1ms)
Completed 200 OK in 147ms (Views: 131.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:33:50 -0700
Processing by Cohortly::ReportsController#index as
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 (120.2ms)
Completed 200 OK in 147ms (Views: 132.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-10 22:34:30 -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 (126.5ms)
Completed 200 OK in 149ms (Views: 131.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-10 22:34:35 -0700
Processing by Cohortly::ReportsController#index as
Parameters: {"utf8"=>"✓"}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (132.3ms)
Completed 200 OK in 159ms (Views: 144.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag" for 127.0.0.1 at 2011-10-10 22:34:47 -0700
Processing by Cohortly::ReportsController#index as
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "index_tag"]}}
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 (10.5ms)
Completed 200 OK in 44ms (Views: 26.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag" for 127.0.0.1 at 2011-10-11 19:46:48 -0700
Processing by Cohortly::ReportsController#index as
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "index_tag"]}}
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (9.7ms)
Completed 200 OK in 64ms (Views: 14.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-11 19:47:48 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (5.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (147.4ms)
Completed 200 OK in 1730ms (Views: 151.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:47:55 -0700
Processing by Cohortly::ReportsController#index as
Parameters: {"utf8"=>"✓"}
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 (147.0ms)
Completed 200 OK in 168ms (Views: 151.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-11 19:48:40 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (162.1ms)
Completed 200 OK in 184ms (Views: 166.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:48:41 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (151.4ms)
Completed 200 OK in 170ms (Views: 155.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:48:44 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (149.0ms)
Completed 200 OK in 168ms (Views: 153.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:48:48 -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 (29.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (145.9ms)
Completed 200 OK in 165ms (Views: 150.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:49:29 -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.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (129.7ms)
Completed 200 OK in 178ms (Views: 161.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:49:30 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (121.1ms)
Completed 200 OK in 166ms (Views: 125.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:50:08 -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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (155.3ms)
Completed 200 OK in 205ms (Views: 160.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:50:11 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 43ms
NameError (undefined local variable or method `key' for #):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
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 (9.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:50:42 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 49ms
NoMethodError (undefined method `[]=' for 14:Fixnum):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.5ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:50:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 49ms
NoMethodError (undefined method `[]=' for 14:Fixnum):
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 (7.6ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:50:44 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 49ms
NoMethodError (undefined method `[]=' for 14:Fixnum):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.5ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:51:36 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 119ms (Views: 104.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:51:37 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 126ms (Views: 87.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:55:08 -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.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (178.8ms)
Completed 200 OK in 202ms (Views: 183.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:55:10 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 122ms (Views: 108.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:55:49 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (159.1ms)
Completed 200 OK in 186ms (Views: 169.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&success=undefined" for 127.0.0.1 at 2011-10-11 19:55:51 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "success"=>"undefined"}
Completed 200 OK in 121ms (Views: 106.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&success=undefined" for 127.0.0.1 at 2011-10-11 19:55:52 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "success"=>"undefined"}
Completed 200 OK in 117ms (Views: 101.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&success=undefined" for 127.0.0.1 at 2011-10-11 19:55:58 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "success"=>"undefined"}
Completed 200 OK in 117ms (Views: 103.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&success=undefined" for 127.0.0.1 at 2011-10-11 19:55:59 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "success"=>"undefined"}
Completed 200 OK in 121ms (Views: 107.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&success=undefined" for 127.0.0.1 at 2011-10-11 19:57:16 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "success"=>"undefined"}
Completed 200 OK in 120ms (Views: 83.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&success=undefined" for 127.0.0.1 at 2011-10-11 19:57:17 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "success"=>"undefined"}
Completed 200 OK in 117ms (Views: 102.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:57: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 (10.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (159.7ms)
Completed 200 OK in 206ms (Views: 165.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:57:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 119ms (Views: 105.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:57:22 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 123ms (Views: 85.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:57:23 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 119ms (Views: 105.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 19:59:48 -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.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (153.9ms)
Completed 200 OK in 186ms (Views: 163.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 19:59:50 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 102.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:01: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.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (165.0ms)
Completed 200 OK in 210ms (Views: 169.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:01:55 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 121ms (Views: 82.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:01:57 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 104.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:12: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 (6.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (204.0ms)
Completed 200 OK in 225ms (Views: 208.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:12:24 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (147.0ms)
Completed 200 OK in 166ms (Views: 151.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:12:26 -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 (28.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (146.6ms)
Completed 200 OK in 166ms (Views: 150.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:12:52 -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.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (130.3ms)
Completed 200 OK in 181ms (Views: 135.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:13:40 -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.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (151.6ms)
Completed 200 OK in 206ms (Views: 157.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:13:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 117ms (Views: 79.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:14:30 -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 (194.9ms)
Completed 200 OK in 216ms (Views: 199.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:14:32 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 117ms (Views: 102.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:16:00 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 103.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:16:02 -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 (156.0ms)
Completed 200 OK in 208ms (Views: 161.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:16:03 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 119ms (Views: 82.3ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:16:10 -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.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (187.3ms)
Completed 200 OK in 208ms (Views: 192.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:16:11 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 103.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:16:48 -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 (190.1ms)
Completed 200 OK in 211ms (Views: 196.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:16:50 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 117ms (Views: 102.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:26:15 -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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (124.1ms)
Completed 200 OK in 154ms (Views: 128.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:26:17 -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.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (123.7ms)
Completed 200 OK in 142ms (Views: 128.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:26:31 -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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (133.7ms)
Completed 200 OK in 174ms (Views: 138.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:26:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 103.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:26:34 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 120ms (Views: 105.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:27:15 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (159.1ms)
Completed 200 OK in 212ms (Views: 163.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:27:17 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 115ms (Views: 78.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:27:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 122ms (Views: 107.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:27:43 -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.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (162.5ms)
Completed 200 OK in 197ms (Views: 176.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:27:45 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 103.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:27:58 -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.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (139.8ms)
Completed 200 OK in 161ms (Views: 145.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:27:59 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 103.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-11 20:28:13 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 75ms (Views: 13.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:28:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 120ms (Views: 80.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:42:38 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (134.5ms)
Completed 200 OK in 159ms (Views: 139.6ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:43:02 -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 (173.6ms)
Completed 200 OK in 200ms (Views: 178.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:43:05 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 119ms (Views: 105.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:44:14 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (157.7ms)
Completed 200 OK in 179ms (Views: 162.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:44:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 131ms (Views: 115.1ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:44:42 -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.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (174.7ms)
Completed 200 OK in 195ms (Views: 180.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:44:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 115ms (Views: 101.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:45:37 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (185.0ms)
Completed 200 OK in 204ms (Views: 190.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:45:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 120ms (Views: 105.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:45: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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (127.0ms)
Completed 200 OK in 192ms (Views: 132.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:45:56 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 124ms (Views: 85.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:46:17 -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.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (146.9ms)
Completed 200 OK in 171ms (Views: 152.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:46:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 126ms (Views: 108.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:46:23 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 119ms (Views: 105.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:46: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 (5.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (124.4ms)
Completed 200 OK in 193ms (Views: 129.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:46:58 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 179ms (Views: 132.9ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:47: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 (8.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (230.2ms)
Completed 200 OK in 250ms (Views: 234.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:47:59 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 120ms (Views: 103.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:49: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 (160.0ms)
Completed 200 OK in 180ms (Views: 164.9ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:49:30 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 118ms (Views: 81.4ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:50:17 -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.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (167.8ms)
Completed 200 OK in 189ms (Views: 172.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:50:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 123ms (Views: 108.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 20:51:36 -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 (180.2ms)
Completed 200 OK in 205ms (Views: 184.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 20:51:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 124ms (Views: 107.8ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 21:02:17 -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.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (155.8ms)
Completed 200 OK in 219ms (Views: 161.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:02:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 179ms (Views: 164.2ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 21:06:11 -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.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (160.2ms)
Completed 200 OK in 211ms (Views: 186.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:06:14 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 195ms (Views: 180.7ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 21:06:26 -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 (10.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (161.3ms)
Completed 200 OK in 201ms (Views: 167.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:06:28 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 206ms (Views: 187.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:06:31 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 188ms (Views: 173.0ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 21:07:36 -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.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (211.6ms)
Completed 200 OK in 263ms (Views: 219.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:07:39 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 203ms (Views: 166.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:07:54 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 199ms (Views: 184.5ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:07:56 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 185ms (Views: 169.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-11 21:08:04 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 53ms (Views: 15.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-11 21:08:10 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 29ms (Views: 15.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=index_tag" for 127.0.0.1 at 2011-10-11 21:08:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["index_tag"]}}
Completed 200 OK in 36ms (Views: 15.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=my" for 127.0.0.1 at 2011-10-11 21:08:21 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["my"]}}
Completed 200 OK in 78ms (Views: 14.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:13:28 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 176ms (Views: 157.5ms)
Started GET "/cohortly/reports?utf8=%E2%9C%93&commit=Get+Report" for 127.0.0.1 at 2011-10-11 21:14:02 -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 (47.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (53.6ms)
Completed 200 OK in 75ms (Views: 58.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:14:04 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 178ms (Views: 163.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-11 21:16:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 55ms (Views: 16.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-11 21:16:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 29ms (Views: 14.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:16:35 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 188ms (Views: 173.6ms)
Started GET "/cohortly/metrics" for 127.0.0.1 at 2011-10-11 21:17:36 -0700
Processing by Cohortly::MetricsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (28.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 (27.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_pagination.html.erb (2.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/index.html.erb within layouts/cohortly/application (152.5ms)
Completed 200 OK in 343ms (Views: 179.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-11 21:17:42 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (9.1ms)
Completed 200 OK in 54ms (Views: 13.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-11 21:18:26 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 175ms (Views: 160.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey&cohortly_metric%5Btags%5D%5B%5D=index_tag" for 127.0.0.1 at 2011-10-11 21:18:33 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey", "index_tag"]}}
Completed 200 OK in 35ms (Views: 2.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=login" for 127.0.0.1 at 2011-10-11 21:18:38 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["login"]}}
Completed 200 OK in 979ms (Views: 154.1ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-11 21:23:55 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 58ms (Views: 15.9ms)
Started GET "/" for 127.0.0.1 at 2011-10-12 19:46:59 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 104ms (Views: 50.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-12 19:47:02 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (19.1ms)
Completed 200 OK in 98ms (Views: 31.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-12 19:47:04 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 17ms
ArgumentError (argument out of range):
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 (32.2ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-12 19:47:10 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed in 18ms
ArgumentError (argument out of range):
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (8.6ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-12 19:53:00 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (9.3ms)
Completed 200 OK in 1486ms (Views: 13.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-12 19:53:04 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 176ms (Views: 160.7ms)
Started GET "/" for 127.0.0.1 at 2011-10-22 11:59:58 -0700
Processing by StuffController#index as HTML
Rendered stuff/index.html.erb within layouts/application (1.4ms)
Completed 200 OK in 72ms (Views: 65.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 12:00:03 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (9.1ms)
Completed 200 OK in 2010ms (Views: 13.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:00:09 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 217ms (Views: 200.4ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=hey" for 127.0.0.1 at 2011-10-22 12:00:25 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["hey"]}}
Completed 200 OK in 162ms (Views: 21.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:00:32 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 220ms (Views: 205.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:02:16 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 213ms (Views: 198.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:02:20 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 234ms (Views: 219.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:02:43 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 220ms (Views: 204.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:02:44 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 225ms (Views: 186.0ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:02:59 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 192ms (Views: 177.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:03:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 3822ms (Views: 780.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 12:10:54 -0700
Processing by Cohortly::ReportsController#index as HTML
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 (10.7ms)
Completed 200 OK in 3865ms (Views: 15.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-22 12:11:09 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 1525ms (Views: 587.1ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 12:12:05 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (6.3ms)
Completed 200 OK in 950ms (Views: 10.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 12:12:08 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 1427ms (Views: 467.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-22 12:12:49 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 1401ms (Views: 443.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=weekly" for 127.0.0.1 at 2011-10-22 12:36:15 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["weekly"]}}
Completed 200 OK in 599ms (Views: 151.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 14:35:30 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (6.1ms)
Completed 200 OK in 255ms (Views: 33.3ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 14:35:32 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 375ms (Views: 132.4ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 14:40:43 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (1.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (7.1ms)
Completed 200 OK in 261ms (Views: 11.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 14:41:13 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.2ms)
Completed 200 OK in 233ms (Views: 12.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 14:41:19 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_0"]}}
Completed 200 OK in 178ms (Views: 86.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_0&cohortly_metric%5Btags%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-22 14:41:25 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_0", "rand_1"]}}
Completed 200 OK in 45ms (Views: 1.6ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93" for 127.0.0.1 at 2011-10-22 14:41:32 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓"}
Completed 200 OK in 348ms (Views: 134.2ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_1" for 127.0.0.1 at 2011-10-22 14:41:35 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_1"]}}
Completed 200 OK in 175ms (Views: 84.7ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 14:41:40 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_0"]}}
Completed 200 OK in 216ms (Views: 103.8ms)
Started GET "/cohortly/reports.js?utf8=%E2%9C%93&cohortly_metric%5Btags%5D%5B%5D=rand_0" for 127.0.0.1 at 2011-10-22 14:42:02 -0700
Processing by Cohortly::ReportsController#index as JS
Parameters: {"utf8"=>"✓", "cohortly_metric"=>{"tags"=>["rand_0"]}}
Completed 200 OK in 172ms (Views: 84.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 14:57:07 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (30.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (33.4ms)
Completed in 282ms
ActionView::Template::Error (undefined method `all_groups' for Cohortly::TagConfig:Class):
1:
2: <% Cohortly::TagConfig.all_groups.each do |group| %>
3:
4: <%= check_box_tag 'cohortly_metric[groups][]', group,
5: params[:cohortly_metric] && params[:cohortly_metric][:groups] &&
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
Rendered /Users/bhauman/.rvm/gems/ruby-1.9.2-p136@cohortly/gems/actionpack-3.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.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 (9.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 14:57:27 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.0ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.5ms)
Completed 200 OK in 233ms (Views: 12.9ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 14:58:22 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (2.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (8.4ms)
Completed 200 OK in 315ms (Views: 13.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:00:37 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (16.0ms)
Completed 200 OK in 271ms (Views: 20.2ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:05:17 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (15.6ms)
Completed 200 OK in 278ms (Views: 20.0ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:05:35 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (36.3ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (43.3ms)
Completed 200 OK in 374ms (Views: 48.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:05:53 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.2ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (15.3ms)
Completed 200 OK in 328ms (Views: 20.3ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:06:11 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.9ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (16.0ms)
Completed 200 OK in 261ms (Views: 23.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:06:51 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (35.7ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (42.3ms)
Completed 200 OK in 311ms (Views: 46.7ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:07:09 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (9.1ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (16.1ms)
Completed 200 OK in 290ms (Views: 20.5ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:07:45 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.8ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (8.5ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (15.3ms)
Completed 200 OK in 332ms (Views: 19.6ms)
Started GET "/cohortly/reports" for 127.0.0.1 at 2011-10-22 15:09:43 -0700
Processing by Cohortly::ReportsController#index as HTML
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_groups.html.erb (0.6ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/metrics/_tags.html.erb (61.4ms)
Rendered /Users/bhauman/workspace/cohortly/app/views/cohortly/reports/index.html.erb within layouts/cohortly/application (66.4ms)
Completed in 368ms
ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::TagConfig):
1: