diff --git a/log/development.log b/log/development.log deleted file mode 100644 index 4444971..0000000 --- a/log/development.log +++ /dev/null @@ -1,2452 +0,0 @@ - SQL (0.008517) SET SQL_AUTO_IS_NULL=0 - SQL (0.001500) CREATE TABLE schema_info (version int(11)) - SQL (0.001250) INSERT INTO schema_info (version) VALUES(0) - SQL (0.000000) Mysql::Error: Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11)) - SQL (0.004239) SELECT version FROM schema_info -Migrating to CreateBooks (1) - SQL (0.010257) CREATE TABLE books (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `title` varchar(255) DEFAULT NULL, `isbn` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL) ENGINE=InnoDB - SQL (0.000608) UPDATE schema_info SET version = 1 - SQL (0.000230) SELECT * FROM schema_info - SQL (0.000379) SHOW TABLES - SQL (0.001531) SHOW FIELDS FROM books - SQL (0.000238) SHOW KEYS FROM books - - -Processing BooksController#index (for 127.0.0.1 at 2007-11-04 20:40:15) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"index", "controller"=>"books"} - SQL (0.000127) SET SQL_AUTO_IS_NULL=0 - Book Load (0.000235) SELECT * FROM books  -Rendering content_typetext/htmlactionindexlayoutfalse within layouts/books -Rendering books/index -Completed in 0.02359 (42 reqs/sec) | Rendering: 0.00285 (12%) | DB: 0.00036 (1%) | 200 OK [http://localhost/] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 20:40:22) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001225) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00753 (132 reqs/sec) | Rendering: 0.00270 (35%) | DB: 0.00122 (16%) | 200 OK [http://localhost/books/new] - SQL (0.000126) SET SQL_AUTO_IS_NULL=0 - SQL (0.000000) Mysql::Error: Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11)) - SQL (0.000153) SELECT version FROM schema_info - SQL (0.000094) SELECT version FROM schema_info - SQL (0.000000) Mysql::Error: Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11)) - SQL (0.000126) SELECT version FROM schema_info - SQL (0.000093) SELECT version FROM schema_info -Migrating to CreateBooks (1) - SQL (0.001572) DROP TABLE books - SQL (0.000217) UPDATE schema_info SET version = 0 - SQL (0.000134) SELECT * FROM schema_info - SQL (0.000250) SHOW TABLES - SQL (0.000156) SET SQL_AUTO_IS_NULL=0 - SQL (0.000000) Mysql::Error: Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11)) - SQL (0.000000) Mysql::Error: Table 'schema_info' already exists: CREATE TABLE schema_info (version int(11)) - SQL (0.000174) SELECT version FROM schema_info -Migrating to CreateBooks (1) - SQL (0.001668) CREATE TABLE books (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `ean` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `description` text DEFAULT NULL) ENGINE=InnoDB - SQL (0.000290) UPDATE schema_info SET version = 1 - SQL (0.000122) SELECT version FROM schema_info -Migrating to CreateAuthors (2) - SQL (0.001533) CREATE TABLE authors (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255) DEFAULT NULL) ENGINE=InnoDB - SQL (0.000255) UPDATE schema_info SET version = 2 - SQL (0.000132) SELECT * FROM schema_info - SQL (0.000264) SHOW TABLES - SQL (0.001385) SHOW FIELDS FROM authors - SQL (0.000253) SHOW KEYS FROM authors - SQL (0.002257) SHOW FIELDS FROM books - SQL (0.000441) SHOW KEYS FROM books - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 20:52:01) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001618) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00814 (122 reqs/sec) | Rendering: 0.00271 (33%) | DB: 0.00162 (19%) | 200 OK [http://localhost/books/new] - - -Processing ApplicationController#show (for 127.0.0.1 at 2007-11-04 20:55:55) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"show", "id"=>"book_search", "controller"=>"books"} - - -LoadError (no such file to load -- ): - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:1 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:202:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:94:in `require_or_load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/string/inflections.rb:148:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/routing.rb:1317:in `recognize' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:40:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#show (for 127.0.0.1 at 2007-11-04 20:56:16) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"show", "id"=>"book_search", "controller"=>"books"} - Book Columns (0.001495) SHOW FIELDS FROM books - Book Load (0.010114) SELECT * FROM books WHERE (books.`id` = 0)  - - -ActiveRecord::RecordNotFound (Couldn't find Book with ID=book_search): - /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:1031:in `find_one' - /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:1014:in `find_from_ids' - /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:419:in `find' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:18:in `show' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 20:56:58) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books"} - - -NameError (uninitialized constant BooksController::Request): - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:477:in `const_missing' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:85:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 20:56:59) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books"} - - -NameError (uninitialized constant BooksController::Request): - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:477:in `const_missing' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:85:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 20:57:49) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books"} - - -NoMethodError (undefined method `upc_search' for #): - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/cgi_process.rb:149:in `method_missing' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 20:58:51) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books"} - - -NoMethodError (You have a nil object when you didn't expect it! -The error occurred while evaluating nil.count): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:920:in `upc_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 21:00:15) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "id"=>"upc=9783897214767", "controller"=>"books"} - Book Columns (0.001543) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00700 (142 reqs/sec) | Rendering: 0.00178 (25%) | DB: 0.01315 (187%) | 200 OK [http://localhost/books/new/upc=9783897214767] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:00:25) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "id"=>"upc=9783897214767", "controller"=>"books"} - - -NoMethodError (You have a nil object when you didn't expect it! -The error occurred while evaluating nil.count): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:920:in `upc_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:00:34) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books", "upc"=>"9783897214767"} - - -Amazon::Search::Request::SearchError (There are no exact matches for the search.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:931:in `upc_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:01:25) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books", "upc"=>"9783897214767"} - - -Amazon::Search::Request::ModeError (mode must be one of music, classical, software, dvd, vhs, video, electronics, pc-hardware, photo): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:927:in `upc_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:13:42) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books", "upc"=>"9783897214767"} - - -Amazon::Search::Request::ModeError (mode must be one of music, classical, software, dvd, vhs, video, electronics, pc-hardware, photo): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:927:in `upc_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:13:47) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books", "upc"=>"1624440172"} - - -Amazon::Search::Request::ModeError (mode must be one of music, classical, software, dvd, vhs, video, electronics, pc-hardware, photo): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:927:in `upc_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:14:02) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books", "upc"=>"1624440172"} -Completed in 4.86458 (0 reqs/sec) | Rendering: 0.00006 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search/?upc=1624440172] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:15:39) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} - - -Amazon::Search::Request::SearchError (We encountered an error processing your request. Please retry.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:16:28) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} - - -Amazon::Search::Request::SearchError (We encountered an error processing your request. Please retry.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:17:03) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} - - -Amazon::Search::Request::SearchError (We encountered an error processing your request. Please retry.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:17:24) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} - - -Amazon::Search::Request::SearchError (There are no exact matches for the search.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:19:44) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} - - -Amazon::Search::Request::SearchError (There are no exact matches for the search.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:20:25) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} - - -Amazon::Search::Request::SearchError (There are no exact matches for the search.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:93:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:22:47) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} -Completed in 19.44068 (0 reqs/sec) | Rendering: 0.00007 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search/?isbn=9783897214767] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 21:35:43) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001529) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00831 (120 reqs/sec) | Rendering: 0.00324 (39%) | DB: 0.00153 (18%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 21:36:32) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001526) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00834 (119 reqs/sec) | Rendering: 0.00315 (37%) | DB: 0.00153 (18%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 21:38:50) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001464) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00856 (116 reqs/sec) | Rendering: 0.00327 (38%) | DB: 0.00146 (17%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:38:55) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} - - -Amazon::Search::Request::SearchError (There are no exact matches for the search.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:39:37) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} - - -Amazon::Search::Request::SearchError (There are no exact matches for the search.): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1172:in `get_args' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1223:in `parse' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1142:in `initialize' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `new' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:1035:in `search' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:843:in `power_search' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:91:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing ApplicationController#new (for 127.0.0.1 at 2007-11-04 21:42:33) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - - -SyntaxError (/Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:93: dynamic constant assignment): - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:202:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:94:in `require_or_load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/string/inflections.rb:148:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/routing.rb:1317:in `recognize' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:40:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 21:44:06) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001459) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00849 (117 reqs/sec) | Rendering: 0.00349 (41%) | DB: 0.00146 (17%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:44:08) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} - - -NoMethodError (You have a nil object when you didn't expect it! -The error occurred while evaluating nil.products): - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:102:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:44:58) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} -Completed in 19.30314 (0 reqs/sec) | Rendering: 0.00385 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:46:05) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} -Completed in 4.60730 (0 reqs/sec) | Rendering: 0.00485 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:46:41) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9783897214767"}} -Completed in 4.44284 (0 reqs/sec) | Rendering: 0.00379 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:46:53) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9783897214767"}} - - -Amazon::Search::Request::LocaleError (invalid locale: en): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:463:in `validate_locale' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:427:in `initialize' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:89:in `new' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:89:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:46:55) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9783897214767"}} - - -Amazon::Search::Request::LocaleError (invalid locale: en): - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:463:in `validate_locale' - /Users/jan/Documents/ruby/bookstr/lib/amazon/search.rb:427:in `initialize' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:89:in `new' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:89:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:47:00) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9783897214767"}} -Completed in 4.20974 (0 reqs/sec) | Rendering: 0.00364 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:47:45) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"isbn"=>"9783897214767", "action"=>"book_search", "controller"=>"books"} -Completed in 19.15000 (0 reqs/sec) | Rendering: 0.00363 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search/?isbn=9783897214767] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:48:11) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"book_search", "controller"=>"books", "ean"=>"9783897214767"} -Completed in 4.15882 (0 reqs/sec) | Rendering: 0.00364 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search/?ean=9783897214767] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:48:46) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9783897214767"}} -Completed in 4.16133 (0 reqs/sec) | Rendering: 0.00357 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:49:27) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9783897214767"}} -Completed in 4.27087 (0 reqs/sec) | Rendering: 0.00378 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#create (for 127.0.0.1 at 2007-11-04 21:49:43) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "action"=>"create", "controller"=>"books", "book"=>{"title"=>"Praxiswissen Ruby on Rails. oreillys basics.", "description"=>"", "ean"=>"9783897214767"}} - Book Columns (0.001487) SHOW FIELDS FROM books - SQL (0.000130) BEGIN - SQL (0.000234) INSERT INTO books (`title`, `description`, `ean`) VALUES('Praxiswissen Ruby on Rails. oreillys basics.', '', '9783897214767') - SQL (0.000330) COMMIT -Redirected to http://localhost:3000/books/1 -Completed in 0.00801 (124 reqs/sec) | DB: 0.00218 (27%) | 302 Found [http://localhost/books] - - -Processing BooksController#show (for 127.0.0.1 at 2007-11-04 21:49:43) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"books"} - Book Columns (0.001512) SHOW FIELDS FROM books - Book Load (0.000217) SELECT * FROM books WHERE (books.`id` = 1)  -Rendering content_typetext/htmlactionshowlayoutfalse within layouts/books -Rendering books/show - - -ActionView::TemplateError (undefined method `isbn' for #) on line #8 of app/views/books/show.rhtml: -5: -6:

