Processing ApplicationController#index (for 127.0.0.1 at 2010-04-17 17:24:21) [GET] ActionController::RoutingError (No route matches "/say/hello" with {:method=>:get}): /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:66:in `recognize_path' /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:390:in `recognize' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in `handle_request' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:112:in `dispatch_unlocked' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:125:in `dispatch' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:124:in `synchronize' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:124:in `dispatch' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:134:in `dispatch_cgi' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:41:in `dispatch' /vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch' /vendor/rails/railties/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch' /vendor/rails/railties/lib/commands/servers/webrick.rb:66 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require' /vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require' /vendor/rails/railties/lib/commands/server.rb:49 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendering /home/ibbo/learning/rails/1/demo/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) Processing ApplicationController#index (for 127.0.0.1 at 2010-04-17 17:24:30) [GET] ActionController::RoutingError (No route matches "/Say/hello" with {:method=>:get}): /vendor/rails/actionpack/lib/action_controller/routing/recognition_optimisation.rb:66:in `recognize_path' /vendor/rails/actionpack/lib/action_controller/routing/route_set.rb:390:in `recognize' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:183:in `handle_request' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:112:in `dispatch_unlocked' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:125:in `dispatch' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:124:in `synchronize' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:124:in `dispatch' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:134:in `dispatch_cgi' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:41:in `dispatch' /vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch' /vendor/rails/railties/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch' /vendor/rails/railties/lib/commands/servers/webrick.rb:66 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require' /vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require' /vendor/rails/railties/lib/commands/server.rb:49 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendering /home/ibbo/learning/rails/1/demo/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (not_found) Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:25:22) [GET] Rendering say/hello ActionView::MissingTemplate (Missing template say/hello.erb in view path /home/ibbo/learning/rails/1/demo/app/views:): /vendor/rails/actionpack/lib/action_view/template.rb:95:in `find_full_path' /vendor/rails/actionpack/lib/action_view/template.rb:16:in `initialize' /vendor/rails/actionpack/lib/action_view/base.rb:334:in `new' /vendor/rails/actionpack/lib/action_view/base.rb:334:in `_unmemoized__pick_template' /vendor/rails/activesupport/lib/active_support/memoizable.rb:70:in `_pick_template' /vendor/rails/actionpack/lib/action_view/base.rb:256:in `render' /vendor/rails/actionpack/lib/action_controller/base.rb:1177:in `render_for_file' /vendor/rails/actionpack/lib/action_controller/base.rb:896:in `render_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' /vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' /vendor/rails/actionpack/lib/action_controller/base.rb:868:in `render_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' /vendor/rails/activesupport/lib/active_support/core_ext/benchmark.rb:8:in `realtime' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:51:in `render' /vendor/rails/actionpack/lib/action_controller/base.rb:1251:in `default_render' /vendor/rails/actionpack/lib/action_controller/base.rb:1257:in `perform_action_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:617:in `call_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:610:in `perform_action_without_benchmark' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /usr/lib/ruby/1.8/benchmark.rb:293:in `measure' /vendor/rails/actionpack/lib/action_controller/benchmarking.rb:68:in `perform_action_without_rescue' /vendor/rails/actionpack/lib/action_controller/rescue.rb:136:in `perform_action_without_caching' /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:13:in `perform_action' /vendor/rails/activerecord/lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache' /vendor/rails/activerecord/lib/active_record/query_cache.rb:8:in `cache' /vendor/rails/actionpack/lib/action_controller/caching/sql_cache.rb:12:in `perform_action' /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `send' /vendor/rails/actionpack/lib/action_controller/base.rb:524:in `process_without_filters' /vendor/rails/actionpack/lib/action_controller/filters.rb:606:in `process_without_session_management_support' /vendor/rails/actionpack/lib/action_controller/session_management.rb:134:in `process' /vendor/rails/actionpack/lib/action_controller/base.rb:392:in `process' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:184:in `handle_request' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:112:in `dispatch_unlocked' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:125:in `dispatch' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:124:in `synchronize' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:124:in `dispatch' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:134:in `dispatch_cgi' /vendor/rails/actionpack/lib/action_controller/dispatcher.rb:41:in `dispatch' /vendor/rails/railties/lib/webrick_server.rb:103:in `handle_dispatch' /vendor/rails/railties/lib/webrick_server.rb:74:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:104:in `service' /usr/lib/ruby/1.8/webrick/httpserver.rb:65:in `run' /usr/lib/ruby/1.8/webrick/server.rb:173:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start' /usr/lib/ruby/1.8/webrick/server.rb:162:in `start_thread' /usr/lib/ruby/1.8/webrick/server.rb:95:in `start' /usr/lib/ruby/1.8/webrick/server.rb:92:in `each' /usr/lib/ruby/1.8/webrick/server.rb:92:in `start' /usr/lib/ruby/1.8/webrick/server.rb:23:in `start' /usr/lib/ruby/1.8/webrick/server.rb:82:in `start' /vendor/rails/railties/lib/webrick_server.rb:60:in `dispatch' /vendor/rails/railties/lib/commands/servers/webrick.rb:66 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require' /vendor/rails/activesupport/lib/active_support/dependencies.rb:521:in `new_constants_in' /vendor/rails/activesupport/lib/active_support/dependencies.rb:153:in `require' /vendor/rails/railties/lib/commands/server.rb:49 /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `require' script/server:3 Rendering /home/ibbo/learning/rails/1/demo/vendor/rails/actionpack/lib/action_controller/templates/rescues/layout.erb (internal_server_error) Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:26:29) [GET] Rendering say/hello Completed in 2ms (View: 1, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:27:45) [GET] Rendering say/hello Completed in 65ms (View: 64, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:29:47) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:31:13) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:39:56) [GET] Rendering say/goodbye Completed in 2ms (View: 1, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:41:02) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:41:03) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:41:04) [GET] Rendering say/goodbye Completed in 2ms (View: 1, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:41:04) [GET] Rendering say/hello Completed in 2ms (View: 1, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:41:04) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:41:04) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:41:05) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:41:05) [GET] Rendering say/hello Completed in 38ms (View: 1, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:16) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:22) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:38) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:39) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:39) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:40) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:41) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:42) [GET] Rendering say/hello Completed in 37ms (View: 1, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:42) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:42) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:42) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:43) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:42:43) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:42:43) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:44:40) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#goodbye (for 127.0.0.1 at 2010-04-17 17:45:18) [GET] Rendering say/goodbye Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/goodbye] Processing SayController#hello (for 127.0.0.1 at 2010-04-17 17:45:19) [GET] Rendering say/hello Completed in 4ms (View: 2, DB: 0) | 200 OK [http://localhost/say/hello]