simple_pages 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module SimplePages
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
@@ -0,0 +1,664 @@
1
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
2
+ Processing by CustomPagesController#show as HTML
3
+ Parameters: {"id"=>"plus"}
4
+ Rendered custom_pages/plus.html.erb (2.2ms)
5
+ Completed 200 OK in 95ms (Views: 12.6ms)
6
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
7
+ Processing by CustomPagesController#show as HTML
8
+ Parameters: {"id"=>"minus"}
9
+ Rendered pages/show.html.erb (0.4ms)
10
+ Completed 200 OK in 7ms (Views: 1.3ms)
11
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
12
+ Processing by SimplePages::PagesController#show as HTML
13
+ Parameters: {"id"=>"nothing"}
14
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb (0.3ms)
15
+ Completed 404 Not Found in 3ms (Views: 1.2ms)
16
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
17
+ Processing by SimplePages::PagesController#show as HTML
18
+ Parameters: {"id"=>"testing"}
19
+ Rendered pages/testing.html.erb (0.3ms)
20
+ Completed 200 OK in 1ms (Views: 1.1ms)
21
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
22
+ Processing by SimplePages::PagesController#show as HTML
23
+ Rendered pages/show.html.erb (0.0ms)
24
+ Completed 200 OK in 1ms (Views: 0.4ms)
25
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
26
+ Processing by SimplePages::PagesController#show as HTML
27
+ Parameters: {"id"=>"testing-testing"}
28
+ Rendered pages/testing_testing.html.erb (0.3ms)
29
+ Completed 200 OK in 1ms (Views: 1.1ms)
30
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
31
+ Processing by SimplePages::PagesController#show as HTML
32
+ Parameters: {"id"=>"são-paulo-ribeirão"}
33
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.3ms)
34
+ Completed 200 OK in 1ms (Views: 1.1ms)
35
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
36
+ Processing by SimplePages::PagesController#show as HTML
37
+ Parameters: {"id"=>"são-paulo_ribeirão"}
38
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
39
+ Completed 200 OK in 1ms (Views: 0.6ms)
40
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
41
+ Processing by SimplePages::PagesController#show as HTML
42
+ Parameters: {"id"=>"são-paulo ribeirão"}
43
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
44
+ Completed 200 OK in 1ms (Views: 0.5ms)
45
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
46
+ Processing by SimplePages::PagesController#show as HTML
47
+ Parameters: {"id"=>"contact"}
48
+ Rendered pages/contact.html.erb (0.6ms)
49
+ Completed 200 OK in 2ms (Views: 1.8ms)
50
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
51
+ Processing by SimplePages::PagesController#show as HTML
52
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
53
+ Rendered pages/contact.html.erb (0.4ms)
54
+ Completed 200 OK in 3ms (Views: 1.9ms)
55
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
56
+ Processing by CustomPagesController#show as HTML
57
+ Parameters: {"id"=>"contato"}
58
+ Rendered custom_pages/contact.html.erb (0.4ms)
59
+ Completed 200 OK in 2ms (Views: 1.7ms)
60
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:34:24 -0300
61
+ Processing by SimplePages::PagesController#show as HTML
62
+ Parameters: {"id"=>"contato"}
63
+ Rendered pages/contact.html.erb (0.1ms)
64
+ Completed 200 OK in 1ms (Views: 0.7ms)
65
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
66
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
67
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
68
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
69
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
70
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
71
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
72
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
73
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
74
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
75
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
76
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
77
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:40:12 -0300
78
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
79
+ Processing by CustomPagesController#show as HTML
80
+ Parameters: {"id"=>"plus"}
81
+ Rendered custom_pages/plus.html.erb (2.1ms)
82
+ Completed 200 OK in 81ms (Views: 11.3ms)
83
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
84
+ Processing by CustomPagesController#show as HTML
85
+ Parameters: {"id"=>"minus"}
86
+ Rendered pages/show.html.erb (0.4ms)
87
+ Completed 200 OK in 6ms (Views: 1.3ms)
88
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
89
+ Processing by SimplePages::PagesController#show as HTML
90
+ Parameters: {"id"=>"nothing"}
91
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb (0.3ms)
92
+ Completed 404 Not Found in 3ms (Views: 1.2ms)
93
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
94
+ Processing by SimplePages::PagesController#show as HTML
95
+ Parameters: {"id"=>"testing"}
96
+ Rendered pages/testing.html.erb (0.3ms)
97
+ Completed 200 OK in 1ms (Views: 1.1ms)
98
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
99
+ Processing by SimplePages::PagesController#show as HTML
100
+ Rendered pages/show.html.erb (0.0ms)
101
+ Completed 200 OK in 1ms (Views: 0.5ms)
102
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
103
+ Processing by SimplePages::PagesController#show as HTML
104
+ Parameters: {"id"=>"testing-testing"}
105
+ Rendered pages/testing_testing.html.erb (0.3ms)
106
+ Completed 200 OK in 1ms (Views: 1.1ms)
107
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
108
+ Processing by SimplePages::PagesController#show as HTML
109
+ Parameters: {"id"=>"são-paulo-ribeirão"}
110
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.3ms)
111
+ Completed 200 OK in 1ms (Views: 1.1ms)
112
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
113
+ Processing by SimplePages::PagesController#show as HTML
114
+ Parameters: {"id"=>"são-paulo_ribeirão"}
115
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
116
+ Completed 200 OK in 1ms (Views: 0.7ms)
117
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
118
+ Processing by SimplePages::PagesController#show as HTML
119
+ Parameters: {"id"=>"são-paulo ribeirão"}
120
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
121
+ Completed 200 OK in 1ms (Views: 0.5ms)
122
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
123
+ Processing by SimplePages::PagesController#show as HTML
124
+ Parameters: {"id"=>"contact"}
125
+ Rendered pages/contact.html.erb (0.7ms)
126
+ Completed 200 OK in 2ms (Views: 2.0ms)
127
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
128
+ Processing by SimplePages::PagesController#show as HTML
129
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
130
+ Rendered pages/contact.html.erb (0.4ms)
131
+ Completed 200 OK in 2ms (Views: 1.9ms)
132
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
133
+ Processing by CustomPagesController#show as HTML
134
+ Parameters: {"id"=>"contato"}
135
+ Rendered custom_pages/contact.html.erb (0.5ms)
136
+ Completed 200 OK in 2ms (Views: 2.1ms)
137
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:40:52 -0300
138
+ Processing by SimplePages::PagesController#show as HTML
139
+ Parameters: {"id"=>"contato"}
140
+ Rendered pages/contact.html.erb (0.1ms)
141
+ Completed 200 OK in 1ms (Views: 0.7ms)
142
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
143
+ Processing by CustomPagesController#show as HTML
144
+ Parameters: {"id"=>"plus"}
145
+ Rendered custom_pages/plus.html.erb within layouts/application (2.2ms)
146
+ Completed 200 OK in 84ms (Views: 14.2ms)
147
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
148
+ Processing by CustomPagesController#show as HTML
149
+ Parameters: {"id"=>"minus"}
150
+ Rendered pages/show.html.erb within layouts/application (0.4ms)
151
+ Completed 200 OK in 9ms (Views: 1.9ms)
152
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
153
+ Processing by SimplePages::PagesController#show as HTML
154
+ Parameters: {"id"=>"nothing"}
155
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.3ms)
156
+ Completed 404 Not Found in 4ms (Views: 1.7ms)
157
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
158
+ Processing by SimplePages::PagesController#show as HTML
159
+ Parameters: {"id"=>"testing"}
160
+ Rendered pages/testing.html.erb within layouts/application (0.3ms)
161
+ Completed 200 OK in 2ms (Views: 1.7ms)
162
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
163
+ Processing by SimplePages::PagesController#show as HTML
164
+ Rendered pages/show.html.erb within layouts/application (0.0ms)
165
+ Completed 200 OK in 1ms (Views: 0.9ms)
166
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
167
+ Processing by SimplePages::PagesController#show as HTML
168
+ Parameters: {"id"=>"testing-testing"}
169
+ Rendered pages/testing_testing.html.erb within layouts/application (0.3ms)
170
+ Completed 200 OK in 2ms (Views: 1.6ms)
171
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
172
+ Processing by SimplePages::PagesController#show as HTML
173
+ Parameters: {"id"=>"são-paulo-ribeirão"}
174
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.4ms)
175
+ Completed 200 OK in 3ms (Views: 2.7ms)
176
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
177
+ Processing by SimplePages::PagesController#show as HTML
178
+ Parameters: {"id"=>"são-paulo_ribeirão"}
179
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
180
+ Completed 200 OK in 2ms (Views: 1.8ms)
181
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
182
+ Processing by SimplePages::PagesController#show as HTML
183
+ Parameters: {"id"=>"são-paulo ribeirão"}
184
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
185
+ Completed 200 OK in 2ms (Views: 1.3ms)
186
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
187
+ Processing by SimplePages::PagesController#show as HTML
188
+ Parameters: {"id"=>"contact"}
189
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
190
+ Completed 200 OK in 2ms (Views: 1.7ms)
191
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
192
+ Processing by SimplePages::PagesController#show as HTML
193
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
194
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
195
+ Completed 200 OK in 3ms (Views: 2.8ms)
196
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
197
+ Processing by CustomPagesController#show as HTML
198
+ Parameters: {"id"=>"contato"}
199
+ Rendered custom_pages/contact.html.erb within layouts/application (0.4ms)
200
+ Completed 200 OK in 3ms (Views: 2.3ms)
201
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:44:25 -0300
202
+ Processing by SimplePages::PagesController#show as HTML
203
+ Parameters: {"id"=>"contato"}
204
+ Rendered pages/contact.html.erb within layouts/application (0.1ms)
205
+ Completed 200 OK in 1ms (Views: 1.0ms)
206
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
207
+ Processing by CustomPagesController#show as HTML
208
+ Parameters: {"id"=>"plus"}
209
+ Rendered custom_pages/plus.html.erb within layouts/application (2.2ms)
210
+ Completed 200 OK in 87ms (Views: 12.3ms)
211
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
212
+ Processing by CustomPagesController#show as HTML
213
+ Parameters: {"id"=>"minus"}
214
+ Rendered pages/show.html.erb within layouts/application (0.4ms)
215
+ Completed 200 OK in 7ms (Views: 1.8ms)
216
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
217
+ Processing by SimplePages::PagesController#show as HTML
218
+ Parameters: {"id"=>"nothing"}
219
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.3ms)
220
+ Completed 404 Not Found in 4ms (Views: 1.7ms)
221
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
222
+ Processing by SimplePages::PagesController#show as HTML
223
+ Parameters: {"id"=>"testing"}
224
+ Rendered pages/testing.html.erb within layouts/application (0.3ms)
225
+ Completed 200 OK in 2ms (Views: 1.6ms)
226
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
227
+ Processing by SimplePages::PagesController#show as HTML
228
+ Rendered pages/show.html.erb within layouts/application (0.0ms)
229
+ Completed 200 OK in 1ms (Views: 0.9ms)
230
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
231
+ Processing by SimplePages::PagesController#show as HTML
232
+ Parameters: {"id"=>"testing-testing"}
233
+ Rendered pages/testing_testing.html.erb within layouts/application (0.3ms)
234
+ Completed 200 OK in 2ms (Views: 1.6ms)
235
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
236
+ Processing by SimplePages::PagesController#show as HTML
237
+ Parameters: {"id"=>"são-paulo-ribeirão"}
238
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.3ms)
239
+ Completed 200 OK in 2ms (Views: 1.7ms)
240
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
241
+ Processing by SimplePages::PagesController#show as HTML
242
+ Parameters: {"id"=>"são-paulo_ribeirão"}
243
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
244
+ Completed 200 OK in 1ms (Views: 1.1ms)
245
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
246
+ Processing by SimplePages::PagesController#show as HTML
247
+ Parameters: {"id"=>"são-paulo ribeirão"}
248
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
249
+ Completed 200 OK in 1ms (Views: 0.8ms)
250
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
251
+ Processing by SimplePages::PagesController#show as HTML
252
+ Parameters: {"id"=>"contact"}
253
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
254
+ Completed 200 OK in 2ms (Views: 1.7ms)
255
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
256
+ Processing by SimplePages::PagesController#show as HTML
257
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
258
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
259
+ Completed 200 OK in 3ms (Views: 2.7ms)
260
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
261
+ Processing by CustomPagesController#show as HTML
262
+ Parameters: {"id"=>"contato"}
263
+ Rendered custom_pages/contact.html.erb within layouts/application (0.5ms)
264
+ Completed 200 OK in 3ms (Views: 2.8ms)
265
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:46:48 -0300
266
+ Processing by SimplePages::PagesController#show as HTML
267
+ Parameters: {"id"=>"contato"}
268
+ Rendered pages/contact.html.erb within layouts/application (0.1ms)
269
+ Completed 200 OK in 1ms (Views: 1.0ms)
270
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
271
+ Processing by CustomPagesController#show as HTML
272
+ Parameters: {"id"=>"plus"}
273
+ Rendered custom_pages/plus.html.erb within layouts/application (2.6ms)
274
+ Completed 200 OK in 109ms (Views: 14.0ms)
275
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
276
+ Processing by CustomPagesController#show as HTML
277
+ Parameters: {"id"=>"minus"}
278
+ Rendered pages/show.html.erb within layouts/application (0.4ms)
279
+ Completed 200 OK in 8ms (Views: 2.0ms)
280
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
281
+ Processing by SimplePages::PagesController#show as HTML
282
+ Parameters: {"id"=>"nothing"}
283
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.4ms)
284
+ Completed 404 Not Found in 4ms (Views: 2.1ms)
285
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
286
+ Processing by SimplePages::PagesController#show as HTML
287
+ Parameters: {"id"=>"testing"}
288
+ Rendered pages/testing.html.erb within layouts/application (0.3ms)
289
+ Completed 200 OK in 2ms (Views: 1.8ms)
290
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
291
+ Processing by SimplePages::PagesController#show as HTML
292
+ Rendered pages/show.html.erb within layouts/application (0.0ms)
293
+ Completed 200 OK in 1ms (Views: 1.0ms)
294
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
295
+ Processing by SimplePages::PagesController#show as HTML
296
+ Parameters: {"id"=>"testing-testing"}
297
+ Rendered pages/testing_testing.html.erb within layouts/application (0.3ms)
298
+ Completed 200 OK in 2ms (Views: 1.9ms)
299
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
300
+ Processing by SimplePages::PagesController#show as HTML
301
+ Parameters: {"id"=>"são-paulo-ribeirão"}
302
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.5ms)
303
+ Completed 200 OK in 4ms (Views: 2.9ms)
304
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
305
+ Processing by SimplePages::PagesController#show as HTML
306
+ Parameters: {"id"=>"são-paulo_ribeirão"}
307
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
308
+ Completed 200 OK in 1ms (Views: 1.0ms)
309
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
310
+ Processing by SimplePages::PagesController#show as HTML
311
+ Parameters: {"id"=>"são-paulo ribeirão"}
312
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
313
+ Completed 200 OK in 2ms (Views: 1.3ms)
314
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
315
+ Processing by SimplePages::PagesController#show as HTML
316
+ Parameters: {"id"=>"contact"}
317
+ Rendered pages/contact.html.erb within layouts/application (0.5ms)
318
+ Completed 200 OK in 2ms (Views: 1.9ms)
319
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
320
+ Processing by SimplePages::PagesController#show as HTML
321
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
322
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
323
+ Completed 200 OK in 4ms (Views: 3.2ms)
324
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
325
+ Processing by CustomPagesController#show as HTML
326
+ Parameters: {"id"=>"contato"}
327
+ Rendered custom_pages/contact.html.erb within layouts/application (0.5ms)
328
+ Completed 200 OK in 3ms (Views: 2.5ms)
329
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:50:19 -0300
330
+ Processing by SimplePages::PagesController#show as HTML
331
+ Parameters: {"id"=>"contato"}
332
+ Rendered pages/contact.html.erb within layouts/application (0.1ms)
333
+ Completed 200 OK in 1ms (Views: 1.1ms)
334
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
335
+ Processing by CustomPagesController#show as HTML
336
+ Parameters: {"id"=>"plus"}
337
+ Rendered custom_pages/plus.html.erb within layouts/application (2.2ms)
338
+ Completed 200 OK in 88ms (Views: 12.6ms)
339
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
340
+ Processing by CustomPagesController#show as HTML
341
+ Parameters: {"id"=>"minus"}
342
+ Rendered pages/show.html.erb within layouts/application (0.4ms)
343
+ Completed 200 OK in 7ms (Views: 2.0ms)
344
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
345
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
346
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
347
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
348
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
349
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
350
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
351
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
352
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
353
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
354
+ Processing by CustomPagesController#show as HTML
355
+ Parameters: {"id"=>"contato"}
356
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.3ms)
357
+ Completed 404 Not Found in 3ms (Views: 1.8ms)
358
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:54:18 -0300
359
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
360
+ Processing by CustomPagesController#show as HTML
361
+ Parameters: {"id"=>"plus"}
362
+ Rendered custom_pages/plus.html.erb within layouts/application (2.1ms)
363
+ Completed 200 OK in 80ms (Views: 12.0ms)
364
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
365
+ Processing by CustomPagesController#show as HTML
366
+ Parameters: {"id"=>"minus"}
367
+ Rendered pages/show.html.erb within layouts/application (0.3ms)
368
+ Completed 200 OK in 7ms (Views: 1.8ms)
369
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
370
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
371
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
372
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
373
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
374
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
375
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
376
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
377
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
378
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
379
+ Processing by CustomPagesController#show as HTML
380
+ Parameters: {"id"=>"contato"}
381
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.3ms)
382
+ Completed 404 Not Found in 3ms (Views: 1.6ms)
383
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:55:22 -0300
384
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
385
+ Processing by CustomPagesController#show as HTML
386
+ Parameters: {"id"=>"plus"}
387
+ Rendered custom_pages/plus.html.erb (2.1ms)
388
+ Completed 200 OK in 80ms (Views: 11.1ms)
389
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
390
+ Processing by CustomPagesController#show as HTML
391
+ Parameters: {"id"=>"minus"}
392
+ Rendered pages/show.html.erb (0.4ms)
393
+ Completed 200 OK in 6ms (Views: 1.2ms)
394
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
395
+ Processing by SimplePages::PagesController#show as HTML
396
+ Parameters: {"id"=>"nothing"}
397
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb (0.3ms)
398
+ Completed 404 Not Found in 3ms (Views: 1.1ms)
399
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
400
+ Processing by SimplePages::PagesController#show as HTML
401
+ Parameters: {"id"=>"testing"}
402
+ Rendered pages/testing.html.erb (0.3ms)
403
+ Completed 200 OK in 1ms (Views: 1.1ms)
404
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
405
+ Processing by SimplePages::PagesController#show as HTML
406
+ Rendered pages/show.html.erb (0.0ms)
407
+ Completed 200 OK in 1ms (Views: 0.4ms)
408
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
409
+ Processing by SimplePages::PagesController#show as HTML
410
+ Parameters: {"id"=>"testing-testing"}
411
+ Rendered pages/testing_testing.html.erb (0.3ms)
412
+ Completed 200 OK in 1ms (Views: 1.0ms)
413
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
414
+ Processing by SimplePages::PagesController#show as HTML
415
+ Parameters: {"id"=>"são-paulo-ribeirão"}
416
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.3ms)
417
+ Completed 200 OK in 1ms (Views: 1.1ms)
418
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
419
+ Processing by SimplePages::PagesController#show as HTML
420
+ Parameters: {"id"=>"são-paulo_ribeirão"}
421
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
422
+ Completed 200 OK in 1ms (Views: 0.4ms)
423
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
424
+ Processing by SimplePages::PagesController#show as HTML
425
+ Parameters: {"id"=>"são-paulo ribeirão"}
426
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
427
+ Completed 200 OK in 1ms (Views: 0.5ms)
428
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
429
+ Processing by SimplePages::PagesController#show as HTML
430
+ Parameters: {"id"=>"contact"}
431
+ Rendered pages/contact.html.erb (0.7ms)
432
+ Completed 200 OK in 2ms (Views: 1.9ms)
433
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
434
+ Processing by SimplePages::PagesController#show as HTML
435
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
436
+ Rendered pages/contact.html.erb (0.4ms)
437
+ Completed 200 OK in 3ms (Views: 2.0ms)
438
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
439
+ Processing by CustomPagesController#show as HTML
440
+ Parameters: {"id"=>"contato"}
441
+ Rendered custom_pages/contact.html.erb (0.4ms)
442
+ Completed 200 OK in 2ms (Views: 1.8ms)
443
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:57:05 -0300
444
+ Processing by SimplePages::PagesController#show as HTML
445
+ Parameters: {"id"=>"contato"}
446
+ Rendered pages/contact.html.erb (0.1ms)
447
+ Completed 200 OK in 1ms (Views: 0.6ms)
448
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
449
+ Processing by CustomPagesController#show as HTML
450
+ Parameters: {"id"=>"plus"}
451
+ Rendered custom_pages/plus.html.erb (2.7ms)
452
+ Completed 200 OK in 112ms (Views: 17.4ms)
453
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
454
+ Processing by CustomPagesController#show as HTML
455
+ Parameters: {"id"=>"minus"}
456
+ Rendered pages/show.html.erb (0.4ms)
457
+ Completed 200 OK in 8ms (Views: 1.3ms)
458
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
459
+ Processing by SimplePages::PagesController#show as HTML
460
+ Parameters: {"id"=>"nothing"}
461
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb (0.3ms)
462
+ Completed 404 Not Found in 3ms (Views: 1.2ms)
463
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
464
+ Processing by SimplePages::PagesController#show as HTML
465
+ Parameters: {"id"=>"testing"}
466
+ Rendered pages/testing.html.erb (0.4ms)
467
+ Completed 200 OK in 2ms (Views: 1.6ms)
468
+ Started GET "/" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
469
+ Processing by SimplePages::PagesController#show as HTML
470
+ Rendered pages/show.html.erb (0.1ms)
471
+ Completed 200 OK in 1ms (Views: 0.7ms)
472
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
473
+ Processing by SimplePages::PagesController#show as HTML
474
+ Parameters: {"id"=>"testing-testing"}
475
+ Rendered pages/testing_testing.html.erb (0.4ms)
476
+ Completed 200 OK in 2ms (Views: 1.5ms)
477
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
478
+ Processing by SimplePages::PagesController#show as HTML
479
+ Parameters: {"id"=>"são-paulo-ribeirão"}
480
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.4ms)
481
+ Completed 200 OK in 2ms (Views: 1.6ms)
482
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
483
+ Processing by SimplePages::PagesController#show as HTML
484
+ Parameters: {"id"=>"são-paulo_ribeirão"}
485
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
486
+ Completed 200 OK in 1ms (Views: 0.4ms)
487
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
488
+ Processing by SimplePages::PagesController#show as HTML
489
+ Parameters: {"id"=>"são-paulo ribeirão"}
490
+ Rendered pages/sao_paulo_ribeirao.html.erb (0.0ms)
491
+ Completed 200 OK in 1ms (Views: 0.5ms)
492
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
493
+ Processing by SimplePages::PagesController#show as HTML
494
+ Parameters: {"id"=>"contact"}
495
+ Rendered pages/contact.html.erb (0.5ms)
496
+ Completed 200 OK in 2ms (Views: 1.7ms)
497
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
498
+ Processing by SimplePages::PagesController#show as HTML
499
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
500
+ Rendered pages/contact.html.erb (0.6ms)
501
+ Completed 200 OK in 4ms (Views: 3.2ms)
502
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
503
+ Processing by CustomPagesController#show as HTML
504
+ Parameters: {"id"=>"contato"}
505
+ Rendered custom_pages/contact.html.erb (0.6ms)
506
+ Completed 200 OK in 3ms (Views: 2.6ms)
507
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 04:57:44 -0300
508
+ Processing by SimplePages::PagesController#show as HTML
509
+ Parameters: {"id"=>"contato"}
510
+ Rendered pages/contact.html.erb (0.1ms)
511
+ Completed 200 OK in 1ms (Views: 0.5ms)
512
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
513
+ Processing by CustomPagesController#show as HTML
514
+ Parameters: {"id"=>"plus"}
515
+ Rendered custom_pages/plus.html.erb within layouts/application (2.3ms)
516
+ Completed 200 OK in 83ms (Views: 12.5ms)
517
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
518
+ Processing by CustomPagesController#show as HTML
519
+ Parameters: {"id"=>"minus"}
520
+ Rendered pages/show.html.erb within layouts/application (0.4ms)
521
+ Completed 200 OK in 7ms (Views: 1.9ms)
522
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
523
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
524
+ Started GET "/" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
525
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
526
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
527
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
528
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
529
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
530
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
531
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
532
+ Processing by CustomPagesController#show as HTML
533
+ Parameters: {"id"=>"contato"}
534
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.4ms)
535
+ Completed 404 Not Found in 4ms (Views: 2.1ms)
536
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 05:03:14 -0300
537
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
538
+ Processing by CustomPagesController#show as HTML
539
+ Parameters: {"id"=>"plus"}
540
+ Rendered custom_pages/plus.html.erb within layouts/application (1.8ms)
541
+ Completed 200 OK in 81ms (Views: 10.6ms)
542
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
543
+ Processing by CustomPagesController#show as HTML
544
+ Parameters: {"id"=>"minus"}
545
+ Rendered pages/show.html.erb within layouts/application (0.3ms)
546
+ Completed 200 OK in 6ms (Views: 1.7ms)
547
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
548
+ Processing by SimplePages::PagesController#show as HTML
549
+ Parameters: {"id"=>"nothing"}
550
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.3ms)
551
+ Completed 404 Not Found in 4ms (Views: 1.7ms)
552
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
553
+ Processing by SimplePages::PagesController#show as HTML
554
+ Parameters: {"id"=>"testing"}
555
+ Rendered pages/testing.html.erb within layouts/application (0.3ms)
556
+ Completed 200 OK in 3ms (Views: 2.4ms)
557
+ Started GET "/" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
558
+ Processing by SimplePages::PagesController#show as HTML
559
+ Rendered pages/show.html.erb within layouts/application (0.0ms)
560
+ Completed 200 OK in 1ms (Views: 0.9ms)
561
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
562
+ Processing by SimplePages::PagesController#show as HTML
563
+ Parameters: {"id"=>"testing-testing"}
564
+ Rendered pages/testing_testing.html.erb within layouts/application (0.3ms)
565
+ Completed 200 OK in 2ms (Views: 1.6ms)
566
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
567
+ Processing by SimplePages::PagesController#show as HTML
568
+ Parameters: {"id"=>"são-paulo-ribeirão"}
569
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.3ms)
570
+ Completed 200 OK in 3ms (Views: 2.2ms)
571
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
572
+ Processing by SimplePages::PagesController#show as HTML
573
+ Parameters: {"id"=>"são-paulo_ribeirão"}
574
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
575
+ Completed 200 OK in 2ms (Views: 1.5ms)
576
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
577
+ Processing by SimplePages::PagesController#show as HTML
578
+ Parameters: {"id"=>"são-paulo ribeirão"}
579
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
580
+ Completed 200 OK in 1ms (Views: 0.9ms)
581
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
582
+ Processing by SimplePages::PagesController#show as HTML
583
+ Parameters: {"id"=>"contact"}
584
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
585
+ Completed 200 OK in 2ms (Views: 1.7ms)
586
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
587
+ Processing by SimplePages::PagesController#show as HTML
588
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
589
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
590
+ Completed 200 OK in 3ms (Views: 2.9ms)
591
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
592
+ Processing by CustomPagesController#show as HTML
593
+ Parameters: {"id"=>"contato"}
594
+ Rendered custom_pages/contact.html.erb within layouts/application (0.5ms)
595
+ Completed 200 OK in 3ms (Views: 3.0ms)
596
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 05:03:42 -0300
597
+ Processing by SimplePages::PagesController#show as HTML
598
+ Parameters: {"id"=>"contato"}
599
+ Rendered pages/contact.html.erb within layouts/application (0.1ms)
600
+ Completed 200 OK in 1ms (Views: 1.1ms)
601
+ Started GET "/custom_pages/plus" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
602
+ Processing by CustomPagesController#show as HTML
603
+ Parameters: {"id"=>"plus"}
604
+ Rendered custom_pages/plus.html.erb within layouts/application (2.2ms)
605
+ Completed 200 OK in 80ms (Views: 12.4ms)
606
+ Started GET "/custom_pages/minus" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
607
+ Processing by CustomPagesController#show as HTML
608
+ Parameters: {"id"=>"minus"}
609
+ Rendered pages/show.html.erb within layouts/application (0.4ms)
610
+ Completed 200 OK in 7ms (Views: 1.9ms)
611
+ Started GET "/nothing" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
612
+ Processing by SimplePages::PagesController#show as HTML
613
+ Parameters: {"id"=>"nothing"}
614
+ Rendered /Users/azisaka/Projects/OpenSource/simple_pages/app/views/pages/not_found.html.erb within layouts/application (0.3ms)
615
+ Completed 404 Not Found in 4ms (Views: 1.7ms)
616
+ Started GET "/testing" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
617
+ Processing by SimplePages::PagesController#show as HTML
618
+ Parameters: {"id"=>"testing"}
619
+ Rendered pages/testing.html.erb within layouts/application (0.3ms)
620
+ Completed 200 OK in 2ms (Views: 1.6ms)
621
+ Started GET "/" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
622
+ Processing by SimplePages::PagesController#show as HTML
623
+ Rendered pages/show.html.erb within layouts/application (0.0ms)
624
+ Completed 200 OK in 1ms (Views: 0.9ms)
625
+ Started GET "/testing-testing" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
626
+ Processing by SimplePages::PagesController#show as HTML
627
+ Parameters: {"id"=>"testing-testing"}
628
+ Rendered pages/testing_testing.html.erb within layouts/application (0.3ms)
629
+ Completed 200 OK in 2ms (Views: 1.6ms)
630
+ Started GET "/s%C3%A3o-paulo-ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
631
+ Processing by SimplePages::PagesController#show as HTML
632
+ Parameters: {"id"=>"são-paulo-ribeirão"}
633
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.3ms)
634
+ Completed 200 OK in 2ms (Views: 2.1ms)
635
+ Started GET "/s%C3%A3o-paulo_ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
636
+ Processing by SimplePages::PagesController#show as HTML
637
+ Parameters: {"id"=>"são-paulo_ribeirão"}
638
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
639
+ Completed 200 OK in 2ms (Views: 1.6ms)
640
+ Started GET "/s%C3%A3o-paulo%20ribeir%C3%A3o" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
641
+ Processing by SimplePages::PagesController#show as HTML
642
+ Parameters: {"id"=>"são-paulo ribeirão"}
643
+ Rendered pages/sao_paulo_ribeirao.html.erb within layouts/application (0.0ms)
644
+ Completed 200 OK in 1ms (Views: 0.8ms)
645
+ Started GET "/contact" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
646
+ Processing by SimplePages::PagesController#show as HTML
647
+ Parameters: {"id"=>"contact"}
648
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
649
+ Completed 200 OK in 2ms (Views: 1.8ms)
650
+ Started GET "/contato?locale=pt" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
651
+ Processing by SimplePages::PagesController#show as HTML
652
+ Parameters: {"locale"=>"pt", "id"=>"contato"}
653
+ Rendered pages/contact.html.erb within layouts/application (0.4ms)
654
+ Completed 200 OK in 4ms (Views: 3.1ms)
655
+ Started GET "/pt/contato" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
656
+ Processing by CustomPagesController#show as HTML
657
+ Parameters: {"id"=>"contato"}
658
+ Rendered custom_pages/contact.html.erb within layouts/application (0.4ms)
659
+ Completed 200 OK in 3ms (Views: 2.2ms)
660
+ Started GET "/contato" for 127.0.0.1 at 2013-05-24 05:09:09 -0300
661
+ Processing by SimplePages::PagesController#show as HTML
662
+ Parameters: {"id"=>"contato"}
663
+ Rendered pages/contact.html.erb within layouts/application (0.1ms)
664
+ Completed 200 OK in 1ms (Views: 1.0ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simple_pages
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -126,6 +126,7 @@ files:
126
126
  - spec/dummy/config/routes.rb
127
127
  - spec/dummy/config.ru
128
128
  - spec/dummy/log/development.log
129
+ - spec/dummy/log/test.log
129
130
  - spec/dummy/public/404.html
130
131
  - spec/dummy/public/422.html
131
132
  - spec/dummy/public/500.html
@@ -149,7 +150,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
149
150
  version: '0'
150
151
  segments:
151
152
  - 0
152
- hash: 1542179232036677384
153
+ hash: 3419386365548469232
153
154
  required_rubygems_version: !ruby/object:Gem::Requirement
154
155
  none: false
155
156
  requirements:
@@ -158,7 +159,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
159
  version: '0'
159
160
  segments:
160
161
  - 0
161
- hash: 1542179232036677384
162
+ hash: 3419386365548469232
162
163
  requirements: []
163
164
  rubyforge_project:
164
165
  rubygems_version: 1.8.23
@@ -189,6 +190,7 @@ test_files:
189
190
  - spec/dummy/config/routes.rb
190
191
  - spec/dummy/config.ru
191
192
  - spec/dummy/log/development.log
193
+ - spec/dummy/log/test.log
192
194
  - spec/dummy/public/404.html
193
195
  - spec/dummy/public/422.html
194
196
  - spec/dummy/public/500.html