1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128
|
# Logfile created on Sun Oct 25 03:26:31 +0900 2009 [4;36;1mSQL (0.4ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
Processing ApplicationController#index (for 127.0.0.1 at 2009-10-25 03:33:52) [GET]
ActionController::RoutingError (No route matches "/test" with {:method=>:get}):
/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'
Rendering rescues/layout (not_found)
Processing SamplesController#index (for 127.0.0.1 at 2009-10-25 03:33:55) [GET]
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (23.2ms)
Completed in 239ms (View: 70, DB: 0) | 200 OK [http://localhost/]
Processing SamplesController#index (for 127.0.0.1 at 2009-10-25 03:34:01) [GET]
Parameters: {"lang"=>"fr"}
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (8.1ms)
Completed in 20ms (View: 18, DB: 0) | 200 OK [http://localhost/samples?lang=fr]
Processing SamplesController#set_cookie (for 127.0.0.1 at 2009-10-25 03:34:14) [GET]
Parameters: {"id"=>"zh_CN"}
Redirected to http://localhost:3000/samples
Completed in 4ms (DB: 0) | 302 Found [http://localhost/samples/set_cookie/zh_CN]
Processing SamplesController#index (for 127.0.0.1 at 2009-10-25 03:34:14) [GET]
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (7.8ms)
Completed in 21ms (View: 18, DB: 0) | 200 OK [http://localhost/samples]
Processing SamplesController#index (for 127.0.0.1 at 2009-10-25 03:34:33) [GET]
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (7.7ms)
Completed in 20ms (View: 18, DB: 0) | 200 OK [http://localhost/samples]
Processing SamplesController#clear_cookie (for 127.0.0.1 at 2009-10-25 03:34:40) [GET]
Redirected to http://localhost:3000/samples
Completed in 3ms (DB: 0) | 302 Found [http://localhost/samples/clear_cookie]
Processing SamplesController#index (for 127.0.0.1 at 2009-10-25 03:34:40) [GET]
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (8.1ms)
Completed in 22ms (View: 19, DB: 0) | 200 OK [http://localhost/samples]
[4;36;1mSQL (1.2ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
Processing ApplicationController#index (for 127.0.0.1 at 2009-11-08 22:02:14) [GET]
ActionController::RoutingError (No route matches "/test" with {:method=>:get}):
/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'
Rendering rescues/layout (not_found)
[4;36;1mSQL (0.3ms)[0m [0;1m SELECT name
FROM sqlite_master
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
[0m
Processing SamplesController#index (for 127.0.0.1 at 2009-11-08 22:02:33) [GET]
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (7.1ms)
Completed in 57ms (View: 53, DB: 0) | 200 OK [http://localhost/]
Processing SamplesController#index (for 127.0.0.1 at 2009-11-08 22:02:40) [GET]
Parameters: {"lang"=>"pt_BR"}
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (9.3ms)
Completed in 30ms (View: 27, DB: 0) | 200 OK [http://localhost/samples?lang=pt_BR]
Processing SamplesController#index (for 127.0.0.1 at 2009-11-08 22:02:45) [GET]
Parameters: {"lang"=>"zh_CN"}
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (13.5ms)
Completed in 29ms (View: 27, DB: 0) | 200 OK [http://localhost/samples?lang=zh_CN]
Processing SamplesController#index (for 127.0.0.1 at 2009-11-08 22:02:51) [GET]
Parameters: {"lang"=>"en_Latn_US_NYNORSK"}
Rendering template within layouts/samples
Rendering samples/index
Rendered samples/_part (32.1ms)
Completed in 65ms (View: 63, DB: 0) | 200 OK [http://localhost/samples?lang=en_Latn_US_NYNORSK]
|