locale_rails 2.0.4 → 2.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/COPYING +56 -0
- data/ChangeLog +8 -0
- data/README.rdoc +5 -2
- data/Rakefile +1 -1
- data/lib/locale_rails/action_controller.rb +1 -1
- data/lib/locale_rails/action_controller/base.rb +2 -5
- data/lib/locale_rails/action_controller/caching.rb +8 -6
- data/lib/locale_rails/action_controller/test_process.rb +1 -1
- data/lib/locale_rails/action_view.rb +2 -2
- data/lib/locale_rails/i18n.rb +1 -2
- data/lib/locale_rails/version.rb +2 -2
- data/sample/config/environment.rb +1 -1
- data/sample/db/development.sqlite3 +0 -0
- data/sample/log/development.log +128 -0
- data/test/app/controllers/articles_controller.rb +5 -0
- data/test/config/environment.rb +1 -1
- data/test/config/routes.rb +2 -1
- data/test/db/development.sqlite3 +0 -0
- data/test/db/test.sqlite3 +0 -0
- data/test/log/development.log +172 -0
- data/test/log/test.log +4016 -0
- data/test/test/functional/articles_controller_test.rb +5 -0
- metadata +100 -136
data/test/log/test.log
ADDED
@@ -0,0 +1,4016 @@
|
|
1
|
+
# Logfile created on Sun Oct 25 02:06:21 +0900 2009
|
2
|
+
|
3
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:21) [GET]
|
4
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
5
|
+
Rendering articles/list
|
6
|
+
Cached fragment miss: views/test.host/articles/list_en (1.9ms)
|
7
|
+
Completed in 21ms (View: 15, DB: 0) | 200 OK [http://test.host/articles/list]
|
8
|
+
|
9
|
+
|
10
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:21) [GET]
|
11
|
+
Parameters: {"lang"=>"ja"}
|
12
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
13
|
+
Rendering articles/list
|
14
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.9ms)
|
15
|
+
Completed in 6ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
16
|
+
|
17
|
+
|
18
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:21) [GET]
|
19
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
20
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fe8b52e9aa0 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
21
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fe8b52e5ae0 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fe8b52e9aa0 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
22
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
23
|
+
|
24
|
+
|
25
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
26
|
+
Rendering articles/index
|
27
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
28
|
+
|
29
|
+
|
30
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
31
|
+
Parameters: {"lang"=>"ja"}
|
32
|
+
Rendering articles/index_ja
|
33
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
34
|
+
|
35
|
+
|
36
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
37
|
+
Rendering articles/index_fr_FR
|
38
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
39
|
+
|
40
|
+
|
41
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
42
|
+
Rendering articles/index
|
43
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
44
|
+
|
45
|
+
|
46
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
47
|
+
Rendering articles/index
|
48
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
49
|
+
|
50
|
+
|
51
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
52
|
+
Rendering articles/index_fr_FR
|
53
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
54
|
+
|
55
|
+
|
56
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
57
|
+
Rendering articles/index_ja
|
58
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
59
|
+
|
60
|
+
|
61
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
62
|
+
Rendering articles/index_ja
|
63
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
64
|
+
|
65
|
+
|
66
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
67
|
+
Rendering articles/index_fr_FR
|
68
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
69
|
+
|
70
|
+
|
71
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
72
|
+
Rendering articles/index_ja
|
73
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
74
|
+
|
75
|
+
|
76
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
77
|
+
Rendering articles/index_de
|
78
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
79
|
+
|
80
|
+
|
81
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
82
|
+
Rendering articles/index_de
|
83
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
84
|
+
|
85
|
+
|
86
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
87
|
+
Rendering articles/index_ja
|
88
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
89
|
+
|
90
|
+
|
91
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
92
|
+
Rendering articles/index_fr_FR
|
93
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
94
|
+
|
95
|
+
|
96
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
97
|
+
Rendering articles/index_ja
|
98
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
99
|
+
|
100
|
+
|
101
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
102
|
+
Rendering articles/index
|
103
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
104
|
+
|
105
|
+
|
106
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
107
|
+
Rendering articles/index
|
108
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
109
|
+
|
110
|
+
|
111
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
112
|
+
Parameters: {"lang"=>"ja"}
|
113
|
+
Rendering articles/index_ja
|
114
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
115
|
+
|
116
|
+
|
117
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
118
|
+
Parameters: {"lang"=>"ja"}
|
119
|
+
Rendering articles/index_ja
|
120
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
121
|
+
|
122
|
+
|
123
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:22) [GET]
|
124
|
+
Parameters: {"lang"=>"en"}
|
125
|
+
Rendering articles/index
|
126
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
127
|
+
|
128
|
+
|
129
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
130
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
131
|
+
Rendering articles/list
|
132
|
+
Cached fragment miss: views/test.host/articles/list_en (2.2ms)
|
133
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
134
|
+
|
135
|
+
|
136
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
137
|
+
Parameters: {"lang"=>"ja"}
|
138
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
139
|
+
Rendering articles/list
|
140
|
+
Cached fragment miss: views/test.host/articles/list_ja (1.2ms)
|
141
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
142
|
+
|
143
|
+
|
144
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
145
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
146
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8b63a7cb28 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
147
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f8b63a7c0b0 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8b63a7cb28 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
148
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
149
|
+
|
150
|
+
|
151
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
152
|
+
Parameters: {"lang"=>"ja"}
|
153
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
154
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8b63a7cb28 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
155
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f8b63a7c0b0 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8b63a7cb28 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
156
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
157
|
+
|
158
|
+
|
159
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
160
|
+
Parameters: {"lang"=>"ja"}
|
161
|
+
|
162
|
+
|
163
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
164
|
+
Rendering articles/index
|
165
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
166
|
+
|
167
|
+
|
168
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
169
|
+
Parameters: {"lang"=>"ja"}
|
170
|
+
Rendering articles/index_ja
|
171
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
172
|
+
|
173
|
+
|
174
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
175
|
+
Rendering articles/index_fr_FR
|
176
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
177
|
+
|
178
|
+
|
179
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
180
|
+
Rendering articles/index
|
181
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
182
|
+
|
183
|
+
|
184
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
185
|
+
Rendering articles/index
|
186
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
187
|
+
|
188
|
+
|
189
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
190
|
+
Rendering articles/index_fr_FR
|
191
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
192
|
+
|
193
|
+
|
194
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
195
|
+
Rendering articles/index_ja
|
196
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
197
|
+
|
198
|
+
|
199
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
200
|
+
Rendering articles/index_ja
|
201
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
202
|
+
|
203
|
+
|
204
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
205
|
+
Rendering articles/index_fr_FR
|
206
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
207
|
+
|
208
|
+
|
209
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
210
|
+
Rendering articles/index_ja
|
211
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
212
|
+
|
213
|
+
|
214
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
215
|
+
Rendering articles/index_de
|
216
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
217
|
+
|
218
|
+
|
219
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
220
|
+
Rendering articles/index_de
|
221
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
222
|
+
|
223
|
+
|
224
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
225
|
+
Rendering articles/index_ja
|
226
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
227
|
+
|
228
|
+
|
229
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
230
|
+
Rendering articles/index_fr_FR
|
231
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
232
|
+
|
233
|
+
|
234
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
235
|
+
Rendering articles/index_ja
|
236
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
237
|
+
|
238
|
+
|
239
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
240
|
+
Rendering articles/index
|
241
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
242
|
+
|
243
|
+
|
244
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
245
|
+
Rendering articles/index
|
246
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
247
|
+
|
248
|
+
|
249
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
250
|
+
Parameters: {"lang"=>"ja"}
|
251
|
+
Rendering articles/index_ja
|
252
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
253
|
+
|
254
|
+
|
255
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
256
|
+
Parameters: {"lang"=>"ja"}
|
257
|
+
Rendering articles/index_ja
|
258
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
259
|
+
|
260
|
+
|
261
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:06:43) [GET]
|
262
|
+
Parameters: {"lang"=>"en"}
|
263
|
+
Rendering articles/index
|
264
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
265
|
+
|
266
|
+
|
267
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
268
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
269
|
+
Rendering articles/list
|
270
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
271
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
272
|
+
|
273
|
+
|
274
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
275
|
+
Parameters: {"lang"=>"ja"}
|
276
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
277
|
+
Rendering articles/list
|
278
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.8ms)
|
279
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
280
|
+
|
281
|
+
|
282
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
283
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
284
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f3799dd8d30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
285
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f3799dd86c8 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f3799dd8d30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
286
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
287
|
+
|
288
|
+
|
289
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
290
|
+
Parameters: {"lang"=>"ja"}
|
291
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
292
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f3799dd8d30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
293
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f3799dd86c8 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f3799dd8d30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
294
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
295
|
+
|
296
|
+
|
297
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
298
|
+
Parameters: {"lang"=>"ja"}
|
299
|
+
|
300
|
+
|
301
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
302
|
+
Rendering articles/index
|
303
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
304
|
+
|
305
|
+
|
306
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
307
|
+
Parameters: {"lang"=>"ja"}
|
308
|
+
Rendering articles/index_ja
|
309
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
310
|
+
|
311
|
+
|
312
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
313
|
+
Rendering articles/index_fr_FR
|
314
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
315
|
+
|
316
|
+
|
317
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
318
|
+
Rendering articles/index
|
319
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
320
|
+
|
321
|
+
|
322
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
323
|
+
Rendering articles/index
|
324
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
325
|
+
|
326
|
+
|
327
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
328
|
+
Rendering articles/index_fr_FR
|
329
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
330
|
+
|
331
|
+
|
332
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
333
|
+
Rendering articles/index_ja
|
334
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
335
|
+
|
336
|
+
|
337
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
338
|
+
Rendering articles/index_ja
|
339
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
340
|
+
|
341
|
+
|
342
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
343
|
+
Rendering articles/index_fr_FR
|
344
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
345
|
+
|
346
|
+
|
347
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
348
|
+
Rendering articles/index_ja
|
349
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
350
|
+
|
351
|
+
|
352
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
353
|
+
Rendering articles/index_de
|
354
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
355
|
+
|
356
|
+
|
357
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
358
|
+
Rendering articles/index_de
|
359
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
360
|
+
|
361
|
+
|
362
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
363
|
+
Rendering articles/index_ja
|
364
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
365
|
+
|
366
|
+
|
367
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
368
|
+
Rendering articles/index_fr_FR
|
369
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
370
|
+
|
371
|
+
|
372
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
373
|
+
Rendering articles/index_ja
|
374
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
375
|
+
|
376
|
+
|
377
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
378
|
+
Rendering articles/index
|
379
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
380
|
+
|
381
|
+
|
382
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
383
|
+
Rendering articles/index
|
384
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
385
|
+
|
386
|
+
|
387
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
388
|
+
Parameters: {"lang"=>"ja"}
|
389
|
+
Rendering articles/index_ja
|
390
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
391
|
+
|
392
|
+
|
393
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
394
|
+
Parameters: {"lang"=>"ja"}
|
395
|
+
Rendering articles/index_ja
|
396
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
397
|
+
|
398
|
+
|
399
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:07:40) [GET]
|
400
|
+
Parameters: {"lang"=>"en"}
|
401
|
+
Rendering articles/index
|
402
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
403
|
+
|
404
|
+
|
405
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
406
|
+
Cached fragment hit: views/test.host/articles/list_en (0.5ms)
|
407
|
+
Rendering articles/list
|
408
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
409
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
410
|
+
|
411
|
+
|
412
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
413
|
+
Parameters: {"lang"=>"ja"}
|
414
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
415
|
+
Rendering articles/list
|
416
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.8ms)
|
417
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
418
|
+
|
419
|
+
|
420
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
421
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
422
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8130240de8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
423
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f81302407f8 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8130240de8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
424
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
425
|
+
|
426
|
+
|
427
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
428
|
+
Parameters: {"lang"=>"ja"}
|
429
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
430
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8130240de8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
431
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f81302407f8 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f8130240de8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
432
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
433
|
+
|
434
|
+
|
435
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
436
|
+
Parameters: {"lang"=>"ja"}
|
437
|
+
|
438
|
+
|
439
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
440
|
+
Rendering articles/index
|
441
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
442
|
+
|
443
|
+
|
444
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
445
|
+
Parameters: {"lang"=>"ja"}
|
446
|
+
Rendering articles/index_ja
|
447
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
448
|
+
|
449
|
+
|
450
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
451
|
+
Rendering articles/index_fr_FR
|
452
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
453
|
+
|
454
|
+
|
455
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
456
|
+
Rendering articles/index
|
457
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
458
|
+
|
459
|
+
|
460
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
461
|
+
Rendering articles/index
|
462
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
463
|
+
|
464
|
+
|
465
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
466
|
+
Rendering articles/index_fr_FR
|
467
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
468
|
+
|
469
|
+
|
470
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
471
|
+
Rendering articles/index_ja
|
472
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
473
|
+
|
474
|
+
|
475
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
476
|
+
Rendering articles/index_ja
|
477
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
478
|
+
|
479
|
+
|
480
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
481
|
+
Rendering articles/index_fr_FR
|
482
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
483
|
+
|
484
|
+
|
485
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
486
|
+
Rendering articles/index_ja
|
487
|
+
Completed in 4ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
488
|
+
|
489
|
+
|
490
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
491
|
+
Rendering articles/index_de
|
492
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
493
|
+
|
494
|
+
|
495
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
496
|
+
Rendering articles/index_de
|
497
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
498
|
+
|
499
|
+
|
500
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
501
|
+
Rendering articles/index_ja
|
502
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
503
|
+
|
504
|
+
|
505
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
506
|
+
Rendering articles/index_fr_FR
|
507
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
508
|
+
|
509
|
+
|
510
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
511
|
+
Rendering articles/index_ja
|
512
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
513
|
+
|
514
|
+
|
515
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
516
|
+
Rendering articles/index
|
517
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
518
|
+
|
519
|
+
|
520
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
521
|
+
Rendering articles/index
|
522
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
523
|
+
|
524
|
+
|
525
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
526
|
+
Parameters: {"lang"=>"ja"}
|
527
|
+
Rendering articles/index_ja
|
528
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
529
|
+
|
530
|
+
|
531
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
532
|
+
Parameters: {"lang"=>"ja"}
|
533
|
+
Rendering articles/index_ja
|
534
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
535
|
+
|
536
|
+
|
537
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:08:35) [GET]
|
538
|
+
Parameters: {"lang"=>"en"}
|
539
|
+
Rendering articles/index
|
540
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
541
|
+
|
542
|
+
|
543
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
544
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
545
|
+
Rendering articles/list
|
546
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
547
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
548
|
+
|
549
|
+
|
550
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
551
|
+
Parameters: {"lang"=>"ja"}
|
552
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
553
|
+
Rendering articles/list
|
554
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.8ms)
|
555
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
556
|
+
|
557
|
+
|
558
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
559
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
560
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fc0e3488b58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
561
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fc0e3488388 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fc0e3488b58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
562
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
563
|
+
|
564
|
+
|
565
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
566
|
+
Parameters: {"lang"=>"ja"}
|
567
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
568
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fc0e3488b58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
569
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fc0e3488388 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fc0e3488b58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
570
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
571
|
+
|
572
|
+
|
573
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
574
|
+
Parameters: {"lang"=>"ja"}
|
575
|
+
|
576
|
+
|
577
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
578
|
+
Rendering articles/index
|
579
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
580
|
+
|
581
|
+
|
582
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
583
|
+
Parameters: {"lang"=>"ja"}
|
584
|
+
Rendering articles/index_ja
|
585
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
586
|
+
|
587
|
+
|
588
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
589
|
+
Rendering articles/index_fr_FR
|
590
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
591
|
+
|
592
|
+
|
593
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
594
|
+
Rendering articles/index
|
595
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
596
|
+
|
597
|
+
|
598
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
599
|
+
Rendering articles/index
|
600
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
601
|
+
|
602
|
+
|
603
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
604
|
+
Rendering articles/index_fr_FR
|
605
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
606
|
+
|
607
|
+
|
608
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
609
|
+
Rendering articles/index_ja
|
610
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
611
|
+
|
612
|
+
|
613
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
614
|
+
Rendering articles/index_ja
|
615
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
616
|
+
|
617
|
+
|
618
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
619
|
+
Rendering articles/index_fr_FR
|
620
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
621
|
+
|
622
|
+
|
623
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
624
|
+
Rendering articles/index_ja
|
625
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
626
|
+
|
627
|
+
|
628
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
629
|
+
Rendering articles/index_de
|
630
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
631
|
+
|
632
|
+
|
633
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
634
|
+
Rendering articles/index_de
|
635
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
636
|
+
|
637
|
+
|
638
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
639
|
+
Rendering articles/index_ja
|
640
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
641
|
+
|
642
|
+
|
643
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
644
|
+
Rendering articles/index_fr_FR
|
645
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
646
|
+
|
647
|
+
|
648
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
649
|
+
Rendering articles/index_ja
|
650
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
651
|
+
|
652
|
+
|
653
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
654
|
+
Rendering articles/index
|
655
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
656
|
+
|
657
|
+
|
658
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
659
|
+
Rendering articles/index
|
660
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
661
|
+
|
662
|
+
|
663
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
664
|
+
Parameters: {"lang"=>"ja"}
|
665
|
+
Rendering articles/index_ja
|
666
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
667
|
+
|
668
|
+
|
669
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
670
|
+
Parameters: {"lang"=>"ja"}
|
671
|
+
Rendering articles/index_ja
|
672
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
673
|
+
|
674
|
+
|
675
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:13:55) [GET]
|
676
|
+
Parameters: {"lang"=>"en"}
|
677
|
+
Rendering articles/index
|
678
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
679
|
+
|
680
|
+
|
681
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
682
|
+
Cached fragment hit: en (0.2ms)
|
683
|
+
Rendering articles/list
|
684
|
+
Couldn't create cache directory: en (private method `gsub' called for [#<Locale::Tag::Rfc: en>]:Array)
|
685
|
+
Cached fragment miss: en (0.3ms)
|
686
|
+
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
687
|
+
|
688
|
+
|
689
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
690
|
+
Rendering articles/index
|
691
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
692
|
+
|
693
|
+
|
694
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
695
|
+
Parameters: {"lang"=>"ja"}
|
696
|
+
Rendering articles/index_ja
|
697
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
698
|
+
|
699
|
+
|
700
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
701
|
+
Rendering articles/index_fr_FR
|
702
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
703
|
+
|
704
|
+
|
705
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
706
|
+
Rendering articles/index
|
707
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
708
|
+
|
709
|
+
|
710
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
711
|
+
Rendering articles/index
|
712
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
713
|
+
|
714
|
+
|
715
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
716
|
+
Rendering articles/index_fr_FR
|
717
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
718
|
+
|
719
|
+
|
720
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
721
|
+
Rendering articles/index_ja
|
722
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
723
|
+
|
724
|
+
|
725
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
726
|
+
Rendering articles/index_ja
|
727
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
728
|
+
|
729
|
+
|
730
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
731
|
+
Rendering articles/index_fr_FR
|
732
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
733
|
+
|
734
|
+
|
735
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
736
|
+
Rendering articles/index_ja
|
737
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
738
|
+
|
739
|
+
|
740
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
741
|
+
Rendering articles/index_de
|
742
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
743
|
+
|
744
|
+
|
745
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
746
|
+
Rendering articles/index_de
|
747
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
748
|
+
|
749
|
+
|
750
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
751
|
+
Rendering articles/index_ja
|
752
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
753
|
+
|
754
|
+
|
755
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
756
|
+
Rendering articles/index_fr_FR
|
757
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
758
|
+
|
759
|
+
|
760
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
761
|
+
Rendering articles/index_ja
|
762
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
763
|
+
|
764
|
+
|
765
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
766
|
+
Rendering articles/index
|
767
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
768
|
+
|
769
|
+
|
770
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
771
|
+
Rendering articles/index
|
772
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
773
|
+
|
774
|
+
|
775
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
776
|
+
Parameters: {"lang"=>"ja"}
|
777
|
+
Rendering articles/index_ja
|
778
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
779
|
+
|
780
|
+
|
781
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
782
|
+
Parameters: {"lang"=>"ja"}
|
783
|
+
Rendering articles/index_ja
|
784
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
785
|
+
|
786
|
+
|
787
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:15) [GET]
|
788
|
+
Parameters: {"lang"=>"en"}
|
789
|
+
Rendering articles/index
|
790
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
791
|
+
|
792
|
+
|
793
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
794
|
+
Cached fragment hit: en (0.2ms)
|
795
|
+
Rendering articles/list
|
796
|
+
Couldn't create cache directory: en (private method `gsub' called for [#<Locale::Tag::Rfc: en>]:Array)
|
797
|
+
Cached fragment miss: en (0.3ms)
|
798
|
+
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
799
|
+
|
800
|
+
|
801
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
802
|
+
Rendering articles/index
|
803
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
804
|
+
|
805
|
+
|
806
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
807
|
+
Parameters: {"lang"=>"ja"}
|
808
|
+
Rendering articles/index_ja
|
809
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
810
|
+
|
811
|
+
|
812
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
813
|
+
Rendering articles/index_fr_FR
|
814
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
815
|
+
|
816
|
+
|
817
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
818
|
+
Rendering articles/index
|
819
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
820
|
+
|
821
|
+
|
822
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
823
|
+
Rendering articles/index
|
824
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
825
|
+
|
826
|
+
|
827
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
828
|
+
Rendering articles/index_fr_FR
|
829
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
830
|
+
|
831
|
+
|
832
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
833
|
+
Rendering articles/index_ja
|
834
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
835
|
+
|
836
|
+
|
837
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
838
|
+
Rendering articles/index_ja
|
839
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
840
|
+
|
841
|
+
|
842
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
843
|
+
Rendering articles/index_fr_FR
|
844
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
845
|
+
|
846
|
+
|
847
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
848
|
+
Rendering articles/index_ja
|
849
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
850
|
+
|
851
|
+
|
852
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
853
|
+
Rendering articles/index_de
|
854
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
855
|
+
|
856
|
+
|
857
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
858
|
+
Rendering articles/index_de
|
859
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
860
|
+
|
861
|
+
|
862
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
863
|
+
Rendering articles/index_ja
|
864
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
865
|
+
|
866
|
+
|
867
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
868
|
+
Rendering articles/index_fr_FR
|
869
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
870
|
+
|
871
|
+
|
872
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
873
|
+
Rendering articles/index_ja
|
874
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
875
|
+
|
876
|
+
|
877
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
878
|
+
Rendering articles/index
|
879
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
880
|
+
|
881
|
+
|
882
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
883
|
+
Rendering articles/index
|
884
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
885
|
+
|
886
|
+
|
887
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
888
|
+
Parameters: {"lang"=>"ja"}
|
889
|
+
Rendering articles/index_ja
|
890
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
891
|
+
|
892
|
+
|
893
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
894
|
+
Parameters: {"lang"=>"ja"}
|
895
|
+
Rendering articles/index_ja
|
896
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
897
|
+
|
898
|
+
|
899
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:21:55) [GET]
|
900
|
+
Parameters: {"lang"=>"en"}
|
901
|
+
Rendering articles/index
|
902
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
903
|
+
|
904
|
+
|
905
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:23:18) [GET]
|
906
|
+
Cached fragment hit: en (0.2ms)
|
907
|
+
Rendering articles/list
|
908
|
+
Couldn't create cache directory: en (private method `gsub' called for [#<Locale::Tag::Rfc: en>]:Array)
|
909
|
+
Cached fragment miss: en (0.3ms)
|
910
|
+
Completed in 9ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
911
|
+
|
912
|
+
|
913
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:18) [GET]
|
914
|
+
Rendering articles/index
|
915
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
916
|
+
|
917
|
+
|
918
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:18) [GET]
|
919
|
+
Parameters: {"lang"=>"ja"}
|
920
|
+
Rendering articles/index_ja
|
921
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
922
|
+
|
923
|
+
|
924
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:18) [GET]
|
925
|
+
Rendering articles/index_fr_FR
|
926
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
927
|
+
|
928
|
+
|
929
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:18) [GET]
|
930
|
+
Rendering articles/index
|
931
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
932
|
+
|
933
|
+
|
934
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
935
|
+
Rendering articles/index
|
936
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
937
|
+
|
938
|
+
|
939
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
940
|
+
Rendering articles/index_fr_FR
|
941
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
942
|
+
|
943
|
+
|
944
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
945
|
+
Rendering articles/index_ja
|
946
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
947
|
+
|
948
|
+
|
949
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
950
|
+
Rendering articles/index_ja
|
951
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
952
|
+
|
953
|
+
|
954
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
955
|
+
Rendering articles/index_fr_FR
|
956
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
957
|
+
|
958
|
+
|
959
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
960
|
+
Rendering articles/index_ja
|
961
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
962
|
+
|
963
|
+
|
964
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
965
|
+
Rendering articles/index_de
|
966
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
967
|
+
|
968
|
+
|
969
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
970
|
+
Rendering articles/index_de
|
971
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
972
|
+
|
973
|
+
|
974
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
975
|
+
Rendering articles/index_ja
|
976
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
977
|
+
|
978
|
+
|
979
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
980
|
+
Rendering articles/index_fr_FR
|
981
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
982
|
+
|
983
|
+
|
984
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
985
|
+
Rendering articles/index_ja
|
986
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
987
|
+
|
988
|
+
|
989
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
990
|
+
Rendering articles/index
|
991
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
992
|
+
|
993
|
+
|
994
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
995
|
+
Rendering articles/index
|
996
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
997
|
+
|
998
|
+
|
999
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
1000
|
+
Parameters: {"lang"=>"ja"}
|
1001
|
+
Rendering articles/index_ja
|
1002
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1003
|
+
|
1004
|
+
|
1005
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
1006
|
+
Parameters: {"lang"=>"ja"}
|
1007
|
+
Rendering articles/index_ja
|
1008
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1009
|
+
|
1010
|
+
|
1011
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:19) [GET]
|
1012
|
+
Parameters: {"lang"=>"en"}
|
1013
|
+
Rendering articles/index
|
1014
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1015
|
+
|
1016
|
+
|
1017
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1018
|
+
Cached fragment hit: views/test.host/articles/list (0.2ms)
|
1019
|
+
Rendering articles/list
|
1020
|
+
Cached fragment miss: views/test.host/articles/list (2.1ms)
|
1021
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1022
|
+
|
1023
|
+
|
1024
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1025
|
+
Rendering articles/index
|
1026
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1027
|
+
|
1028
|
+
|
1029
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1030
|
+
Parameters: {"lang"=>"ja"}
|
1031
|
+
Rendering articles/index_ja
|
1032
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1033
|
+
|
1034
|
+
|
1035
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1036
|
+
Rendering articles/index_fr_FR
|
1037
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1038
|
+
|
1039
|
+
|
1040
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1041
|
+
Rendering articles/index
|
1042
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1043
|
+
|
1044
|
+
|
1045
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1046
|
+
Rendering articles/index
|
1047
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1048
|
+
|
1049
|
+
|
1050
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1051
|
+
Rendering articles/index_fr_FR
|
1052
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1053
|
+
|
1054
|
+
|
1055
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1056
|
+
Rendering articles/index_ja
|
1057
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1058
|
+
|
1059
|
+
|
1060
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1061
|
+
Rendering articles/index_ja
|
1062
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1063
|
+
|
1064
|
+
|
1065
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1066
|
+
Rendering articles/index_fr_FR
|
1067
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1068
|
+
|
1069
|
+
|
1070
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1071
|
+
Rendering articles/index_ja
|
1072
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1073
|
+
|
1074
|
+
|
1075
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1076
|
+
Rendering articles/index_de
|
1077
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1078
|
+
|
1079
|
+
|
1080
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1081
|
+
Rendering articles/index_de
|
1082
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1083
|
+
|
1084
|
+
|
1085
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1086
|
+
Rendering articles/index_ja
|
1087
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1088
|
+
|
1089
|
+
|
1090
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1091
|
+
Rendering articles/index_fr_FR
|
1092
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1093
|
+
|
1094
|
+
|
1095
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1096
|
+
Rendering articles/index_ja
|
1097
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1098
|
+
|
1099
|
+
|
1100
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1101
|
+
Rendering articles/index
|
1102
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1103
|
+
|
1104
|
+
|
1105
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1106
|
+
Rendering articles/index
|
1107
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1108
|
+
|
1109
|
+
|
1110
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1111
|
+
Parameters: {"lang"=>"ja"}
|
1112
|
+
Rendering articles/index_ja
|
1113
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1114
|
+
|
1115
|
+
|
1116
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1117
|
+
Parameters: {"lang"=>"ja"}
|
1118
|
+
Rendering articles/index_ja
|
1119
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1120
|
+
|
1121
|
+
|
1122
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:23:49) [GET]
|
1123
|
+
Parameters: {"lang"=>"en"}
|
1124
|
+
Rendering articles/index
|
1125
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1126
|
+
|
1127
|
+
|
1128
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1129
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
1130
|
+
Rendering articles/list
|
1131
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
1132
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1133
|
+
|
1134
|
+
|
1135
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1136
|
+
Parameters: {"lang"=>"ja"}
|
1137
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
1138
|
+
Rendering articles/list
|
1139
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
1140
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
1141
|
+
|
1142
|
+
|
1143
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1144
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1145
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fbac0e9c190 @options={:cache_path=>nil, :store_options=>{}, :layout=>nil}>] rendered_or_redirected.
|
1146
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fbac0e98248 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fbac0e9c190 @options={:cache_path=>nil, :store_options=>{}, :layout=>nil}>, @identifier=nil>] did_not_yield.
|
1147
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
1148
|
+
|
1149
|
+
|
1150
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1151
|
+
Parameters: {"lang"=>"ja"}
|
1152
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
1153
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fbac0e9c190 @options={:cache_path=>nil, :store_options=>{}, :layout=>nil}>] rendered_or_redirected.
|
1154
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fbac0e98248 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fbac0e9c190 @options={:cache_path=>nil, :store_options=>{}, :layout=>nil}>, @identifier=nil>] did_not_yield.
|
1155
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1156
|
+
|
1157
|
+
|
1158
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1159
|
+
Rendering articles/index
|
1160
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1161
|
+
|
1162
|
+
|
1163
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1164
|
+
Parameters: {"lang"=>"ja"}
|
1165
|
+
Rendering articles/index_ja
|
1166
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1167
|
+
|
1168
|
+
|
1169
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1170
|
+
Rendering articles/index_fr_FR
|
1171
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1172
|
+
|
1173
|
+
|
1174
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1175
|
+
Rendering articles/index
|
1176
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1177
|
+
|
1178
|
+
|
1179
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1180
|
+
Rendering articles/index
|
1181
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1182
|
+
|
1183
|
+
|
1184
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1185
|
+
Rendering articles/index_fr_FR
|
1186
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1187
|
+
|
1188
|
+
|
1189
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1190
|
+
Rendering articles/index_ja
|
1191
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1192
|
+
|
1193
|
+
|
1194
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1195
|
+
Rendering articles/index_ja
|
1196
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1197
|
+
|
1198
|
+
|
1199
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1200
|
+
Rendering articles/index_fr_FR
|
1201
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1202
|
+
|
1203
|
+
|
1204
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1205
|
+
Rendering articles/index_ja
|
1206
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1207
|
+
|
1208
|
+
|
1209
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1210
|
+
Rendering articles/index_de
|
1211
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1212
|
+
|
1213
|
+
|
1214
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1215
|
+
Rendering articles/index_de
|
1216
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1217
|
+
|
1218
|
+
|
1219
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1220
|
+
Rendering articles/index_ja
|
1221
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1222
|
+
|
1223
|
+
|
1224
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1225
|
+
Rendering articles/index_fr_FR
|
1226
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1227
|
+
|
1228
|
+
|
1229
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1230
|
+
Rendering articles/index_ja
|
1231
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1232
|
+
|
1233
|
+
|
1234
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1235
|
+
Rendering articles/index
|
1236
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1237
|
+
|
1238
|
+
|
1239
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1240
|
+
Rendering articles/index
|
1241
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1242
|
+
|
1243
|
+
|
1244
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1245
|
+
Parameters: {"lang"=>"ja"}
|
1246
|
+
Rendering articles/index_ja
|
1247
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1248
|
+
|
1249
|
+
|
1250
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1251
|
+
Parameters: {"lang"=>"ja"}
|
1252
|
+
Rendering articles/index_ja
|
1253
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1254
|
+
|
1255
|
+
|
1256
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:24:25) [GET]
|
1257
|
+
Parameters: {"lang"=>"en"}
|
1258
|
+
Rendering articles/index
|
1259
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1260
|
+
|
1261
|
+
|
1262
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1263
|
+
Cached fragment hit: views/test.host/articles/list_en (0.5ms)
|
1264
|
+
Rendering articles/list
|
1265
|
+
Cached fragment miss: views/test.host/articles/list_en (2.4ms)
|
1266
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1267
|
+
|
1268
|
+
|
1269
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1270
|
+
Parameters: {"lang"=>"ja"}
|
1271
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
1272
|
+
Rendering articles/list
|
1273
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
1274
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
1275
|
+
|
1276
|
+
|
1277
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1278
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1279
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f6a02b92a30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1280
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f6a02b90b90 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f6a02b92a30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1281
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
1282
|
+
|
1283
|
+
|
1284
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1285
|
+
Parameters: {"lang"=>"ja"}
|
1286
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
1287
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f6a02b92a30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1288
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f6a02b90b90 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f6a02b92a30 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1289
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1290
|
+
|
1291
|
+
|
1292
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1293
|
+
Parameters: {"lang"=>"ja"}
|
1294
|
+
Expired fragment: views/test.host/articles/list, lang = (0.0ms)
|
1295
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1296
|
+
|
1297
|
+
|
1298
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1299
|
+
Rendering articles/index
|
1300
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1301
|
+
|
1302
|
+
|
1303
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1304
|
+
Parameters: {"lang"=>"ja"}
|
1305
|
+
Rendering articles/index_ja
|
1306
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1307
|
+
|
1308
|
+
|
1309
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1310
|
+
Rendering articles/index_fr_FR
|
1311
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1312
|
+
|
1313
|
+
|
1314
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1315
|
+
Rendering articles/index
|
1316
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1317
|
+
|
1318
|
+
|
1319
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1320
|
+
Rendering articles/index
|
1321
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1322
|
+
|
1323
|
+
|
1324
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1325
|
+
Rendering articles/index_fr_FR
|
1326
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1327
|
+
|
1328
|
+
|
1329
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1330
|
+
Rendering articles/index_ja
|
1331
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1332
|
+
|
1333
|
+
|
1334
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1335
|
+
Rendering articles/index_ja
|
1336
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1337
|
+
|
1338
|
+
|
1339
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1340
|
+
Rendering articles/index_fr_FR
|
1341
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1342
|
+
|
1343
|
+
|
1344
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1345
|
+
Rendering articles/index_ja
|
1346
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1347
|
+
|
1348
|
+
|
1349
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1350
|
+
Rendering articles/index_de
|
1351
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1352
|
+
|
1353
|
+
|
1354
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1355
|
+
Rendering articles/index_de
|
1356
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1357
|
+
|
1358
|
+
|
1359
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1360
|
+
Rendering articles/index_ja
|
1361
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1362
|
+
|
1363
|
+
|
1364
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1365
|
+
Rendering articles/index_fr_FR
|
1366
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1367
|
+
|
1368
|
+
|
1369
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1370
|
+
Rendering articles/index_ja
|
1371
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1372
|
+
|
1373
|
+
|
1374
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1375
|
+
Rendering articles/index
|
1376
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1377
|
+
|
1378
|
+
|
1379
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1380
|
+
Rendering articles/index
|
1381
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1382
|
+
|
1383
|
+
|
1384
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1385
|
+
Parameters: {"lang"=>"ja"}
|
1386
|
+
Rendering articles/index_ja
|
1387
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1388
|
+
|
1389
|
+
|
1390
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1391
|
+
Parameters: {"lang"=>"ja"}
|
1392
|
+
Rendering articles/index_ja
|
1393
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1394
|
+
|
1395
|
+
|
1396
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:25:17) [GET]
|
1397
|
+
Parameters: {"lang"=>"en"}
|
1398
|
+
Rendering articles/index
|
1399
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1400
|
+
|
1401
|
+
|
1402
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1403
|
+
|
1404
|
+
|
1405
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1406
|
+
Rendering articles/index
|
1407
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
1408
|
+
|
1409
|
+
|
1410
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1411
|
+
Parameters: {"lang"=>"ja"}
|
1412
|
+
Rendering articles/index_ja
|
1413
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1414
|
+
|
1415
|
+
|
1416
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1417
|
+
Rendering articles/index_fr_FR
|
1418
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1419
|
+
|
1420
|
+
|
1421
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1422
|
+
Rendering articles/index
|
1423
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1424
|
+
|
1425
|
+
|
1426
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1427
|
+
Rendering articles/index
|
1428
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
1429
|
+
|
1430
|
+
|
1431
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1432
|
+
Rendering articles/index_fr_FR
|
1433
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1434
|
+
|
1435
|
+
|
1436
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1437
|
+
Rendering articles/index_ja
|
1438
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1439
|
+
|
1440
|
+
|
1441
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1442
|
+
Rendering articles/index_ja
|
1443
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1444
|
+
|
1445
|
+
|
1446
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1447
|
+
Rendering articles/index_fr_FR
|
1448
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1449
|
+
|
1450
|
+
|
1451
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1452
|
+
Rendering articles/index_ja
|
1453
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1454
|
+
|
1455
|
+
|
1456
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1457
|
+
Rendering articles/index_de
|
1458
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1459
|
+
|
1460
|
+
|
1461
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1462
|
+
Rendering articles/index_de
|
1463
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1464
|
+
|
1465
|
+
|
1466
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1467
|
+
Rendering articles/index_ja
|
1468
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1469
|
+
|
1470
|
+
|
1471
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1472
|
+
Rendering articles/index_fr_FR
|
1473
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1474
|
+
|
1475
|
+
|
1476
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1477
|
+
Rendering articles/index_ja
|
1478
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1479
|
+
|
1480
|
+
|
1481
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1482
|
+
Rendering articles/index
|
1483
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1484
|
+
|
1485
|
+
|
1486
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1487
|
+
Rendering articles/index
|
1488
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1489
|
+
|
1490
|
+
|
1491
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1492
|
+
Parameters: {"lang"=>"ja"}
|
1493
|
+
Rendering articles/index_ja
|
1494
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1495
|
+
|
1496
|
+
|
1497
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1498
|
+
Parameters: {"lang"=>"ja"}
|
1499
|
+
Rendering articles/index_ja
|
1500
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1501
|
+
|
1502
|
+
|
1503
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:26:34) [GET]
|
1504
|
+
Parameters: {"lang"=>"en"}
|
1505
|
+
Rendering articles/index
|
1506
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1507
|
+
|
1508
|
+
|
1509
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1510
|
+
|
1511
|
+
|
1512
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1513
|
+
Rendering articles/index
|
1514
|
+
Completed in 7ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
1515
|
+
|
1516
|
+
|
1517
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1518
|
+
Parameters: {"lang"=>"ja"}
|
1519
|
+
Rendering articles/index_ja
|
1520
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1521
|
+
|
1522
|
+
|
1523
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1524
|
+
Rendering articles/index_fr_FR
|
1525
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1526
|
+
|
1527
|
+
|
1528
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1529
|
+
Rendering articles/index
|
1530
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1531
|
+
|
1532
|
+
|
1533
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1534
|
+
Rendering articles/index
|
1535
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1536
|
+
|
1537
|
+
|
1538
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1539
|
+
Rendering articles/index_fr_FR
|
1540
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1541
|
+
|
1542
|
+
|
1543
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1544
|
+
Rendering articles/index_ja
|
1545
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1546
|
+
|
1547
|
+
|
1548
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1549
|
+
Rendering articles/index_ja
|
1550
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1551
|
+
|
1552
|
+
|
1553
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1554
|
+
Rendering articles/index_fr_FR
|
1555
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1556
|
+
|
1557
|
+
|
1558
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1559
|
+
Rendering articles/index_ja
|
1560
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1561
|
+
|
1562
|
+
|
1563
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1564
|
+
Rendering articles/index_de
|
1565
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1566
|
+
|
1567
|
+
|
1568
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1569
|
+
Rendering articles/index_de
|
1570
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1571
|
+
|
1572
|
+
|
1573
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1574
|
+
Rendering articles/index_ja
|
1575
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1576
|
+
|
1577
|
+
|
1578
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1579
|
+
Rendering articles/index_fr_FR
|
1580
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1581
|
+
|
1582
|
+
|
1583
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1584
|
+
Rendering articles/index_ja
|
1585
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1586
|
+
|
1587
|
+
|
1588
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1589
|
+
Rendering articles/index
|
1590
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1591
|
+
|
1592
|
+
|
1593
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1594
|
+
Rendering articles/index
|
1595
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1596
|
+
|
1597
|
+
|
1598
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1599
|
+
Parameters: {"lang"=>"ja"}
|
1600
|
+
Rendering articles/index_ja
|
1601
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1602
|
+
|
1603
|
+
|
1604
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1605
|
+
Parameters: {"lang"=>"ja"}
|
1606
|
+
Rendering articles/index_ja
|
1607
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1608
|
+
|
1609
|
+
|
1610
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:28:52) [GET]
|
1611
|
+
Parameters: {"lang"=>"en"}
|
1612
|
+
Rendering articles/index
|
1613
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1614
|
+
|
1615
|
+
|
1616
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1617
|
+
|
1618
|
+
|
1619
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1620
|
+
Rendering articles/index
|
1621
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
1622
|
+
|
1623
|
+
|
1624
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1625
|
+
Parameters: {"lang"=>"ja"}
|
1626
|
+
Rendering articles/index_ja
|
1627
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1628
|
+
|
1629
|
+
|
1630
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1631
|
+
Rendering articles/index_fr_FR
|
1632
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1633
|
+
|
1634
|
+
|
1635
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1636
|
+
Rendering articles/index
|
1637
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1638
|
+
|
1639
|
+
|
1640
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1641
|
+
Rendering articles/index
|
1642
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1643
|
+
|
1644
|
+
|
1645
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1646
|
+
Rendering articles/index_fr_FR
|
1647
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1648
|
+
|
1649
|
+
|
1650
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1651
|
+
Rendering articles/index_ja
|
1652
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1653
|
+
|
1654
|
+
|
1655
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1656
|
+
Rendering articles/index_ja
|
1657
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1658
|
+
|
1659
|
+
|
1660
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1661
|
+
Rendering articles/index_fr_FR
|
1662
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1663
|
+
|
1664
|
+
|
1665
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1666
|
+
Rendering articles/index_ja
|
1667
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1668
|
+
|
1669
|
+
|
1670
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1671
|
+
Rendering articles/index_de
|
1672
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1673
|
+
|
1674
|
+
|
1675
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1676
|
+
Rendering articles/index_de
|
1677
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1678
|
+
|
1679
|
+
|
1680
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1681
|
+
Rendering articles/index_ja
|
1682
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1683
|
+
|
1684
|
+
|
1685
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1686
|
+
Rendering articles/index_fr_FR
|
1687
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1688
|
+
|
1689
|
+
|
1690
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1691
|
+
Rendering articles/index_ja
|
1692
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1693
|
+
|
1694
|
+
|
1695
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1696
|
+
Rendering articles/index
|
1697
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1698
|
+
|
1699
|
+
|
1700
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1701
|
+
Rendering articles/index
|
1702
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1703
|
+
|
1704
|
+
|
1705
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1706
|
+
Parameters: {"lang"=>"ja"}
|
1707
|
+
Rendering articles/index_ja
|
1708
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1709
|
+
|
1710
|
+
|
1711
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1712
|
+
Parameters: {"lang"=>"ja"}
|
1713
|
+
Rendering articles/index_ja
|
1714
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1715
|
+
|
1716
|
+
|
1717
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:03) [GET]
|
1718
|
+
Parameters: {"lang"=>"en"}
|
1719
|
+
Rendering articles/index
|
1720
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1721
|
+
|
1722
|
+
|
1723
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1724
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1725
|
+
Rendering articles/list
|
1726
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
1727
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1728
|
+
|
1729
|
+
|
1730
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1731
|
+
Parameters: {"lang"=>"ja"}
|
1732
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1733
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fb7a3b7d3f8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1734
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fb7a3b79e88 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fb7a3b7d3f8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1735
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1736
|
+
|
1737
|
+
|
1738
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1739
|
+
Rendering articles/index
|
1740
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1741
|
+
|
1742
|
+
|
1743
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1744
|
+
Parameters: {"lang"=>"ja"}
|
1745
|
+
Rendering articles/index
|
1746
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1747
|
+
|
1748
|
+
|
1749
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1750
|
+
Rendering articles/index
|
1751
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1752
|
+
|
1753
|
+
|
1754
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1755
|
+
Rendering articles/index
|
1756
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1757
|
+
|
1758
|
+
|
1759
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1760
|
+
Rendering articles/index
|
1761
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1762
|
+
|
1763
|
+
|
1764
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1765
|
+
Rendering articles/index
|
1766
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1767
|
+
|
1768
|
+
|
1769
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:29:57) [GET]
|
1770
|
+
Parameters: {"lang"=>"ja"}
|
1771
|
+
Rendering articles/index
|
1772
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1773
|
+
|
1774
|
+
|
1775
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1776
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
1777
|
+
Rendering articles/list
|
1778
|
+
Cached fragment miss: views/test.host/articles/list_en (2.0ms)
|
1779
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1780
|
+
|
1781
|
+
|
1782
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1783
|
+
Parameters: {"lang"=>"ja"}
|
1784
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1785
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f4551901260 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1786
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f4551900f18 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f4551901260 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1787
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1788
|
+
|
1789
|
+
|
1790
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1791
|
+
Rendering articles/index
|
1792
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1793
|
+
|
1794
|
+
|
1795
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1796
|
+
Parameters: {"lang"=>"ja"}
|
1797
|
+
Rendering articles/index
|
1798
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1799
|
+
|
1800
|
+
|
1801
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1802
|
+
Rendering articles/index
|
1803
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1804
|
+
|
1805
|
+
|
1806
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1807
|
+
Rendering articles/index
|
1808
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1809
|
+
|
1810
|
+
|
1811
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1812
|
+
Rendering articles/index
|
1813
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1814
|
+
|
1815
|
+
|
1816
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1817
|
+
Rendering articles/index
|
1818
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1819
|
+
|
1820
|
+
|
1821
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:23) [GET]
|
1822
|
+
Parameters: {"lang"=>"ja"}
|
1823
|
+
Rendering articles/index
|
1824
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1825
|
+
|
1826
|
+
|
1827
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1828
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1829
|
+
Rendering articles/list
|
1830
|
+
Cached fragment miss: views/test.host/articles/list_en (2.0ms)
|
1831
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1832
|
+
|
1833
|
+
|
1834
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1835
|
+
Parameters: {"lang"=>"ja"}
|
1836
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1837
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fea1eb7f268 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1838
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fea1eb7ef20 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fea1eb7f268 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1839
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1840
|
+
|
1841
|
+
|
1842
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1843
|
+
Rendering articles/index
|
1844
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1845
|
+
|
1846
|
+
|
1847
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1848
|
+
Parameters: {"lang"=>"ja"}
|
1849
|
+
Rendering articles/index
|
1850
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1851
|
+
|
1852
|
+
|
1853
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1854
|
+
Rendering articles/index
|
1855
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1856
|
+
|
1857
|
+
|
1858
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1859
|
+
Rendering articles/index
|
1860
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1861
|
+
|
1862
|
+
|
1863
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1864
|
+
Rendering articles/index
|
1865
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1866
|
+
|
1867
|
+
|
1868
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1869
|
+
Rendering articles/index
|
1870
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
1871
|
+
|
1872
|
+
|
1873
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:31:29) [GET]
|
1874
|
+
Parameters: {"lang"=>"ja"}
|
1875
|
+
Rendering articles/index
|
1876
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1877
|
+
|
1878
|
+
|
1879
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1880
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1881
|
+
Rendering articles/list
|
1882
|
+
Cached fragment miss: views/test.host/articles/list_en (2.0ms)
|
1883
|
+
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
1884
|
+
|
1885
|
+
|
1886
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1887
|
+
Parameters: {"lang"=>"ja"}
|
1888
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1889
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7faf11259398 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1890
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7faf11259078 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7faf11259398 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1891
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1892
|
+
|
1893
|
+
|
1894
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1895
|
+
Rendering articles/index
|
1896
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1897
|
+
|
1898
|
+
|
1899
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1900
|
+
Parameters: {"lang"=>"ja"}
|
1901
|
+
Rendering articles/index
|
1902
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1903
|
+
|
1904
|
+
|
1905
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1906
|
+
Rendering articles/index
|
1907
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1908
|
+
|
1909
|
+
|
1910
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1911
|
+
Rendering articles/index
|
1912
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1913
|
+
|
1914
|
+
|
1915
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1916
|
+
Rendering articles/index_de
|
1917
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1918
|
+
|
1919
|
+
|
1920
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1921
|
+
Rendering articles/index
|
1922
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1923
|
+
|
1924
|
+
|
1925
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:33:41) [GET]
|
1926
|
+
Parameters: {"lang"=>"ja"}
|
1927
|
+
Rendering articles/index
|
1928
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
1929
|
+
|
1930
|
+
|
1931
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1932
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
1933
|
+
Rendering articles/list
|
1934
|
+
Cached fragment miss: views/test.host/articles/list_en (2.9ms)
|
1935
|
+
Completed in 11ms (View: 3, DB: 0) | 200 OK [http://test.host/articles/list]
|
1936
|
+
|
1937
|
+
|
1938
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1939
|
+
Parameters: {"lang"=>"ja"}
|
1940
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
1941
|
+
Rendering articles/list
|
1942
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
1943
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
1944
|
+
|
1945
|
+
|
1946
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1947
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
1948
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7ffb37fc17e8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1949
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7ffb37fc14c8 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7ffb37fc17e8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1950
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
1951
|
+
|
1952
|
+
|
1953
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1954
|
+
Parameters: {"lang"=>"ja"}
|
1955
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
1956
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7ffb37fc17e8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
1957
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7ffb37fc14c8 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7ffb37fc17e8 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
1958
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1959
|
+
|
1960
|
+
|
1961
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1962
|
+
Parameters: {"lang"=>"ja"}
|
1963
|
+
Expired fragment: views/test.host/articles/list, lang = (0.2ms)
|
1964
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
1965
|
+
|
1966
|
+
|
1967
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1968
|
+
Rendering articles/index
|
1969
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1970
|
+
|
1971
|
+
|
1972
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1973
|
+
Parameters: {"lang"=>"ja"}
|
1974
|
+
Rendering articles/index_ja
|
1975
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1976
|
+
|
1977
|
+
|
1978
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1979
|
+
Rendering articles/index_fr_FR
|
1980
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
1981
|
+
|
1982
|
+
|
1983
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1984
|
+
Rendering articles/index
|
1985
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1986
|
+
|
1987
|
+
|
1988
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1989
|
+
Rendering articles/index
|
1990
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
1991
|
+
|
1992
|
+
|
1993
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1994
|
+
Rendering articles/index_fr_FR
|
1995
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
1996
|
+
|
1997
|
+
|
1998
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
1999
|
+
Rendering articles/index_ja
|
2000
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2001
|
+
|
2002
|
+
|
2003
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2004
|
+
Rendering articles/index_ja
|
2005
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2006
|
+
|
2007
|
+
|
2008
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2009
|
+
Rendering articles/index_fr_FR
|
2010
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2011
|
+
|
2012
|
+
|
2013
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2014
|
+
Rendering articles/index_ja
|
2015
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2016
|
+
|
2017
|
+
|
2018
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2019
|
+
Rendering articles/index_de
|
2020
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2021
|
+
|
2022
|
+
|
2023
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2024
|
+
Rendering articles/index_de
|
2025
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2026
|
+
|
2027
|
+
|
2028
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2029
|
+
Rendering articles/index_ja
|
2030
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2031
|
+
|
2032
|
+
|
2033
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2034
|
+
Rendering articles/index_fr_FR
|
2035
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2036
|
+
|
2037
|
+
|
2038
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2039
|
+
Rendering articles/index_ja
|
2040
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2041
|
+
|
2042
|
+
|
2043
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2044
|
+
Rendering articles/index
|
2045
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2046
|
+
|
2047
|
+
|
2048
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2049
|
+
Rendering articles/index
|
2050
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2051
|
+
|
2052
|
+
|
2053
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2054
|
+
Parameters: {"lang"=>"ja"}
|
2055
|
+
Rendering articles/index_ja
|
2056
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2057
|
+
|
2058
|
+
|
2059
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2060
|
+
Parameters: {"lang"=>"ja"}
|
2061
|
+
Rendering articles/index_ja
|
2062
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2063
|
+
|
2064
|
+
|
2065
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:34:02) [GET]
|
2066
|
+
Parameters: {"lang"=>"en"}
|
2067
|
+
Rendering articles/index
|
2068
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2069
|
+
|
2070
|
+
|
2071
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2072
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2073
|
+
Rendering articles/list
|
2074
|
+
Cached fragment miss: views/test.host/articles/list_en (2.0ms)
|
2075
|
+
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
2076
|
+
|
2077
|
+
|
2078
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2079
|
+
Parameters: {"lang"=>"ja"}
|
2080
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2081
|
+
Rendering articles/list
|
2082
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
2083
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2084
|
+
|
2085
|
+
|
2086
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2087
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2088
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f999705c340 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2089
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f999705c020 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f999705c340 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2090
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2091
|
+
|
2092
|
+
|
2093
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2094
|
+
Parameters: {"lang"=>"ja"}
|
2095
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2096
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f999705c340 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2097
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f999705c020 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f999705c340 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2098
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2099
|
+
|
2100
|
+
|
2101
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2102
|
+
Parameters: {"lang"=>"ja"}
|
2103
|
+
Expired fragment: views/test.host/articles/list, lang = (0.3ms)
|
2104
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2105
|
+
|
2106
|
+
|
2107
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2108
|
+
Rendering articles/index
|
2109
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2110
|
+
|
2111
|
+
|
2112
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2113
|
+
Parameters: {"lang"=>"ja"}
|
2114
|
+
Rendering articles/index_ja
|
2115
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2116
|
+
|
2117
|
+
|
2118
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2119
|
+
Rendering articles/index_fr_FR
|
2120
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2121
|
+
|
2122
|
+
|
2123
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2124
|
+
Rendering articles/index
|
2125
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2126
|
+
|
2127
|
+
|
2128
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2129
|
+
Rendering articles/index
|
2130
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2131
|
+
|
2132
|
+
|
2133
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2134
|
+
Rendering articles/index_fr_FR
|
2135
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2136
|
+
|
2137
|
+
|
2138
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2139
|
+
Rendering articles/index_ja
|
2140
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2141
|
+
|
2142
|
+
|
2143
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2144
|
+
Rendering articles/index_ja
|
2145
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2146
|
+
|
2147
|
+
|
2148
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2149
|
+
Rendering articles/index_fr_FR
|
2150
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2151
|
+
|
2152
|
+
|
2153
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2154
|
+
Rendering articles/index_ja
|
2155
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2156
|
+
|
2157
|
+
|
2158
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2159
|
+
Rendering articles/index_de
|
2160
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2161
|
+
|
2162
|
+
|
2163
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2164
|
+
Rendering articles/index_de
|
2165
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2166
|
+
|
2167
|
+
|
2168
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2169
|
+
Rendering articles/index_ja
|
2170
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2171
|
+
|
2172
|
+
|
2173
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2174
|
+
Rendering articles/index_fr_FR
|
2175
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2176
|
+
|
2177
|
+
|
2178
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2179
|
+
Rendering articles/index_ja
|
2180
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2181
|
+
|
2182
|
+
|
2183
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2184
|
+
Rendering articles/index
|
2185
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2186
|
+
|
2187
|
+
|
2188
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2189
|
+
Rendering articles/index
|
2190
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2191
|
+
|
2192
|
+
|
2193
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2194
|
+
Parameters: {"lang"=>"ja"}
|
2195
|
+
Rendering articles/index_ja
|
2196
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2197
|
+
|
2198
|
+
|
2199
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2200
|
+
Parameters: {"lang"=>"ja"}
|
2201
|
+
Rendering articles/index_ja
|
2202
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2203
|
+
|
2204
|
+
|
2205
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:00) [GET]
|
2206
|
+
Parameters: {"lang"=>"en"}
|
2207
|
+
Rendering articles/index
|
2208
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2209
|
+
|
2210
|
+
|
2211
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2212
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
2213
|
+
Rendering articles/list
|
2214
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
2215
|
+
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
2216
|
+
|
2217
|
+
|
2218
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2219
|
+
Parameters: {"lang"=>"ja"}
|
2220
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2221
|
+
Rendering articles/list
|
2222
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
2223
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2224
|
+
|
2225
|
+
|
2226
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2227
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2228
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fba135100c0 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2229
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fba1350fd78 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fba135100c0 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2230
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2231
|
+
|
2232
|
+
|
2233
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2234
|
+
Parameters: {"lang"=>"ja"}
|
2235
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2236
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7fba135100c0 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2237
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fba1350fd78 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7fba135100c0 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2238
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2239
|
+
|
2240
|
+
|
2241
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2242
|
+
Parameters: {"lang"=>"ja"}
|
2243
|
+
Expired fragment: views/test.host/articles/list, lang = (0.3ms)
|
2244
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2245
|
+
|
2246
|
+
|
2247
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2248
|
+
Rendering articles/index
|
2249
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2250
|
+
|
2251
|
+
|
2252
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2253
|
+
Parameters: {"lang"=>"ja"}
|
2254
|
+
Rendering articles/index_ja
|
2255
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2256
|
+
|
2257
|
+
|
2258
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2259
|
+
Rendering articles/index_fr_FR
|
2260
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2261
|
+
|
2262
|
+
|
2263
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2264
|
+
Rendering articles/index
|
2265
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2266
|
+
|
2267
|
+
|
2268
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2269
|
+
Rendering articles/index
|
2270
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2271
|
+
|
2272
|
+
|
2273
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2274
|
+
Rendering articles/index_fr_FR
|
2275
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2276
|
+
|
2277
|
+
|
2278
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:36) [GET]
|
2279
|
+
Rendering articles/index_ja
|
2280
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2281
|
+
|
2282
|
+
|
2283
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2284
|
+
Rendering articles/index_ja
|
2285
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2286
|
+
|
2287
|
+
|
2288
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2289
|
+
Rendering articles/index_fr_FR
|
2290
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2291
|
+
|
2292
|
+
|
2293
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2294
|
+
Rendering articles/index_ja
|
2295
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2296
|
+
|
2297
|
+
|
2298
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2299
|
+
Rendering articles/index_de
|
2300
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2301
|
+
|
2302
|
+
|
2303
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2304
|
+
Rendering articles/index_de
|
2305
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2306
|
+
|
2307
|
+
|
2308
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2309
|
+
Rendering articles/index_ja
|
2310
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2311
|
+
|
2312
|
+
|
2313
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2314
|
+
Rendering articles/index_fr_FR
|
2315
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2316
|
+
|
2317
|
+
|
2318
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2319
|
+
Rendering articles/index_ja
|
2320
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2321
|
+
|
2322
|
+
|
2323
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2324
|
+
Rendering articles/index
|
2325
|
+
Completed in 2ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2326
|
+
|
2327
|
+
|
2328
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2329
|
+
Rendering articles/index
|
2330
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2331
|
+
|
2332
|
+
|
2333
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2334
|
+
Parameters: {"lang"=>"ja"}
|
2335
|
+
Rendering articles/index_ja
|
2336
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2337
|
+
|
2338
|
+
|
2339
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2340
|
+
Parameters: {"lang"=>"ja"}
|
2341
|
+
Rendering articles/index_ja
|
2342
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2343
|
+
|
2344
|
+
|
2345
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:35:37) [GET]
|
2346
|
+
Parameters: {"lang"=>"en"}
|
2347
|
+
Rendering articles/index
|
2348
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2349
|
+
|
2350
|
+
|
2351
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2352
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
2353
|
+
Rendering articles/list
|
2354
|
+
Cached fragment miss: views/test.host/articles/list_en (2.2ms)
|
2355
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
2356
|
+
|
2357
|
+
|
2358
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2359
|
+
Parameters: {"lang"=>"ja"}
|
2360
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2361
|
+
Rendering articles/list
|
2362
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
2363
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2364
|
+
|
2365
|
+
|
2366
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2367
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2368
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f9e1ed20348 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2369
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f9e1ed20028 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f9e1ed20348 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2370
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2371
|
+
|
2372
|
+
|
2373
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2374
|
+
Parameters: {"lang"=>"ja"}
|
2375
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2376
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f9e1ed20348 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2377
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f9e1ed20028 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f9e1ed20348 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2378
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2379
|
+
|
2380
|
+
|
2381
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2382
|
+
Parameters: {"lang"=>"ja"}
|
2383
|
+
Expired fragment: views/test.host/articles/list, lang = (0.2ms)
|
2384
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2385
|
+
|
2386
|
+
|
2387
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2388
|
+
Rendering articles/index
|
2389
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2390
|
+
|
2391
|
+
|
2392
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2393
|
+
Parameters: {"lang"=>"ja"}
|
2394
|
+
Rendering articles/index_ja
|
2395
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2396
|
+
|
2397
|
+
|
2398
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2399
|
+
Rendering articles/index_fr_FR
|
2400
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2401
|
+
|
2402
|
+
|
2403
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2404
|
+
Rendering articles/index
|
2405
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2406
|
+
|
2407
|
+
|
2408
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2409
|
+
Rendering articles/index
|
2410
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2411
|
+
|
2412
|
+
|
2413
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2414
|
+
Rendering articles/index_fr_FR
|
2415
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2416
|
+
|
2417
|
+
|
2418
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2419
|
+
Rendering articles/index_ja
|
2420
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2421
|
+
|
2422
|
+
|
2423
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2424
|
+
Rendering articles/index_ja
|
2425
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2426
|
+
|
2427
|
+
|
2428
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2429
|
+
Rendering articles/index_fr_FR
|
2430
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2431
|
+
|
2432
|
+
|
2433
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2434
|
+
Rendering articles/index_ja
|
2435
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2436
|
+
|
2437
|
+
|
2438
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2439
|
+
Rendering articles/index_de
|
2440
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2441
|
+
|
2442
|
+
|
2443
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2444
|
+
Rendering articles/index_de
|
2445
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2446
|
+
|
2447
|
+
|
2448
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2449
|
+
Rendering articles/index_ja
|
2450
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2451
|
+
|
2452
|
+
|
2453
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2454
|
+
Rendering articles/index_fr_FR
|
2455
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2456
|
+
|
2457
|
+
|
2458
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2459
|
+
Rendering articles/index_ja
|
2460
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2461
|
+
|
2462
|
+
|
2463
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2464
|
+
Rendering articles/index
|
2465
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2466
|
+
|
2467
|
+
|
2468
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2469
|
+
Rendering articles/index
|
2470
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2471
|
+
|
2472
|
+
|
2473
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2474
|
+
Parameters: {"lang"=>"ja"}
|
2475
|
+
Rendering articles/index_ja
|
2476
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2477
|
+
|
2478
|
+
|
2479
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2480
|
+
Parameters: {"lang"=>"ja"}
|
2481
|
+
Rendering articles/index_ja
|
2482
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2483
|
+
|
2484
|
+
|
2485
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 02:38:09) [GET]
|
2486
|
+
Parameters: {"lang"=>"en"}
|
2487
|
+
Rendering articles/index
|
2488
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2489
|
+
|
2490
|
+
|
2491
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2492
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2493
|
+
Rendering articles/list
|
2494
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
2495
|
+
Completed in 16ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
2496
|
+
|
2497
|
+
|
2498
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2499
|
+
Parameters: {"lang"=>"ja"}
|
2500
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2501
|
+
Rendering articles/list
|
2502
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.8ms)
|
2503
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2504
|
+
|
2505
|
+
|
2506
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2507
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2508
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f68fcef3c58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2509
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f68fcef3848 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f68fcef3c58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2510
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2511
|
+
|
2512
|
+
|
2513
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2514
|
+
Parameters: {"lang"=>"ja"}
|
2515
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2516
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f68fcef3c58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2517
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f68fcef3848 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f68fcef3c58 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2518
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2519
|
+
|
2520
|
+
|
2521
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2522
|
+
Parameters: {"lang"=>"ja"}
|
2523
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
2524
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2525
|
+
|
2526
|
+
|
2527
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2528
|
+
Rendering articles/index
|
2529
|
+
Completed in 8ms (View: 7, DB: 0) | 200 OK [http://test.host/articles]
|
2530
|
+
|
2531
|
+
|
2532
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2533
|
+
Parameters: {"lang"=>"ja"}
|
2534
|
+
Rendering articles/index_ja
|
2535
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2536
|
+
|
2537
|
+
|
2538
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2539
|
+
Rendering articles/index_fr_FR
|
2540
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2541
|
+
|
2542
|
+
|
2543
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2544
|
+
Rendering articles/index
|
2545
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2546
|
+
|
2547
|
+
|
2548
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2549
|
+
Rendering articles/index
|
2550
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2551
|
+
|
2552
|
+
|
2553
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2554
|
+
Rendering articles/index_fr_FR
|
2555
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2556
|
+
|
2557
|
+
|
2558
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2559
|
+
Rendering articles/index_ja
|
2560
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2561
|
+
|
2562
|
+
|
2563
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2564
|
+
Rendering articles/index_ja
|
2565
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2566
|
+
|
2567
|
+
|
2568
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2569
|
+
Rendering articles/index_fr_FR
|
2570
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2571
|
+
|
2572
|
+
|
2573
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2574
|
+
Rendering articles/index_ja
|
2575
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2576
|
+
|
2577
|
+
|
2578
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2579
|
+
Rendering articles/index_de
|
2580
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2581
|
+
|
2582
|
+
|
2583
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2584
|
+
Rendering articles/index_de
|
2585
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2586
|
+
|
2587
|
+
|
2588
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2589
|
+
Rendering articles/index_ja
|
2590
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2591
|
+
|
2592
|
+
|
2593
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2594
|
+
Rendering articles/index_fr_FR
|
2595
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2596
|
+
|
2597
|
+
|
2598
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2599
|
+
Rendering articles/index_ja
|
2600
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2601
|
+
|
2602
|
+
|
2603
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2604
|
+
Rendering articles/index
|
2605
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2606
|
+
|
2607
|
+
|
2608
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2609
|
+
Rendering articles/index
|
2610
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2611
|
+
|
2612
|
+
|
2613
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2614
|
+
Parameters: {"lang"=>"ja"}
|
2615
|
+
Rendering articles/index_ja
|
2616
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2617
|
+
|
2618
|
+
|
2619
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2620
|
+
Parameters: {"lang"=>"ja"}
|
2621
|
+
Rendering articles/index_ja
|
2622
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2623
|
+
|
2624
|
+
|
2625
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:26:18) [GET]
|
2626
|
+
Parameters: {"lang"=>"en"}
|
2627
|
+
Rendering articles/index
|
2628
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2629
|
+
|
2630
|
+
|
2631
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2632
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2633
|
+
Rendering articles/list
|
2634
|
+
Cached fragment miss: views/test.host/articles/list_en (2.7ms)
|
2635
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
2636
|
+
|
2637
|
+
|
2638
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2639
|
+
Parameters: {"lang"=>"ja"}
|
2640
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
2641
|
+
Rendering articles/list
|
2642
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.8ms)
|
2643
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2644
|
+
|
2645
|
+
|
2646
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2647
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2648
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29c71e3668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2649
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f29c71e3348 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29c71e3668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2650
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2651
|
+
|
2652
|
+
|
2653
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2654
|
+
Parameters: {"lang"=>"ja"}
|
2655
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2656
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29c71e3668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2657
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f29c71e3348 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29c71e3668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2658
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2659
|
+
|
2660
|
+
|
2661
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2662
|
+
Parameters: {"lang"=>"ja"}
|
2663
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
2664
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2665
|
+
|
2666
|
+
|
2667
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2668
|
+
Rendering articles/index
|
2669
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2670
|
+
|
2671
|
+
|
2672
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2673
|
+
Parameters: {"lang"=>"ja"}
|
2674
|
+
Rendering articles/index_ja
|
2675
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2676
|
+
|
2677
|
+
|
2678
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2679
|
+
Rendering articles/index_fr_FR
|
2680
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2681
|
+
|
2682
|
+
|
2683
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2684
|
+
Rendering articles/index
|
2685
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2686
|
+
|
2687
|
+
|
2688
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2689
|
+
Rendering articles/index
|
2690
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2691
|
+
|
2692
|
+
|
2693
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2694
|
+
Rendering articles/index_fr_FR
|
2695
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2696
|
+
|
2697
|
+
|
2698
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2699
|
+
Rendering articles/index_ja
|
2700
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2701
|
+
|
2702
|
+
|
2703
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2704
|
+
Rendering articles/index_ja
|
2705
|
+
Completed in 6ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2706
|
+
|
2707
|
+
|
2708
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2709
|
+
Rendering articles/index_fr_FR
|
2710
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2711
|
+
|
2712
|
+
|
2713
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2714
|
+
Rendering articles/index_ja
|
2715
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2716
|
+
|
2717
|
+
|
2718
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2719
|
+
Rendering articles/index_de
|
2720
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2721
|
+
|
2722
|
+
|
2723
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2724
|
+
Rendering articles/index_de
|
2725
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2726
|
+
|
2727
|
+
|
2728
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2729
|
+
Rendering articles/index_ja
|
2730
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2731
|
+
|
2732
|
+
|
2733
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2734
|
+
Rendering articles/index_fr_FR
|
2735
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2736
|
+
|
2737
|
+
|
2738
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2739
|
+
Rendering articles/index_ja
|
2740
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2741
|
+
|
2742
|
+
|
2743
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2744
|
+
Rendering articles/index
|
2745
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2746
|
+
|
2747
|
+
|
2748
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2749
|
+
Rendering articles/index
|
2750
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2751
|
+
|
2752
|
+
|
2753
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2754
|
+
Parameters: {"lang"=>"ja"}
|
2755
|
+
Rendering articles/index_ja
|
2756
|
+
Completed in 5ms (View: 4, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2757
|
+
|
2758
|
+
|
2759
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2760
|
+
Parameters: {"lang"=>"ja"}
|
2761
|
+
Rendering articles/index_ja
|
2762
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2763
|
+
|
2764
|
+
|
2765
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:31:18) [GET]
|
2766
|
+
Parameters: {"lang"=>"en"}
|
2767
|
+
Rendering articles/index
|
2768
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2769
|
+
|
2770
|
+
|
2771
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2772
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
2773
|
+
Rendering articles/list
|
2774
|
+
Cached fragment miss: views/test.host/articles/list_en (2.1ms)
|
2775
|
+
Completed in 12ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
2776
|
+
|
2777
|
+
|
2778
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2779
|
+
Parameters: {"lang"=>"ja"}
|
2780
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2781
|
+
Rendering articles/list
|
2782
|
+
Cached fragment miss: views/test.host/articles/list_ja (1.7ms)
|
2783
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2784
|
+
|
2785
|
+
|
2786
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2787
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
2788
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f4710051668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2789
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f4710051348 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f4710051668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2790
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2791
|
+
|
2792
|
+
|
2793
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2794
|
+
Parameters: {"lang"=>"ja"}
|
2795
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
2796
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f4710051668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2797
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f4710051348 @options={:unless=>nil, :if=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f4710051668 @options={:cache_path=>nil, :layout=>nil, :store_options=>{}}>, @identifier=nil, @kind=:filter>] did_not_yield.
|
2798
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
2799
|
+
|
2800
|
+
|
2801
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2802
|
+
Parameters: {"lang"=>"ja"}
|
2803
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
2804
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
2805
|
+
|
2806
|
+
|
2807
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2808
|
+
Rendering articles/index
|
2809
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2810
|
+
|
2811
|
+
|
2812
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2813
|
+
Parameters: {"lang"=>"ja"}
|
2814
|
+
Rendering articles/index_ja
|
2815
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2816
|
+
|
2817
|
+
|
2818
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2819
|
+
Rendering articles/index_fr_FR
|
2820
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2821
|
+
|
2822
|
+
|
2823
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2824
|
+
Rendering articles/index
|
2825
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2826
|
+
|
2827
|
+
|
2828
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2829
|
+
Rendering articles/index
|
2830
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2831
|
+
|
2832
|
+
|
2833
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2834
|
+
Rendering articles/index_fr_FR
|
2835
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2836
|
+
|
2837
|
+
|
2838
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2839
|
+
Rendering articles/index_ja
|
2840
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2841
|
+
|
2842
|
+
|
2843
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2844
|
+
Rendering articles/index_ja
|
2845
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2846
|
+
|
2847
|
+
|
2848
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2849
|
+
Rendering articles/index_fr_FR
|
2850
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2851
|
+
|
2852
|
+
|
2853
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2854
|
+
Rendering articles/index_ja
|
2855
|
+
Completed in 8ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2856
|
+
|
2857
|
+
|
2858
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2859
|
+
Rendering articles/index_de
|
2860
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2861
|
+
|
2862
|
+
|
2863
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:02) [GET]
|
2864
|
+
Rendering articles/index_de
|
2865
|
+
Completed in 17ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2866
|
+
|
2867
|
+
|
2868
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2869
|
+
Rendering articles/index_ja
|
2870
|
+
Completed in 6ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2871
|
+
|
2872
|
+
|
2873
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2874
|
+
Rendering articles/index_fr_FR
|
2875
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2876
|
+
|
2877
|
+
|
2878
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2879
|
+
Rendering articles/index_ja
|
2880
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2881
|
+
|
2882
|
+
|
2883
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2884
|
+
Rendering articles/index
|
2885
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2886
|
+
|
2887
|
+
|
2888
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2889
|
+
Rendering articles/index
|
2890
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
2891
|
+
|
2892
|
+
|
2893
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2894
|
+
Parameters: {"lang"=>"ja"}
|
2895
|
+
Rendering articles/index_ja
|
2896
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2897
|
+
|
2898
|
+
|
2899
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2900
|
+
Parameters: {"lang"=>"ja"}
|
2901
|
+
Rendering articles/index_ja
|
2902
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2903
|
+
|
2904
|
+
|
2905
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-10-25 03:33:03) [GET]
|
2906
|
+
Parameters: {"lang"=>"en"}
|
2907
|
+
Rendering articles/index
|
2908
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
2909
|
+
|
2910
|
+
|
2911
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2912
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
2913
|
+
Rendering articles/list
|
2914
|
+
Cached fragment miss: views/test.host/articles/list_en (17.8ms)
|
2915
|
+
Completed in 32ms (View: 7, DB: 0) | 200 OK [http://test.host/articles/list]
|
2916
|
+
|
2917
|
+
|
2918
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2919
|
+
Parameters: {"lang"=>"ja"}
|
2920
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
2921
|
+
Rendering articles/list
|
2922
|
+
Cached fragment miss: views/test.host/articles/list_ja (1.3ms)
|
2923
|
+
Completed in 8ms (View: 3, DB: 0) | 200 OK [http://test.host/articles/list]
|
2924
|
+
|
2925
|
+
|
2926
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2927
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
2928
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29ef6c25d0 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2929
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f29ef6c22b0 @kind=:filter, @options={:if=>nil, :unless=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29ef6c25d0 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>, @identifier=nil>] did_not_yield.
|
2930
|
+
Completed in 21ms (View: 16, DB: 0) | 200 OK [http://test.host/articles/list]
|
2931
|
+
|
2932
|
+
|
2933
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2934
|
+
Parameters: {"lang"=>"ja"}
|
2935
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
2936
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29ef6c25d0 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>] rendered_or_redirected.
|
2937
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f29ef6c22b0 @kind=:filter, @options={:if=>nil, :unless=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f29ef6c25d0 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>, @identifier=nil>] did_not_yield.
|
2938
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles/list]
|
2939
|
+
|
2940
|
+
|
2941
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2942
|
+
Parameters: {"lang"=>"ja"}
|
2943
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.3ms)
|
2944
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles/list]
|
2945
|
+
|
2946
|
+
|
2947
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2948
|
+
Rendering articles/index
|
2949
|
+
Completed in 73ms (View: 15, DB: 0) | 200 OK [http://test.host/articles]
|
2950
|
+
|
2951
|
+
|
2952
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2953
|
+
Parameters: {"lang"=>"ja"}
|
2954
|
+
Rendering articles/index_ja
|
2955
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2956
|
+
|
2957
|
+
|
2958
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2959
|
+
Rendering articles/index_fr_FR
|
2960
|
+
Completed in 16ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
2961
|
+
|
2962
|
+
|
2963
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2964
|
+
Rendering articles/index
|
2965
|
+
Completed in 18ms (View: 14, DB: 0) | 200 OK [http://test.host/articles]
|
2966
|
+
|
2967
|
+
|
2968
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2969
|
+
Rendering articles/index
|
2970
|
+
Completed in 20ms (View: 16, DB: 0) | 200 OK [http://test.host/articles]
|
2971
|
+
|
2972
|
+
|
2973
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2974
|
+
Rendering articles/index_fr_FR
|
2975
|
+
Completed in 12ms (View: 9, DB: 0) | 200 OK [http://test.host/articles]
|
2976
|
+
|
2977
|
+
|
2978
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2979
|
+
Rendering articles/index_ja
|
2980
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
2981
|
+
|
2982
|
+
|
2983
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2984
|
+
Rendering articles/index_ja
|
2985
|
+
Completed in 8ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
2986
|
+
|
2987
|
+
|
2988
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2989
|
+
Rendering articles/index_fr_FR
|
2990
|
+
Completed in 20ms (View: 17, DB: 0) | 200 OK [http://test.host/articles]
|
2991
|
+
|
2992
|
+
|
2993
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2994
|
+
Rendering articles/index_ja
|
2995
|
+
Completed in 16ms (View: 10, DB: 0) | 200 OK [http://test.host/articles]
|
2996
|
+
|
2997
|
+
|
2998
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
2999
|
+
Rendering articles/index_de
|
3000
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3001
|
+
|
3002
|
+
|
3003
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3004
|
+
Rendering articles/index_de
|
3005
|
+
Completed in 16ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3006
|
+
|
3007
|
+
|
3008
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3009
|
+
Rendering articles/index_ja
|
3010
|
+
Completed in 21ms (View: 11, DB: 0) | 200 OK [http://test.host/articles]
|
3011
|
+
|
3012
|
+
|
3013
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3014
|
+
Rendering articles/index_fr_FR
|
3015
|
+
Completed in 13ms (View: 10, DB: 0) | 200 OK [http://test.host/articles]
|
3016
|
+
|
3017
|
+
|
3018
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3019
|
+
Rendering articles/index_ja
|
3020
|
+
Completed in 11ms (View: 9, DB: 0) | 200 OK [http://test.host/articles]
|
3021
|
+
|
3022
|
+
|
3023
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3024
|
+
Rendering articles/index
|
3025
|
+
Completed in 12ms (View: 8, DB: 0) | 200 OK [http://test.host/articles]
|
3026
|
+
|
3027
|
+
|
3028
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3029
|
+
Rendering articles/index
|
3030
|
+
Completed in 11ms (View: 9, DB: 0) | 200 OK [http://test.host/articles]
|
3031
|
+
|
3032
|
+
|
3033
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3034
|
+
Parameters: {"lang"=>"ja"}
|
3035
|
+
Rendering articles/index_ja
|
3036
|
+
Completed in 13ms (View: 11, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3037
|
+
|
3038
|
+
|
3039
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3040
|
+
Parameters: {"lang"=>"ja"}
|
3041
|
+
Rendering articles/index_ja
|
3042
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3043
|
+
|
3044
|
+
|
3045
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 10:27:08) [GET]
|
3046
|
+
Parameters: {"lang"=>"en"}
|
3047
|
+
Rendering articles/index
|
3048
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3049
|
+
|
3050
|
+
|
3051
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3052
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3053
|
+
Rendering articles/list
|
3054
|
+
Cached fragment miss: views/test.host/articles/list_en (2.4ms)
|
3055
|
+
Completed in 11ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
3056
|
+
|
3057
|
+
|
3058
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3059
|
+
Parameters: {"lang"=>"ja"}
|
3060
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3061
|
+
Rendering articles/list
|
3062
|
+
Cached fragment miss: views/test.host/articles/list_ja (9.3ms)
|
3063
|
+
Completed in 24ms (View: 12, DB: 0) | 200 OK [http://test.host/articles/list]
|
3064
|
+
|
3065
|
+
|
3066
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3067
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3068
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f62411dcc48 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>] rendered_or_redirected.
|
3069
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f62411dc928 @kind=:filter, @options={:if=>nil, :unless=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f62411dcc48 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>, @identifier=nil>] did_not_yield.
|
3070
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3071
|
+
|
3072
|
+
|
3073
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3074
|
+
Parameters: {"lang"=>"ja"}
|
3075
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.4ms)
|
3076
|
+
Filter chain halted as [#<ActionController::Caching::Actions::ActionCacheFilter:0x7f62411dcc48 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>] rendered_or_redirected.
|
3077
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f62411dc928 @kind=:filter, @options={:if=>nil, :unless=>nil, :only=>#<Set: {"list"}>}, @method=#<ActionController::Caching::Actions::ActionCacheFilter:0x7f62411dcc48 @options={:layout=>nil, :cache_path=>nil, :store_options=>{}}>, @identifier=nil>] did_not_yield.
|
3078
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3079
|
+
|
3080
|
+
|
3081
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3082
|
+
Parameters: {"lang"=>"ja"}
|
3083
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3084
|
+
Completed in 124ms (View: 122, DB: 0) | 200 OK [http://test.host/articles/list]
|
3085
|
+
|
3086
|
+
|
3087
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3088
|
+
Rendering articles/index
|
3089
|
+
Completed in 7ms (View: 5, DB: 0) | 200 OK [http://test.host/articles]
|
3090
|
+
|
3091
|
+
|
3092
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3093
|
+
Parameters: {"lang"=>"ja"}
|
3094
|
+
Rendering articles/index_ja
|
3095
|
+
Completed in 15ms (View: 5, DB: 0) | 200 OK [http://test.host/articles]
|
3096
|
+
|
3097
|
+
|
3098
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3099
|
+
Rendering articles/index_fr_FR
|
3100
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3101
|
+
|
3102
|
+
|
3103
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3104
|
+
Rendering articles/index
|
3105
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3106
|
+
|
3107
|
+
|
3108
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3109
|
+
Rendering articles/index
|
3110
|
+
Completed in 6ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
3111
|
+
|
3112
|
+
|
3113
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3114
|
+
Rendering articles/index_fr_FR
|
3115
|
+
Completed in 12ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3116
|
+
|
3117
|
+
|
3118
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3119
|
+
Rendering articles/index_ja
|
3120
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3121
|
+
|
3122
|
+
|
3123
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3124
|
+
Rendering articles/index_ja
|
3125
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3126
|
+
|
3127
|
+
|
3128
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3129
|
+
Rendering articles/index_fr_FR
|
3130
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3131
|
+
|
3132
|
+
|
3133
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3134
|
+
Rendering articles/index_ja
|
3135
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3136
|
+
|
3137
|
+
|
3138
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3139
|
+
Rendering articles/index_de
|
3140
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3141
|
+
|
3142
|
+
|
3143
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3144
|
+
Rendering articles/index_de
|
3145
|
+
Completed in 6ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3146
|
+
|
3147
|
+
|
3148
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3149
|
+
Rendering articles/index_ja
|
3150
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3151
|
+
|
3152
|
+
|
3153
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3154
|
+
Rendering articles/index_fr_FR
|
3155
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3156
|
+
|
3157
|
+
|
3158
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3159
|
+
Rendering articles/index_ja
|
3160
|
+
Completed in 12ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3161
|
+
|
3162
|
+
|
3163
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3164
|
+
Rendering articles/index
|
3165
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3166
|
+
|
3167
|
+
|
3168
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3169
|
+
Rendering articles/index
|
3170
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3171
|
+
|
3172
|
+
|
3173
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3174
|
+
Parameters: {"lang"=>"ja"}
|
3175
|
+
Rendering articles/index_ja
|
3176
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3177
|
+
|
3178
|
+
|
3179
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3180
|
+
Parameters: {"lang"=>"ja"}
|
3181
|
+
Rendering articles/index_ja
|
3182
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3183
|
+
|
3184
|
+
|
3185
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-03 11:27:35) [GET]
|
3186
|
+
Parameters: {"lang"=>"en"}
|
3187
|
+
Rendering articles/index
|
3188
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3189
|
+
|
3190
|
+
|
3191
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3192
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
3193
|
+
Rendering articles/list
|
3194
|
+
Cached fragment miss: views/test.host/articles/list_en (8.5ms)
|
3195
|
+
Completed in 20ms (View: 5, DB: 0) | 200 OK [http://test.host/articles/list]
|
3196
|
+
|
3197
|
+
|
3198
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3199
|
+
Parameters: {"lang"=>"ja"}
|
3200
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3201
|
+
Rendering articles/list
|
3202
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.8ms)
|
3203
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3204
|
+
|
3205
|
+
|
3206
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3207
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3208
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f3344e83ea0 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @identifier=nil, @method=#<Proc:0x00007f33453a70f8@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.3/lib/action_controller/caching/actions.rb:64>>] did_not_yield.
|
3209
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3210
|
+
|
3211
|
+
|
3212
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3213
|
+
Parameters: {"lang"=>"ja"}
|
3214
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3215
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f3344e83ea0 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @identifier=nil, @method=#<Proc:0x00007f33453a70f8@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.3/lib/action_controller/caching/actions.rb:64>>] did_not_yield.
|
3216
|
+
Completed in 4ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3217
|
+
|
3218
|
+
|
3219
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3220
|
+
Parameters: {"lang"=>"ja"}
|
3221
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3222
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3223
|
+
|
3224
|
+
|
3225
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3226
|
+
Rendering articles/index
|
3227
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3228
|
+
|
3229
|
+
|
3230
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3231
|
+
Parameters: {"lang"=>"ja"}
|
3232
|
+
Rendering articles/index_ja
|
3233
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3234
|
+
|
3235
|
+
|
3236
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3237
|
+
Rendering articles/index_fr_FR
|
3238
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3239
|
+
|
3240
|
+
|
3241
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3242
|
+
Rendering articles/index
|
3243
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3244
|
+
|
3245
|
+
|
3246
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3247
|
+
Rendering articles/index
|
3248
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3249
|
+
|
3250
|
+
|
3251
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3252
|
+
Rendering articles/index_fr_FR
|
3253
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3254
|
+
|
3255
|
+
|
3256
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3257
|
+
Rendering articles/index_ja
|
3258
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3259
|
+
|
3260
|
+
|
3261
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3262
|
+
Rendering articles/index_ja
|
3263
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3264
|
+
|
3265
|
+
|
3266
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3267
|
+
Rendering articles/index_fr_FR
|
3268
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3269
|
+
|
3270
|
+
|
3271
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3272
|
+
Rendering articles/index_ja
|
3273
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3274
|
+
|
3275
|
+
|
3276
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3277
|
+
Rendering articles/index_de
|
3278
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3279
|
+
|
3280
|
+
|
3281
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3282
|
+
Rendering articles/index_de
|
3283
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3284
|
+
|
3285
|
+
|
3286
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3287
|
+
Rendering articles/index_ja
|
3288
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3289
|
+
|
3290
|
+
|
3291
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3292
|
+
Rendering articles/index_fr_FR
|
3293
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3294
|
+
|
3295
|
+
|
3296
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3297
|
+
Rendering articles/index_ja
|
3298
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3299
|
+
|
3300
|
+
|
3301
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3302
|
+
Rendering articles/index
|
3303
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3304
|
+
|
3305
|
+
|
3306
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3307
|
+
Rendering articles/index
|
3308
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3309
|
+
|
3310
|
+
|
3311
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3312
|
+
Parameters: {"lang"=>"ja"}
|
3313
|
+
Rendering articles/index_ja
|
3314
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3315
|
+
|
3316
|
+
|
3317
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3318
|
+
Parameters: {"lang"=>"ja"}
|
3319
|
+
Rendering articles/index_ja
|
3320
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3321
|
+
|
3322
|
+
|
3323
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 19:43:07) [GET]
|
3324
|
+
Parameters: {"lang"=>"en"}
|
3325
|
+
Rendering articles/index
|
3326
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3327
|
+
|
3328
|
+
|
3329
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3330
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
3331
|
+
Rendering articles/list
|
3332
|
+
Cached fragment miss: views/test.host/articles/list_en (2.9ms)
|
3333
|
+
Completed in 13ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
3334
|
+
|
3335
|
+
|
3336
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3337
|
+
Parameters: {"lang"=>"ja"}
|
3338
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
3339
|
+
Rendering articles/list
|
3340
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
3341
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3342
|
+
|
3343
|
+
|
3344
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3345
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3346
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fcafade8a60 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @identifier=nil, @method=#<Proc:0x00007fcaf9c897d8@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.3/lib/action_controller/caching/actions.rb:64>>] did_not_yield.
|
3347
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3348
|
+
|
3349
|
+
|
3350
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3351
|
+
Parameters: {"lang"=>"ja"}
|
3352
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3353
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fcafade8a60 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @identifier=nil, @method=#<Proc:0x00007fcaf9c897d8@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.3/lib/action_controller/caching/actions.rb:64>>] did_not_yield.
|
3354
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3355
|
+
|
3356
|
+
|
3357
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3358
|
+
Parameters: {"lang"=>"ja"}
|
3359
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3360
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3361
|
+
|
3362
|
+
|
3363
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3364
|
+
Rendering articles/index
|
3365
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3366
|
+
|
3367
|
+
|
3368
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3369
|
+
Parameters: {"lang"=>"ja"}
|
3370
|
+
Rendering articles/index_ja
|
3371
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3372
|
+
|
3373
|
+
|
3374
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3375
|
+
Rendering articles/index_fr_FR
|
3376
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3377
|
+
|
3378
|
+
|
3379
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3380
|
+
Rendering articles/index
|
3381
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3382
|
+
|
3383
|
+
|
3384
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3385
|
+
Rendering articles/index
|
3386
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3387
|
+
|
3388
|
+
|
3389
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3390
|
+
Rendering articles/index_fr_FR
|
3391
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3392
|
+
|
3393
|
+
|
3394
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3395
|
+
Rendering articles/index_ja
|
3396
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3397
|
+
|
3398
|
+
|
3399
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3400
|
+
Rendering articles/index_ja
|
3401
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3402
|
+
|
3403
|
+
|
3404
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3405
|
+
Rendering articles/index_fr_FR
|
3406
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3407
|
+
|
3408
|
+
|
3409
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3410
|
+
Rendering articles/index_ja
|
3411
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3412
|
+
|
3413
|
+
|
3414
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3415
|
+
Rendering articles/index_de
|
3416
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3417
|
+
|
3418
|
+
|
3419
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3420
|
+
Rendering articles/index_de
|
3421
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3422
|
+
|
3423
|
+
|
3424
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3425
|
+
Rendering articles/index_ja
|
3426
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3427
|
+
|
3428
|
+
|
3429
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3430
|
+
Rendering articles/index_fr_FR
|
3431
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3432
|
+
|
3433
|
+
|
3434
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3435
|
+
Rendering articles/index_ja
|
3436
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3437
|
+
|
3438
|
+
|
3439
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3440
|
+
Rendering articles/index
|
3441
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3442
|
+
|
3443
|
+
|
3444
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3445
|
+
Rendering articles/index
|
3446
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3447
|
+
|
3448
|
+
|
3449
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3450
|
+
Parameters: {"lang"=>"ja"}
|
3451
|
+
Rendering articles/index_ja
|
3452
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3453
|
+
|
3454
|
+
|
3455
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3456
|
+
Parameters: {"lang"=>"ja"}
|
3457
|
+
Rendering articles/index_ja
|
3458
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3459
|
+
|
3460
|
+
|
3461
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:31) [GET]
|
3462
|
+
Parameters: {"lang"=>"en"}
|
3463
|
+
Rendering articles/index
|
3464
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3465
|
+
|
3466
|
+
|
3467
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3468
|
+
Cached fragment hit: views/test.host/articles/list_en (0.4ms)
|
3469
|
+
Rendering articles/list
|
3470
|
+
Cached fragment miss: views/test.host/articles/list_en (2.6ms)
|
3471
|
+
Completed in 15ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
3472
|
+
|
3473
|
+
|
3474
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3475
|
+
Parameters: {"lang"=>"ja"}
|
3476
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3477
|
+
Rendering articles/list
|
3478
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
3479
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3480
|
+
|
3481
|
+
|
3482
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3483
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3484
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fd8ea197420 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007fd8e907f3e0@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3485
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3486
|
+
|
3487
|
+
|
3488
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3489
|
+
Parameters: {"lang"=>"ja"}
|
3490
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3491
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7fd8ea197420 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007fd8e907f3e0@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3492
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3493
|
+
|
3494
|
+
|
3495
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3496
|
+
Parameters: {"lang"=>"ja"}
|
3497
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3498
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3499
|
+
|
3500
|
+
|
3501
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3502
|
+
Rendering articles/index
|
3503
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3504
|
+
|
3505
|
+
|
3506
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3507
|
+
Parameters: {"lang"=>"ja"}
|
3508
|
+
Rendering articles/index_ja
|
3509
|
+
Completed in 8ms (View: 7, DB: 0) | 200 OK [http://test.host/articles]
|
3510
|
+
|
3511
|
+
|
3512
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3513
|
+
Rendering articles/index_fr_FR
|
3514
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3515
|
+
|
3516
|
+
|
3517
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3518
|
+
Rendering articles/index
|
3519
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3520
|
+
|
3521
|
+
|
3522
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3523
|
+
Rendering articles/index
|
3524
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3525
|
+
|
3526
|
+
|
3527
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3528
|
+
Rendering articles/index_fr_FR
|
3529
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3530
|
+
|
3531
|
+
|
3532
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3533
|
+
Rendering articles/index_ja
|
3534
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3535
|
+
|
3536
|
+
|
3537
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3538
|
+
Rendering articles/index_ja
|
3539
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3540
|
+
|
3541
|
+
|
3542
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3543
|
+
Rendering articles/index_fr_FR
|
3544
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3545
|
+
|
3546
|
+
|
3547
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3548
|
+
Rendering articles/index_ja
|
3549
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3550
|
+
|
3551
|
+
|
3552
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3553
|
+
Rendering articles/index_de
|
3554
|
+
Completed in 8ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3555
|
+
|
3556
|
+
|
3557
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3558
|
+
Rendering articles/index_de
|
3559
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3560
|
+
|
3561
|
+
|
3562
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3563
|
+
Rendering articles/index_ja
|
3564
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3565
|
+
|
3566
|
+
|
3567
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3568
|
+
Rendering articles/index_fr_FR
|
3569
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3570
|
+
|
3571
|
+
|
3572
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3573
|
+
Rendering articles/index_ja
|
3574
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3575
|
+
|
3576
|
+
|
3577
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3578
|
+
Rendering articles/index
|
3579
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3580
|
+
|
3581
|
+
|
3582
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3583
|
+
Rendering articles/index
|
3584
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3585
|
+
|
3586
|
+
|
3587
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3588
|
+
Parameters: {"lang"=>"ja"}
|
3589
|
+
Rendering articles/index_ja
|
3590
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3591
|
+
|
3592
|
+
|
3593
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3594
|
+
Parameters: {"lang"=>"ja"}
|
3595
|
+
Rendering articles/index_ja
|
3596
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3597
|
+
|
3598
|
+
|
3599
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:00:48) [GET]
|
3600
|
+
Parameters: {"lang"=>"en"}
|
3601
|
+
Rendering articles/index
|
3602
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3603
|
+
|
3604
|
+
|
3605
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3606
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
3607
|
+
Rendering articles/list
|
3608
|
+
Cached fragment miss: views/test.host/articles/list_en (1.8ms)
|
3609
|
+
Completed in 10ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
3610
|
+
|
3611
|
+
|
3612
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3613
|
+
Parameters: {"lang"=>"ja"}
|
3614
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3615
|
+
Rendering articles/list
|
3616
|
+
Cached fragment miss: views/test.host/articles/list_ja (1.0ms)
|
3617
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3618
|
+
|
3619
|
+
|
3620
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3621
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3622
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f1e9bb00138 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007f1e9a9d08b8@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3623
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3624
|
+
|
3625
|
+
|
3626
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3627
|
+
Parameters: {"lang"=>"ja"}
|
3628
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3629
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f1e9bb00138 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007f1e9a9d08b8@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3630
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles/list]
|
3631
|
+
|
3632
|
+
|
3633
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3634
|
+
Parameters: {"lang"=>"ja"}
|
3635
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3636
|
+
Completed in 11ms (View: 10, DB: 0) | 200 OK [http://test.host/articles/list]
|
3637
|
+
|
3638
|
+
|
3639
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3640
|
+
Rendering articles/index
|
3641
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3642
|
+
|
3643
|
+
|
3644
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3645
|
+
Parameters: {"lang"=>"ja"}
|
3646
|
+
Rendering articles/index_ja
|
3647
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3648
|
+
|
3649
|
+
|
3650
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3651
|
+
Rendering articles/index_fr_FR
|
3652
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3653
|
+
|
3654
|
+
|
3655
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3656
|
+
Rendering articles/index
|
3657
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3658
|
+
|
3659
|
+
|
3660
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3661
|
+
Rendering articles/index
|
3662
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3663
|
+
|
3664
|
+
|
3665
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3666
|
+
Rendering articles/index_fr_FR
|
3667
|
+
Completed in 8ms (View: 6, DB: 0) | 200 OK [http://test.host/articles]
|
3668
|
+
|
3669
|
+
|
3670
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3671
|
+
Rendering articles/index_ja
|
3672
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3673
|
+
|
3674
|
+
|
3675
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3676
|
+
Rendering articles/index_ja
|
3677
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3678
|
+
|
3679
|
+
|
3680
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3681
|
+
Rendering articles/index_fr_FR
|
3682
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3683
|
+
|
3684
|
+
|
3685
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3686
|
+
Rendering articles/index_ja
|
3687
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3688
|
+
|
3689
|
+
|
3690
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3691
|
+
Rendering articles/index_de
|
3692
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3693
|
+
|
3694
|
+
|
3695
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3696
|
+
Rendering articles/index_de
|
3697
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3698
|
+
|
3699
|
+
|
3700
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3701
|
+
Rendering articles/index_ja
|
3702
|
+
Completed in 13ms (View: 10, DB: 0) | 200 OK [http://test.host/articles]
|
3703
|
+
|
3704
|
+
|
3705
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3706
|
+
Rendering articles/index_fr_FR
|
3707
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3708
|
+
|
3709
|
+
|
3710
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3711
|
+
Rendering articles/index_ja
|
3712
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3713
|
+
|
3714
|
+
|
3715
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3716
|
+
Rendering articles/index
|
3717
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3718
|
+
|
3719
|
+
|
3720
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3721
|
+
Rendering articles/index
|
3722
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3723
|
+
|
3724
|
+
|
3725
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3726
|
+
Parameters: {"lang"=>"ja"}
|
3727
|
+
Rendering articles/index_ja
|
3728
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3729
|
+
|
3730
|
+
|
3731
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3732
|
+
Parameters: {"lang"=>"ja"}
|
3733
|
+
Rendering articles/index_ja
|
3734
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3735
|
+
|
3736
|
+
|
3737
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-08 22:01:19) [GET]
|
3738
|
+
Parameters: {"lang"=>"en"}
|
3739
|
+
Rendering articles/index
|
3740
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3741
|
+
|
3742
|
+
|
3743
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3744
|
+
Cached fragment hit: views/test.host/articles/list_en (0.3ms)
|
3745
|
+
Rendering articles/list
|
3746
|
+
Cached fragment miss: views/test.host/articles/list_en (49.5ms)
|
3747
|
+
Completed in 62ms (View: 7, DB: 0) | 200 OK [http://test.host/articles/list]
|
3748
|
+
|
3749
|
+
|
3750
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3751
|
+
Parameters: {"lang"=>"ja"}
|
3752
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
3753
|
+
Rendering articles/list
|
3754
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.9ms)
|
3755
|
+
Completed in 7ms (View: 3, DB: 0) | 200 OK [http://test.host/articles/list]
|
3756
|
+
|
3757
|
+
|
3758
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3759
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3760
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f092ea74480 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007f092efd2170@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3761
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3762
|
+
|
3763
|
+
|
3764
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3765
|
+
Parameters: {"lang"=>"ja"}
|
3766
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3767
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f092ea74480 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007f092efd2170@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3768
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3769
|
+
|
3770
|
+
|
3771
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3772
|
+
Parameters: {"lang"=>"ja"}
|
3773
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3774
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3775
|
+
|
3776
|
+
|
3777
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3778
|
+
Rendering articles/index
|
3779
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3780
|
+
|
3781
|
+
|
3782
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3783
|
+
Parameters: {"lang"=>"ja"}
|
3784
|
+
Rendering articles/index_ja
|
3785
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3786
|
+
|
3787
|
+
|
3788
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3789
|
+
Rendering articles/index_fr_FR
|
3790
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3791
|
+
|
3792
|
+
|
3793
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3794
|
+
Rendering articles/index
|
3795
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3796
|
+
|
3797
|
+
|
3798
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3799
|
+
Rendering articles/index
|
3800
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3801
|
+
|
3802
|
+
|
3803
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3804
|
+
Rendering articles/index_fr_FR
|
3805
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3806
|
+
|
3807
|
+
|
3808
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3809
|
+
Rendering articles/index_ja
|
3810
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3811
|
+
|
3812
|
+
|
3813
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3814
|
+
Rendering articles/index_ja
|
3815
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3816
|
+
|
3817
|
+
|
3818
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3819
|
+
Rendering articles/index_fr_FR
|
3820
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3821
|
+
|
3822
|
+
|
3823
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3824
|
+
Rendering articles/index_ja
|
3825
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3826
|
+
|
3827
|
+
|
3828
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3829
|
+
Rendering articles/index_de
|
3830
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3831
|
+
|
3832
|
+
|
3833
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3834
|
+
Rendering articles/index_de
|
3835
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3836
|
+
|
3837
|
+
|
3838
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3839
|
+
Rendering articles/index_ja
|
3840
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3841
|
+
|
3842
|
+
|
3843
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3844
|
+
Rendering articles/index_fr_FR
|
3845
|
+
Completed in 8ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
3846
|
+
|
3847
|
+
|
3848
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3849
|
+
Rendering articles/index_ja
|
3850
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3851
|
+
|
3852
|
+
|
3853
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3854
|
+
Rendering articles/index
|
3855
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3856
|
+
|
3857
|
+
|
3858
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3859
|
+
Rendering articles/index
|
3860
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3861
|
+
|
3862
|
+
|
3863
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3864
|
+
Parameters: {"lang"=>"ja"}
|
3865
|
+
Rendering articles/index_ja
|
3866
|
+
Completed in 4ms (View: 3, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3867
|
+
|
3868
|
+
|
3869
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3870
|
+
Parameters: {"lang"=>"ja"}
|
3871
|
+
Rendering articles/index_ja
|
3872
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3873
|
+
|
3874
|
+
|
3875
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:33:16) [GET]
|
3876
|
+
Parameters: {"lang"=>"en"}
|
3877
|
+
Rendering articles/index
|
3878
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
3879
|
+
|
3880
|
+
|
3881
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3882
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3883
|
+
Rendering articles/list
|
3884
|
+
Cached fragment miss: views/test.host/articles/list_en (20.2ms)
|
3885
|
+
Completed in 32ms (View: 4, DB: 0) | 200 OK [http://test.host/articles/list]
|
3886
|
+
|
3887
|
+
|
3888
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3889
|
+
Parameters: {"lang"=>"ja"}
|
3890
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.3ms)
|
3891
|
+
Rendering articles/list
|
3892
|
+
Cached fragment miss: views/test.host/articles/list_ja (0.7ms)
|
3893
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3894
|
+
|
3895
|
+
|
3896
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3897
|
+
Cached fragment hit: views/test.host/articles/list_en (0.2ms)
|
3898
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f10e8f452b8 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007f10e94a2df0@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3899
|
+
Completed in 5ms (View: 2, DB: 0) | 200 OK [http://test.host/articles/list]
|
3900
|
+
|
3901
|
+
|
3902
|
+
Processing ArticlesController#list (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3903
|
+
Parameters: {"lang"=>"ja"}
|
3904
|
+
Cached fragment hit: views/test.host/articles/list_ja (0.2ms)
|
3905
|
+
Filter chain halted as [#<ActionController::Filters::AroundFilter:0x7f10e8f452b8 @kind=:filter, @options={:if=>nil, :only=>#<Set: {"list"}>, :unless=>nil}, @method=#<Proc:0x00007f10e94a2df0@/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib/action_controller/caching/actions.rb:64>, @identifier=nil>] did_not_yield.
|
3906
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3907
|
+
|
3908
|
+
|
3909
|
+
Processing ArticlesController#expire_cache (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3910
|
+
Parameters: {"lang"=>"ja"}
|
3911
|
+
Expired fragment: views/test.host/articles/list, lang = enja (0.2ms)
|
3912
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles/list]
|
3913
|
+
|
3914
|
+
|
3915
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3916
|
+
Rendering articles/index
|
3917
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3918
|
+
|
3919
|
+
|
3920
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3921
|
+
Parameters: {"lang"=>"ja"}
|
3922
|
+
Rendering articles/index_ja
|
3923
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3924
|
+
|
3925
|
+
|
3926
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3927
|
+
Rendering articles/index_fr_FR
|
3928
|
+
Completed in 2ms (View: 1, DB: 0) | 200 OK [http://test.host/articles]
|
3929
|
+
|
3930
|
+
|
3931
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3932
|
+
Rendering articles/index
|
3933
|
+
Completed in 3ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3934
|
+
|
3935
|
+
|
3936
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3937
|
+
Rendering articles/index
|
3938
|
+
Completed in 30ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
3939
|
+
|
3940
|
+
|
3941
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3942
|
+
Rendering articles/index_fr_FR
|
3943
|
+
Completed in 6ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3944
|
+
|
3945
|
+
|
3946
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3947
|
+
Rendering articles/index_ja
|
3948
|
+
Completed in 17ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3949
|
+
|
3950
|
+
|
3951
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3952
|
+
Rendering articles/index_ja
|
3953
|
+
Completed in 7ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
3954
|
+
|
3955
|
+
|
3956
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3957
|
+
Rendering articles/index_fr_FR
|
3958
|
+
Completed in 27ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3959
|
+
|
3960
|
+
|
3961
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3962
|
+
Rendering articles/index_ja
|
3963
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3964
|
+
|
3965
|
+
|
3966
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3967
|
+
Rendering articles/index_de
|
3968
|
+
Completed in 5ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3969
|
+
|
3970
|
+
|
3971
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3972
|
+
Rendering articles/index_de
|
3973
|
+
Completed in 27ms (View: 3, DB: 0) | 200 OK [http://test.host/articles]
|
3974
|
+
|
3975
|
+
|
3976
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3977
|
+
Rendering articles/index_ja
|
3978
|
+
Completed in 19ms (View: 4, DB: 0) | 200 OK [http://test.host/articles]
|
3979
|
+
|
3980
|
+
|
3981
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3982
|
+
Rendering articles/index_fr_FR
|
3983
|
+
Completed in 16ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3984
|
+
|
3985
|
+
|
3986
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3987
|
+
Rendering articles/index_ja
|
3988
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3989
|
+
|
3990
|
+
|
3991
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3992
|
+
Rendering articles/index
|
3993
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles]
|
3994
|
+
|
3995
|
+
|
3996
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
3997
|
+
Rendering articles/index
|
3998
|
+
Completed in 26ms (View: 24, DB: 0) | 200 OK [http://test.host/articles]
|
3999
|
+
|
4000
|
+
|
4001
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
4002
|
+
Parameters: {"lang"=>"ja"}
|
4003
|
+
Rendering articles/index_ja
|
4004
|
+
Completed in 3ms (View: 1, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
4005
|
+
|
4006
|
+
|
4007
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
4008
|
+
Parameters: {"lang"=>"ja"}
|
4009
|
+
Rendering articles/index_ja
|
4010
|
+
Completed in 16ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|
4011
|
+
|
4012
|
+
|
4013
|
+
Processing ArticlesController#index (for 0.0.0.0 at 2009-11-14 11:34:14) [GET]
|
4014
|
+
Parameters: {"lang"=>"en"}
|
4015
|
+
Rendering articles/index
|
4016
|
+
Completed in 4ms (View: 2, DB: 0) | 200 OK [http://test.host/articles?lang=ja]
|