-7: Isbn: -8: <%=h @book.isbn %> -9:

-10: -11:

- - /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:1863:in `method_missing' - /Users/jan/Documents/ruby/bookstr/app/views/books/show.rhtml:8:in `_run_rhtml_47app47views47books47show46rhtml' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:325:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:325:in `compile_and_render_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:301:in `render_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:260:in `render_file' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:812:in `render_file' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:744:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:869:in `render_without_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:804:in `render_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:754:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/deprecation.rb:44:in `silence' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:753:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/layout.rb:244:in `render_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:24:in `show' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:167:in `call' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:167:in `respond' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:161:in `each' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:161:in `respond' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:105:in `respond_to' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:24:in `show' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#show (for 127.0.0.1 at 2007-11-04 21:50:07) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"show", "id"=>"1", "controller"=>"books"} - Book Columns (0.001529) SHOW FIELDS FROM books - Book Load (0.000213) SELECT * FROM books WHERE (books.`id` = 1)  -Rendering content_typetext/htmlactionshowlayoutfalse within layouts/books -Rendering books/show -Completed in 0.00858 (116 reqs/sec) | Rendering: 0.00266 (31%) | DB: 0.00174 (20%) | 200 OK [http://localhost/books/1] - - -Processing BooksController#index (for 127.0.0.1 at 2007-11-04 21:50:13) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"index", "controller"=>"books"} - Book Load (0.000233) SELECT * FROM books  -Rendering content_typetext/htmlactionindexlayoutfalse within layouts/books -Rendering books/index - Book Columns (0.001429) SHOW FIELDS FROM books - - -ActionView::TemplateError (undefined method `isbn' for #) on line #13 of app/views/books/index.rhtml: -10: <% for book in @books %> -11: -12: <%=h book.title %> -13: <%=h book.isbn %> -14: <%=h book.description %> -15: <%= link_to 'Show', book_path(book) %> -16: <%= link_to 'Edit', edit_book_path(book) %> - - /opt/local/lib/ruby/gems/1.8/gems/activerecord-1.15.5/lib/active_record/base.rb:1863:in `method_missing' - /Users/jan/Documents/ruby/bookstr/app/views/books/index.rhtml:13:in `_run_rhtml_47app47views47books47index46rhtml' - /Users/jan/Documents/ruby/bookstr/app/views/books/index.rhtml:10:in `each' - /Users/jan/Documents/ruby/bookstr/app/views/books/index.rhtml:10:in `_run_rhtml_47app47views47books47index46rhtml' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:325:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:325:in `compile_and_render_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:301:in `render_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:260:in `render_file' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:812:in `render_file' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:744:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:869:in `render_without_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:804:in `render_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:754:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/deprecation.rb:44:in `silence' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:753:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/layout.rb:244:in `render_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:13:in `index' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:167:in `call' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:167:in `respond' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:161:in `each' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:161:in `respond' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/mime_responds.rb:105:in `respond_to' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:13:in `index' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#index (for 127.0.0.1 at 2007-11-04 21:50:25) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"index", "controller"=>"books"} - Book Load (0.000298) SELECT * FROM books  -Rendering content_typetext/htmlactionindexlayoutfalse within layouts/books -Rendering books/index - Book Columns (0.001441) SHOW FIELDS FROM books -Completed in 0.00959 (104 reqs/sec) | Rendering: 0.00413 (43%) | DB: 0.00317 (33%) | 200 OK [http://localhost/books] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 21:50:39) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001534) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00766 (130 reqs/sec) | Rendering: 0.00248 (32%) | DB: 0.00153 (20%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:50:56) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} -Completed in 4.27504 (0 reqs/sec) | Rendering: 0.00420 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:51:51) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} -Completed in 4.30713 (0 reqs/sec) | Rendering: 0.00366 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 21:52:14) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780596527440"}} -Completed in 19.86311 (0 reqs/sec) | Rendering: 0.00381 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#create (for 127.0.0.1 at 2007-11-04 22:10:55) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "action"=>"create", "controller"=>"books", "book"=>{"title"=>"Ajax on Rails", "description"=>"", "ean"=>"9780596527440"}} - SQL (0.000193) SET SQL_AUTO_IS_NULL=0 - Book Columns (0.001502) SHOW FIELDS FROM books - SQL (0.000748) BEGIN - SQL (0.000260) INSERT INTO books (`title`, `description`, `ean`) VALUES('Ajax on Rails', '', '9780596527440') - SQL (0.000415) COMMIT -Redirected to http://localhost:3000/books/2 -Completed in 0.11608 (8 reqs/sec) | DB: 0.00312 (2%) | 302 Found [http://localhost/books] - - -Processing BooksController#show (for 127.0.0.1 at 2007-11-04 22:10:55) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"show", "id"=>"2", "controller"=>"books"} - Book Columns (0.003104) SHOW FIELDS FROM books - Book Load (0.001047) SELECT * FROM books WHERE (books.`id` = 2)  -Rendering content_typetext/htmlactionshowlayoutfalse within layouts/books -Rendering books/show -Completed in 0.03557 (28 reqs/sec) | Rendering: 0.02573 (72%) | DB: 0.00415 (11%) | 200 OK [http://localhost/books/2] - - -Processing BooksController#index (for 127.0.0.1 at 2007-11-04 22:10:57) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"index", "controller"=>"books"} - Book Load (0.000301) SELECT * FROM books  -Rendering content_typetext/htmlactionindexlayoutfalse within layouts/books -Rendering books/index - Book Columns (0.002515) SHOW FIELDS FROM books -Completed in 0.03203 (31 reqs/sec) | Rendering: 0.02273 (70%) | DB: 0.00282 (8%) | 200 OK [http://localhost/books] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 23:09:58) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001572) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.02921 (34 reqs/sec) | Rendering: 0.02374 (81%) | DB: 0.00157 (5%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:10:14) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"193435600X"}} -Completed in 4.39774 (0 reqs/sec) | Rendering: 0.00421 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:10:42) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"193435600X"}} -Completed in 4.91162 (0 reqs/sec) | Rendering: 0.00385 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:11:49) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"193435600X"}} -Completed in 4.74951 (0 reqs/sec) | Rendering: 0.00422 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:11:59) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"r a Concurrent World", "description"=>"", "ean"=>"193435600X"}} -Completed in 4.17339 (0 reqs/sec) | Rendering: 0.00392 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing ApplicationController#book_search (for 127.0.0.1 at 2007-11-04 23:47:01) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"193435600X"}} - - -SyntaxError (/Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:109: syntax error, unexpected kELSE, expecting kEND - else - ^ -/Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:141: syntax error, unexpected tINTEGER, expecting kEND - sum = 0 10.step( 2, -1 ) do |n| - ^ -/Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:149: syntax error, unexpected $end, expecting kEND): - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:202:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:94:in `require_or_load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/string/inflections.rb:148:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/routing.rb:1317:in `recognize' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:40:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing ApplicationController#new (for 127.0.0.1 at 2007-11-04 23:47:18) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - - -SyntaxError (/Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:142: syntax error, unexpected tINTEGER, expecting kEND - sum = 0 10.step( 2, -1 ) do |n| - ^): - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_without_new_constant_marking' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:203:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:202:in `load_file' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:94:in `require_or_load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:248:in `load_missing_constant' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:452:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:464:in `const_missing' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/inflector.rb:250:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/core_ext/string/inflections.rb:148:in `constantize' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/routing.rb:1317:in `recognize' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:40:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 23:47:29) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001551) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00806 (124 reqs/sec) | Rendering: 0.00262 (32%) | DB: 0.00155 (19%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:47:31) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"193435600X"}} - - -NameError (undefined method `193435600X' for class `Amazon::Search::Request'): - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:118:in `method' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:118:in `send' - /Users/jan/Documents/ruby/bookstr/app/controllers/books_controller.rb:118:in `book_search' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1101:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - ./script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 23:48:29) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001536) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00830 (120 reqs/sec) | Rendering: 0.00275 (33%) | DB: 0.00154 (18%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:48:30) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"193435600X"}} -Completed in 4.17738 (0 reqs/sec) | Rendering: 0.00394 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:48:47) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234"}} -Completed in 4.28439 (0 reqs/sec) | Rendering: 0.00381 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:49:13) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234"}} -Completed in 4.15076 (0 reqs/sec) | Rendering: 0.00378 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:50:04) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234"}} -Completed in 0.00446 (224 reqs/sec) | Rendering: 0.00352 (78%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:50:06) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234"}} -Completed in 0.00424 (235 reqs/sec) | Rendering: 0.00331 (78%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:50:07) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234"}} -Completed in 0.00429 (232 reqs/sec) | Rendering: 0.00336 (78%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:50:07) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234"}} -Completed in 0.00444 (225 reqs/sec) | Rendering: 0.00355 (79%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:50:10) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"234234asdasdasd"}} -Completed in 0.00462 (216 reqs/sec) | Rendering: 0.00360 (77%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:50:32) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"Programming Erlang: Software for a Concurrent World", "description"=>"", "ean"=>"0976694093"}} -Completed in 5.33512 (0 reqs/sec) | Rendering: 0.00544 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#create (for 127.0.0.1 at 2007-11-04 23:50:41) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "action"=>"create", "controller"=>"books", "book"=>{"title"=>"From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)", "description"=>"", "ean"=>"0976694093"}} - SQL (0.000211) SET SQL_AUTO_IS_NULL=0 - Book Columns (0.001506) SHOW FIELDS FROM books - SQL (0.000078) BEGIN - SQL (0.000189) INSERT INTO books (`title`, `description`, `ean`) VALUES('From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)', '', '0976694093') - SQL (0.000431) COMMIT -Redirected to http://localhost:3000/books/3 -Completed in 0.08330 (12 reqs/sec) | DB: 0.00241 (2%) | 302 Found [http://localhost/books] - - -Processing BooksController#show (for 127.0.0.1 at 2007-11-04 23:50:41) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"show", "id"=>"3", "controller"=>"books"} - Book Columns (0.001271) SHOW FIELDS FROM books - Book Load (0.000298) SELECT * FROM books WHERE (books.`id` = 3)  -Rendering content_typetext/htmlactionshowlayoutfalse within layouts/books -Rendering books/show -Completed in 0.03732 (26 reqs/sec) | Rendering: 0.03093 (82%) | DB: 0.00157 (4%) | 200 OK [http://localhost/books/3] - - -Processing BooksController#index (for 127.0.0.1 at 2007-11-04 23:51:33) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"index", "controller"=>"books"} - Book Load (0.000292) SELECT * FROM books  -Rendering content_typetext/htmlactionindexlayoutfalse within layouts/books -Rendering books/index - Book Columns (0.001627) SHOW FIELDS FROM books -Completed in 0.02796 (35 reqs/sec) | Rendering: 0.02206 (78%) | DB: 0.00192 (6%) | 200 OK [http://localhost/books] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 23:51:34) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001500) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00901 (110 reqs/sec) | Rendering: 0.00377 (41%) | DB: 0.00150 (16%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:51:55) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780976694090"}} -Completed in 4.39983 (0 reqs/sec) | Rendering: 0.00404 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:52:33) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"", "description"=>"", "ean"=>"9780976694090"}} -Completed in 19.18194 (0 reqs/sec) | Rendering: 0.00392 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 23:54:52) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001609) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -ERROR: compiling _run_rhtml_47app47views47books47new46rhtml RAISED compile error -/Users/jan/Documents/ruby/bookstr/app/views/books/new.rhtml:14: syntax error, unexpected tIDENTIFIER, expecting ')' -_erbout.concat " "; _erbout.concat(( submit_to_remote 'submit', 'lookup', :url => book_search_books_path, :before => '$('message').update('loading...')' ).to_s); _erbout.concat "\n" - ^ -/Users/jan/Documents/ruby/bookstr/app/views/books/new.rhtml:14: syntax error, unexpected tIDENTIFIER, expecting ')' -_erbout.concat " "; _erbout.concat(( submit_to_remote 'submit', 'lookup', :url => book_search_books_path, :before => '$('message').update('loading...')' ).to_s); _erbout.concat "\n" - ^ -Function body: def _run_rhtml_47app47views47books47new46rhtml(local_assigns) -_erbout = ''; _erbout.concat "

