diff --git a/log/development.log b/log/development.log deleted file mode 100644 index dafcb42..0000000 --- a/log/development.log +++ /dev/null @@ -1,10961 +0,0 @@ - SQL (0.016000) select sqlite_version(*) - SQL (0.000000) CREATE TABLE schema_info (version integer) - SQL (0.000000) INSERT INTO schema_info (version) VALUES(0) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SELECT version FROM schema_info -Migrating to CreatePasties (1) - SQL (0.000000) CREATE TABLE pasties ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" text DEFAULT NULL, "language" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.000000) UPDATE schema_info SET version = 1 - SQL (0.000000) SELECT * FROM schema_info - SQL (0.000000)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000000) PRAGMA index_list(pasties) - - -Processing PastiesController#index (for 127.0.0.1 at 2008-04-20 15:28:38) [GET] - Session ID: be2e838b7641e24903a8715e8ef02e35 - Parameters: {"action"=>"index", "controller"=>"pasties"} - Pastie Load (0.000000) SELECT * FROM pasties  -Rendering template within layouts/pasties -Rendering pasties/index - - -ActionView::TemplateError (undefined local variable or method `new_pastie_path' for #) on line #22 of pasties/index.html.erb: -19: -20:
-21: -22: <%= link_to 'New pastie', new_pastie_path %> - - app/views/pasties/index.html.erb:22:in `_run_erb_47app47views47pasties47index46html46erb' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:858:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:872:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:262:in `render_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - app/controllers/pasties_controller.rb:7:in `index' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastiesController#index (for 127.0.0.1 at 2008-04-20 15:29:09) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"index", "controller"=>"pasties"} - Pastie Load (0.000000) SELECT * FROM pasties  -Rendering template within layouts/pasties -Rendering pasties/index - - -ActionView::TemplateError (undefined local variable or method `new_pastie_path' for #) on line #22 of pasties/index.html.erb: -19: -20:
-21: -22: <%= link_to 'New pastie', new_pastie_path %> - - app/views/pasties/index.html.erb:22:in `_run_erb_47app47views47pasties47index46html46erb' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:858:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:872:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:262:in `render_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - app/controllers/pasties_controller.rb:7:in `index' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastiesController#index (for 127.0.0.1 at 2008-04-20 15:32:47) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"index", "controller"=>"pasties"} - Pastie Load (0.000000) SELECT * FROM pasties  -Rendering template within layouts/pasties -Rendering pasties/index -Completed in 0.01500 (66 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/] - - -Processing PastiesController#new (for 127.0.0.1 at 2008-04-20 15:32:50) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"new", "controller"=>"pasties"} -Rendering template within layouts/pasties -Rendering pasties/new -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pasties/new] - - -Processing PastiesController#create (for 127.0.0.1 at 2008-04-20 15:33:19) [POST] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"commit"=>"Create", "authenticity_token"=>"8e37b1d42e89d385af3757a6d39d90da8725dcfe", "action"=>"create", "controller"=>"pasties", "pastie"=>{"language"=>"haskell", "code"=>"ggT x y = if (mod x y) > 0\r\n then ggT y (mod x y)\r\n else y\r\n\r\nkgV x y = div (x * y) (ggT x y)"}} - Pastie Create (0.000000) INSERT INTO pasties ("updated_at", "code", "language", "created_at") VALUES('2008-04-20 15:33:19', 'ggT x y = if (mod x y) > 0 - then ggT y (mod x y) - else y - -kgV x y = div (x * y) (ggT x y)', 'haskell', '2008-04-20 15:33:19') - - -NoMethodError (undefined method `pastie_url' for #): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/polymorphic_routes.rb:27:in `send!' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/polymorphic_routes.rb:27:in `polymorphic_url' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:618:in `url_for' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1060:in `redirect_to' - /app/controllers/pasties_controller.rb:48:in `create' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `call' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - /app/controllers/pasties_controller.rb:45:in `create' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:36:17) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7BjoLbm90aWNlIiVQYXN0aWUgd2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVk%0ALgY6CkB1c2VkewY7B1Q%3D--62d6fad0d3e2eb54ca5fbfd5edeefa16c45bc5ef - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SQLite3::SQLException: no such table: pastes: SELECT * FROM pastes  - - -ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: pastes: SELECT * FROM pastes ): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:345:in `catch_schema_changes' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:256:in `select' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:74:in `cache_sql' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:532:in `find_by_sql' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1233:in `find_every' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:503:in `find' - /app/controllers/pastes_controller.rb:5:in `index' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - SQL (0.000000) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: no such table: pasties: DROP TABLE pasties - SQL (0.015000) CREATE TABLE pasties ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" text DEFAULT NULL, "language" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.000000) CREATE TABLE schema_info (version integer) - SQL (0.000000) INSERT INTO schema_info (version) VALUES(0) - SQL (0.000000) UPDATE schema_info SET version = 1 - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:36:41) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SQLite3::SQLException: no such table: pastes: SELECT * FROM pastes  - - -ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: pastes: SELECT * FROM pastes ): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:345:in `catch_schema_changes' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:256:in `select' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:74:in `cache_sql' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:532:in `find_by_sql' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1233:in `find_every' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:503:in `find' - /app/controllers/pastes_controller.rb:5:in `index' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:36:44) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SQLite3::SQLException: no such table: pastes: SELECT * FROM pastes  - - -ActiveRecord::StatementInvalid (SQLite3::SQLException: no such table: pastes: SELECT * FROM pastes ): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract_adapter.rb:150:in `log' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:345:in `catch_schema_changes' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:132:in `execute' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite_adapter.rb:256:in `select' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/database_statements.rb:7:in `select_all_without_query_cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:74:in `cache_sql' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:53:in `select_all' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:532:in `find_by_sql' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1233:in `find_every' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:503:in `find' - /app/controllers/pastes_controller.rb:5:in `index' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - SQL (0.000000) select sqlite_version(*) - SQL (0.000000) CREATE TABLE schema_info (version integer) - SQL (0.031000) INSERT INTO schema_info (version) VALUES(0) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SELECT version FROM schema_info -Migrating to CreatePastes (1) - SQL (0.000000) CREATE TABLE pastes ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" text DEFAULT NULL, "language" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.000000) UPDATE schema_info SET version = 1 - SQL (0.000000) SELECT * FROM schema_info - SQL (0.000000)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000000) PRAGMA index_list(pastes) - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:38:12) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01500 (66 reqs/sec) | Rendering: 0.01500 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#new (for 127.0.0.1 at 2008-04-20 15:38:13) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"new", "controller"=>"pastes"} -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#create (for 127.0.0.1 at 2008-04-20 15:38:25) [POST] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"haskell", "code"=>"ggT x y = if (mod x y) > 0\r\n then ggT y (mod x y)\r\n else y\r\n\r\nkgV x y = div (x * y) (ggT x y)"}, "authenticity_token"=>"8e37b1d42e89d385af3757a6d39d90da8725dcfe", "action"=>"create", "controller"=>"pastes"} - Paste Create (0.000000) INSERT INTO pastes ("updated_at", "code", "language", "created_at") VALUES('2008-04-20 15:38:25', 'ggT x y = if (mod x y) > 0 - then ggT y (mod x y) - else y - -kgV x y = div (x * y) (ggT x y)', 'haskell', '2008-04-20 15:38:25') -Redirected to http://localhost:3000/pastes/1 -Completed in 0.03100 (32 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:38:25) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7BjoLbm90aWNlIiRQYXN0ZSB3YXMgc3VjY2Vzc2Z1bGx5IGNyZWF0ZWQu%0ABjoKQHVzZWR7BjsHVA%3D%3D--2f5870af406a66c275eb5dcff630c8d884ca78c0 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.07800 (12 reqs/sec) | Rendering: 0.01500 (19%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:40:45) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show - - -ActionView::TemplateError (undefined method `c' for #) on line #7 of pastes/show.html.erb: -4:

-5:

-6: Code: -7: <%=c @paste.code, :syntax => @paste.language %> -8:

-9: -10: - - app/views/pastes/show.html.erb:7:in `_run_erb_47app47views47pastes47show46html46erb' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:858:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:872:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:262:in `render_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - app/controllers/pastes_controller.rb:18:in `show' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:44:36) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show - - -ActionView::TemplateError (undefined method `c' for #) on line #7 of pastes/show.html.erb: -4:

-5:

-6: Code: -7: <%=c @paste.code, :syntax => @paste.language %> -8:

-9: -10: - - app/views/pastes/show.html.erb:7:in `_run_erb_47app47views47pastes47show46html46erb' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:858:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:872:in `render_with_no_layout' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:262:in `render_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - app/controllers/pastes_controller.rb:18:in `show' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/1.8/benchmark.rb:293:in `measure' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:44:52) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 2.87500 (0 reqs/sec) | Rendering: 2.85900 (99%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:45:05) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.04600 (21 reqs/sec) | Rendering: 0.01500 (32%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:49:17) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.04700 (21 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:49:21) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01500 (48%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:49:36) [GET] - Session ID: d45a768dfe83c86866377f6708374b5a - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:50:36) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:50:42) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:50:44) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:51:18) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.04700 (21 reqs/sec) | Rendering: 0.03100 (65%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:51:21) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:51:58) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:51:58) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01500 (48%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:52:18) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#edit (for 127.0.0.1 at 2008-04-20 15:52:24) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/edit -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01500 (48%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1/edit] - Paste Load (0.000000) SELECT * FROM pastes LIMIT 1 - Paste Load (0.000000) SELECT * FROM pastes LIMIT 1 - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:55:39) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01500 (48%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#new (for 127.0.0.1 at 2008-04-20 15:55:44) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"new", "controller"=>"pastes"} -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.07800 (12 reqs/sec) | Rendering: 0.01500 (19%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#create (for 127.0.0.1 at 2008-04-20 15:55:59) [POST] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"ruby", "code"=>"a = \"hello there\"\r\na[1] #=> 101\r\na[1,3] #=> \"ell\"\r\na[1..3] #=> \"ell\"\r\na[-3,2] #=> \"er\"\r\na[-4..-2] #=> \"her\"\r\na[12..-1] #=> nil\r\na[-2..-4] #=> \"\"\r\na[/[aeiou](.)\\1/] #=> \"ell\"\r\na[/[aeiou](.)\\1/, 0] #=> \"ell\"\r\na[/[aeiou](.)\\1/, 1] #=> \"l\"\r\na[/[aeiou](.)\\1/, 2] #=> nil\r\na[\"lo\"] #=> \"lo\"\r\na[\"bye\"] #=> nil"}, "authenticity_token"=>"8e37b1d42e89d385af3757a6d39d90da8725dcfe", "action"=>"create", "controller"=>"pastes"} - Paste Create (0.000000) INSERT INTO pastes ("updated_at", "code", "language", "created_at") VALUES('2008-04-20 15:55:59', 'a = "hello there" -a[1] #=> 101 -a[1,3] #=> "ell" -a[1..3] #=> "ell" -a[-3,2] #=> "er" -a[-4..-2] #=> "her" -a[12..-1] #=> nil -a[-2..-4] #=> "" -a[/[aeiou](.)\1/] #=> "ell" -a[/[aeiou](.)\1/, 0] #=> "ell" -a[/[aeiou](.)\1/, 1] #=> "l" -a[/[aeiou](.)\1/, 2] #=> nil -a["lo"] #=> "lo" -a["bye"] #=> nil', 'ruby', '2008-04-20 15:55:59') -Redirected to http://localhost:3000/pastes/2 -Completed in 0.10900 (9 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:55:59) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7BjoLbm90aWNlIiRQYXN0ZSB3YXMgc3VjY2Vzc2Z1bGx5IGNyZWF0ZWQu%0ABjoKQHVzZWR7BjsHVA%3D%3D--2f5870af406a66c275eb5dcff630c8d884ca78c0 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.07900 (12 reqs/sec) | Rendering: 0.07900 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 15:56:16) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 15:56:18) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:07:26) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01500 (48%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:24:51) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.09400 (10 reqs/sec) | Rendering: 0.04700 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:24:56) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.06300 (15 reqs/sec) | Rendering: 0.01600 (25%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 16:24:59) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:25:01) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.09400 (10 reqs/sec) | Rendering: 0.07800 (82%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 16:25:03) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:25:04) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:25:42) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01500 (66 reqs/sec) | Rendering: 0.01500 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:25:47) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.21900 (4 reqs/sec) | Rendering: 0.15600 (71%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:25:54) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:26:03) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 16:26:10) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:26:11) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.09400 (10 reqs/sec) | Rendering: 0.07800 (82%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 16:26:14) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01500 (66 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:26:15) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.21900 (4 reqs/sec) | Rendering: 0.15600 (71%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:27:11) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.06300 (15 reqs/sec) | Rendering: 0.06300 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:27:21) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:28:24) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:30:15) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:30:15) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 16:30:28) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlNTUyMTAyMzQ5MWNlYjQzNDIyZGQxOTA2MDVjOTQ5%0AYzEiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--b142bbf58d3d382ae14a84d48e88ce895707dd32 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.17200 (5 reqs/sec) | Rendering: 0.17200 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 17:39:40) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.01600 (100%) | DB: 0.00000 (0%) | 200 OK [http://localhost/] - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 17:39:47) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 1.18800 (0 reqs/sec) | Rendering: 1.17200 (98%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 17:39:52) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 17:40:35) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01600 (51%) | DB: 0.00000 (0%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-04-20 17:40:36) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 17:40:40) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.016000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.01600 (100%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 17:41:52) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01600 (62 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-04-20 17:41:52) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-04-20 17:41:55) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"new", "controller"=>"pastes"} -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03100 (32 reqs/sec) | Rendering: 0.01500 (48%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 17:42:16) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.015000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.01500 (66 reqs/sec) | Rendering: 0.00000 (0%) | DB: 0.01500 (100%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-04-20 17:42:17) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-04-20 17:42:19) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.12500 (8 reqs/sec) | Rendering: 0.01600 (12%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-04-20 17:42:39) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {"action"=>"index", "controller"=>"pastes"} - Paste Load (0.000000) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03200 (31 reqs/sec) | Rendering: 0.01600 (50%) | DB: 0.00000 (0%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-04-20 17:42:39) [GET] - Session ID: BAh7BzoMY3NyZl9pZCIlMDg5MDMxY2Y3MWQ1Y2Q1Y2FiYzQzNGIxMDFlZTI0%0AMzYiCmZsYXNoSUM6J0FjdGlvbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhh%0Ac2h7AAY6CkB1c2VkewA%3D--2a7cdca4510e0d870ba8a703b4eb314d6051ed6b - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:76:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `synchronize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/../lib/mongrel/rails.rb:74:in `process' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:159:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:158:in `process_client' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:285:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `initialize' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `new' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel.rb:268:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:282:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `each' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/configurator.rb:281:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:128:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/lib/mongrel/command.rb:212:in `run' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/mongrel-1.1.4-x86-mswin32-60/bin/mongrel_rails:281 - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - D:/Entwicklung/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering D:/Entwicklung/ruby/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:37:43) [GET] - Session ID: 25f17a320d7e9e8bb6efff466af9176b - Parameters: {"action"=>"index", "controller"=>"pastes"} - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:37:43) [GET] - Session ID: 25f17a320d7e9e8bb6efff466af9176b - Parameters: {"action"=>"index", "controller"=>"pastes"} - - -MissingSourceFile (no such file to load -- sqlite3): - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/kernel/requires.rb:7:in `require_library_or_gem' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/kernel/requires.rb:5:in `require_library_or_gem' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite3_adapter.rb:10:in `sqlite3_connection' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection=' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:41:21) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"index", "controller"=>"pastes"} - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:41:21) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"index", "controller"=>"pastes"} - - -MissingSourceFile (no such file to load -- sqlite3): - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/kernel/requires.rb:7:in `require_library_or_gem' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/kernel/reporting.rb:11:in `silence_warnings' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/core_ext/kernel/requires.rb:5:in `require_library_or_gem' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/sqlite3_adapter.rb:10:in `sqlite3_connection' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `send' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:291:in `connection=' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:259:in `retrieve_connection' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/connection_specification.rb:78:in `connection' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo%0ASGFzaHsABjoKQHVzZWR7AA%3D%3D--181ee5bf4131cb537c43e3be10e11df314f75952 - Parameters: {"action"=>"index", "controller"=>"pastes"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00094 (1066 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIgYvIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%0AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--7ab8aa4de15b36e028cc21f42429f5196a410366 - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00085 (1176 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1329 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1302 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1351 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1326 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00126 (794 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1303 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1329 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1324 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00088 (1140 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00076 (1317 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00093 (1072 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1300 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00076 (1315 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1349 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00076 (1319 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1356 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00081 (1237 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1290 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:21) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00089 (1119 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"index", "controller"=>"pastes"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00138 (726 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIgYvIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%0AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--7ab8aa4de15b36e028cc21f42429f5196a410366 - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00073 (1364 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1347 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00082 (1221 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00079 (1265 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00076 (1322 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1337 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1305 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1331 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00080 (1253 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1293 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:27) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00076 (1321 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00114 (880 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1346 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00079 (1261 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00081 (1231 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00080 (1256 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1328 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1351 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1347 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:28) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1345 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"index", "controller"=>"pastes"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00080 (1243 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIgYvIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%0AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--7ab8aa4de15b36e028cc21f42429f5196a410366 - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1298 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1303 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00080 (1251 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1336 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00073 (1366 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00082 (1226 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00078 (1277 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1333 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1347 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1351 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1337 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:29) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00079 (1262 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00080 (1256 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1331 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1351 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00074 (1356 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1336 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00079 (1269 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00077 (1305 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:42:30) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"new", "controller"=>"sessions"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00075 (1333 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/session/new] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:43:55) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIhEvc2Vzc2lvbi9uZXciCmZsYXNoSUM6J0FjdGlv%0AbkNvbnRyb2xsZXI6OkZsYXNoOjpGbGFzaEhhc2h7AAY6CkB1c2VkewA%3D--cc747239396ca25acdbbcd4a3a47b93a6f9cd7ef - Parameters: {"action"=>"index", "controller"=>"pastes"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00086 (1164 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 10:43:55) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIgYvIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%0AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--7ab8aa4de15b36e028cc21f42429f5196a410366 - Parameters: {"action"=>"new", "controller"=>"sessions"} -Rendering sessions/new -Completed in 0.00629 (158 reqs/sec) | Rendering: 0.00294 (46%) | DB: 0.00000 (0%) | 200 OK [http://localhost/session/new] - SQL (0.000464) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000310) SELECT version FROM schema_info - SQL (0.000246) SELECT version FROM schema_info -Migrating to CreateUsers (2) - SQL (0.000000) SQLite3::SQLException: no such table: users: DROP TABLE users - SQL (0.008594) CREATE TABLE users ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255) DEFAULT NULL, "email" varchar(255) DEFAULT NULL, "crypted_password" varchar(40) DEFAULT NULL, "salt" varchar(40) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL, "remember_token" varchar(255) DEFAULT NULL, "remember_token_expires_at" datetime DEFAULT NULL)  - SQL (0.004476) UPDATE schema_info SET version = 2 - SQL (0.000334) SELECT * FROM schema_info - SQL (0.000430)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000100) PRAGMA index_list(pastes) - SQL (0.000128) PRAGMA index_list(users) - User Load (0.000440) SELECT * FROM users WHERE (LOWER(users.login) = 'ballat') LIMIT 1 - User Load (0.000275) SELECT * FROM users WHERE (LOWER(users.email) = 'muuhhh@muhhh.muh') LIMIT 1 - User Create (0.000891) INSERT INTO users ("salt", "updated_at", "crypted_password", "remember_token_expires_at", "remember_token", "login", "created_at", "email") VALUES('3b11cc6aad1708b6132f8da1de2c9cbab77c2d7a', '2008-05-02 10:45:33', '1c79a26b5e949ac0ba4592ceab9c30c44e5954d4', NULL, NULL, 'ballat', '2008-05-02 10:45:33', 'muuhhh@muhhh.muh') - - -Processing SessionsController#create (for 127.0.0.1 at 2008-05-02 10:45:42) [POST] - Session ID: BAh7CDoOcmV0dXJuX3RvIgYvOgxjc3JmX2lkIiU3YjJlNTgxYTYxNmJhOWVm%0AMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6%0ARmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--06e9e26bfa1804a8fcf09570a5d27e986682e290 - Parameters: {"commit"=>"Log in", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"sessions", "password"=>"figur", "login"=>"ballat"} - User Load (0.000802) SELECT * FROM users WHERE (users."login" = 'ballat') LIMIT 1 -Redirected to http://localhost:3000/ -Completed in 0.02379 (42 reqs/sec) | DB: 0.00080 (3%) | 302 Found [http://localhost/session] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:45:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp%0AbiBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--63fe3f3793d2bf068cd2210e3f85a0167ab7f855 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000702) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.001473) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.06884 (14 reqs/sec) | Rendering: 0.01438 (20%) | DB: 0.00217 (3%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:45:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 10:45:51) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - User Load (0.000503) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000412) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show - - -ActionView::TemplateError (no such file to load -- uv) on line #9 of pastes/show.html.erb: -6:
-7:

-8: Code: -9: <%=c @paste.code, :syntax => @paste.language %> -10:

-11:
-12: - - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - vendor/plugins/radiograph/lib/radiograph.rb:3 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:260:in `load_missing_constant' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing' - vendor/plugins/radiograph/lib/radiograph_helper.rb:31:in `c' - app/views/pastes/show.html.erb:9:in `_run_erb_47app47views47pastes47show46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:858:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:872:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:262:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - app/controllers/pastes_controller.rb:18:in `show' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 10:51:34) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - User Load (0.000598) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000541) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 1.15521 (0 reqs/sec) | Rendering: 1.13030 (97%) | DB: 0.00114 (0%) | 200 OK [http://localhost/pastes/1] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:51:44) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000574) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000691) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.02989 (33 reqs/sec) | Rendering: 0.00842 (28%) | DB: 0.00127 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:51:44) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 10:55:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - User Load (0.000522) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000445) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.09940 (10 reqs/sec) | Rendering: 0.07841 (78%) | DB: 0.00097 (0%) | 200 OK [http://localhost/pastes/2] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:55:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:55:59) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000566) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000691) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.02876 (34 reqs/sec) | Rendering: 0.00702 (24%) | DB: 0.00126 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:55:59) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 10:56:00) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - User Load (0.000533) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000432) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03114 (32 reqs/sec) | Rendering: 0.00975 (31%) | DB: 0.00097 (3%) | 200 OK [http://localhost/pastes/1] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:56:00) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:56:13) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000511) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000625) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.02595 (38 reqs/sec) | Rendering: 0.00687 (26%) | DB: 0.00114 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:56:13) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 10:56:29) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - User Load (0.000559) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000454) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03890 (25 reqs/sec) | Rendering: 0.01159 (29%) | DB: 0.00101 (2%) | 200 OK [http://localhost/pastes/1] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:56:29) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 10:56:40) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000527) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000629) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.02647 (37 reqs/sec) | Rendering: 0.00683 (25%) | DB: 0.00116 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:56:40) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 10:57:37) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000565) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03154 (31 reqs/sec) | Rendering: 0.00939 (29%) | DB: 0.00057 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 10:57:46) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"haskell", "code"=>"----------------------------------------------------------------------------------\r\n-- Aufgabe 4\r\n-- Aufgabe 4\r\n-- Aufgabe 4\r\n-------------------------------------------------------------------------------------\r\n\r\n\r\nmodule Main where\r\n\t\r\n-- append auf 2 Listen aus der VL\r\n\r\nappend:: [a] -> [a] -> [a]\r\nappend [] ys = ys\r\nappend (x:xs) ys = x : (append xs ys)\r\n\t\r\n\t\r\n-- rev Funktion zum umdrehen einer Liste\r\nrev:: [a] -> [a]\r\nrev [] = []\r\nrev(x : xs) = append (rev xs) [x] \r\n\r\n\r\n-- die rev Funktion baut eine Art \"Rattenschwanz\" auf der sich immer weiter fortsetzt. Danach wird dieser wieder abgebaut. Das Problem dabei\r\n-- ist, dass die append funktion immer wieder aufgerufen werden muss und auf Konstrukte der Form\r\n-- append([k,k-1,k-2,k-3] [k-4]). Um das zu reduzieren werden aber wieder n Schritte gebraucht, wobei n die Anzahl der Liste\r\n-- ist. Somit muss einmal erst der Rattenschwanz aufgeklappt werden mit rev, was immer n+1 Schritte sind. Dann wird reduziert und zwar so,\r\n-- das erst ein Schritt hinzukommt, dann 2, dann 3,... dann n. \r\n-- Das heisst die Laufzeit betraegt: n+1 plus die Summe von i=1 bis n von i.\r\n-- Das kann man auch umformen zu der Summe von i=1 bis n+1 von i. (Gesetze zu Summen)\r\n-- Das ist aber gerade ( (n + 1) * (n + 2) ) / 2 (Mathebuch Satz)\r\n-- Dies liegt in O(n**2) (n hoch 2)\r\n-- Somit ist unsere Laufzeit quadratisch !\r\n\r\n\r\n-- Betrachtung der Reduktionsschritte:\r\n\r\n-- rev[1,2,3,4,5,6,7,8,9]\r\n-- > append (rev[2,3,4,5,6,7,8,9]) [1]\r\n-- > append (append (rev[3,4,5,6,7,8,9]) [2]) [1]\r\n-- > append (append (append (rev[4,5,6,7,8,9]) [3]) [2]) [1]\r\n-- > ...\r\n-- > append (append (append (append (append (append (append (append (append (rev[]) [9]) [8]) [7]) [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > ... bis hierhin n Schritte nun kommen die eigentlichen Reduktionsschritte mit append:\r\n-- > append (append (append (append (append (append (append (append (append [] [9]) [8]) [7]) [6]) [5]) [4]) [3]) [2]) [1] \r\n-- > 1 Schritt\r\n-- > append (append (append (append (append (append (append (append [9] [8]) [7]) [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > append (append (append (append (append (append (append (9 : (append [] [8] ) [7]) [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > 2 Schritte\r\n-- > append (append (append (append (append (append (append [9,8] [7]) [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > append (append (append (append (append (append (9 : ( append [8] [7])) [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > append (append (append (append (append (append (9 : (8 : ( append [] [7]))) [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > 3 Schritte\r\n-- > append (append (append (append (append (append [9,8,7] [6]) [5]) [4]) [3]) [2]) [1]\r\n-- > ...\r\n-- > append [9,8,7,6,5,4,3,2][1]\r\n-- > n Schritte\r\n\r\n\r\n\r\n\r\n\r\n-- revakk Funktion zum umdrehen einer Liste mit Akkumulator\r\nrevakk:: [a] -> [a]\r\nrevakk xs = revakkh xs []\r\n\r\nrevakkh:: [a] -> [a] -> [a]\r\nrevakkh [] xs = xs\r\nrevakkh(x : xs) ys = revakkh xs (x : ys) \r\n\r\n\r\n-- Die revakk Funktion macht das Anhaengen nicht mehr mit append auf listen, was rekursiv zur mehrberechnung fuerhrte sondern arbeitet mit\r\n-- Cons (\":\"). Fuer jeden Iterationsschritt wird zu der anfaenlgich leeren Liste ein Element dazugepackt/ dazuge-\"Cons\"-t, was nur immer\r\n-- 1 Rechenschritt nach sich zieht. Wir muessen aber noch einmal den Aufruf der Hilsfunktion sowie den letzten Schritt dazuaddieren,\r\n-- sodass unsere Laufzeit n+2 ist, wobei n die anzahl Listenelemente ist.\r\n\r\n-- Betrachtung der Reduktionsschritte an einem Beispiel:\r\n\r\n-- revakk[1,2,3,4]\r\n-- > revakkh[1,2,3,4] []\r\n-- > 1 Schritt Aufruf Hilfsfunktion\r\n-- > revakkh[2,3,4] (1:[])\r\n-- > 1 Schritt\r\n-- > revakkh[3,4] (2:(1:[]))\r\n-- > 1 Schritt\r\n-- > revakkh[4] (3:(2:(1:[])))\r\n-- > 1 Schritt\r\n-- > revakkh[] (4:(3:(2:(1:[]))))\r\n-- > 1 Schritt\r\n-- > [4,3,2,1]\r\n-- > 1 Schritt Asugabe\r\n\r\n\r\n\r\n\r\n\r\n-- Mit Maybe bau ich mir nun eine Funktion, die einen ein Bool liefert,wenn spaeter meine Zahl in der Liste lag.\r\n-- Ich ahbe es so gemacht, dass die Maye Funktion den Wert -1 wiedergibt, wenn das Element nicht vorhanden ist,\r\n-- da dies z.B. in C und vielen anderen Prog.-Sprachen der Wert fuer eine Art Fehler/Falsche Eingabe ist.\r\nisdrin :: Maybe Int -> Int\r\nisdrin Nothing = -1\r\nisdrin (Just x) = x\r\n\r\n\r\n\r\n-- stelle-Funktion; nur auf mindestens einelementigen Listen definiert\r\n-- Ist das Element nicht vorhanden, so bekommt man (-1) als Ausgabe\r\nstelle:: Int -> [Int] -> Int\r\nstelle element xs = isdrin (stelleh element xs 1)\r\n\r\n\r\n-- Hilfsfunktion, die die eigentliche Arbeit macht Ich habe mich auf Ints beschraenkt, da ich staendig Konflikte mit der Aequivalenzabfrage\r\n-- hatte und mit (Eq a -> ...) oder so nicht zurechtkam.\r\nstelleh:: Int -> [Int] -> Int -> Maybe Int\r\nstelleh element [] count = Nothing\r\nstelleh element (x:xs) count = if (element == x)\r\n\t\t\t\t\t\tthen (Just count)\r\n\t\t\t\t\t\telse stelleh element xs (count + 1)\r\n\t\t\t\t\t\t\r\n\r\n\r\n-- Strings sind eine Liste von Chars sind, weshalb die Listenoperationen funktionieren. Deshalb laesst sich\r\n-- die Funktion auch verallgemeinern fuer alle auf Listen basierenden Typen.\r\n\r\n\r\n-- Funktion inconcat\r\ninconcat::[String] -> String -> String\r\ninconcat[] trennzeichen = []\r\ninconcat(x:[]) trennzeichen = x \r\ninconcat(x:y:xs) trennzeichen = (x ++ trennzeichen ++ y) ++ trennzeichen ++ (inconcat xs trennzeichen)\r\n\r\n\r\ninconcat2::[[a]] -> [a] -> [a]\r\ninconcat2[] trennzeichen = []\r\ninconcat2(x:[]) trennzeichen = x \r\ninconcat2(x:y:xs) trennzeichen = (x ++ trennzeichen ++ y) ++ trennzeichen ++ (inconcat2 xs trennzeichen)\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n-- Funktion conc\r\n-- Ich verstehe als Komplexprodukt A={\"aa\", \"b\"}, B={\"a\", \"c\"} => A°B={\"aaa\", \"aac\", \"ba\", \"bc\"} \r\n\r\n-- Die conc Funktion nimmt bei 2 listen von der 2ten liste das erste element und faengt an alle elemente der ersten Liste mit den Elementen der 2ten Liste\r\n-- zu konkatenieren (auf String basis. , bzw Charbasis). Dann faehrt sie fort mit der Rest liste und schahtelt immer so weiter bis alle Permutationen\r\n-- vorhanden sind. \r\n\r\nconc::[String] -> [String] -> [String]\r\nconc (x:[]) (element:[]) = [ x ++ element]\r\nconc (x:xs) (element:[]) = append [x ++ element] (conc xs (element:[])) \r\nconc (x:xs) (y:ys) = append (conc (x:xs) (y:[])) (conc (x:xs) ys) \r\n\r\n\r\n-- Funktion union\r\nunion::[String] -> [String] -> [String]\r\nunion l1 l2 = append l1 l2\r\n\r\n\r\n\r\n----------------------------------------------------------------------------------\r\n-- Aufgabe 5\r\n-- Aufgabe 5\r\n-- Aufgabe 5\r\n-----------------------------------------------------------------------------------\r\n\r\n-- Baeumchen\r\ndata Bonzai = Empty | Node Bonzai Int Bonzai deriving (Show)\r\n\r\n-- die Funktion sumTree\r\n-- Es ist eigentlich ganz einfach. wir summieren die Zahl, die in dem Knoten steht und rufen rekursiv die Summe nochmal fuer den rechten und linken Teilbaum auf\r\n-- Terminiert wird bei den Blaettern, die, sich dadurch auszeichnen, dass sie keine Unterbaeume mehr haben.\r\n\r\nsumTree:: Bonzai -> Int\r\nsumTree Empty = 0\r\nsumTree (Node Empty zahl Empty) = zahl\r\nsumTree (Node linkerteilbaum zahl rechterteilbaum) = (zahl + (sumTree linkerteilbaum) + (sumTree rechterteilbaum) )\r\n\r\n\r\n-- die Funktion sumTreeAkk mit dem Akkumulator der anfangs auf 0 ist\r\n-- Die Funktion mit laufendem akkumulator bringt nicht viel, wenn man die Laufzeit betrachtet, denn es aendert nichts daran, dass ich 2 Aufrufe von der Hilfsfunktion pro Iterationsschritt machen muss.\r\n-- So oder so muss rekursiv in den Baum abgestiegen werden und eine lange Summe gebildet werden.\r\n\r\nsumTreeAkk:: Bonzai -> Int\r\nsumTreeAkk baeumchen = sumtreeakk_helper baeumchen 0\r\n\r\nsumtreeakk_helper:: Bonzai -> Int-> Int\r\nsumtreeakk_helper Empty akku = 0\r\nsumtreeakk_helper (Node Empty n Empty) akku = n + akku\r\nsumtreeakk_helper (Node lbaum zahl rbaum) akku = (sumtreeakk_helper lbaum akku) + (sumtreeakk_helper rbaum (zahl+ akku))\r\n\r\n\r\n\r\n\r\n\r\n-- Die Funktion mirrorTree\r\nmirrorTree:: Bonzai -> Bonzai\r\nmirrorTree Empty = Empty\r\nmirrorTree (Node lefttree number righttree) = (Node (mirrorTree righttree) number (mirrorTree lefttree) )\r\n\r\n\r\n\r\n\r\n\r\n-- Die Funktion treeToList1\r\n\r\ntreetolist1:: Bonzai -> [Int] \r\ntreetolist1 Empty = []\r\ntreetolist1 baeumchen = treetolist_help1 baeumchen []\r\n\r\ntreetolist_help1:: Bonzai -> [Int]-> [Int] \r\ntreetolist_help1 Empty [] = []\r\ntreetolist_help1 (Node Empty number Empty) xs = [number]\r\ntreetolist_help1 (Node linkerteilbaum zahl rechterteilbaum) xs = append (zahl : (treetolist_help1 linkerteilbaum xs)) (treetolist_help1 rechterteilbaum xs)\r\n\r\n-- treetolist1 funktioniert so: Ich fange mit einer Hilfsfunktion an, die eine leere Liste mitfuehrt. Diese Hilfsfunktion steigt geht so vor:\r\n-- Fuer jede Iteration im Baum nach unten wird die Liste um die Knotennummer des linken Teilbaums erweitert. bis ich bei Blaettern ankomme, die auch nur\r\n-- an diese Liste angehaengt werden. Ueber dem ganzen laeuft aber eine append Funktion die an diese ganzen linken nodenumbers noch die Liste anhaengt der rechten\r\n-- Teilbaeume.\r\n\r\n-- Gucken wir uns einfach mal ein paar Reduktionen an:\r\n\r\n-- treetolist1 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- > treetolist_help (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) []\r\n-- > append ( (8 : (treetolist_help Node (Node Empty 1 (Node Empty 112 Empty)) [])) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) [])\r\n-- > append ( (8 : (append (1: (treetolist_help Empty []) ) (treetolist_help (Node Empty 112 Empty)) []))) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) [])\r\n-- > append ( (8 : (append (1: []) (treetolist_help (Node Empty 112 Empty)) []))) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) [])\r\n-- > append ( (8 : (append (1: []) [112]) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) [])\r\n-- > append ( (8 : (append [1] [112]) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) [])\r\n-- > append ( (8 : (append [1,112]) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) [])\r\n-- > append ( (8 : (append [1,112]) (append (9 : (treetolist_help Empty []))(treetolist_help (Empty 99 Empty) []) ))) [])\r\n-- > append ( (8 : (append [1,112]) (append (9 : [] (treetolist_help (Empty 99 Empty) []) ))) [])\r\n-- > append ( (8 : (append [1,112]) (append [9] (treetolist_help (Empty 99 Empty) []) )))\r\n-- > append ( (8 : (append [1,112]) (append [9] [99]) ))\r\n-- > append ( (8 : (append [1,112]) [9,99] ))\r\n-- > append ( (8 : [1,112,9,99]))\r\n-- > append [8,1,112,9,99]\r\n\r\n\r\n\r\n-- Die Funktion treeToList2\r\n\r\ntreetolist2:: Bonzai -> [Int] \r\ntreetolist2 Empty = []\r\ntreetolist2 (Node faggottree zahl dikestree) = (treetolist2 faggottree) ++ [zahl] ++ (treetolist2 dikestree)\r\n\r\n-- treetToList2 aehnlich nur ohne leerer Liste die aufgebaut wird und ist leichter zu verstehen:\r\n-- Hat man einen Baum so ist der Ansatz pro Iteration: Och nehme die Nummer und packe sie in eine Liste und mache mit append tiefer im Baum weiter.\r\n-- Stoesst man auf EMpty bedeutet, dass das man an einem Blatt war und appended nur die leere Liste.\r\n\r\n-- Hierzu derselbe Baum mal :\r\n-- treetolist2 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >(treeToList2 (Node Empty 1 (Node Empty 112 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >((treeToList2 Empty) ++ [1] ++ (treeToList2 (Node Empty 112 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >([] ++ [1] ++ (treeToList2 (Node Empty 112 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >([] ++ [1] ++ ((treeToList2 Empty) ++ [112] ++ (treeToList2 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >([] ++ [1] ++ ([] ++ [112] ++ (treeToList2 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty)))\r\n-- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ((treeToList2 Empty) ++ [9] ++ (treeToList2 (Node Empty 99 Empty)) )\r\n-- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ([] ++ [9] ++ (treeToList2 (Node Empty 99 Empty)) )\r\n-- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ([] ++ [9] ++ ((treeToList2 Empty) ++ [99] ++ (treeToList2 Empty)) )\r\n-- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ([] ++ [9] ++ ([] ++ [99] ++ (treeToList2 Empty)) )\r\n-- >...\r\n-- > [1,112,8,9,99]\r\n\r\n\r\n\r\n\r\n\r\n----------------------------------------------------------------------------\r\n-- Aufgabe 6\r\n-- Aufgabe 6\r\n-- Aufgabe 6\r\n-----------------------------------------------------------------------------------\r\n\r\n\r\n\r\n-- polymorphes Baeumchen\r\n-- ich muss hier neue Namen waerheln, da wirs sonst mit den Konstruktoren der vorherigen Baum Datenstruktur in Konflikt kommen\r\n-- Also Achtung!!! hier heiss es nun Knoten und Leer!\r\n-- KV steht fuer Key Value, KVSearchTree ist dann der SearchTree der Keys und Values speichert\r\n\r\n\r\ndata KVSearchTree b = Leer | Knoten (KVSearchTree b) b (KVSearchTree b) deriving (Show)\r\ndata KV key value = KV Int value deriving (Show)\r\n\r\n\r\n\r\n-- \"Getter/Konstruktor\" \r\nmake_KV:: Int -> value -> (KV Int value)\r\nmake_KV key value = KV key value\r\n\r\nget_key:: (KV Int value) -> Int\r\nget_key (KV key value) = key\r\n\r\nget_value:: (KV Int value) -> value\r\nget_value (KV key value) = value\r\n\r\n\r\n\r\n-- die insert Funktion\r\n-- Die insert Funktion vergleicht ob der einzufuegende Schluessel gleich ist, dann wird einfach der Baum ueberschrieben. Sollte der Wert kleiner dem schluessel sein\r\n-- wird im linken Teilbaum weitergemacht, im anderen Falle im rechten.\r\n\r\ninsert::Int -> value -> KVSearchTree (KV Int value) -> KVSearchTree (KV Int value)\r\ninsert key value tree = inserthelp(make_KV key value) tree\r\n\t\r\ninserthelp:: (KV Int value) -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value))\r\ninserthelp kv Leer = Knoten Leer kv Leer\r\ninserthelp kv (Knoten l b r) \r\n\t| ( (get_key kv) < (get_key b)) = Knoten (inserthelp kv l) b r\r\n\t| ( (get_key kv) == (get_key b)) = Knoten l kv r\r\n\t| otherwise = Knoten l b (inserthelp kv r)\r\n\r\n\r\n\r\n\r\n-- die lookupTree Funktion VORSICHT ! lookup ist schon vorreserviert von haskell; somit haben wir lookupTree gemacht.\r\n\r\nlookupTree:: Int -> KVSearchTree (KV Int value) -> value\r\nlookupTree key Leer = error \"nicht vorhanden\"\r\nlookupTree key (Knoten lbaum kvpair rbaum)\r\n\t| (key < (get_key kvpair)) = lookupTree key lbaum\r\n\t| (key > (get_key kvpair)) = lookupTree key rbaum\r\n\t| (key == (get_key kvpair)) = get_value kvpair\t\r\n\r\n\r\n\r\n\r\n-- listToSearchTree dabei wird so vorgegangen, dass das erste lement die Wurzel ist, weil es sonst zu kompliziert ist\r\n-- und ich nicht einen Sortieralgorithmus hier programmieren will, der mir erst die auf irgendeine Art Liste sortiert, sodass da erste element moeglichst\r\n-- clever gewaehlt ist\r\nlistToSearchTree::[(KV Int value)] -> (KVSearchTree (KV Int value))\r\nlistToSearchTree [] = error \"Leere Liste\"\r\nlistToSearchTree (x : xs) = ltsT xs (Knoten Leer x Leer)\r\n\r\nltsT::[(KV Int value)] -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value))\r\nltsT [] baum = baum\r\nltsT (x:xs) baum = ltsT xs (insert (get_key x) (get_value x) baum)\r\n\r\n\r\n\r\n-- die delete Funktion, Bei der delete Funktion muss man darauf Achten, dass der neue Baum auch wieder stimmig ist\r\n-- Hierzu zuerst eine merge Funktion die 2 Baeume miteinander richtig zu einem neuen Binaerbaum verbinden. Vorraussetzung ist hierbei: keine doppelten Eintraege.\r\nmergeTrees:: (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value))\r\nmergeTrees Leer Leer = Leer\r\nmergeTrees (Knoten lb a rb) Leer = Knoten lb a rb\r\nmergeTrees (Knoten lb a rb) (Knoten ltb b rtb)\r\n\t| ((get_key a) < (get_key b)) = (Knoten (mergeTrees (Knoten lb a rb) ltb ) b rtb)\r\n\t| otherwise = (Knoten ltb b (mergeTrees (Knoten lb a rb) rtb) )\r\n\t\r\n\t\r\n-- Hiermit nun die delete Funktion\t\r\ndelete:: Int -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value))\r\ndelete number (Knoten lb a rb)\r\n\t| (number < (get_key a)) = Knoten (delete number lb) a rb\r\n\t| (number > (get_key a)) = Knoten lb a (delete number rb)\r\n\t| (number == (get_key a)) = mergeTrees lb rb\r\n\r\n\r\n\r\n-- searchTreeToList\r\nsearchTreeToList::(KVSearchTree (KV Int value)) -> [(KV Int value)]\r\nsearchTreeToList Leer = []\r\nsearchTreeToList (Knoten links b rechts) = ( (searchTreeToList links) ++ [b] ) ++ (searchTreeToList rechts)\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\r\n\r\n\r\n\r\n\r\n\r\n-- Die Mainfunktion enthaelt ein paar Testlaeufe\r\n\r\nmain =\r\n\tdo {\r\n\t\r\n-- \t\tAufgabe 4\r\n------------------------------------------------\r\n--\t\tprint ( rev [1,2,3,4,5] );\r\n--\t\tprint ( rev [1] );\t\t\r\n--\t\tprint ( rev [2,8,9,44,5] );\t\t\r\n\r\n--\t\tprint ( revakk [1,2,3,4,5] );\r\n--\t\tprint ( revakk [1] );\t\t\r\n--\t\tprint ( revakk [2,8,9,44,5] );\t\r\n\r\n--\t\tprint ( stelle 4 [1,2,3,4,5] );\r\n--\t\tprint ( stelle 1 [1] );\t\t\r\n--\t\tprint ( stelle 7 [2,8,9,44,5] );\t\t\r\n\r\n--\t\tprint ( inconcat [\"bla\",\"huh\",\"5\"] \"+++\" );\r\n--\t\tprint ( inconcat [\"bla\"] \"---\");\t\r\n--\t\tprint ( inconcat [\"bla\",\"huh\",\"5\"] \"11^%\" );\r\n\r\n\t\tprint ( inconcat2 [\"bla\",\"huh\",\"5\"] \"+++\" );\r\n\t\tprint ( inconcat2 [\"999\"] \"10\" );\t\r\n\t\tprint ( inconcat2 [\"bla\",\"huh\",\"5\"] \"11^%\" );\r\n\r\n\r\n--\t\tprint ( conc [\"bla\",\"huh\",\"5\"] [\"+++\",\"fdfd\"] );\r\n--\t\tprint ( conc [\"bla\"] [\"---\"]);\r\n--\t\tprint ( conc [\"bla\",\"huh\",\"5\"] [\"ab\", \"bb\"] );\r\n\r\n--\t\tprint ( union [\"bla\",\"huh\",\"5\"] [\"+++\",\"fdfd\"] );\r\n--\t\tprint ( union [\"bla\"] [\"---\"]);\t\r\n--\t\tprint ( union [\"bla\",\"huh\",\"5\"] [\"ab\",\"bb\"] );\t\r\n\t\t\t\r\n\t\t\t\r\n-- \t\tAufgabe 5\r\n------------------------------------------------\t\t\t\r\n\r\n--\t\tprint ( sumTree (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) );\r\n--\t\tprint ( sumTree Empty );\r\n--\t\tprint ( sumTree (Node Empty 8 (Node Empty 9 Empty)) );\r\n\t\t\t\r\n\r\n--\t\tprint ( sumTreeAkk (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) );\r\n--\t\tprint ( sumTreeAkk Empty );\r\n--\t\tprint ( sumTreeAkk (Node Empty 8 (Node Empty 9 Empty)) );\r\n\r\n--\t\tprint ( mirrorTree (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) );\r\n--\t\tprint ( mirrorTree Empty );\r\n--\t\tprint ( mirrorTree (Node Empty 8 (Node Empty 9 Empty)) );\r\n\r\n--\t\tprint ( treetolist1 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) );\r\n--\t\tprint ( treetolist1 Empty );\r\n--\t\tprint ( treetolist1 (Node Empty 8 (Node Empty 9 Empty)) );\r\n\t\t\r\n--\t\tprint ( treetolist2 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) );\r\n--\t\tprint ( treetolist2 Empty );\r\n--\t\tprint ( treetolist2 (Node Empty 8 (Node Empty 9 Empty)) );\t\r\n\r\n\t\t\r\n-- \t\tAufgabe 6\r\n------------------------------------------------\t\t\t\t\r\n\t\t\r\n--\t\tprint ( insert 15 \"hasenbraten\" Leer);\t\r\n--\t\tprint ( insert 15 \"kot\" (Knoten (Knoten Leer (KV 8 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\r\n--\t\tprint ( insert 11 \"kot\" (Knoten (Knoten Leer (KV 8 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\r\n\r\n--\t\tprint ( mergeTrees (Knoten Leer (KV 8 \"watanderes\") Leer) (Knoten (Knoten Leer (KV 9 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\t\r\n--\t\tprint ( mergeTrees (Knoten Leer (KV 13 \"watanderes\") Leer) (Knoten Leer (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\t\r\n--\t\tprint ( mergeTrees (Knoten Leer (KV 11 \"watanderes\") Leer) (Knoten (Knoten Leer (KV 9 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\r\n\r\n--\t\tprint ( delete 9 (Knoten Leer (KV 9 \"hallo\") Leer) );\t\t\r\n--\t\tprint ( delete 12 (Knoten Leer (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\t\r\n--\t\tprint ( delete 12 (Knoten (Knoten Leer (KV 9 \"hallo\") Leer) (KV 10 \"du\") (Knoten (Knoten Leer (KV 11 \"Parampam1!\") Leer) (KV 12 \"vogel\") (Knoten Leer (KV 13 \"UTZ!\") Leer))) );\r\n\t\t\t\t\r\n--\t\tprint ( lookupTree 8 (Knoten (Knoten Leer (KV 8 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\t\r\n--\t\tprint ( lookupTree 12 (Knoten (Knoten Leer (KV 8 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\r\n--\t\tprint ( lookupTree 7 (Knoten (Knoten Leer (KV 8 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\t\t\t\r\n\t\t\t\r\n--\t\tprint ( searchTreeToList (Knoten (Knoten Leer (KV 8 \"hallo\") Leer) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\r\n--\t\tprint ( searchTreeToList (Knoten (Knoten (Knoten Leer (KV 4 \"hallo\") Leer ) (KV 8 \"hallo\") (Knoten Leer (KV 9 \"hallo\") Leer )) (KV 10 \"du\") (Knoten Leer (KV 12 \"vogel\") Leer)) );\r\n\r\n--\t\tprint ( listToSearchTree []); keine ahung warum der Glaskow haskell compiler hierbei streikt\r\n--\t\tprint ( listToSearchTree [(KV 5 \"moin\")] );\r\n--\t\tprint ( listToSearchTree [(KV 5 \"bla bla\"),(KV 6 \"mooin\"),(KV 10 \"dsad\"),(KV 4 \"dsad\"),(KV 45 \"jij\")] );\r\n\t\t\r\n\t\t\r\n\t}\r\n\r\n\r\n"}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000618) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Create (0.001045) INSERT INTO pastes ("updated_at", "code", "language", "created_at") VALUES('2008-05-02 10:57:46', '---------------------------------------------------------------------------------- --- Aufgabe 4 --- Aufgabe 4 --- Aufgabe 4 -------------------------------------------------------------------------------------- - - -module Main where - --- append auf 2 Listen aus der VL - -append:: [a] -> [a] -> [a] -append [] ys = ys -append (x:xs) ys = x : (append xs ys) - - --- rev Funktion zum umdrehen einer Liste -rev:: [a] -> [a] -rev [] = [] -rev(x : xs) = append (rev xs) [x] - - --- die rev Funktion baut eine Art "Rattenschwanz" auf der sich immer weiter fortsetzt. Danach wird dieser wieder abgebaut. Das Problem dabei --- ist, dass die append funktion immer wieder aufgerufen werden muss und auf Konstrukte der Form --- append([k,k-1,k-2,k-3] [k-4]). Um das zu reduzieren werden aber wieder n Schritte gebraucht, wobei n die Anzahl der Liste --- ist. Somit muss einmal erst der Rattenschwanz aufgeklappt werden mit rev, was immer n+1 Schritte sind. Dann wird reduziert und zwar so, --- das erst ein Schritt hinzukommt, dann 2, dann 3,... dann n. --- Das heisst die Laufzeit betraegt: n+1 plus die Summe von i=1 bis n von i. --- Das kann man auch umformen zu der Summe von i=1 bis n+1 von i. (Gesetze zu Summen) --- Das ist aber gerade ( (n + 1) * (n + 2) ) / 2 (Mathebuch Satz) --- Dies liegt in O(n**2) (n hoch 2) --- Somit ist unsere Laufzeit quadratisch ! - - --- Betrachtung der Reduktionsschritte: - --- rev[1,2,3,4,5,6,7,8,9] --- > append (rev[2,3,4,5,6,7,8,9]) [1] --- > append (append (rev[3,4,5,6,7,8,9]) [2]) [1] --- > append (append (append (rev[4,5,6,7,8,9]) [3]) [2]) [1] --- > ... --- > append (append (append (append (append (append (append (append (append (rev[]) [9]) [8]) [7]) [6]) [5]) [4]) [3]) [2]) [1] --- > ... bis hierhin n Schritte nun kommen die eigentlichen Reduktionsschritte mit append: --- > append (append (append (append (append (append (append (append (append [] [9]) [8]) [7]) [6]) [5]) [4]) [3]) [2]) [1] --- > 1 Schritt --- > append (append (append (append (append (append (append (append [9] [8]) [7]) [6]) [5]) [4]) [3]) [2]) [1] --- > append (append (append (append (append (append (append (9 : (append [] [8] ) [7]) [6]) [5]) [4]) [3]) [2]) [1] --- > 2 Schritte --- > append (append (append (append (append (append (append [9,8] [7]) [6]) [5]) [4]) [3]) [2]) [1] --- > append (append (append (append (append (append (9 : ( append [8] [7])) [6]) [5]) [4]) [3]) [2]) [1] --- > append (append (append (append (append (append (9 : (8 : ( append [] [7]))) [6]) [5]) [4]) [3]) [2]) [1] --- > 3 Schritte --- > append (append (append (append (append (append [9,8,7] [6]) [5]) [4]) [3]) [2]) [1] --- > ... --- > append [9,8,7,6,5,4,3,2][1] --- > n Schritte - - - - - --- revakk Funktion zum umdrehen einer Liste mit Akkumulator -revakk:: [a] -> [a] -revakk xs = revakkh xs [] - -revakkh:: [a] -> [a] -> [a] -revakkh [] xs = xs -revakkh(x : xs) ys = revakkh xs (x : ys) - - --- Die revakk Funktion macht das Anhaengen nicht mehr mit append auf listen, was rekursiv zur mehrberechnung fuerhrte sondern arbeitet mit --- Cons (":"). Fuer jeden Iterationsschritt wird zu der anfaenlgich leeren Liste ein Element dazugepackt/ dazuge-"Cons"-t, was nur immer --- 1 Rechenschritt nach sich zieht. Wir muessen aber noch einmal den Aufruf der Hilsfunktion sowie den letzten Schritt dazuaddieren, --- sodass unsere Laufzeit n+2 ist, wobei n die anzahl Listenelemente ist. - --- Betrachtung der Reduktionsschritte an einem Beispiel: - --- revakk[1,2,3,4] --- > revakkh[1,2,3,4] [] --- > 1 Schritt Aufruf Hilfsfunktion --- > revakkh[2,3,4] (1:[]) --- > 1 Schritt --- > revakkh[3,4] (2:(1:[])) --- > 1 Schritt --- > revakkh[4] (3:(2:(1:[]))) --- > 1 Schritt --- > revakkh[] (4:(3:(2:(1:[])))) --- > 1 Schritt --- > [4,3,2,1] --- > 1 Schritt Asugabe - - - - - --- Mit Maybe bau ich mir nun eine Funktion, die einen ein Bool liefert,wenn spaeter meine Zahl in der Liste lag. --- Ich ahbe es so gemacht, dass die Maye Funktion den Wert -1 wiedergibt, wenn das Element nicht vorhanden ist, --- da dies z.B. in C und vielen anderen Prog.-Sprachen der Wert fuer eine Art Fehler/Falsche Eingabe ist. -isdrin :: Maybe Int -> Int -isdrin Nothing = -1 -isdrin (Just x) = x - - - --- stelle-Funktion; nur auf mindestens einelementigen Listen definiert --- Ist das Element nicht vorhanden, so bekommt man (-1) als Ausgabe -stelle:: Int -> [Int] -> Int -stelle element xs = isdrin (stelleh element xs 1) - - --- Hilfsfunktion, die die eigentliche Arbeit macht Ich habe mich auf Ints beschraenkt, da ich staendig Konflikte mit der Aequivalenzabfrage --- hatte und mit (Eq a -> ...) oder so nicht zurechtkam. -stelleh:: Int -> [Int] -> Int -> Maybe Int -stelleh element [] count = Nothing -stelleh element (x:xs) count = if (element == x) - then (Just count) - else stelleh element xs (count + 1) - - - --- Strings sind eine Liste von Chars sind, weshalb die Listenoperationen funktionieren. Deshalb laesst sich --- die Funktion auch verallgemeinern fuer alle auf Listen basierenden Typen. - - --- Funktion inconcat -inconcat::[String] -> String -> String -inconcat[] trennzeichen = [] -inconcat(x:[]) trennzeichen = x -inconcat(x:y:xs) trennzeichen = (x ++ trennzeichen ++ y) ++ trennzeichen ++ (inconcat xs trennzeichen) - - -inconcat2::[[a]] -> [a] -> [a] -inconcat2[] trennzeichen = [] -inconcat2(x:[]) trennzeichen = x -inconcat2(x:y:xs) trennzeichen = (x ++ trennzeichen ++ y) ++ trennzeichen ++ (inconcat2 xs trennzeichen) - - - - - - - --- Funktion conc --- Ich verstehe als Komplexprodukt A={"aa", "b"}, B={"a", "c"} => A°B={"aaa", "aac", "ba", "bc"} - --- Die conc Funktion nimmt bei 2 listen von der 2ten liste das erste element und faengt an alle elemente der ersten Liste mit den Elementen der 2ten Liste --- zu konkatenieren (auf String basis. , bzw Charbasis). Dann faehrt sie fort mit der Rest liste und schahtelt immer so weiter bis alle Permutationen --- vorhanden sind. - -conc::[String] -> [String] -> [String] -conc (x:[]) (element:[]) = [ x ++ element] -conc (x:xs) (element:[]) = append [x ++ element] (conc xs (element:[])) -conc (x:xs) (y:ys) = append (conc (x:xs) (y:[])) (conc (x:xs) ys) - - --- Funktion union -union::[String] -> [String] -> [String] -union l1 l2 = append l1 l2 - - - ----------------------------------------------------------------------------------- --- Aufgabe 5 --- Aufgabe 5 --- Aufgabe 5 ------------------------------------------------------------------------------------ - --- Baeumchen -data Bonzai = Empty | Node Bonzai Int Bonzai deriving (Show) - --- die Funktion sumTree --- Es ist eigentlich ganz einfach. wir summieren die Zahl, die in dem Knoten steht und rufen rekursiv die Summe nochmal fuer den rechten und linken Teilbaum auf --- Terminiert wird bei den Blaettern, die, sich dadurch auszeichnen, dass sie keine Unterbaeume mehr haben. - -sumTree:: Bonzai -> Int -sumTree Empty = 0 -sumTree (Node Empty zahl Empty) = zahl -sumTree (Node linkerteilbaum zahl rechterteilbaum) = (zahl + (sumTree linkerteilbaum) + (sumTree rechterteilbaum) ) - - --- die Funktion sumTreeAkk mit dem Akkumulator der anfangs auf 0 ist --- Die Funktion mit laufendem akkumulator bringt nicht viel, wenn man die Laufzeit betrachtet, denn es aendert nichts daran, dass ich 2 Aufrufe von der Hilfsfunktion pro Iterationsschritt machen muss. --- So oder so muss rekursiv in den Baum abgestiegen werden und eine lange Summe gebildet werden. - -sumTreeAkk:: Bonzai -> Int -sumTreeAkk baeumchen = sumtreeakk_helper baeumchen 0 - -sumtreeakk_helper:: Bonzai -> Int-> Int -sumtreeakk_helper Empty akku = 0 -sumtreeakk_helper (Node Empty n Empty) akku = n + akku -sumtreeakk_helper (Node lbaum zahl rbaum) akku = (sumtreeakk_helper lbaum akku) + (sumtreeakk_helper rbaum (zahl+ akku)) - - - - - --- Die Funktion mirrorTree -mirrorTree:: Bonzai -> Bonzai -mirrorTree Empty = Empty -mirrorTree (Node lefttree number righttree) = (Node (mirrorTree righttree) number (mirrorTree lefttree) ) - - - - - --- Die Funktion treeToList1 - -treetolist1:: Bonzai -> [Int] -treetolist1 Empty = [] -treetolist1 baeumchen = treetolist_help1 baeumchen [] - -treetolist_help1:: Bonzai -> [Int]-> [Int] -treetolist_help1 Empty [] = [] -treetolist_help1 (Node Empty number Empty) xs = [number] -treetolist_help1 (Node linkerteilbaum zahl rechterteilbaum) xs = append (zahl : (treetolist_help1 linkerteilbaum xs)) (treetolist_help1 rechterteilbaum xs) - --- treetolist1 funktioniert so: Ich fange mit einer Hilfsfunktion an, die eine leere Liste mitfuehrt. Diese Hilfsfunktion steigt geht so vor: --- Fuer jede Iteration im Baum nach unten wird die Liste um die Knotennummer des linken Teilbaums erweitert. bis ich bei Blaettern ankomme, die auch nur --- an diese Liste angehaengt werden. Ueber dem ganzen laeuft aber eine append Funktion die an diese ganzen linken nodenumbers noch die Liste anhaengt der rechten --- Teilbaeume. - --- Gucken wir uns einfach mal ein paar Reduktionen an: - --- treetolist1 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) --- > treetolist_help (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) [] --- > append ( (8 : (treetolist_help Node (Node Empty 1 (Node Empty 112 Empty)) [])) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) []) --- > append ( (8 : (append (1: (treetolist_help Empty []) ) (treetolist_help (Node Empty 112 Empty)) []))) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) []) --- > append ( (8 : (append (1: []) (treetolist_help (Node Empty 112 Empty)) []))) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) []) --- > append ( (8 : (append (1: []) [112]) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) []) --- > append ( (8 : (append [1] [112]) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) []) --- > append ( (8 : (append [1,112]) (treetolist_help (Node Empty 9 (Node Empty 99 Empty))) []) --- > append ( (8 : (append [1,112]) (append (9 : (treetolist_help Empty []))(treetolist_help (Empty 99 Empty) []) ))) []) --- > append ( (8 : (append [1,112]) (append (9 : [] (treetolist_help (Empty 99 Empty) []) ))) []) --- > append ( (8 : (append [1,112]) (append [9] (treetolist_help (Empty 99 Empty) []) ))) --- > append ( (8 : (append [1,112]) (append [9] [99]) )) --- > append ( (8 : (append [1,112]) [9,99] )) --- > append ( (8 : [1,112,9,99])) --- > append [8,1,112,9,99] - - - --- Die Funktion treeToList2 - -treetolist2:: Bonzai -> [Int] -treetolist2 Empty = [] -treetolist2 (Node faggottree zahl dikestree) = (treetolist2 faggottree) ++ [zahl] ++ (treetolist2 dikestree) - --- treetToList2 aehnlich nur ohne leerer Liste die aufgebaut wird und ist leichter zu verstehen: --- Hat man einen Baum so ist der Ansatz pro Iteration: Och nehme die Nummer und packe sie in eine Liste und mache mit append tiefer im Baum weiter. --- Stoesst man auf EMpty bedeutet, dass das man an einem Blatt war und appended nur die leere Liste. - --- Hierzu derselbe Baum mal : --- treetolist2 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) --- >(treeToList2 (Node Empty 1 (Node Empty 112 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty))) --- >((treeToList2 Empty) ++ [1] ++ (treeToList2 (Node Empty 112 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty))) --- >([] ++ [1] ++ (treeToList2 (Node Empty 112 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty))) --- >([] ++ [1] ++ ((treeToList2 Empty) ++ [112] ++ (treeToList2 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty))) --- >([] ++ [1] ++ ([] ++ [112] ++ (treeToList2 Empty))) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty))) --- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ (treeToList2 (Node Empty 9 (Node Empty 99 Empty))) --- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ((treeToList2 Empty) ++ [9] ++ (treeToList2 (Node Empty 99 Empty)) ) --- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ([] ++ [9] ++ (treeToList2 (Node Empty 99 Empty)) ) --- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ([] ++ [9] ++ ((treeToList2 Empty) ++ [99] ++ (treeToList2 Empty)) ) --- >([] ++ [1] ++ ([] ++ [112] ++ [])) ++ [8] ++ ([] ++ [9] ++ ([] ++ [99] ++ (treeToList2 Empty)) ) --- >... --- > [1,112,8,9,99] - - - - - ----------------------------------------------------------------------------- --- Aufgabe 6 --- Aufgabe 6 --- Aufgabe 6 ------------------------------------------------------------------------------------ - - - --- polymorphes Baeumchen --- ich muss hier neue Namen waerheln, da wirs sonst mit den Konstruktoren der vorherigen Baum Datenstruktur in Konflikt kommen --- Also Achtung!!! hier heiss es nun Knoten und Leer! --- KV steht fuer Key Value, KVSearchTree ist dann der SearchTree der Keys und Values speichert - - -data KVSearchTree b = Leer | Knoten (KVSearchTree b) b (KVSearchTree b) deriving (Show) -data KV key value = KV Int value deriving (Show) - - - --- "Getter/Konstruktor" -make_KV:: Int -> value -> (KV Int value) -make_KV key value = KV key value - -get_key:: (KV Int value) -> Int -get_key (KV key value) = key - -get_value:: (KV Int value) -> value -get_value (KV key value) = value - - - --- die insert Funktion --- Die insert Funktion vergleicht ob der einzufuegende Schluessel gleich ist, dann wird einfach der Baum ueberschrieben. Sollte der Wert kleiner dem schluessel sein --- wird im linken Teilbaum weitergemacht, im anderen Falle im rechten. - -insert::Int -> value -> KVSearchTree (KV Int value) -> KVSearchTree (KV Int value) -insert key value tree = inserthelp(make_KV key value) tree - -inserthelp:: (KV Int value) -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value)) -inserthelp kv Leer = Knoten Leer kv Leer -inserthelp kv (Knoten l b r) - | ( (get_key kv) < (get_key b)) = Knoten (inserthelp kv l) b r - | ( (get_key kv) == (get_key b)) = Knoten l kv r - | otherwise = Knoten l b (inserthelp kv r) - - - - --- die lookupTree Funktion VORSICHT ! lookup ist schon vorreserviert von haskell; somit haben wir lookupTree gemacht. - -lookupTree:: Int -> KVSearchTree (KV Int value) -> value -lookupTree key Leer = error "nicht vorhanden" -lookupTree key (Knoten lbaum kvpair rbaum) - | (key < (get_key kvpair)) = lookupTree key lbaum - | (key > (get_key kvpair)) = lookupTree key rbaum - | (key == (get_key kvpair)) = get_value kvpair - - - - --- listToSearchTree dabei wird so vorgegangen, dass das erste lement die Wurzel ist, weil es sonst zu kompliziert ist --- und ich nicht einen Sortieralgorithmus hier programmieren will, der mir erst die auf irgendeine Art Liste sortiert, sodass da erste element moeglichst --- clever gewaehlt ist -listToSearchTree::[(KV Int value)] -> (KVSearchTree (KV Int value)) -listToSearchTree [] = error "Leere Liste" -listToSearchTree (x : xs) = ltsT xs (Knoten Leer x Leer) - -ltsT::[(KV Int value)] -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value)) -ltsT [] baum = baum -ltsT (x:xs) baum = ltsT xs (insert (get_key x) (get_value x) baum) - - - --- die delete Funktion, Bei der delete Funktion muss man darauf Achten, dass der neue Baum auch wieder stimmig ist --- Hierzu zuerst eine merge Funktion die 2 Baeume miteinander richtig zu einem neuen Binaerbaum verbinden. Vorraussetzung ist hierbei: keine doppelten Eintraege. -mergeTrees:: (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value)) -mergeTrees Leer Leer = Leer -mergeTrees (Knoten lb a rb) Leer = Knoten lb a rb -mergeTrees (Knoten lb a rb) (Knoten ltb b rtb) - | ((get_key a) < (get_key b)) = (Knoten (mergeTrees (Knoten lb a rb) ltb ) b rtb) - | otherwise = (Knoten ltb b (mergeTrees (Knoten lb a rb) rtb) ) - - --- Hiermit nun die delete Funktion -delete:: Int -> (KVSearchTree (KV Int value)) -> (KVSearchTree (KV Int value)) -delete number (Knoten lb a rb) - | (number < (get_key a)) = Knoten (delete number lb) a rb - | (number > (get_key a)) = Knoten lb a (delete number rb) - | (number == (get_key a)) = mergeTrees lb rb - - - --- searchTreeToList -searchTreeToList::(KVSearchTree (KV Int value)) -> [(KV Int value)] -searchTreeToList Leer = [] -searchTreeToList (Knoten links b rechts) = ( (searchTreeToList links) ++ [b] ) ++ (searchTreeToList rechts) - - - - - - - - - - - - - --- Die Mainfunktion enthaelt ein paar Testlaeufe - -main = - do { - --- Aufgabe 4 ------------------------------------------------- --- print ( rev [1,2,3,4,5] ); --- print ( rev [1] ); --- print ( rev [2,8,9,44,5] ); - --- print ( revakk [1,2,3,4,5] ); --- print ( revakk [1] ); --- print ( revakk [2,8,9,44,5] ); - --- print ( stelle 4 [1,2,3,4,5] ); --- print ( stelle 1 [1] ); --- print ( stelle 7 [2,8,9,44,5] ); - --- print ( inconcat ["bla","huh","5"] "+++" ); --- print ( inconcat ["bla"] "---"); --- print ( inconcat ["bla","huh","5"] "11^%" ); - - print ( inconcat2 ["bla","huh","5"] "+++" ); - print ( inconcat2 ["999"] "10" ); - print ( inconcat2 ["bla","huh","5"] "11^%" ); - - --- print ( conc ["bla","huh","5"] ["+++","fdfd"] ); --- print ( conc ["bla"] ["---"]); --- print ( conc ["bla","huh","5"] ["ab", "bb"] ); - --- print ( union ["bla","huh","5"] ["+++","fdfd"] ); --- print ( union ["bla"] ["---"]); --- print ( union ["bla","huh","5"] ["ab","bb"] ); - - --- Aufgabe 5 ------------------------------------------------- - --- print ( sumTree (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) ); --- print ( sumTree Empty ); --- print ( sumTree (Node Empty 8 (Node Empty 9 Empty)) ); - - --- print ( sumTreeAkk (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) ); --- print ( sumTreeAkk Empty ); --- print ( sumTreeAkk (Node Empty 8 (Node Empty 9 Empty)) ); - --- print ( mirrorTree (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) ); --- print ( mirrorTree Empty ); --- print ( mirrorTree (Node Empty 8 (Node Empty 9 Empty)) ); - --- print ( treetolist1 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) ); --- print ( treetolist1 Empty ); --- print ( treetolist1 (Node Empty 8 (Node Empty 9 Empty)) ); - --- print ( treetolist2 (Node (Node Empty 1 (Node Empty 112 Empty)) 8 (Node Empty 9 (Node Empty 99 Empty))) ); --- print ( treetolist2 Empty ); --- print ( treetolist2 (Node Empty 8 (Node Empty 9 Empty)) ); - - --- Aufgabe 6 ------------------------------------------------- - --- print ( insert 15 "hasenbraten" Leer); --- print ( insert 15 "kot" (Knoten (Knoten Leer (KV 8 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( insert 11 "kot" (Knoten (Knoten Leer (KV 8 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); - --- print ( mergeTrees (Knoten Leer (KV 8 "watanderes") Leer) (Knoten (Knoten Leer (KV 9 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( mergeTrees (Knoten Leer (KV 13 "watanderes") Leer) (Knoten Leer (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( mergeTrees (Knoten Leer (KV 11 "watanderes") Leer) (Knoten (Knoten Leer (KV 9 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); - --- print ( delete 9 (Knoten Leer (KV 9 "hallo") Leer) ); --- print ( delete 12 (Knoten Leer (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( delete 12 (Knoten (Knoten Leer (KV 9 "hallo") Leer) (KV 10 "du") (Knoten (Knoten Leer (KV 11 "Parampam1!") Leer) (KV 12 "vogel") (Knoten Leer (KV 13 "UTZ!") Leer))) ); - --- print ( lookupTree 8 (Knoten (Knoten Leer (KV 8 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( lookupTree 12 (Knoten (Knoten Leer (KV 8 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( lookupTree 7 (Knoten (Knoten Leer (KV 8 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); - --- print ( searchTreeToList (Knoten (Knoten Leer (KV 8 "hallo") Leer) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); --- print ( searchTreeToList (Knoten (Knoten (Knoten Leer (KV 4 "hallo") Leer ) (KV 8 "hallo") (Knoten Leer (KV 9 "hallo") Leer )) (KV 10 "du") (Knoten Leer (KV 12 "vogel") Leer)) ); - --- print ( listToSearchTree []); keine ahung warum der Glaskow haskell compiler hierbei streikt --- print ( listToSearchTree [(KV 5 "moin")] ); --- print ( listToSearchTree [(KV 5 "bla bla"),(KV 6 "mooin"),(KV 10 "dsad"),(KV 4 "dsad"),(KV 45 "jij")] ); - - - } - - -', 'haskell', '2008-05-02 10:57:46') -Redirected to http://localhost:3000/pastes/3 -Completed in 0.03614 (27 reqs/sec) | DB: 0.00166 (4%) | 302 Found [http://localhost/pastes] - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 10:57:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJFBhc3RlIHdh%0AcyBzdWNjZXNzZnVsbHkgY3JlYXRlZC4GOgpAdXNlZHsGOwlU--c0c0f0bc2cb6e8bb98afeebd314d8a03d381cbfa - Parameters: {"action"=>"show", "id"=>"3", "controller"=>"pastes"} - User Load (0.000527) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000653) SELECT * FROM pastes WHERE (pastes."id" = 3)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.33387 (2 reqs/sec) | Rendering: 0.31234 (93%) | DB: 0.00118 (0%) | 200 OK [http://localhost/pastes/3] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 10:57:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:02:31) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000643) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.001007) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.02971 (33 reqs/sec) | Rendering: 0.00748 (25%) | DB: 0.00165 (5%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:02:31) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:03:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000502) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000927) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.12365 (8 reqs/sec) | Rendering: 0.10370 (83%) | DB: 0.00143 (1%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:03:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:04:18) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000557) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000958) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03062 (32 reqs/sec) | Rendering: 0.00881 (28%) | DB: 0.00151 (4%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:04:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:04:39) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000583) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.001004) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.12504 (7 reqs/sec) | Rendering: 0.00916 (7%) | DB: 0.00159 (1%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:04:40) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:06:28) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000549) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000958) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03130 (31 reqs/sec) | Rendering: 0.00937 (29%) | DB: 0.00151 (4%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:06:28) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:07:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000571) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000975) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Completed in 0.03163 (31 reqs/sec) | Rendering: 0.00937 (29%) | DB: 0.00155 (4%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:07:43) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:09:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000582) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000986) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index - - -ActionView::TemplateError (undefined local variable or method `paste' for #) on line #3 of pastes/_code.html.erb: -1: -2: -3: <%=h paste.code[0, 25] %> -4: <%=h paste.language %> -5: <%= link_to 'Show', paste %> -6: <%= link_to 'Edit', edit_paste_path(paste) %> - - app/views/pastes/_code.html.erb:3:in `_run_erb_47app47views47pastes47_code46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:331:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/partials.rb:117:in `render_partial' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:26:in `benchmark' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/1.8/benchmark.rb:307:in `realtime' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:26:in `benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/partials.rb:116:in `render_partial' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/partials.rb:143:in `render_partial_collection' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:602:in `each_with_index' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/partials.rb:141:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/partials.rb:141:in `each_with_index' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/partials.rb:141:in `render_partial_collection' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:350:in `render' - app/views/pastes/index.html.erb:15:in `_run_erb_47app47views47pastes47index46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:858:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:872:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:262:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:131:in `custom' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `call' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:156:in `respond' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:150:in `respond' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/mime_responds.rb:107:in `respond_to' - app/controllers/pastes_controller.rb:7:in `index' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:10:10) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000525) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000977) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00467) -Rendered pastes/_paste (0.00066) -Rendered pastes/_paste (0.00069) -Completed in 0.14483 (6 reqs/sec) | Rendering: 0.01215 (8%) | DB: 0.00150 (1%) | 200 OK [http://localhost/pastes/] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:10:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000569) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000962) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00342) -Rendered pastes/_paste (0.00065) -Rendered pastes/_paste (0.00056) -Completed in 0.03262 (30 reqs/sec) | Rendering: 0.01033 (31%) | DB: 0.00153 (4%) | 200 OK [http://localhost/pastes/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:10:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:11:50) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000514) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.02767 (36 reqs/sec) | Rendering: 0.00780 (28%) | DB: 0.00051 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 11:11:57) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"action"=>"show", "id"=>"3", "controller"=>"pastes"} - User Load (0.000573) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000603) SELECT * FROM pastes WHERE (pastes."id" = 3)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.24951 (4 reqs/sec) | Rendering: 0.22623 (90%) | DB: 0.00118 (0%) | 200 OK [http://localhost/pastes/3] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:11:57) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:12:24) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000506) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.02820 (35 reqs/sec) | Rendering: 0.00781 (27%) | DB: 0.00051 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 11:18:09) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pastes"} - User Load (0.000579) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000473) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.03487 (28 reqs/sec) | Rendering: 0.01175 (33%) | DB: 0.00105 (3%) | 200 OK [http://localhost/pastes/1] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:18:09) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:23:30) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000529) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000932) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00341) -Rendered pastes/_paste (0.00063) -Rendered pastes/_paste (0.00055) -Completed in 0.04411 (22 reqs/sec) | Rendering: 0.00883 (20%) | DB: 0.00146 (3%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:23:30) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:23:32) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000508) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.11421 (8 reqs/sec) | Rendering: 0.09434 (82%) | DB: 0.00051 (0%) | 200 OK [http://localhost/pastes/new] - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 11:23:33) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"actionscript", "code"=>""}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000575) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03146 (31 reqs/sec) | Rendering: 0.00736 (23%) | DB: 0.00058 (1%) | 200 OK [http://localhost/pastes] - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 11:25:06) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"actionscript", "code"=>""}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000653) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.04610 (21 reqs/sec) | Rendering: 0.00917 (19%) | DB: 0.00065 (1%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:25:06) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 11:27:11) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"actionscript", "code"=>""}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000668) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.14032 (7 reqs/sec) | Rendering: 0.00957 (6%) | DB: 0.00067 (0%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:27:12) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:27:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000627) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03500 (28 reqs/sec) | Rendering: 0.01200 (34%) | DB: 0.00063 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:27:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 11:27:48) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"", "code"=>""}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000818) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.12928 (7 reqs/sec) | Rendering: 0.01476 (11%) | DB: 0.00082 (0%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:27:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:28:35) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000577) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03761 (26 reqs/sec) | Rendering: 0.01039 (27%) | DB: 0.00058 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:28:35) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:28:37) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000518) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.02811 (35 reqs/sec) | Rendering: 0.00798 (28%) | DB: 0.00052 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:28:38) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:28:53) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000609) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03236 (30 reqs/sec) | Rendering: 0.01019 (31%) | DB: 0.00061 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:28:53) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:29:53) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000529) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.12206 (8 reqs/sec) | Rendering: 0.10201 (83%) | DB: 0.00053 (0%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:29:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:30:04) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000582) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03264 (30 reqs/sec) | Rendering: 0.01048 (32%) | DB: 0.00058 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:30:04) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:30:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000596) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.12315 (8 reqs/sec) | Rendering: 0.01043 (8%) | DB: 0.00060 (0%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:30:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:30:32) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000532) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03263 (30 reqs/sec) | Rendering: 0.01043 (31%) | DB: 0.00053 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:30:32) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:30:38) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000600) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03350 (29 reqs/sec) | Rendering: 0.01038 (30%) | DB: 0.00060 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:30:38) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:30:52) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000526) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03063 (32 reqs/sec) | Rendering: 0.00989 (32%) | DB: 0.00053 (1%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:30:53) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 11:30:57) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"", "code"=>""}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000558) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Completed in 0.03235 (30 reqs/sec) | Rendering: 0.00762 (23%) | DB: 0.00056 (1%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:30:57) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#new (for 127.0.0.1 at 2008-05-02 11:34:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pastes"} - User Load (0.000694) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Rendered pastes/_form (0.00625) -Completed in 0.03393 (29 reqs/sec) | Rendering: 0.01107 (32%) | DB: 0.00069 (2%) | 200 OK [http://localhost/pastes/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:34:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#create (for 127.0.0.1 at 2008-05-02 11:34:44) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "paste"=>{"language"=>"", "code"=>""}, "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pastes"} - User Load (0.000527) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/pastes -Rendering pastes/new -Rendered pastes/_form (0.00420) -Completed in 0.12347 (8 reqs/sec) | Rendering: 0.00820 (6%) | DB: 0.00053 (0%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:34:45) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#edit (for 127.0.0.1 at 2008-05-02 11:36:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"pastes"} - User Load (0.000569) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000465) SELECT * FROM pastes WHERE (pastes."id" = 1)  -Rendering template within layouts/pastes -Rendering pastes/edit -Rendered pastes/_form (0.00645) -Completed in 0.03748 (26 reqs/sec) | Rendering: 0.01151 (30%) | DB: 0.00103 (2%) | 200 OK [http://localhost/pastes/1/edit] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:36:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:36:29) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000520) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000917) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00309) -Rendered pastes/_paste (0.00061) -Rendered pastes/_paste (0.00057) -Completed in 0.02860 (34 reqs/sec) | Rendering: 0.00843 (29%) | DB: 0.00144 (5%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:36:29) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 11:36:32) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"pastes"} - User Load (0.000573) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000463) SELECT * FROM pastes WHERE (pastes."id" = 2)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.09306 (10 reqs/sec) | Rendering: 0.06907 (74%) | DB: 0.00104 (1%) | 200 OK [http://localhost/pastes/2] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:36:32) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:36:34) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000522) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000918) SELECT * FROM pastes  -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00311) -Rendered pastes/_paste (0.00060) -Rendered pastes/_paste (0.00054) -Completed in 0.03085 (32 reqs/sec) | Rendering: 0.00845 (27%) | DB: 0.00144 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:36:35) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#show (for 127.0.0.1 at 2008-05-02 11:36:36) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"3", "controller"=>"pastes"} - User Load (0.000597) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000616) SELECT * FROM pastes WHERE (pastes."id" = 3)  -Rendering template within layouts/pastes -Rendering pastes/show -Completed in 0.23158 (4 reqs/sec) | Rendering: 0.20792 (89%) | DB: 0.00121 (0%) | 200 OK [http://localhost/pastes/3] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:36:36) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:37:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000565) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000927) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00326) -Rendered pastes/_paste (0.00059) -Rendered pastes/_paste (0.00053) -Completed in 0.03346 (29 reqs/sec) | Rendering: 0.00850 (25%) | DB: 0.00149 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:37:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 11:40:23) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000657) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.001020) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00354) -Rendered pastes/_paste (0.00071) -Rendered pastes/_paste (0.00062) -Completed in 0.03544 (28 reqs/sec) | Rendering: 0.00984 (27%) | DB: 0.00168 (4%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:40:23) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 11:57:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000506) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - - -NameError (uninitialized constant MugshotsController::Mughshot): - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:478:in `const_missing' - /app/controllers/mugshots_controller.rb:4:in `index' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 11:58:09) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000545) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - SQL (0.000613)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000543)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - - -NoMethodError (undefined method `has_attachment' for Mugshot(Table doesn't exist):Class): - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1532:in `method_missing' - /app/models/mugshot.rb:5 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:471:in `send' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:471:in `const_missing' - /app/controllers/mugshots_controller.rb:4:in `index' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - SQL (0.000465) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000346) SELECT version FROM schema_info - SQL (0.000240) SELECT version FROM schema_info - SQL (0.000235) SELECT version FROM schema_info -Migrating to CreateMugshots (3) - SQL (0.007314) CREATE TABLE mugshots ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer DEFAULT NULL, "content_type" varchar(255) DEFAULT NULL, "filename" varchar(255) DEFAULT NULL, "thumbnail" varchar(255) DEFAULT NULL, "size" integer DEFAULT NULL, "width" integer DEFAULT NULL, "height" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.004145) UPDATE schema_info SET version = 3 - SQL (0.000402) SELECT * FROM schema_info - SQL (0.000568)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000108) PRAGMA index_list(mugshots) - SQL (0.000113) PRAGMA index_list(pastes) - SQL (0.000119) PRAGMA index_list(users) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 11:58:26) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000600) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - SQL (0.000679)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000650)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - - -NoMethodError (undefined method `has_attachment' for #): - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/base.rb:1532:in `method_missing' - /app/models/mugshot.rb:5 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:453:in `const_missing' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:465:in `const_missing' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:471:in `send' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:471:in `const_missing' - /app/controllers/mugshots_controller.rb:4:in `index' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1158:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 11:58:44) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMY3NyZl9pZCIlN2IyZTU4MWE2MTZiYTllZjBm%0ANDk2NzhiYjE4ZWEyYmM6DHVzZXJfaWRpBiIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--db977f61d8f985bfa8fa5c4a690057104c6eae1d - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000598) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000330) SELECT * FROM mugshots  -Rendering mugshots/index -Completed in 0.40611 (2 reqs/sec) | Rendering: 0.00183 (0%) | DB: 0.00093 (0%) | 200 OK [http://localhost/mugshots] - - -Processing MugshotsController#new (for 127.0.0.1 at 2008-05-02 11:58:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"mugshots"} - User Load (0.000658) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering mugshots/new -Completed in 0.03162 (31 reqs/sec) | Rendering: 0.00414 (13%) | DB: 0.00066 (2%) | 200 OK [http://localhost/mugshots/new] - - -Processing MugshotsController#create (for 127.0.0.1 at 2008-05-02 11:59:02) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"mugshots", "mugshot"=>{"uploaded_data"=>#}} - User Load (0.000537) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Create (0.000845) INSERT INTO mugshots ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 554132, NULL, '2008-05-02 11:59:02', 'intoTheMist_1920x1200.jpg', 1200, NULL, '2008-05-02 11:59:02', 1920) - Mugshot Load (0.000339) SELECT * FROM mugshots WHERE (mugshots."parent_id" = 1 AND mugshots."thumbnail" = 'thumb') LIMIT 1 - Mugshot Create (0.000590) INSERT INTO mugshots ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 4710, 'thumb', '2008-05-02 11:59:03', 'intoTheMist_1920x1200_thumb.jpg', 63, 1, '2008-05-02 11:59:03', 100) -Redirected to http://localhost:3000/mugshots/1 -Completed in 1.07051 (0 reqs/sec) | DB: 0.00231 (0%) | 302 Found [http://localhost/mugshots] - - -Processing MugshotsController#show (for 127.0.0.1 at 2008-05-02 11:59:03) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJk11Z3Nob3Qg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--2f5afd5a47a8eb1d35ea82df3b22b933c8092d64 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000918) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - - -ActionController::UnknownAction (No action responded to show): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 11:59:09) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000595) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000912) SELECT * FROM mugshots  -Rendering mugshots/index -Completed in 0.08408 (11 reqs/sec) | Rendering: 0.00745 (8%) | DB: 0.00151 (1%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 11:59:09) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:05:33) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000529) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000930) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02802 (35 reqs/sec) | Rendering: 0.00609 (21%) | DB: 0.00146 (5%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:05:33) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/home/universal/development/workspaces/e/ownpastie/uploads/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:05:33) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/home/universal/development/workspaces/e/ownpastie/uploads/mugshots/0000/0001/intoTheMist_1920x1200_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - SQL (0.000465) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000316) SELECT version FROM schema_info - SQL (0.000240) SELECT version FROM schema_info - SQL (0.000237) SELECT version FROM schema_info - SQL (0.000306) SELECT * FROM schema_info - SQL (0.000534)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000097) PRAGMA index_list(mugshots) - SQL (0.000090) PRAGMA index_list(pastes) - SQL (0.000094) PRAGMA index_list(users) - SQL (0.000460) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000368) SELECT version FROM schema_info - SQL (0.000242) SELECT version FROM schema_info - SQL (0.000237) SELECT version FROM schema_info - SQL (0.000317) SELECT * FROM schema_info - SQL (0.000553)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000095) PRAGMA index_list(mugshots) - SQL (0.000091) PRAGMA index_list(pastes) - SQL (0.000103) PRAGMA index_list(users) - SQL (0.000464) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000315) SELECT version FROM schema_info - SQL (0.000242) SELECT version FROM schema_info - SQL (0.000253) SELECT version FROM schema_info - SQL (0.000317) SELECT * FROM schema_info - SQL (0.000537)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000097) PRAGMA index_list(mugshots) - SQL (0.000093) PRAGMA index_list(pastes) - SQL (0.000095) PRAGMA index_list(users) - SQL (0.000506) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000374) SELECT version FROM schema_info - SQL (0.000252) SELECT version FROM schema_info - SQL (0.000242) SELECT version FROM schema_info - SQL (0.000340) SELECT * FROM schema_info - SQL (0.000556)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000103) PRAGMA index_list(mugshots) - SQL (0.000094) PRAGMA index_list(pastes) - SQL (0.000099) PRAGMA index_list(users) - SQL (0.000296) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: no such table: mugshots: DROP TABLE mugshots - SQL (0.005872) CREATE TABLE mugshots ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer DEFAULT NULL, "content_type" varchar(255) DEFAULT NULL, "filename" varchar(255) DEFAULT NULL, "thumbnail" varchar(255) DEFAULT NULL, "size" integer DEFAULT NULL, "width" integer DEFAULT NULL, "height" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.000000) SQLite3::SQLException: no such table: pastes: DROP TABLE pastes - SQL (0.003491) CREATE TABLE pastes ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "code" text DEFAULT NULL, "language" varchar(255) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.000000) SQLite3::SQLException: no such table: users: DROP TABLE users - SQL (0.004005) CREATE TABLE users ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "login" varchar(255) DEFAULT NULL, "email" varchar(255) DEFAULT NULL, "crypted_password" varchar(40) DEFAULT NULL, "salt" varchar(40) DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL, "remember_token" varchar(255) DEFAULT NULL, "remember_token_expires_at" datetime DEFAULT NULL)  - SQL (0.003441) CREATE TABLE schema_info (version integer) - SQL (0.004613) INSERT INTO schema_info (version) VALUES(0) - SQL (0.015195) UPDATE schema_info SET version = 3 - SQL (0.000951) SELECT version FROM schema_info - SQL (0.000226) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000243) SELECT version FROM schema_info - SQL (0.000237) SELECT version FROM schema_info - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000301) SELECT version FROM schema_info -Migrating to CreateMugshots (3) - SQL (0.014659) DROP TABLE mugshots - SQL (0.003780) UPDATE schema_info SET version = 2 -Reached target version: 2 - SQL (0.000456) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000371) SELECT version FROM schema_info - SQL (0.000246) SELECT version FROM schema_info - SQL (0.000235) SELECT version FROM schema_info -Migrating to CreateMugshots (3) - SQL (0.008053) CREATE TABLE mugshots ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer DEFAULT NULL, "content_type" varchar(255) DEFAULT NULL, "filename" varchar(255) DEFAULT NULL, "thumbnail" varchar(255) DEFAULT NULL, "size" integer DEFAULT NULL, "width" integer DEFAULT NULL, "height" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.002708) UPDATE schema_info SET version = 3 - SQL (0.000383) SELECT * FROM schema_info - SQL (0.000520)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000096) PRAGMA index_list(mugshots) - SQL (0.000093) PRAGMA index_list(pastes) - SQL (0.000091) PRAGMA index_list(users) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:06:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000682) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000310) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02379 (42 reqs/sec) | Rendering: 0.00087 (3%) | DB: 0.00099 (4%) | 200 OK [http://localhost/mugshots] - - -Processing MugshotsController#new (for 127.0.0.1 at 2008-05-02 12:07:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"mugshots"} - User Load (0.000629) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering mugshots/new -Completed in 0.02669 (37 reqs/sec) | Rendering: 0.00162 (6%) | DB: 0.00063 (2%) | 200 OK [http://localhost/mugshots/new] - - -Processing MugshotsController#create (for 127.0.0.1 at 2008-05-02 12:07:15) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"mugshots", "mugshot"=>{"uploaded_data"=>#}} - User Load (0.000519) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Create (0.000447) INSERT INTO mugshots ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 554132, NULL, '2008-05-02 12:07:15', 'intoTheMist_1920x1200.jpg', 1200, NULL, '2008-05-02 12:07:15', 1920) - Mugshot Load (0.000249) SELECT * FROM mugshots WHERE (mugshots."parent_id" = 1 AND mugshots."thumbnail" = 'thumb') LIMIT 1 - Mugshot Create (0.001139) INSERT INTO mugshots ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 4710, 'thumb', '2008-05-02 12:07:16', 'intoTheMist_1920x1200_thumb.jpg', 63, 1, '2008-05-02 12:07:16', 100) -Redirected to http://localhost:3000/mugshots/1 -Completed in 0.79193 (1 reqs/sec) | DB: 0.00235 (0%) | 302 Found [http://localhost/mugshots] - - -Processing MugshotsController#show (for 127.0.0.1 at 2008-05-02 12:07:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJk11Z3Nob3Qg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--2f5afd5a47a8eb1d35ea82df3b22b933c8092d64 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000611) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000637) SELECT * FROM mugshots WHERE (mugshots."id" = 1)  - - -ActionController::MissingTemplate (Missing template mugshots/show.html.erb in view path /home/universal/development/workspaces/e/ownpastie/app/views): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1098:in `render_for_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:836:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:270:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1153:in `default_render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1159:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:11:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000602) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000960) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.03068 (32 reqs/sec) | Rendering: 0.00641 (20%) | DB: 0.00156 (5%) | 200 OK [http://localhost/mugshots/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:11:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/home/universal/development/workspaces/e/ownpastie/uploads/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:11:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/home/universal/development/workspaces/e/ownpastie/uploads/mugshots/0000/0001/intoTheMist_1920x1200_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:11:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/home/universal/development/workspaces/e/ownpastie/uploads/mugshots/0000/0001/intoTheMist_1920x1200_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - SQL (0.000945) SELECT version FROM schema_info - SQL (0.000228) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000247) SELECT version FROM schema_info - SQL (0.000253) SELECT version FROM schema_info - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000302) SELECT version FROM schema_info -Migrating to CreateMugshots (3) - SQL (0.008460) DROP TABLE mugshots - SQL (0.002655) UPDATE schema_info SET version = 2 -Reached target version: 2 - SQL (0.000463) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000310) SELECT version FROM schema_info - SQL (0.000242) SELECT version FROM schema_info - SQL (0.000237) SELECT version FROM schema_info -Migrating to CreateMugshots (3) - SQL (0.005954) CREATE TABLE mugshots ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer DEFAULT NULL, "content_type" varchar(255) DEFAULT NULL, "filename" varchar(255) DEFAULT NULL, "thumbnail" varchar(255) DEFAULT NULL, "size" integer DEFAULT NULL, "width" integer DEFAULT NULL, "height" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.002289) UPDATE schema_info SET version = 3 - SQL (0.000380) SELECT * FROM schema_info - SQL (0.000553)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000110) PRAGMA index_list(mugshots) - SQL (0.000093) PRAGMA index_list(pastes) - SQL (0.000093) PRAGMA index_list(users) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:15:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000520) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000299) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02192 (45 reqs/sec) | Rendering: 0.00086 (3%) | DB: 0.00082 (3%) | 200 OK [http://localhost/mugshots/] - - -Processing MugshotsController#new (for 127.0.0.1 at 2008-05-02 12:15:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"mugshots"} - User Load (0.000614) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering mugshots/new -Completed in 0.02575 (38 reqs/sec) | Rendering: 0.00166 (6%) | DB: 0.00061 (2%) | 200 OK [http://localhost/mugshots/new] - - -Processing MugshotsController#create (for 127.0.0.1 at 2008-05-02 12:15:54) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"mugshots", "mugshot"=>{"uploaded_data"=>#}} - User Load (0.000563) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Create (0.000449) INSERT INTO mugshots ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 554132, NULL, '2008-05-02 12:15:55', 'intoTheMist_1920x1200.jpg', 1200, NULL, '2008-05-02 12:15:55', 1920) - Mugshot Load (0.000367) SELECT * FROM mugshots WHERE (mugshots."parent_id" = 1 AND mugshots."thumbnail" = 'thumb') LIMIT 1 - Mugshot Create (0.000223) INSERT INTO mugshots ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 4710, 'thumb', '2008-05-02 12:15:55', 'intoTheMist_1920x1200_thumb.jpg', 63, 1, '2008-05-02 12:15:55', 100) -Redirected to http://localhost:3000/mugshots/1 -Completed in 0.88092 (1 reqs/sec) | DB: 0.00160 (0%) | 302 Found [http://localhost/mugshots] - - -Processing MugshotsController#show (for 127.0.0.1 at 2008-05-02 12:15:55) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJk11Z3Nob3Qg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--2f5afd5a47a8eb1d35ea82df3b22b933c8092d64 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000623) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000586) SELECT * FROM mugshots WHERE (mugshots."id" = 1)  -Rendering mugshots/show -Completed in 0.02737 (36 reqs/sec) | Rendering: 0.00224 (8%) | DB: 0.00121 (4%) | 200 OK [http://localhost/mugshots/1] - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:15:57) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000579) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000869) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02713 (36 reqs/sec) | Rendering: 0.00583 (21%) | DB: 0.00145 (5%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:15:57) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:16:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000533) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000928) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02786 (35 reqs/sec) | Rendering: 0.00593 (21%) | DB: 0.00146 (5%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:16:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:16:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000530) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000863) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02740 (36 reqs/sec) | Rendering: 0.00604 (22%) | DB: 0.00139 (5%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:16:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:16:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000536) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000868) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02812 (35 reqs/sec) | Rendering: 0.00586 (20%) | DB: 0.00140 (4%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:16:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:17:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000521) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000858) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02744 (36 reqs/sec) | Rendering: 0.00586 (21%) | DB: 0.00138 (5%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:17:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 12:17:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000886) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000867) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.03522 (28 reqs/sec) | Rendering: 0.00589 (16%) | DB: 0.00175 (4%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 12:17:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 13:26:13) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000512) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000862) SELECT * FROM mugshots ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02828 (35 reqs/sec) | Rendering: 0.00659 (23%) | DB: 0.00137 (4%) | 200 OK [http://localhost/mugshots] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 13:26:13) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots/0000/0001/intoTheMist_1920x1200_thumb_thumb.jpg" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - Mugshot Load (0.001495) SELECT * FROM mugshots  - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 13:27:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000555) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000648) SELECT * FROM mugshots WHERE (parent_id is NULL) ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02862 (34 reqs/sec) | Rendering: 0.00618 (21%) | DB: 0.00120 (4%) | 200 OK [http://localhost/mugshots] - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 13:27:28) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000538) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000656) SELECT * FROM mugshots WHERE (parent_id is NULL) ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02810 (35 reqs/sec) | Rendering: 0.00630 (22%) | DB: 0.00119 (4%) | 200 OK [http://localhost/mugshots] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 13:34:58) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000841) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.001564) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/pastes -Rendering pastes/index -Rendered pastes/_paste (0.00488) -Rendered pastes/_paste (0.00075) -Rendered pastes/_paste (0.00056) -Completed in 0.04967 (20 reqs/sec) | Rendering: 0.01666 (33%) | DB: 0.00240 (4%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 13:34:58) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 13:35:01) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000655) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000731) SELECT * FROM mugshots WHERE (parent_id is NULL) ORDER BY id DESC -Rendering mugshots/index -Completed in 0.03043 (32 reqs/sec) | Rendering: 0.00612 (20%) | DB: 0.00139 (4%) | 200 OK [http://localhost/mugshots] - - -Processing MugshotsController#show (for 127.0.0.1 at 2008-05-02 13:35:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000971) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000880) SELECT * FROM mugshots WHERE (mugshots."id" = 1)  -Rendering mugshots/show -Completed in 0.02878 (34 reqs/sec) | Rendering: 0.00103 (3%) | DB: 0.00185 (6%) | 200 OK [http://localhost/mugshots/1] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 13:35:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/mugshots//edit" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 13:35:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000555) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000654) SELECT * FROM mugshots WHERE (parent_id is NULL) ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02859 (34 reqs/sec) | Rendering: 0.00571 (19%) | DB: 0.00121 (4%) | 200 OK [http://localhost/mugshots] - - -Processing MugshotsController#index (for 127.0.0.1 at 2008-05-02 13:36:49) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"mugshots"} - User Load (0.000532) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000638) SELECT * FROM mugshots WHERE (parent_id is NULL) ORDER BY id DESC -Rendering mugshots/index -Completed in 0.02927 (34 reqs/sec) | Rendering: 0.00562 (19%) | DB: 0.00117 (3%) | 200 OK [http://localhost/mugshots] - - -Processing MugshotsController#show (for 127.0.0.1 at 2008-05-02 13:36:52) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000778) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.001304) SELECT * FROM mugshots WHERE (mugshots."id" = 1)  -Rendering mugshots/show -Completed in 0.03347 (29 reqs/sec) | Rendering: 0.00201 (6%) | DB: 0.00208 (6%) | 200 OK [http://localhost/mugshots/1/] - - -Processing MugshotsController#show (for 127.0.0.1 at 2008-05-02 13:37:30) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000696) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000609) SELECT * FROM mugshots WHERE (mugshots."id" = 1)  -Rendering mugshots/show -Completed in 0.08480 (11 reqs/sec) | Rendering: 0.00119 (1%) | DB: 0.00131 (1%) | 200 OK [http://localhost/mugshots/1/] - - -Processing MugshotsController#edit (for 127.0.0.1 at 2008-05-02 13:37:33) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"edit", "id"=>"1", "controller"=>"mugshots"} - User Load (0.000525) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Mugshot Load (0.000579) SELECT * FROM mugshots WHERE (mugshots."id" = 1)  - - -ActionController::MissingTemplate (Missing template mugshots/edit.html.erb in view path /home/universal/development/workspaces/e/ownpastie/app/views): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1269:in `assert_existence_of_template_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1098:in `render_for_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:836:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:270:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1153:in `default_render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1159:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - Mugshot Load (0.001265) SELECT * FROM mugshots LIMIT 1 - Mugshot Load (0.001075) SELECT * FROM mugshots WHERE (mugshots."id" = 2)  - Mugshot Load (0.001045) SELECT * FROM mugshots WHERE (mugshots.parent_id = 1)  - Mugshot Destroy (0.000877)  DELETE FROM mugshots - WHERE "id" = 2 - - Mugshot Destroy (0.000200)  DELETE FROM mugshots - WHERE "id" = 1 - - Mugshot Load (0.000428) SELECT * FROM mugshots  - SQL (0.000969) SELECT version FROM schema_info - SQL (0.000233) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000247) SELECT version FROM schema_info - SQL (0.000237) SELECT version FROM schema_info - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000334) SELECT version FROM schema_info -Migrating to CreateMugshots (3) - SQL (0.008649) DROP TABLE mugshots - SQL (0.003588) UPDATE schema_info SET version = 2 -Reached target version: 2 - SQL (0.000469) select sqlite_version(*) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000000) SQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer) - SQL (0.000356) SELECT version FROM schema_info - SQL (0.000239) SELECT version FROM schema_info - SQL (0.000235) SELECT version FROM schema_info -Migrating to CreatePictures (3) - SQL (0.006928) CREATE TABLE pictures ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "parent_id" integer DEFAULT NULL, "content_type" varchar(255) DEFAULT NULL, "filename" varchar(255) DEFAULT NULL, "thumbnail" varchar(255) DEFAULT NULL, "size" integer DEFAULT NULL, "width" integer DEFAULT NULL, "height" integer DEFAULT NULL, "created_at" datetime DEFAULT NULL, "updated_at" datetime DEFAULT NULL)  - SQL (0.006022) UPDATE schema_info SET version = 3 - SQL (0.000341) SELECT * FROM schema_info - SQL (0.000509)  SELECT name - FROM sqlite_master - WHERE type = 'table' AND NOT name = 'sqlite_sequence' - - SQL (0.000117) PRAGMA index_list(pastes) - SQL (0.000098) PRAGMA index_list(pictures) - SQL (0.000092) PRAGMA index_list(users) - Picture Load (0.000895) SELECT * FROM pictures  - Picture Load (0.000396) SELECT * FROM pictures  - - -Processing Base#index (for 127.0.0.1 at 2008-05-02 13:59:09) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -SyntaxError (/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:11: syntax error, unexpected tIDENTIFIER, expecting kDO or '{' or '(' - html << link_to image_tag(picture.public_filename(:thumb)), picture.public_filename - ^ -/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:11: syntax error, unexpected ',', expecting kEND - html << link_to image_tag(picture.public_filename(:thumb)), picture.public_filename - ^): - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:122:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:116:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /app/controllers/application.rb:7 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:141:in `prepare_application' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:114:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing Base#index (for 127.0.0.1 at 2008-05-02 13:59:13) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -SyntaxError (/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:11: syntax error, unexpected tIDENTIFIER, expecting kDO or '{' or '(' - html << link_to image_tag(picture.public_filename(:thumb)), picture.public_filename - ^ -/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:11: syntax error, unexpected ',', expecting kEND - html << link_to image_tag(picture.public_filename(:thumb)), picture.public_filename - ^): - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:122:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:116:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /app/controllers/application.rb:7 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:141:in `prepare_application' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:114:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing Base#index (for 127.0.0.1 at 2008-05-02 13:59:33) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -SyntaxError (/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:11: syntax error, unexpected tIDENTIFIER, expecting kDO or '{' or '(' - html << link_to image_tag(picture.public_filename(:thumb)), picture.public_filename - ^ -/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:11: syntax error, unexpected ',', expecting kEND - html << link_to image_tag(picture.public_filename(:thumb)), picture.public_filename - ^): - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:122:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:116:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /app/controllers/application.rb:7 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:141:in `prepare_application' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:114:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 13:59:58) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000741) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000314) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.02447 (40 reqs/sec) | Rendering: 0.00198 (8%) | DB: 0.00106 (4%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:00:00) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000969) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000303) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.03032 (32 reqs/sec) | Rendering: 0.00087 (2%) | DB: 0.00127 (4%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:00:00) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000510) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000298) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.02138 (46 reqs/sec) | Rendering: 0.00089 (4%) | DB: 0.00081 (3%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:00:01) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000669) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000310) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.02253 (44 reqs/sec) | Rendering: 0.00089 (3%) | DB: 0.00098 (4%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:00:01) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000652) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000317) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.02349 (42 reqs/sec) | Rendering: 0.00092 (3%) | DB: 0.00097 (4%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:00:29) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000835) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000427) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.03424 (29 reqs/sec) | Rendering: 0.00139 (4%) | DB: 0.00126 (3%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:00:38) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000579) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering pictures/new - - -ActionView::TemplateError (undefined local variable or method `mugshots_path' for #) on line #3 of pictures/new.html.erb: -1: <%= error_messages_for :mugshot %> -2: -3: <% form_for(:mugshot, :url => mugshots_path, -4: :html => { :multipart => true }) do |f| -%> -5:

-6: - - app/views/pictures/new.html.erb:3:in `_run_erb_47app47views47pictures47new46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:836:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:270:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1153:in `default_render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1159:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:01:14) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000561) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering pictures/new -Completed in 0.02610 (38 reqs/sec) | Rendering: 0.00253 (9%) | DB: 0.00056 (2%) | 200 OK [http://localhost/pictures/new] - - -Processing PicturesController#create (for 127.0.0.1 at 2008-05-02 14:01:20) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pictures", "picture"=>{"uploaded_data"=>#}} - User Load (0.000535) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Create (0.000485) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 554132, NULL, '2008-05-02 14:01:20', 'intoTheMist_1920x1200.jpg', 1200, NULL, '2008-05-02 14:01:20', 1920) - Picture Load (0.000285) SELECT * FROM pictures WHERE (pictures."parent_id" = 1 AND pictures."thumbnail" = 'thumb') LIMIT 1 - Picture Create (0.000217) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 8273, 'thumb', '2008-05-02 14:01:21', 'intoTheMist_1920x1200_thumb.jpg', 94, 1, '2008-05-02 14:01:21', 150) -Redirected to http://localhost:3000/pictures/1 -Completed in 0.87326 (1 reqs/sec) | DB: 0.00152 (0%) | 302 Found [http://localhost/pictures] - - -Processing PicturesController#show (for 127.0.0.1 at 2008-05-02 14:01:21) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJlBpY3R1cmUg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--8e9d5e223ef20a1b147041b9d5c4e845ecdfbf1e - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"pictures"} - User Load (0.000560) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - - -ActionController::UnknownAction (No action responded to show): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:01:24) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000714) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001108) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index - - -ActionView::TemplateError (Mongrel timed out this thread: shutdown) on line #6 of pictures/index.html.erb: -3:

Pictures

-4: -5: -6: <%= p2trs @pictures, 3 %> -7: -8: -9:
- - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:221:in `gsub' - vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu.rb:235:in `thumbnail_name_for' - vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb:21:in `full_filename' - vendor/plugins/attachment_fu/lib/technoweenie/attachment_fu/backends/file_system_backend.rb:43:in `public_filename' - app/helpers/pictures_helper.rb:11:in `p2trs' - app/helpers/pictures_helper.rb:8:in `upto' - app/helpers/pictures_helper.rb:8:in `p2trs' - app/views/pictures/index.html.erb:6:in `_run_erb_47app47views47pictures47index46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1100:in `render_for_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:836:in `render_with_no_layout' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:270:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1153:in `default_render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1159:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:02:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000504) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000645) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.10589 (9 reqs/sec) | Rendering: 0.08456 (79%) | DB: 0.00115 (1%) | 200 OK [http://localhost/pictures/] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:02:56) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000556) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000687) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.08252 (12 reqs/sec) | Rendering: 0.00846 (10%) | DB: 0.00124 (1%) | 200 OK [http://localhost/pictures/] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:03:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000846) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000998) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.04214 (23 reqs/sec) | Rendering: 0.00756 (17%) | DB: 0.00184 (4%) | 200 OK [http://localhost/pictures/] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:03:31) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000580) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000663) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering pictures/index -Completed in 0.02889 (34 reqs/sec) | Rendering: 0.00605 (20%) | DB: 0.00124 (4%) | 200 OK [http://localhost/pictures/] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:03:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000544) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.000641) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03281 (30 reqs/sec) | Rendering: 0.01156 (35%) | DB: 0.00119 (3%) | 200 OK [http://localhost/pictures/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:03:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:04:37) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.052637) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.10059 (9 reqs/sec) | Rendering: 0.00530 (5%) | DB: 0.05264 (52%) | 200 OK [http://localhost/pictures/new] - - -Processing PicturesController#create (for 127.0.0.1 at 2008-05-02 14:04:45) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pictures", "picture"=>{"uploaded_data"=>#}} - User Load (0.000516) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Create (0.000717) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 501247, NULL, '2008-05-02 14:04:45', 'deepness_2560x1024.jpg', 1024, NULL, '2008-05-02 14:04:45', 2560) - Picture Load (0.000269) SELECT * FROM pictures WHERE (pictures."parent_id" = 3 AND pictures."thumbnail" = 'thumb') LIMIT 1 - Picture Create (0.000236) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 8495, 'thumb', '2008-05-02 14:04:46', 'deepness_2560x1024_thumb.jpg', 60, 3, '2008-05-02 14:04:46', 150) -Redirected to http://localhost:3000/pictures/3 -Completed in 0.90851 (1 reqs/sec) | DB: 0.00174 (0%) | 302 Found [http://localhost/pictures] - - -Processing PicturesController#show (for 127.0.0.1 at 2008-05-02 14:04:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJlBpY3R1cmUg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--8e9d5e223ef20a1b147041b9d5c4e845ecdfbf1e - Parameters: {"action"=>"show", "id"=>"3", "controller"=>"pictures"} - User Load (0.000571) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - - -ActionController::UnknownAction (No action responded to show): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:05:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000667) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001137) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.05711 (17 reqs/sec) | Rendering: 0.00993 (17%) | DB: 0.00180 (3%) | 200 OK [http://localhost/pictures/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:05:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:05:26) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.001081) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.03059 (32 reqs/sec) | Rendering: 0.00449 (14%) | DB: 0.00108 (3%) | 200 OK [http://localhost/pictures/new] - - -Processing PicturesController#create (for 127.0.0.1 at 2008-05-02 14:06:35) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pictures", "picture"=>{"uploaded_data"=>#}} - User Load (0.000543) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Create (0.000608) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 159528, NULL, '2008-05-02 14:06:35', 'mona_lisa.jpg', 1155, NULL, '2008-05-02 14:06:35', 743) - Picture Load (0.000229) SELECT * FROM pictures WHERE (pictures."parent_id" = 5 AND pictures."thumbnail" = 'thumb') LIMIT 1 - Picture Create (0.000230) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/jpeg', 14495, 'thumb', '2008-05-02 14:06:35', 'mona_lisa_thumb.jpg', 150, 5, '2008-05-02 14:06:35', 96) -Redirected to http://localhost:3000/pictures -Completed in 0.35626 (2 reqs/sec) | DB: 0.00161 (0%) | 302 Found [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:06:35) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJlBpY3R1cmUg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--8e9d5e223ef20a1b147041b9d5c4e845ecdfbf1e - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000560) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001504) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03391 (29 reqs/sec) | Rendering: 0.00978 (28%) | DB: 0.00206 (6%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:06:36) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:07:45) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000647) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001132) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03705 (26 reqs/sec) | Rendering: 0.00976 (26%) | DB: 0.00178 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:07:45) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing Base#index (for 127.0.0.1 at 2008-05-02 14:09:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -SyntaxError (/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:13: syntax error, unexpected tSTRING_BEG, expecting kDO or '{' or '(' - html << link_to 'Delete', picture, :confirm => 'Are you sure?', :method => :delete - ^ -/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:13: syntax error, unexpected ',', expecting kEND - html << link_to 'Delete', picture, :confirm => 'Are you sure?', :method => :delete - ^ -/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:13: syntax error, unexpected tASSOC, expecting tCOLON2 or '[' or '.' - html << link_to 'Delete', picture, :confirm => 'Are you sure?', :method => :delete - ^ -/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:13: syntax error, unexpected ',', expecting kEND - html << link_to 'Delete', picture, :confirm => 'Are you sure?', :method => :delete - ^): - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:122:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:116:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /app/controllers/application.rb:7 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:141:in `prepare_application' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:114:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:09:31) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000575) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001104) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03340 (29 reqs/sec) | Rendering: 0.00973 (29%) | DB: 0.00168 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:09:32) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:12:12) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000832) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001082) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.04079 (24 reqs/sec) | Rendering: 0.00958 (23%) | DB: 0.00191 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:12:13) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:13:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000526) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001094) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03417 (29 reqs/sec) | Rendering: 0.01086 (31%) | DB: 0.00162 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:13:47) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:14:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000528) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001081) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index - - -ActionView::TemplateError (undefined method `name' for #) on line #7 of layouts/application.html.erb: -4: -5: -6: -7: <%= controller.name %>: <%= controller.action_name %> -8: <%= stylesheet_link_tag 'scaffold' %> -9: <%- %w{active4d all_hallows_eve amy blackboard brilliance_black brilliance_dull cobalt dawn eiffel espresso_libre idle iplastic lazy mac_classic magicwb_amiga pastels_on_dark spacecadet sunburst twilight zenburnesque}.each do |theme| -%> -10: <%= require_syntax_css theme%> - - app/views/layouts/application.html.erb:7:in `_run_erb_47app47views47layouts47application46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:268:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1153:in `default_render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1159:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:15:59) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000691) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001105) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03604 (27 reqs/sec) | Rendering: 0.01186 (32%) | DB: 0.00180 (4%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:16:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000523) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001125) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03391 (29 reqs/sec) | Rendering: 0.01223 (36%) | DB: 0.00165 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:16:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:17:22) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000518) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001102) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index - - -ActionView::TemplateError (type mismatch: String given) on line #22 of layouts/application.html.erb: -19: -20:
-21: -22: <%= controller.methods.select{|m| m =~ "name"}.sort.join ", " %> -23: -24: - - app/views/layouts/application.html.erb:22:in `=~' - app/views/layouts/application.html.erb:22:in `_run_erb_47app47views47layouts47application46html46erb' - app/views/layouts/application.html.erb:22:in `select' - app/views/layouts/application.html.erb:22:in `_run_erb_47app47views47layouts47application46html46erb' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:637:in `compile_and_render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:365:in `render_template' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_view/base.rb:316:in `render_file' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/layout.rb:268:in `render_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:51:in `render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1153:in `default_render' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:1159:in `perform_action_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:697:in `call_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:689:in `perform_action_without_benchmark' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/rescue.rb:199:in `perform_action_without_caching' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:678:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/connection_adapters/abstract/query_cache.rb:33:in `cache' - /usr/lib/ruby/gems/1.8/gems/activerecord-2.0.2/lib/active_record/query_cache.rb:8:in `cache' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/caching.rb:677:in `perform_action' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `send' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:524:in `process_without_filters' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/filters.rb:685:in `process_without_session_management_support' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/session_management.rb:123:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/base.rb:388:in `process' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:171:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:17:35) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000520) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001163) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.04151 (24 reqs/sec) | Rendering: 0.01253 (30%) | DB: 0.00168 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:17:35) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:17:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000522) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001078) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.09310 (10 reqs/sec) | Rendering: 0.07108 (76%) | DB: 0.00160 (1%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:17:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:18:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000853) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001087) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.04379 (22 reqs/sec) | Rendering: 0.01162 (26%) | DB: 0.00194 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:18:17) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing Base#index (for 127.0.0.1 at 2008-05-02 14:18:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -SyntaxError (/home/universal/development/workspaces/e/ownpastie/app/helpers/pictures_helper.rb:8: syntax error, unexpected tIDENTIFIER, expecting kEND - html << "\n" - ^): - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:122:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:116:in `helper' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/helpers.rb:111:in `helper' - /app/controllers/application.rb:7 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:203:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:202:in `load_file' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:94:in `require_or_load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:60:in `depend_on' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:442:in `require_dependency' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:141:in `prepare_application' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:178:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `each' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `send!' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:175:in `run_callbacks' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:114:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (internal_server_error) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:19:04) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000672) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001095) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03289 (30 reqs/sec) | Rendering: 0.00971 (29%) | DB: 0.00177 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:19:04) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:20:59) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000547) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001091) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03357 (29 reqs/sec) | Rendering: 0.00985 (29%) | DB: 0.00164 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:21:00) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:21:22) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000571) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001093) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03716 (26 reqs/sec) | Rendering: 0.00977 (26%) | DB: 0.00166 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:21:22) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:23:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000521) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001100) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03190 (31 reqs/sec) | Rendering: 0.00962 (30%) | DB: 0.00162 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:23:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:24:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000575) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001125) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.08660 (11 reqs/sec) | Rendering: 0.00991 (11%) | DB: 0.00170 (1%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:24:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:24:08) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000533) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001079) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03096 (32 reqs/sec) | Rendering: 0.00941 (30%) | DB: 0.00161 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:24:08) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:24:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000739) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001103) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03258 (30 reqs/sec) | Rendering: 0.00965 (29%) | DB: 0.00184 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:24:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:24:22) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000543) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001104) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03157 (31 reqs/sec) | Rendering: 0.00966 (30%) | DB: 0.00165 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:24:22) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:24:34) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000532) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001112) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03337 (29 reqs/sec) | Rendering: 0.00991 (29%) | DB: 0.00164 (4%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:24:34) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:26:04) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000600) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001134) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.12459 (8 reqs/sec) | Rendering: 0.04059 (32%) | DB: 0.00173 (1%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:26:04) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:26:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000524) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001089) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03171 (31 reqs/sec) | Rendering: 0.00969 (30%) | DB: 0.00161 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:26:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:27:47) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000534) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001106) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03194 (31 reqs/sec) | Rendering: 0.00958 (29%) | DB: 0.00164 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:27:47) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:27:54) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000515) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001075) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03108 (32 reqs/sec) | Rendering: 0.00949 (30%) | DB: 0.00159 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:27:55) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:27:56) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000533) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001084) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03149 (31 reqs/sec) | Rendering: 0.00949 (30%) | DB: 0.00162 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:27:56) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:27:56) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000619) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001140) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.09538 (10 reqs/sec) | Rendering: 0.01003 (10%) | DB: 0.00176 (1%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:27:56) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:28:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000529) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001253) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03210 (31 reqs/sec) | Rendering: 0.00971 (30%) | DB: 0.00178 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:28:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:28:15) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000544) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001106) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03207 (31 reqs/sec) | Rendering: 0.00965 (30%) | DB: 0.00165 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:28:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:28:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000602) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001290) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03539 (28 reqs/sec) | Rendering: 0.01127 (31%) | DB: 0.00189 (5%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:28:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000528) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001097) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03256 (30 reqs/sec) | Rendering: 0.00963 (29%) | DB: 0.00163 (4%) | 200 OK [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:28:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000590) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001087) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03244 (30 reqs/sec) | Rendering: 0.00993 (30%) | DB: 0.00168 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:28:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:28:29) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000526) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.02745 (36 reqs/sec) | Rendering: 0.00420 (15%) | DB: 0.00053 (1%) | 200 OK [http://localhost/pictures/new] - - -Processing PicturesController#create (for 127.0.0.1 at 2008-05-02 14:29:18) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pictures", "picture"=>{"uploaded_data"=>#}} - User Load (0.000834) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Create (0.000454) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/png', 41683, NULL, '2008-05-02 14:29:18', 'UseCasesTutor.png', 572, NULL, '2008-05-02 14:29:18', 592) - Picture Load (0.000241) SELECT * FROM pictures WHERE (pictures."parent_id" = 7 AND pictures."thumbnail" = 'thumb') LIMIT 1 - Picture Create (0.000235) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/png', 9881, 'thumb', '2008-05-02 14:29:18', 'UseCasesTutor_thumb.png', 145, 7, '2008-05-02 14:29:18', 150) -Redirected to http://localhost:3000/pictures -Completed in 0.35553 (2 reqs/sec) | DB: 0.00176 (0%) | 302 Found [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:29:18) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJlBpY3R1cmUg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--8e9d5e223ef20a1b147041b9d5c4e845ecdfbf1e - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000821) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001328) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.04213 (23 reqs/sec) | Rendering: 0.01079 (25%) | DB: 0.00215 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:29:18) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:29:53) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000527) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001324) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03304 (30 reqs/sec) | Rendering: 0.01087 (32%) | DB: 0.00185 (5%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:29:53) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:29:59) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000588) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.09086 (11 reqs/sec) | Rendering: 0.00437 (4%) | DB: 0.00059 (0%) | 200 OK [http://localhost/pictures/new] - - -Processing PicturesController#create (for 127.0.0.1 at 2008-05-02 14:30:11) [POST] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"commit"=>"Create", "authenticity_token"=>"f88cebb7e28db52fcaa4175bc4cbfb4c7e1c1800", "action"=>"create", "controller"=>"pictures", "picture"=>{"uploaded_data"=>#}} - User Load (0.000519) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Create (0.000352) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/png', 4217, NULL, '2008-05-02 14:30:11', 'rails.png', 64, NULL, '2008-05-02 14:30:11', 50) - Picture Load (0.000236) SELECT * FROM pictures WHERE (pictures."parent_id" = 9 AND pictures."thumbnail" = 'thumb') LIMIT 1 - Picture Create (0.000221) INSERT INTO pictures ("content_type", "size", "thumbnail", "updated_at", "filename", "height", "parent_id", "created_at", "width") VALUES('image/png', 4413, 'thumb', '2008-05-02 14:30:11', 'rails_thumb.png', 64, 9, '2008-05-02 14:30:11', 50) -Redirected to http://localhost:3000/pictures -Completed in 0.06388 (15 reqs/sec) | DB: 0.00133 (2%) | 302 Found [http://localhost/pictures] - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:30:11) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiJlBpY3R1cmUg%0Ad2FzIHN1Y2Nlc3NmdWxseSBjcmVhdGVkLgY6CkB1c2VkewY7CVQ%3D--8e9d5e223ef20a1b147041b9d5c4e845ecdfbf1e - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000628) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001537) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03452 (28 reqs/sec) | Rendering: 0.01084 (31%) | DB: 0.00217 (6%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:30:11) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing SessionsController#destroy (for 127.0.0.1 at 2008-05-02 14:31:30) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU3YjJlNTgx%0AYTYxNmJhOWVmMGY0OTY3OGJiMThlYTJiYyIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--420da03d2842260ce439f3b7bf77dc9230ec0963 - Parameters: {"action"=>"destroy", "controller"=>"sessions"} - User Load (0.000597) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - User Update (0.000595) UPDATE users SET "created_at" = '2008-05-02 10:45:33', "email" = 'muuhhh@muhhh.muh', "remember_token" = NULL, "login" = 'ballat', "remember_token_expires_at" = NULL, "crypted_password" = '1c79a26b5e949ac0ba4592ceab9c30c44e5954d4', "updated_at" = '2008-05-02 14:31:30', "salt" = '3b11cc6aad1708b6132f8da1de2c9cbab77c2d7a' WHERE "id" = 1 -Cookie set: auth_token=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT -Redirected to http://localhost:3000/ -Completed in 0.02821 (35 reqs/sec) | DB: 0.00119 (4%) | 302 Found [http://localhost/logout] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:31:31) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvMCIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6%0ARmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiHllvdSBoYXZlIGJlZW4gbG9n%0AZ2VkIG91dC4GOgpAdXNlZHsGOwdU--0acd71a986f27f96e646c750100a3b9f55f3e225 - Parameters: {"action"=>"index", "controller"=>"pastes"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00084 (1196 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 14:31:31) [GET] - Session ID: BAh7BzoOcmV0dXJuX3RvIgYvIgpmbGFzaElDOidBY3Rpb25Db250cm9sbGVy%0AOjpGbGFzaDo6Rmxhc2hIYXNoewAGOgpAdXNlZHsA--7ab8aa4de15b36e028cc21f42429f5196a410366 - Parameters: {"action"=>"new", "controller"=>"sessions"} -Rendering template within layouts/application -Rendering sessions/new -Completed in 0.01265 (79 reqs/sec) | Rendering: 0.00904 (71%) | DB: 0.00000 (0%) | 200 OK [http://localhost/session/new] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:31:42) [GET] - Session ID: BAh7CDoOcmV0dXJuX3RvIgYvOgxjc3JmX2lkIiU0NzdkN2E0YmJmNmU0YTEz%0ANWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6%0ARmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--942a6945b129f350e83ac9cd8a0f578ff4662345 - Parameters: {"action"=>"index", "controller"=>"pastes"} -Redirected to http://localhost:3000/session/new -Filter chain halted as [#] rendered_or_redirected. -Completed in 0.00082 (1215 reqs/sec) | DB: 0.00000 (0%) | 302 Found [http://localhost/] - - -Processing SessionsController#new (for 127.0.0.1 at 2008-05-02 14:31:42) [GET] - Session ID: BAh7CDoOcmV0dXJuX3RvIgYvOgxjc3JmX2lkIiU0NzdkN2E0YmJmNmU0YTEz%0ANWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6%0ARmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--942a6945b129f350e83ac9cd8a0f578ff4662345 - Parameters: {"action"=>"new", "controller"=>"sessions"} -Rendering template within layouts/application -Rendering sessions/new -Completed in 0.00762 (131 reqs/sec) | Rendering: 0.00421 (55%) | DB: 0.00000 (0%) | 200 OK [http://localhost/session/new] - - -Processing SessionsController#create (for 127.0.0.1 at 2008-05-02 14:37:16) [POST] - Session ID: BAh7CDoOcmV0dXJuX3RvIgYvOgxjc3JmX2lkIiU0NzdkN2E0YmJmNmU0YTEz%0ANWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6%0ARmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--942a6945b129f350e83ac9cd8a0f578ff4662345 - Parameters: {"commit"=>"Log in", "authenticity_token"=>"6fcd4c344b34385b9d190b13047bfeffc3c01fcc", "action"=>"create", "controller"=>"sessions", "password"=>"figur", "login"=>"ballat"} - User Load (0.000566) SELECT * FROM users WHERE (users."login" = 'ballat') LIMIT 1 -Redirected to http://localhost:3000/ -Completed in 0.01696 (58 reqs/sec) | DB: 0.00057 (3%) | 302 Found [http://localhost/session] - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:37:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsGOgtub3RpY2UiG0xvZ2dlZCBp%0AbiBzdWNjZXNzZnVsbHkGOgpAdXNlZHsGOwlU--9f9459e366212c51c8b2d89b29bde6bc9aee16ad - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000544) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000922) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00411) -Rendered pastes/_paste (0.00063) -Rendered pastes/_paste (0.00055) -Completed in 0.03109 (32 reqs/sec) | Rendering: 0.01079 (34%) | DB: 0.00147 (4%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:37:16) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:37:20) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000528) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001526) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.08732 (11 reqs/sec) | Rendering: 0.01179 (13%) | DB: 0.00205 (2%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:37:21) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:37:26) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000525) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.02826 (35 reqs/sec) | Rendering: 0.00572 (20%) | DB: 0.00052 (1%) | 200 OK [http://localhost/pictures/new] - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:38:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000557) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.02995 (33 reqs/sec) | Rendering: 0.00575 (19%) | DB: 0.00056 (1%) | 200 OK [http://localhost/pictures/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:38:07) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#new (for 127.0.0.1 at 2008-05-02 14:38:18) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"new", "controller"=>"pictures"} - User Load (0.000515) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 -Rendering template within layouts/application -Rendering pictures/new -Completed in 0.02724 (36 reqs/sec) | Rendering: 0.00431 (15%) | DB: 0.00051 (1%) | 200 OK [http://localhost/pictures/new] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:38:19) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:38:23) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000629) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.002161) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03759 (26 reqs/sec) | Rendering: 0.01132 (30%) | DB: 0.00279 (7%) | 200 OK [http://localhost/pictures/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:38:23) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:38:37) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000630) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000964) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00437) -Rendered pastes/_paste (0.00072) -Rendered pastes/_paste (0.00057) -Completed in 0.03222 (31 reqs/sec) | Rendering: 0.01025 (31%) | DB: 0.00159 (4%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:38:37) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:40:33) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000527) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000911) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00312) -Rendered pastes/_paste (0.00065) -Rendered pastes/_paste (0.00057) -Completed in 0.03156 (31 reqs/sec) | Rendering: 0.01080 (34%) | DB: 0.00144 (4%) | 200 OK [http://localhost/] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:34) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:40:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000531) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000879) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00309) -Rendered pastes/_paste (0.00062) -Rendered pastes/_paste (0.00055) -Completed in 0.02814 (35 reqs/sec) | Rendering: 0.00857 (30%) | DB: 0.00141 (5%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:41) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:40:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000525) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001515) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03343 (29 reqs/sec) | Rendering: 0.01057 (31%) | DB: 0.00204 (6%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:42) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:40:43) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000504) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000912) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00321) -Rendered pastes/_paste (0.00063) -Rendered pastes/_paste (0.00054) -Completed in 0.02928 (34 reqs/sec) | Rendering: 0.00866 (29%) | DB: 0.00142 (4%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:44) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:40:45) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000565) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001524) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03399 (29 reqs/sec) | Rendering: 0.01077 (31%) | DB: 0.00209 (6%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:45) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:40:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000534) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.000902) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00304) -Rendered pastes/_paste (0.00059) -Rendered pastes/_paste (0.00054) -Completed in 0.02824 (35 reqs/sec) | Rendering: 0.00845 (29%) | DB: 0.00144 (5%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:46) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:40:47) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000548) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001556) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03371 (29 reqs/sec) | Rendering: 0.01063 (31%) | DB: 0.00210 (6%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:47) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PastesController#index (for 127.0.0.1 at 2008-05-02 14:40:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pastes"} - User Load (0.000618) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Paste Load (0.001014) SELECT * FROM pastes ORDER BY id DESC -Rendering template within layouts/application -Rendering pastes/index -Rendered pastes/_paste (0.00349) -Rendered pastes/_paste (0.00072) -Rendered pastes/_paste (0.00060) -Completed in 0.03065 (32 reqs/sec) | Rendering: 0.00947 (30%) | DB: 0.00163 (5%) | 200 OK [http://localhost/pastes] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:48) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) - - -Processing PicturesController#index (for 127.0.0.1 at 2008-05-02 14:40:50) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {"action"=>"index", "controller"=>"pictures"} - User Load (0.000529) SELECT * FROM users WHERE (users."id" = 1) LIMIT 1 - Picture Load (0.001543) SELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC -Rendering template within layouts/application -Rendering pictures/index -Completed in 0.03393 (29 reqs/sec) | Rendering: 0.01067 (31%) | DB: 0.00207 (6%) | 200 OK [http://localhost/pictures] - - -Processing ApplicationController#index (for 127.0.0.1 at 2008-05-02 14:40:50) [GET] - Session ID: BAh7CToOcmV0dXJuX3RvMDoMdXNlcl9pZGkGOgxjc3JmX2lkIiU0NzdkN2E0%0AYmJmNmU0YTEzNWZkODUwZjdhMzc3ODJlYSIKZmxhc2hJQzonQWN0aW9uQ29u%0AdHJvbGxlcjo6Rmxhc2g6OkZsYXNoSGFzaHsABjoKQHVzZWR7AA%3D%3D--016fb12d59af20df7d2f773ca82c230ec627197a - Parameters: {} - - -ActionController::RoutingError (No route matches "/stylesheets/td_back.gif" with {:method=>:get}): - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1441:in `recognize_path' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/routing.rb:1424:in `recognize' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:170:in `handle_request' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:115:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:126:in `dispatch_cgi' - /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/dispatcher.rb:9:in `dispatch' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:76:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `synchronize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/../lib/mongrel/rails.rb:74:in `process' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:159:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:158:in `process_client' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:285:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `initialize' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `new' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel.rb:268:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:282:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `each' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/configurator.rb:281:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:128:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/lib/mongrel/command.rb:212:in `run' - /usr/lib/ruby/gems/1.8/gems/mongrel-1.1.4/bin/mongrel_rails:281 - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:489:in `load' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/servers/mongrel.rb:64 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:342:in `new_constants_in' - /usr/lib/ruby/gems/1.8/gems/activesupport-2.0.2/lib/active_support/dependencies.rb:496:in `require' - /usr/lib/ruby/gems/1.8/gems/rails-2.0.2/lib/commands/server.rb:39 - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - -Rendering /usr/lib/ruby/gems/1.8/gems/actionpack-2.0.2/lib/action_controller/templates/rescues/layout.erb (not_found) diff --git a/log/production.log b/log/production.log deleted file mode 100644 index e69de29..0000000