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 @@
- [4;36;1mSQL (0.016000)[0m [0;1mselect sqlite_version(*)[0m
- [4;35;1mSQL (0.000000)[0m [0mCREATE TABLE schema_info (version integer)[0m
- [4;36;1mSQL (0.000000)[0m [0;1mINSERT INTO schema_info (version) VALUES(0)[0m
- [4;35;1mSQL (0.000000)[0m [0mSQLite3::SQLException: table schema_info already exists: CREATE TABLE schema_info (version integer)[0m
- [4;36;1mSQL (0.000000)[0m [0;1mSELECT version FROM schema_info[0m
-Migrating to CreatePasties (1)
- [4;35;1mSQL (0.000000)[0m [0mCREATE 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) [0m
- [4;36;1mSQL (0.000000)[0m [0;1mUPDATE schema_info SET version = 1[0m
- [4;35;1mSQL (0.000000)[0m [0mSELECT * FROM schema_info[0m
- [4;36;1mSQL (0.000000)[0m [0;1m SELECT name
- FROM sqlite_master
- WHERE type = 'table' AND NOT name = 'sqlite_sequence'
-[0m
- [4;35;1mSQL (0.000000)[0m [0mPRAGMA index_list(pasties)[0m
-
-
-Processing PastiesController#index (for 127.0.0.1 at 2008-04-20 15:28:38) [GET]
- Session ID: be2e838b7641e24903a8715e8ef02e35
- Parameters: {"action"=>"index", "controller"=>"pasties"}
- [4;36;1mPastie Load (0.000000)[0m [0;1mSELECT * FROM pasties [0m
-Rendering template within layouts/pasties
-Rendering pasties/index
-
-
-ActionView::TemplateError (undefined local variable or method `new_pastie_path' for #
-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"}
- [4;35;1mPastie Load (0.000000)[0m [0mSELECT * FROM pasties [0m
-Rendering template within layouts/pasties
-Rendering pasties/index
-
-
-ActionView::TemplateError (undefined local variable or method `new_pastie_path' for #
-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"}
- [4;36;1mPastie Load (0.000000)[0m [0;1mSELECT * FROM pasties [0m
-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)"}}
- [4;35;1mPastie Create (0.000000)[0m [0mINSERT 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')[0m
-
-
-NoMethodError (undefined method `pastie_url' for #
-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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -Rendering template within layouts/pastes -Rendering pastes/show - - -ActionView::TemplateError (undefined method `c' for #-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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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] - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes LIMIT 1[0m - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes LIMIT 1[0m - - -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Create (0.000000)[0m [0mINSERT 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')[0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 2) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes [0m -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"} - [4;36;1mPaste Load (0.016000)[0m [0;1mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes [0m -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"} - [4;36;1mPaste Load (0.015000)[0m [0;1mSELECT * FROM pastes [0m -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"} - [4;35;1mPaste Load (0.000000)[0m [0mSELECT * FROM pastes WHERE (pastes."id" = 1) [0m -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"} - [4;36;1mPaste Load (0.000000)[0m [0;1mSELECT * FROM pastes [0m -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 [#-8: Code: -9: <%=c @paste.code, :syntax => @paste.language %> -10:
-11:
-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"}
- [4;35;1mUser Load (0.000561)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
-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"=>#
-4:
-5:
-6: <%= p2trs @pictures, 3 %>
-7:
-8:
-9: Pictures
-
- /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"}
- [4;35;1mUser Load (0.000504)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.000645)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;36;1mUser Load (0.000556)[0m [0;1mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;35;1mPicture Load (0.000687)[0m [0mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;36;1mUser Load (0.000846)[0m [0;1mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;35;1mPicture Load (0.000998)[0m [0mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;36;1mUser Load (0.000580)[0m [0;1mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;35;1mPicture Load (0.000663)[0m [0mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;36;1mUser Load (0.000544)[0m [0;1mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;35;1mPicture Load (0.000641)[0m [0mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;36;1mUser Load (0.052637)[0m [0;1mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
-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"=>#
-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"}
- [4;35;1mUser Load (0.000520)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001163)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000522)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001078)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000853)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001087)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000672)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001095)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000547)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001091)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000571)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001093)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000521)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001100)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000575)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001125)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000533)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001079)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000739)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001103)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000543)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001104)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000532)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001112)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000600)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001134)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000524)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001089)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000534)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001106)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000515)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001075)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000533)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001084)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000619)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001140)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000529)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001253)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000544)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001106)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000602)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001290)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000528)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001097)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000590)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
- [4;36;1mPicture Load (0.001087)[0m [0;1mSELECT * FROM pictures WHERE (parent_id is NULL) ORDER BY id DESC[0m
-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"}
- [4;35;1mUser Load (0.000526)[0m [0mSELECT * FROM users WHERE (users."id" = 1) LIMIT 1[0m
-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"=>#