New book

\n" -_erbout.concat "\n" -_erbout.concat(( error_messages_for :book ).to_s); _erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat "\n" - form_for(:book, :url => books_path) do |f| ; _erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat "

\n" -_erbout.concat " If you give us an EAN number (or an ISBN-Number, that is), we'll look up the rest of the details.\n" -_erbout.concat " EAN
\n" -_erbout.concat " "; _erbout.concat(( f.text_field :ean ).to_s); _erbout.concat "\n" -_erbout.concat " "; _erbout.concat(( submit_to_remote 'submit', 'lookup', :url => book_search_books_path, :before => '$('message').update('loading...')' ).to_s); _erbout.concat "\n" -_erbout.concat " \n" -_erbout.concat "

\n" -_erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat "

\n" -_erbout.concat " Title
\n" -_erbout.concat " "; _erbout.concat(( f.text_field :title ).to_s); _erbout.concat "\n" -_erbout.concat "

\n" -_erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat "

\n" -_erbout.concat " Description
\n" -_erbout.concat " "; _erbout.concat(( f.text_area :description ).to_s); _erbout.concat "\n" -_erbout.concat "

\n" -_erbout.concat "\n" -_erbout.concat "

\n" -_erbout.concat " "; _erbout.concat(( submit_tag "Create" ).to_s); _erbout.concat "\n" -_erbout.concat "

\n" - end ; _erbout.concat "\n" -_erbout.concat "\n" -_erbout.concat(( link_to 'Back', books_path ).to_s); _erbout -end -Backtrace: /Users/jan/Documents/ruby/bookstr/app/views/books/new.rhtml:36:in `compile_template' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:318:in `compile_and_render_template' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:301:in `render_template' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:260:in `render_file' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:812:in `render_file' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:717:in `render_with_no_layout' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/layout.rb:247:in `render_without_benchmark' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' -/opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1102:in `perform_action_without_filters' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' -/opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' -/opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' -/opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' -/opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' -/opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 -/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' -/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' -/opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' -/opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 -/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' -/opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' -./script/server:3 - - -ActionView::TemplateError (compile error -/Users/jan/Documents/ruby/bookstr/app/views/books/new.rhtml:14: syntax error, unexpected tIDENTIFIER, expecting ')' -_erbout.concat " "; _erbout.concat(( submit_to_remote 'submit', 'lookup', :url => book_search_books_path, :before => '$('message').update('loading...')' ).to_s); _erbout.concat "\n" - ^ -/Users/jan/Documents/ruby/bookstr/app/views/books/new.rhtml:14: syntax error, unexpected tIDENTIFIER, expecting ')' -_erbout.concat " "; _erbout.concat(( submit_to_remote 'submit', 'lookup', :url => book_search_books_path, :before => '$('message').update('loading...')' ).to_s); _erbout.concat "\n" - ^) on line #14 of app/views/books/new.rhtml: -11: If you give us an EAN number (or an ISBN-Number, that is), we'll look up the rest of the details. -12: EAN
-13: <%= f.text_field :ean %> -14: <%= submit_to_remote 'submit', 'lookup', :url => book_search_books_path, :before => '$('message').update('loading...')' %> -15: -16:

-17: - - /Users/jan/Documents/ruby/bookstr/app/views/books/new.rhtml:36:in `compile_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:318:in `compile_and_render_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:301:in `render_template' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_view/base.rb:260:in `render_file' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:812:in `render_file' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:717:in `render_with_no_layout' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/layout.rb:247:in `render_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:50:in `render' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:1102:in `perform_action_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:696:in `call_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:688:in `perform_action_without_benchmark' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/1.8/benchmark.rb:293:in `measure' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/benchmarking.rb:66:in `perform_action_without_rescue' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/rescue.rb:83:in `perform_action' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `send' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:435:in `process_without_filters' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/filters.rb:684:in `process_without_session_management_support' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/session_management.rb:114:in `process' - /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/base.rb:334:in `process' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/dispatcher.rb:41:in `dispatch' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:78:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `synchronize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/rails.rb:76:in `process' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:618:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:617:in `process_client' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:736:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `initialize' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `new' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel.rb:720:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:271:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `each' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/configurator.rb:270:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:127:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/lib/mongrel/command.rb:211:in `run' - /opt/local/lib/ruby/gems/1.8/gems/mongrel-1.0.1/bin/mongrel_rails:243 - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:488:in `load' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/servers/mongrel.rb:60 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:342:in `new_constants_in' - /opt/local/lib/ruby/gems/1.8/gems/activesupport-1.4.4/lib/active_support/dependencies.rb:495:in `require' - /opt/local/lib/ruby/gems/1.8/gems/rails-1.2.5/lib/commands/server.rb:39 - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' - /opt/local/lib/ruby/vendor_ruby/1.8/rubygems/custom_require.rb:27:in `require' - script/server:3 - - -Rendering /opt/local/lib/ruby/gems/1.8/gems/actionpack-1.13.5/lib/action_controller/templates/rescues/layout.rhtml (500 Internal Error) - - -Processing BooksController#new (for 127.0.0.1 at 2007-11-04 23:55:09) [GET] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"action"=>"new", "controller"=>"books"} - Book Columns (0.001546) SHOW FIELDS FROM books -Rendering within layouts/books -Rendering books/new -Completed in 0.00886 (112 reqs/sec) | Rendering: 0.00366 (41%) | DB: 0.00155 (17%) | 200 OK [http://localhost/books/new] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:55:11) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)", "description"=>"", "ean"=>"9780976694090"}} -Completed in 4.16055 (0 reqs/sec) | Rendering: 0.00386 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:55:17) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)", "description"=>"", "ean"=>"9780976694090"}} -Completed in 4.15898 (0 reqs/sec) | Rendering: 0.00394 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:56:15) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)", "description"=>"", "ean"=>"9780976694090"}} -sent: pq -Completed in 4.20256 (0 reqs/sec) | Rendering: 0.00377 (0%) | DB: 0.00000 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:56:48) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)", "description"=>"", "ean"=>"9780976694090"}} -sent: pq -Completed in 4.15794 (0 reqs/sec) | Rendering: 0.00369 (0%) | 200 OK [http://localhost/books/book_search] - - -Processing BooksController#book_search (for 127.0.0.1 at 2007-11-04 23:57:02) [POST] - Session ID: 5aefb65f7af43edd0833b538a59d9ab4 - Parameters: {"commit"=>"Create", "submit"=>"lookup", "action"=>"book_search", "controller"=>"books", "book"=>{"title"=>"From Java to Ruby. Things Manager Should Know. Pragmatic Programmers: Things Every Manager Should Know (Pragmatic Programmers)", "description"=>"", "ean"=>"9780976694090"}} -sent: 0976694093 -Completed in 4.22100 (0 reqs/sec) | Rendering: 0.00352 (0%) | 200 OK [http://localhost/books/book_search] diff --git a/log/production.log b/log/production.log deleted file mode 100644 index e69de29..0000000 diff --git a/log/server.log b/log/server.log deleted file mode 100644 index e69de29..0000000 diff --git a/log/test.log b/log/test.log deleted file mode 100644 index e69de29..0000000