Skip to content

Instantly share code, notes, and snippets.

@c3mediagroup
Created June 5, 2009 11:39
Show Gist options
  • Save c3mediagroup/124248 to your computer and use it in GitHub Desktop.
Save c3mediagroup/124248 to your computer and use it in GitHub Desktop.
Processing AdvisorsController#club_credits (for 127.0.0.1 at 2009-06-05 04:39:05) [GET]
Session ID: 0abb6ea73c759ba9412be57e69d1926b
Parameters: {"action"=>"club_credits", "id"=>"18", "controller"=>"advisors"}
Account Columns (126.8ms) SHOW FIELDS FROM `accounts`
Account Load (116.0ms) SELECT * FROM `accounts` WHERE (`accounts`.`full_domain` = 'pacificadvisors.statusroom.dev') LIMIT 1
User Columns (124.8ms) SHOW FIELDS FROM `users`
User Load (119.4ms) SELECT * FROM `users` WHERE (`users`.`id` = 4 AND (`users`.account_id = 1))
Footprint Load (123.2ms) SELECT * FROM `footprints` WHERE (`footprints`.user_id = 4) ORDER BY updated_at DESC LIMIT 50
Footprint Columns (2.0ms) SHOW FIELDS FROM `footprints`
Footprint Load (0.6ms) SELECT * FROM `footprints` WHERE (path LIKE "%advisor%") AND (`footprints`.user_id = 4) LIMIT 20
FootprintDetail Load (16.6ms) SELECT `footprint_details`.* FROM `footprint_details` WHERE (`footprint_details`.footprint_id IN (28,29,30,31,33,34,35,36,94,95,96,97,98,101,102,103,104,105,106,107)) ORDER BY created_at DESC
FootprintDetail Columns (1.8ms) SHOW FIELDS FROM `footprint_details`
User Load (0.9ms) SELECT * FROM `users` WHERE (`users`.`id` IN (NULL,'18-Paul-Adams','18','1697','1697-Teresa-Rabenberg','174-Andrea-Schaffer','174','106-James-Kim'))
User Load (0.4ms) SELECT * FROM `users` WHERE (`users`.`id` = 18)
ClubReport Columns (2.7ms) SHOW FIELDS FROM `club_reports`
SQL (5.4ms) SELECT max(`club_reports`.created_at) AS max_created_at FROM `club_reports`
Category Columns (1.8ms) SHOW FIELDS FROM `categories`
Year Columns (1.9ms) SHOW FIELDS FROM `years`
SQL (0.8ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
SQL (0.8ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2008) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
/Users/rpierce2/www/railsmachine/statusroom/app/views/shared/_report_filter.haml:3: warning: multiple values for a block parameter (0 for 1)
from /usr/local/lib/ruby/gems/1.8/gems/haml-edge-2.1.16/lib/haml/helpers/action_view_mods.rb:142
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
SQL (1.0ms) SELECT sum(`years`.minimum_target) AS sum_minimum_target FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (`years`.`year` = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
SQL (0.6ms) SELECT sum(`years`.target) AS sum_target FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (`years`.`year` = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
Category Load (0.6ms) SELECT * FROM `categories` WHERE (`categories`.owner_id = 18 AND `categories`.owner_type = 'User')
Month Columns (2.1ms) SHOW FIELDS FROM `months`
Year Load Including Associations (1.5ms) SELECT `years`.`id` AS t0_r0, `years`.`year` AS t0_r1, `years`.`target` AS t0_r2, `years`.`minimum_target` AS t0_r3, `years`.`created_at` AS t0_r4, `years`.`updated_at` AS t0_r5, `years`.`category_id` AS t0_r6, `years`.`user_id` AS t0_r7, `years`.`total` AS t0_r8, `months`.`id` AS t1_r0, `months`.`month` AS t1_r1, `months`.`actual` AS t1_r2, `months`.`year_id` AS t1_r3, `months`.`category_id` AS t1_r4, `months`.`created_at` AS t1_r5, `months`.`updated_at` AS t1_r6 FROM `years` LEFT OUTER JOIN `months` ON months.year_id = years.id INNER JOIN categories ON years.category_id = categories.id WHERE ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User')) AND (years.year = 2009)
Rendered advisors/_advisors_setup_targets (237.6ms)
Rendered shared/_report_filter (10.2ms)
ClubReport Load (1.1ms) SELECT * FROM `club_reports` WHERE (`club_reports`.advisor_id = 18) ORDER BY club_reports.period_year DESC, club_reports.period_month DESC LIMIT 1
ClubReport Load (1.3ms) SELECT * FROM `club_reports` WHERE (`club_reports`.advisor_id = 18) ORDER BY club_reports.period_year ASC, club_reports.period_month ASC
CACHE (0.0ms) SELECT * FROM `users` WHERE (`users`.`id` = 18)
ClubReport Load (0.6ms) SELECT * FROM `club_reports` WHERE (`club_reports`.advisor_id = 18 AND (`club_reports`.`period_year` = 2008 AND `club_reports`.`period_month` = 4)) ORDER BY club_reports.period_year ASC, club_reports.period_month ASC LIMIT 1
Rendered reports/_show_reports (308.7ms)
SQL (4.6ms) SELECT max(`club_reports`.period_month) AS max_period_month FROM `club_reports` WHERE (`club_reports`.`period_year` = 2009)
CACHE (0.0ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User'))
SQL (0.7ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE ((years.year = 2009) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User')))
SQL (1.3ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (((years.year = 2009) AND (categories.name = 'life')) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User')))
SQL (123.9ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (((years.year = 2009) AND (categories.name = 'ltc')) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User')))
SQL (124.4ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (((years.year = 2009) AND (categories.name = 'disability')) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User')))
SQL (129.8ms) SELECT sum(`years`.total) AS sum_total FROM `years` INNER JOIN categories ON years.category_id = categories.id WHERE (((years.year = 2009) AND (categories.name = 'club-credits-other')) AND ((`categories`.owner_id = 18) AND (`categories`.owner_type = 'User')))
ActionView::TemplateError (undefined method `new' for Chart:Module) on line #163 of app/views/advisors/_club_credits.haml:
160:
161:
162:
163: - report = Chart.new(@advisor.categorical_years.period(@year_num)).report
164: %br.clear
165: .table.bordered
166: %table
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/app/views/advisors/_club_credits.haml&line=163&column=1">app/views/advisors/_club_credits.haml:163</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/renderable.rb&line=39&column=1">vendor/rails/actionpack/lib/action_view/renderable.rb:39:in `send'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/renderable.rb&line=39&column=1">vendor/rails/actionpack/lib/action_view/renderable.rb:39:in `render'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/renderable_partial.rb&line=20&column=1">vendor/rails/actionpack/lib/action_view/renderable_partial.rb:20:in `render'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/benchmarking.rb&line=26&column=1">vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb&line=8&column=1">vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/benchmarking.rb&line=26&column=1">vendor/rails/actionpack/lib/action_controller/benchmarking.rb:26:in `benchmark'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/renderable_partial.rb&line=19&column=1">vendor/rails/actionpack/lib/action_view/renderable_partial.rb:19:in `render'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/template.rb&line=73&column=1">vendor/rails/actionpack/lib/action_view/template.rb:73:in `render_template'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/renderable_partial.rb&line=45&column=1">vendor/rails/actionpack/lib/action_view/renderable_partial.rb:45:in `render_partial'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/partials.rb&line=152&column=1">vendor/rails/actionpack/lib/action_view/partials.rb:152:in `render_partial'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_view/base.rb&line=258&column=1">vendor/rails/actionpack/lib/action_view/base.rb:258:in `render_without_haml'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/haml-edge-2.1.16/lib/haml/helpers/action_view_mods.rb&line=14&column=1">/usr/local/lib/ruby/gems/1.8/gems/haml-edge-2.1.16/lib/haml/helpers/action_view_mods.rb:14:in `render'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/base.rb&line=926&column=1">vendor/rails/actionpack/lib/action_controller/base.rb:926:in `render_without_benchmark'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/benchmarking.rb&line=51&column=1">vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb&line=8&column=1">vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/benchmarking.rb&line=51&column=1">vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/app/controllers/advisors_controller.rb&line=205&column=1">app/controllers/advisors_controller.rb:205:in `club_credits'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=135&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:135:in `call'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=135&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:135:in `custom'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=160&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `call'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=160&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:160:in `respond'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=158&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:158:in `each'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=158&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:158:in `respond'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/mime_responds.rb&line=107&column=1">vendor/rails/actionpack/lib/action_controller/mime_responds.rb:107:in `respond_to'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/app/controllers/advisors_controller.rb&line=204&column=1">app/controllers/advisors_controller.rb:204:in `club_credits'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/base.rb&line=1253&column=1">vendor/rails/actionpack/lib/action_controller/base.rb:1253:in `send'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/base.rb&line=1253&column=1">vendor/rails/actionpack/lib/action_controller/base.rb:1253:in `perform_action_without_filters'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/filters.rb&line=617&column=1">vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/filters.rb&line=610&column=1">vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/benchmarking.rb&line=68&column=1">vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/1.8/benchmark.rb&line=293&column=1">/usr/local/lib/ruby/1.8/benchmark.rb:293:in `measure'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/benchmarking.rb&line=68&column=1">vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/rescue.rb&line=136&column=1">vendor/rails/actionpack/lib/action_controller/rescue.rb:136:in `perform_action_without_caching'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb&line=13&column=1">vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb&line=34&column=1">vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activerecord/lib/active_record/query_cache.rb&line=8&column=1">vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb&line=12&column=1">vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/base.rb&line=524&column=1">vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/base.rb&line=524&column=1">vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/filters.rb&line=606&column=1">vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process_without_session_management_support'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/session_management.rb&line=134&column=1">vendor/rails/actionpack/lib/action_controller/session_management.rb:134:in `sass_old_process'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/haml-edge-2.1.16/lib/sass/plugin/rails.rb&line=20&column=1">/usr/local/lib/ruby/gems/1.8/gems/haml-edge-2.1.16/lib/sass/plugin/rails.rb:20:in `process'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/base.rb&line=392&column=1">vendor/rails/actionpack/lib/action_controller/base.rb:392:in `process'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=183&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in `handle_request'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=110&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:110:in `dispatch_unlocked'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=123&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:123:in `dispatch'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=122&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in `synchronize'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=122&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:122:in `dispatch'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=132&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:132:in `dispatch_cgi'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/dispatcher.rb&line=39&column=1">vendor/rails/actionpack/lib/action_controller/dispatcher.rb:39:in `dispatch'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb&line=76&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:76:in `process'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb&line=74&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `synchronize'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb&line=74&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/rails.rb:74:in `process'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=159&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:159:in `process_client'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=158&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `each'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=158&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:158:in `process_client'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=285&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=285&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `initialize'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=285&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `new'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=285&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:285:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=268&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `initialize'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=268&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `new'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb&line=268&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel.rb:268:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb&line=282&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:282:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb&line=281&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `each'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb&line=281&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:281:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails&line=128&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:128:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb&line=212&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails&line=281&column=1">/usr/local/lib/ruby/gems/1.8/gems/mongrel-1.1.5/bin/mongrel_rails:281</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=142&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load_without_new_constant_marking'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=142&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=521&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=142&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:142:in `load'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/railties/lib/commands/servers/mongrel.rb&line=64&column=1">vendor/rails/railties/lib/commands/servers/mongrel.rb:64</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb&line=31&column=1">/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb&line=31&column=1">/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=153&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=521&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/activesupport/lib/active_support/dependencies.rb&line=153&column=1">vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/vendor/rails/railties/lib/commands/server.rb&line=49&column=1">vendor/rails/railties/lib/commands/server.rb:49</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb&line=31&column=1">/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'</a>
<a href="txmt://open?url=file:///usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb&line=31&column=1">/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'</a>
<a href="txmt://open?url=file:///Users/rpierce2/www/railsmachine/statusroom/script/server&line=3&column=1">script/server:3</a>
Rendered /Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/templates/rescues/_trace (101.1ms)
Rendered /Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/templates/rescues/_request_and_response (2.5ms)
Rendering /Users/rpierce2/www/railsmachine/statusroom/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment