sql_pager 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (66) hide show
  1. data/MIT-LICENSE +20 -0
  2. data/README.rdoc +3 -0
  3. data/Rakefile +38 -0
  4. data/lib/generators/active_record/sql_pager_generator.rb +47 -0
  5. data/lib/generators/active_record/templates/migration.rb +15 -0
  6. data/lib/generators/sql_pager/install_generator.rb +9 -0
  7. data/lib/generators/sql_pager/sql_pager_generator.rb +24 -0
  8. data/lib/generators/sql_pager/templates/controller.rb +9 -0
  9. data/lib/generators/sql_pager/templates/sql_pager.rb +6 -0
  10. data/lib/sql_pager/controller_helper.rb +13 -0
  11. data/lib/sql_pager/railtie.rb +5 -0
  12. data/lib/sql_pager/resolver.rb +106 -0
  13. data/lib/sql_pager/version.rb +3 -0
  14. data/lib/sql_pager.rb +24 -0
  15. data/lib/tasks/sql_pager_tasks.rake +4 -0
  16. data/test/dummy/README.rdoc +261 -0
  17. data/test/dummy/Rakefile +7 -0
  18. data/test/dummy/app/assets/javascripts/application.js +15 -0
  19. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  20. data/test/dummy/app/controllers/application_controller.rb +3 -0
  21. data/test/dummy/app/controllers/email_pages_controller.rb +9 -0
  22. data/test/dummy/app/controllers/pages_controller.rb +8 -0
  23. data/test/dummy/app/helpers/application_helper.rb +2 -0
  24. data/test/dummy/app/helpers/pages_helper.rb +2 -0
  25. data/test/dummy/app/models/email_page.rb +15 -0
  26. data/test/dummy/app/models/page.rb +16 -0
  27. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  28. data/test/dummy/config/application.rb +56 -0
  29. data/test/dummy/config/boot.rb +10 -0
  30. data/test/dummy/config/database.yml +25 -0
  31. data/test/dummy/config/environment.rb +5 -0
  32. data/test/dummy/config/environments/development.rb +37 -0
  33. data/test/dummy/config/environments/production.rb +67 -0
  34. data/test/dummy/config/environments/test.rb +37 -0
  35. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  36. data/test/dummy/config/initializers/inflections.rb +15 -0
  37. data/test/dummy/config/initializers/mime_types.rb +5 -0
  38. data/test/dummy/config/initializers/secret_token.rb +7 -0
  39. data/test/dummy/config/initializers/session_store.rb +8 -0
  40. data/test/dummy/config/initializers/sql_pager.rb +6 -0
  41. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  42. data/test/dummy/config/locales/en.yml +5 -0
  43. data/test/dummy/config/routes.rb +60 -0
  44. data/test/dummy/config.ru +4 -0
  45. data/test/dummy/db/development.sqlite3 +0 -0
  46. data/test/dummy/db/migrate/20120318120137_create_pages.rb +13 -0
  47. data/test/dummy/db/migrate/20120423192012_sql_pager_create_email_pages.rb +15 -0
  48. data/test/dummy/db/schema.rb +38 -0
  49. data/test/dummy/db/test.sqlite3 +0 -0
  50. data/test/dummy/log/development.log +32 -0
  51. data/test/dummy/log/test.log +2136 -0
  52. data/test/dummy/public/404.html +26 -0
  53. data/test/dummy/public/422.html +26 -0
  54. data/test/dummy/public/500.html +25 -0
  55. data/test/dummy/public/favicon.ico +0 -0
  56. data/test/dummy/script/rails +6 -0
  57. data/test/dummy/test/fixtures/email_pages.yml +11 -0
  58. data/test/dummy/test/fixtures/pages.yml +11 -0
  59. data/test/dummy/test/functional/pages_controller_test.rb +38 -0
  60. data/test/dummy/test/unit/email_page_test.rb +7 -0
  61. data/test/dummy/test/unit/helpers/pages_helper_test.rb +4 -0
  62. data/test/dummy/test/unit/page_test.rb +26 -0
  63. data/test/resolver_test.rb +30 -0
  64. data/test/sql_pager_test.rb +31 -0
  65. data/test/test_helper.rb +11 -0
  66. metadata +230 -0
@@ -0,0 +1,2136 @@
1
+  (0.2ms) begin transaction
2
+  (0.0ms) rollback transaction
3
+  (0.0ms) begin transaction
4
+  (0.0ms) rollback transaction
5
+  (0.2ms) begin transaction
6
+  (0.0ms) rollback transaction
7
+  (0.0ms) begin transaction
8
+  (0.0ms) rollback transaction
9
+  (0.0ms) begin transaction
10
+  (0.0ms) rollback transaction
11
+  (0.2ms) begin transaction
12
+  (0.0ms) rollback transaction
13
+  (0.0ms) begin transaction
14
+  (0.0ms) rollback transaction
15
+  (0.0ms) begin transaction
16
+  (0.0ms) rollback transaction
17
+  (0.2ms) begin transaction
18
+  (0.1ms) rollback transaction
19
+  (0.1ms) begin transaction
20
+  (0.0ms) rollback transaction
21
+  (0.0ms) begin transaction
22
+  (0.0ms) rollback transaction
23
+  (0.2ms) begin transaction
24
+  (0.0ms) rollback transaction
25
+  (0.0ms) begin transaction
26
+  (0.0ms) rollback transaction
27
+  (0.0ms) begin transaction
28
+  (0.0ms) rollback transaction
29
+  (0.2ms) begin transaction
30
+  (0.0ms) rollback transaction
31
+  (0.0ms) begin transaction
32
+  (0.0ms) rollback transaction
33
+  (0.0ms) begin transaction
34
+  (0.0ms) rollback transaction
35
+  (0.2ms) begin transaction
36
+  (0.0ms) rollback transaction
37
+  (0.0ms) begin transaction
38
+  (0.0ms) rollback transaction
39
+  (0.0ms) begin transaction
40
+  (0.0ms) rollback transaction
41
+  (0.2ms) begin transaction
42
+  (0.0ms) rollback transaction
43
+  (0.0ms) begin transaction
44
+  (0.0ms) rollback transaction
45
+  (0.0ms) begin transaction
46
+  (0.0ms) rollback transaction
47
+  (0.0ms) begin transaction
48
+  (0.0ms) rollback transaction
49
+  (0.2ms) begin transaction
50
+  (0.0ms) rollback transaction
51
+  (0.0ms) begin transaction
52
+  (0.0ms) rollback transaction
53
+  (0.0ms) begin transaction
54
+  (0.0ms) rollback transaction
55
+  (0.0ms) begin transaction
56
+  (0.0ms) rollback transaction
57
+  (0.2ms) begin transaction
58
+  (0.0ms) rollback transaction
59
+  (0.0ms) begin transaction
60
+  (0.0ms) rollback transaction
61
+  (0.0ms) begin transaction
62
+  (0.0ms) rollback transaction
63
+  (0.0ms) begin transaction
64
+  (0.0ms) rollback transaction
65
+  (0.2ms) begin transaction
66
+  (0.0ms) rollback transaction
67
+  (0.0ms) begin transaction
68
+  (0.0ms) rollback transaction
69
+  (0.0ms) begin transaction
70
+  (0.0ms) rollback transaction
71
+  (0.0ms) begin transaction
72
+  (0.0ms) rollback transaction
73
+  (0.2ms) begin transaction
74
+  (0.0ms) rollback transaction
75
+  (0.0ms) begin transaction
76
+  (0.0ms) rollback transaction
77
+  (0.0ms) begin transaction
78
+  (0.0ms) rollback transaction
79
+  (0.0ms) begin transaction
80
+  (0.0ms) rollback transaction
81
+  (0.2ms) begin transaction
82
+  (0.0ms) rollback transaction
83
+  (0.0ms) begin transaction
84
+  (0.0ms) rollback transaction
85
+  (0.0ms) begin transaction
86
+  (0.0ms) rollback transaction
87
+  (0.0ms) begin transaction
88
+  (0.0ms) rollback transaction
89
+  (0.2ms) begin transaction
90
+  (0.0ms) rollback transaction
91
+  (0.0ms) begin transaction
92
+  (0.0ms) rollback transaction
93
+  (0.0ms) begin transaction
94
+  (0.0ms) rollback transaction
95
+  (0.0ms) begin transaction
96
+  (0.0ms) rollback transaction
97
+  (0.2ms) begin transaction
98
+  (0.0ms) rollback transaction
99
+  (0.0ms) begin transaction
100
+  (0.0ms) rollback transaction
101
+  (0.0ms) begin transaction
102
+  (0.0ms) rollback transaction
103
+  (0.0ms) begin transaction
104
+  (0.0ms) rollback transaction
105
+  (0.2ms) begin transaction
106
+  (0.0ms) rollback transaction
107
+  (0.0ms) begin transaction
108
+  (0.0ms) rollback transaction
109
+  (0.0ms) begin transaction
110
+  (0.0ms) rollback transaction
111
+  (0.0ms) begin transaction
112
+  (0.0ms) rollback transaction
113
+  (0.2ms) begin transaction
114
+  (0.0ms) rollback transaction
115
+  (0.0ms) begin transaction
116
+  (0.0ms) rollback transaction
117
+  (0.0ms) begin transaction
118
+  (0.0ms) rollback transaction
119
+  (0.0ms) begin transaction
120
+  (0.0ms) rollback transaction
121
+  (0.0ms) begin transaction
122
+  (0.0ms) rollback transaction
123
+  (0.2ms) begin transaction
124
+  (0.0ms) rollback transaction
125
+  (0.0ms) begin transaction
126
+  (0.0ms) rollback transaction
127
+  (0.0ms) begin transaction
128
+  (0.0ms) rollback transaction
129
+  (0.0ms) begin transaction
130
+  (0.0ms) rollback transaction
131
+  (0.0ms) begin transaction
132
+  (0.0ms) rollback transaction
133
+  (0.2ms) begin transaction
134
+  (0.0ms) rollback transaction
135
+  (0.0ms) begin transaction
136
+  (0.0ms) rollback transaction
137
+  (0.0ms) begin transaction
138
+  (0.0ms) rollback transaction
139
+  (0.0ms) begin transaction
140
+  (0.0ms) rollback transaction
141
+  (0.0ms) begin transaction
142
+  (0.0ms) rollback transaction
143
+  (0.3ms) begin transaction
144
+  (0.0ms) rollback transaction
145
+  (0.0ms) begin transaction
146
+  (0.1ms) rollback transaction
147
+  (0.0ms) begin transaction
148
+  (0.1ms) rollback transaction
149
+  (0.0ms) begin transaction
150
+  (0.0ms) rollback transaction
151
+  (0.0ms) begin transaction
152
+  (0.0ms) rollback transaction
153
+  (0.3ms) begin transaction
154
+  (0.1ms) rollback transaction
155
+  (0.0ms) begin transaction
156
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
157
+  (0.0ms) SAVEPOINT active_record_1
158
+ SQL (0.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 12:09:49 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 12:09:49 UTC +00:00]]
159
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
160
+  (0.5ms) rollback transaction
161
+  (0.1ms) begin transaction
162
+  (0.1ms) rollback transaction
163
+  (0.0ms) begin transaction
164
+  (0.0ms) rollback transaction
165
+  (0.0ms) begin transaction
166
+  (0.0ms) rollback transaction
167
+  (0.3ms) begin transaction
168
+  (0.1ms) rollback transaction
169
+  (0.0ms) begin transaction
170
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
171
+  (0.0ms) SAVEPOINT active_record_1
172
+ SQL (0.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 12:10:27 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 12:10:27 UTC +00:00]]
173
+  (0.0ms) RELEASE SAVEPOINT active_record_1
174
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
175
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
176
+  (0.6ms) rollback transaction
177
+  (0.0ms) begin transaction
178
+  (0.0ms) rollback transaction
179
+  (0.0ms) begin transaction
180
+  (0.0ms) rollback transaction
181
+  (0.0ms) begin transaction
182
+  (0.0ms) rollback transaction
183
+  (0.3ms) begin transaction
184
+  (0.1ms) rollback transaction
185
+  (0.1ms) begin transaction
186
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
187
+  (0.1ms) SAVEPOINT active_record_1
188
+ SQL (1.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 13:51:40 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 13:51:40 UTC +00:00]]
189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
190
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
191
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
192
+  (0.5ms) rollback transaction
193
+  (0.0ms) begin transaction
194
+  (0.0ms) rollback transaction
195
+  (0.0ms) begin transaction
196
+  (0.0ms) rollback transaction
197
+  (0.0ms) begin transaction
198
+  (0.0ms) rollback transaction
199
+  (0.3ms) begin transaction
200
+  (0.1ms) rollback transaction
201
+  (0.1ms) begin transaction
202
+  (0.0ms) SAVEPOINT active_record_1
203
+ SQL (4.1ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:02:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:02:35 UTC +00:00]]
204
+  (0.0ms) RELEASE SAVEPOINT active_record_1
205
+
206
+
207
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:02:35 +0100
208
+  (0.5ms) rollback transaction
209
+  (0.0ms) begin transaction
210
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
211
+  (0.0ms) SAVEPOINT active_record_1
212
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:02:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:02:35 UTC +00:00]]
213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
214
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
215
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
216
+  (0.4ms) rollback transaction
217
+  (0.0ms) begin transaction
218
+  (0.0ms) rollback transaction
219
+  (0.0ms) begin transaction
220
+  (0.0ms) rollback transaction
221
+  (0.0ms) begin transaction
222
+  (0.0ms) rollback transaction
223
+  (0.3ms) begin transaction
224
+  (0.1ms) rollback transaction
225
+  (0.0ms) begin transaction
226
+  (0.0ms) SAVEPOINT active_record_1
227
+ SQL (3.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:03:11 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:03:11 UTC +00:00]]
228
+  (0.0ms) RELEASE SAVEPOINT active_record_1
229
+
230
+
231
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:03:11 +0100
232
+ Processing by PagesController#show as HTML
233
+ Parameters: {"page"=>"posts/index"}
234
+ Completed 500 Internal Server Error in 8ms
235
+  (0.4ms) rollback transaction
236
+  (0.0ms) begin transaction
237
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
238
+  (0.0ms) SAVEPOINT active_record_1
239
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:03:11 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:03:11 UTC +00:00]]
240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
241
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
242
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
243
+  (0.5ms) rollback transaction
244
+  (0.0ms) begin transaction
245
+  (0.0ms) rollback transaction
246
+  (0.0ms) begin transaction
247
+  (0.0ms) rollback transaction
248
+  (0.0ms) begin transaction
249
+  (0.0ms) rollback transaction
250
+  (0.3ms) begin transaction
251
+  (0.1ms) rollback transaction
252
+  (0.0ms) begin transaction
253
+  (0.0ms) SAVEPOINT active_record_1
254
+ SQL (3.7ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:05:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:05:04 UTC +00:00]]
255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
256
+
257
+
258
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:05:04 +0100
259
+ Processing by PagesController#show as HTML
260
+ Parameters: {"page"=>"posts/index"}
261
+ Completed 500 Internal Server Error in 8ms
262
+  (0.4ms) rollback transaction
263
+  (0.0ms) begin transaction
264
+  (0.0ms) SAVEPOINT active_record_1
265
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:05:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:05:04 UTC +00:00]]
266
+  (0.0ms) RELEASE SAVEPOINT active_record_1
267
+  (0.2ms) rollback transaction
268
+  (0.0ms) begin transaction
269
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
270
+  (0.0ms) SAVEPOINT active_record_1
271
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:05:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:05:04 UTC +00:00]]
272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
273
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
274
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
275
+  (0.6ms) rollback transaction
276
+  (0.0ms) begin transaction
277
+  (0.0ms) rollback transaction
278
+  (0.0ms) begin transaction
279
+  (0.0ms) rollback transaction
280
+  (0.0ms) begin transaction
281
+  (0.0ms) rollback transaction
282
+  (0.3ms) begin transaction
283
+  (0.1ms) rollback transaction
284
+  (0.0ms) begin transaction
285
+  (0.0ms) SAVEPOINT active_record_1
286
+ SQL (3.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:05:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:05:34 UTC +00:00]]
287
+  (0.1ms) RELEASE SAVEPOINT active_record_1
288
+
289
+
290
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:05:34 +0100
291
+ Processing by PagesController#show as HTML
292
+ Parameters: {"page"=>"posts/index"}
293
+ Completed 500 Internal Server Error in 8ms
294
+  (0.5ms) rollback transaction
295
+  (0.0ms) begin transaction
296
+  (0.0ms) SAVEPOINT active_record_1
297
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:05:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:05:34 UTC +00:00]]
298
+  (0.0ms) RELEASE SAVEPOINT active_record_1
299
+  (0.3ms) rollback transaction
300
+  (0.0ms) begin transaction
301
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
302
+  (0.0ms) SAVEPOINT active_record_1
303
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:05:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:05:34 UTC +00:00]]
304
+  (0.0ms) RELEASE SAVEPOINT active_record_1
305
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
306
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
307
+  (0.6ms) rollback transaction
308
+  (0.0ms) begin transaction
309
+  (0.0ms) rollback transaction
310
+  (0.0ms) begin transaction
311
+  (0.0ms) rollback transaction
312
+  (0.0ms) begin transaction
313
+  (0.0ms) rollback transaction
314
+  (0.3ms) begin transaction
315
+  (0.1ms) rollback transaction
316
+  (0.0ms) begin transaction
317
+  (0.0ms) SAVEPOINT active_record_1
318
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:11:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:11:17 UTC +00:00]]
319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
320
+
321
+
322
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:11:17 +0100
323
+ Processing by PagesController#show as HTML
324
+ Parameters: {"page"=>"posts/index"}
325
+ Completed 500 Internal Server Error in 8ms
326
+  (0.4ms) rollback transaction
327
+  (0.0ms) begin transaction
328
+  (0.0ms) SAVEPOINT active_record_1
329
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:11:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:11:17 UTC +00:00]]
330
+  (0.0ms) RELEASE SAVEPOINT active_record_1
331
+  (0.5ms) rollback transaction
332
+  (0.0ms) begin transaction
333
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
334
+  (0.0ms) SAVEPOINT active_record_1
335
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:11:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:11:17 UTC +00:00]]
336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
337
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
338
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
339
+  (0.6ms) rollback transaction
340
+  (0.0ms) begin transaction
341
+  (0.0ms) rollback transaction
342
+  (0.0ms) begin transaction
343
+  (0.0ms) rollback transaction
344
+  (0.0ms) begin transaction
345
+  (0.0ms) rollback transaction
346
+  (0.3ms) begin transaction
347
+  (0.1ms) rollback transaction
348
+  (0.0ms) begin transaction
349
+  (0.0ms) SAVEPOINT active_record_1
350
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:11:50 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:11:50 UTC +00:00]]
351
+  (0.0ms) RELEASE SAVEPOINT active_record_1
352
+
353
+
354
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:11:50 +0100
355
+ Processing by PagesController#show as HTML
356
+ Parameters: {"page"=>"posts/index"}
357
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
358
+ Completed 500 Internal Server Error in 37ms
359
+  (0.6ms) rollback transaction
360
+  (0.1ms) begin transaction
361
+  (0.1ms) SAVEPOINT active_record_1
362
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:11:50 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "home/index"], ["updated_at", Sun, 18 Mar 2012 14:11:50 UTC +00:00]]
363
+  (0.1ms) RELEASE SAVEPOINT active_record_1
364
+  (0.8ms) rollback transaction
365
+  (0.1ms) begin transaction
366
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
367
+  (0.0ms) SAVEPOINT active_record_1
368
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:11:50 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:11:50 UTC +00:00]]
369
+  (0.0ms) RELEASE SAVEPOINT active_record_1
370
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
371
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
372
+  (0.6ms) rollback transaction
373
+  (0.0ms) begin transaction
374
+  (0.0ms) rollback transaction
375
+  (0.0ms) begin transaction
376
+  (0.0ms) rollback transaction
377
+  (0.0ms) begin transaction
378
+  (0.0ms) rollback transaction
379
+  (0.3ms) begin transaction
380
+  (0.1ms) rollback transaction
381
+  (0.0ms) begin transaction
382
+  (0.0ms) SAVEPOINT active_record_1
383
+ SQL (3.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:12:44 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:12:44 UTC +00:00]]
384
+  (0.1ms) RELEASE SAVEPOINT active_record_1
385
+
386
+
387
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:12:44 +0100
388
+ Processing by PagesController#show as HTML
389
+ Parameters: {"page"=>"posts/index"}
390
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
391
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
392
+ Rendered Page - 1 - "posts/index" within layouts/application (1.6ms)
393
+ Completed 200 OK in 39ms (Views: 38.8ms | ActiveRecord: 0.3ms)
394
+  (0.7ms) rollback transaction
395
+  (0.0ms) begin transaction
396
+  (0.0ms) SAVEPOINT active_record_1
397
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:12:44 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:12:44 UTC +00:00]]
398
+  (0.0ms) RELEASE SAVEPOINT active_record_1
399
+  (0.5ms) rollback transaction
400
+  (0.0ms) begin transaction
401
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
402
+  (0.0ms) SAVEPOINT active_record_1
403
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:12:44 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:12:44 UTC +00:00]]
404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
405
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
406
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
407
+  (0.6ms) rollback transaction
408
+  (0.0ms) begin transaction
409
+  (0.0ms) rollback transaction
410
+  (0.0ms) begin transaction
411
+  (0.0ms) rollback transaction
412
+  (0.0ms) begin transaction
413
+  (0.0ms) rollback transaction
414
+  (0.3ms) begin transaction
415
+  (0.1ms) rollback transaction
416
+  (0.0ms) begin transaction
417
+  (0.0ms) SAVEPOINT active_record_1
418
+ SQL (3.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:21:19 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:21:19 UTC +00:00]]
419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
420
+
421
+
422
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 15:21:19 +0100
423
+ Processing by PagesController#show as HTML
424
+ Parameters: {"page"=>"posts/index"}
425
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
426
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
427
+ Rendered Page - 1 - "posts/index" within layouts/application (1.6ms)
428
+ Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.3ms)
429
+  (0.8ms) rollback transaction
430
+  (0.1ms) begin transaction
431
+  (0.1ms) SAVEPOINT active_record_1
432
+ SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 14:21:19 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:21:19 UTC +00:00]]
433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
434
+  (0.6ms) rollback transaction
435
+  (0.1ms) begin transaction
436
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
437
+  (0.0ms) SAVEPOINT active_record_1
438
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 14:21:19 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 14:21:19 UTC +00:00]]
439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
440
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
441
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
442
+  (0.6ms) rollback transaction
443
+  (0.0ms) begin transaction
444
+  (0.0ms) rollback transaction
445
+  (0.0ms) begin transaction
446
+  (0.0ms) rollback transaction
447
+  (0.0ms) begin transaction
448
+  (0.0ms) rollback transaction
449
+  (0.3ms) begin transaction
450
+  (0.1ms) rollback transaction
451
+  (0.0ms) begin transaction
452
+  (0.0ms) SAVEPOINT active_record_1
453
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:16:06 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:16:06 UTC +00:00]]
454
+  (0.0ms) RELEASE SAVEPOINT active_record_1
455
+
456
+
457
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 16:16:06 +0100
458
+  (0.3ms) rollback transaction
459
+  (0.0ms) begin transaction
460
+  (0.0ms) SAVEPOINT active_record_1
461
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:16:06 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:16:06 UTC +00:00]]
462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
463
+  (0.4ms) rollback transaction
464
+  (0.0ms) begin transaction
465
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
466
+  (0.0ms) SAVEPOINT active_record_1
467
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 15:16:06 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:16:06 UTC +00:00]]
468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
469
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
470
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
471
+  (0.6ms) rollback transaction
472
+  (0.0ms) begin transaction
473
+  (0.0ms) rollback transaction
474
+  (0.0ms) begin transaction
475
+  (0.0ms) rollback transaction
476
+  (0.0ms) begin transaction
477
+  (0.0ms) rollback transaction
478
+  (0.3ms) begin transaction
479
+  (0.1ms) rollback transaction
480
+  (0.0ms) begin transaction
481
+  (0.0ms) SAVEPOINT active_record_1
482
+ SQL (3.7ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:17:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:17:04 UTC +00:00]]
483
+  (0.0ms) RELEASE SAVEPOINT active_record_1
484
+
485
+
486
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 16:17:04 +0100
487
+ Processing by PagesController#show as HTML
488
+ Parameters: {"page"=>"posts/index"}
489
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
490
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
491
+ Rendered Page - 1 - "posts/index" within layouts/application (1.6ms)
492
+ Completed 200 OK in 40ms (Views: 39.1ms | ActiveRecord: 0.3ms)
493
+  (0.5ms) rollback transaction
494
+  (0.0ms) begin transaction
495
+  (0.0ms) SAVEPOINT active_record_1
496
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:17:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:17:04 UTC +00:00]]
497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
498
+  (0.5ms) rollback transaction
499
+  (0.0ms) begin transaction
500
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
501
+  (0.0ms) SAVEPOINT active_record_1
502
+ SQL (0.2ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 15:17:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:17:04 UTC +00:00]]
503
+  (0.0ms) RELEASE SAVEPOINT active_record_1
504
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
505
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
506
+  (0.5ms) rollback transaction
507
+  (0.0ms) begin transaction
508
+  (0.0ms) rollback transaction
509
+  (0.0ms) begin transaction
510
+  (0.0ms) rollback transaction
511
+  (0.0ms) begin transaction
512
+  (0.0ms) rollback transaction
513
+  (0.3ms) begin transaction
514
+  (0.1ms) rollback transaction
515
+  (0.0ms) begin transaction
516
+  (0.0ms) SAVEPOINT active_record_1
517
+ SQL (3.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00]]
518
+  (0.0ms) RELEASE SAVEPOINT active_record_1
519
+
520
+
521
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 16:28:04 +0100
522
+ Processing by PagesController#show as HTML
523
+ Parameters: {"page"=>"posts"}
524
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'pages/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
525
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'application/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
526
+ Completed 500 Internal Server Error in 39ms
527
+  (0.5ms) rollback transaction
528
+  (0.0ms) begin transaction
529
+  (0.0ms) SAVEPOINT active_record_1
530
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00]]
531
+  (0.0ms) RELEASE SAVEPOINT active_record_1
532
+
533
+
534
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 16:28:04 +0100
535
+ Processing by PagesController#show as HTML
536
+ Parameters: {"page"=>"posts/index"}
537
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
538
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
539
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms)
540
+  (0.3ms) rollback transaction
541
+  (0.0ms) begin transaction
542
+  (0.0ms) SAVEPOINT active_record_1
543
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00]]
544
+  (0.0ms) RELEASE SAVEPOINT active_record_1
545
+  (0.5ms) rollback transaction
546
+  (0.0ms) begin transaction
547
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
548
+  (0.0ms) SAVEPOINT active_record_1
549
+ SQL (0.2ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 15:28:04 UTC +00:00]]
550
+  (0.0ms) RELEASE SAVEPOINT active_record_1
551
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
552
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
553
+  (0.6ms) rollback transaction
554
+  (0.0ms) begin transaction
555
+  (0.0ms) rollback transaction
556
+  (0.0ms) begin transaction
557
+  (0.0ms) rollback transaction
558
+  (0.0ms) begin transaction
559
+  (0.0ms) rollback transaction
560
+  (0.3ms) begin transaction
561
+  (0.1ms) rollback transaction
562
+  (0.0ms) begin transaction
563
+  (0.0ms) SAVEPOINT active_record_1
564
+ SQL (3.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
565
+  (0.0ms) RELEASE SAVEPOINT active_record_1
566
+  (0.0ms) SAVEPOINT active_record_1
567
+ SQL (0.7ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
569
+
570
+
571
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:04:15 +0100
572
+ Processing by PagesController#show as HTML
573
+ Parameters: {"page"=>"posts"}
574
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'pages/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
575
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'application/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
576
+ Completed 500 Internal Server Error in 40ms
577
+  (0.6ms) rollback transaction
578
+  (0.0ms) begin transaction
579
+  (0.0ms) SAVEPOINT active_record_1
580
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
581
+  (0.0ms) RELEASE SAVEPOINT active_record_1
582
+  (0.0ms) SAVEPOINT active_record_1
583
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
584
+  (0.0ms) RELEASE SAVEPOINT active_record_1
585
+
586
+
587
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:04:15 +0100
588
+ Processing by PagesController#show as HTML
589
+ Parameters: {"page"=>"posts/index"}
590
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
591
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
592
+ Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.3ms)
593
+  (0.8ms) rollback transaction
594
+  (0.1ms) begin transaction
595
+  (0.1ms) SAVEPOINT active_record_1
596
+ SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
597
+  (0.1ms) RELEASE SAVEPOINT active_record_1
598
+  (0.1ms) SAVEPOINT active_record_1
599
+ SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
600
+  (0.1ms) RELEASE SAVEPOINT active_record_1
601
+  (0.7ms) rollback transaction
602
+  (0.1ms) begin transaction
603
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
604
+  (0.0ms) SAVEPOINT active_record_1
605
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:04:15 UTC +00:00]]
606
+  (0.0ms) RELEASE SAVEPOINT active_record_1
607
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
608
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
609
+  (0.5ms) rollback transaction
610
+  (0.0ms) begin transaction
611
+  (0.0ms) rollback transaction
612
+  (0.0ms) begin transaction
613
+  (0.0ms) rollback transaction
614
+  (0.0ms) begin transaction
615
+  (0.0ms) rollback transaction
616
+  (0.3ms) begin transaction
617
+  (0.1ms) rollback transaction
618
+  (0.0ms) begin transaction
619
+  (0.0ms) SAVEPOINT active_record_1
620
+ SQL (4.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
622
+  (0.0ms) SAVEPOINT active_record_1
623
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
624
+  (0.0ms) RELEASE SAVEPOINT active_record_1
625
+
626
+
627
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:14:22 +0100
628
+ Processing by PagesController#show as HTML
629
+ Parameters: {"page"=>"posts"}
630
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'pages/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
631
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'application/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
632
+ Completed 500 Internal Server Error in 40ms
633
+  (0.7ms) rollback transaction
634
+  (0.0ms) begin transaction
635
+  (0.0ms) SAVEPOINT active_record_1
636
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
637
+  (0.0ms) RELEASE SAVEPOINT active_record_1
638
+  (0.0ms) SAVEPOINT active_record_1
639
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
640
+  (0.0ms) RELEASE SAVEPOINT active_record_1
641
+
642
+
643
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:14:22 +0100
644
+ Processing by PagesController#show as HTML
645
+ Parameters: {"page"=>"posts/index"}
646
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
647
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
648
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms)
649
+  (0.4ms) rollback transaction
650
+  (0.0ms) begin transaction
651
+  (0.0ms) SAVEPOINT active_record_1
652
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
653
+  (0.0ms) RELEASE SAVEPOINT active_record_1
654
+  (0.0ms) SAVEPOINT active_record_1
655
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
656
+  (0.0ms) RELEASE SAVEPOINT active_record_1
657
+  (0.6ms) rollback transaction
658
+  (0.0ms) begin transaction
659
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
660
+  (0.0ms) SAVEPOINT active_record_1
661
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:14:22 UTC +00:00]]
662
+  (0.0ms) RELEASE SAVEPOINT active_record_1
663
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
664
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
665
+  (0.5ms) rollback transaction
666
+  (0.0ms) begin transaction
667
+  (0.0ms) rollback transaction
668
+  (0.0ms) begin transaction
669
+  (0.0ms) rollback transaction
670
+  (0.0ms) begin transaction
671
+  (0.0ms) rollback transaction
672
+  (0.3ms) begin transaction
673
+  (0.1ms) rollback transaction
674
+  (0.0ms) begin transaction
675
+  (0.0ms) SAVEPOINT active_record_1
676
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
677
+  (0.0ms) RELEASE SAVEPOINT active_record_1
678
+  (0.0ms) SAVEPOINT active_record_1
679
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
680
+  (0.0ms) RELEASE SAVEPOINT active_record_1
681
+
682
+
683
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:16:31 +0100
684
+ Processing by PagesController#show as HTML
685
+ Parameters: {"page"=>"posts"}
686
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
687
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
688
+ Rendered Page - 2 - "posts" within layouts/application (1.7ms)
689
+ Completed 200 OK in 39ms (Views: 38.4ms | ActiveRecord: 0.3ms)
690
+  (0.7ms) rollback transaction
691
+  (0.0ms) begin transaction
692
+  (0.0ms) SAVEPOINT active_record_1
693
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
694
+  (0.0ms) RELEASE SAVEPOINT active_record_1
695
+  (0.0ms) SAVEPOINT active_record_1
696
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
697
+  (0.0ms) RELEASE SAVEPOINT active_record_1
698
+
699
+
700
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:16:31 +0100
701
+ Processing by PagesController#show as HTML
702
+ Parameters: {"page"=>"posts/index"}
703
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = '/posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
704
+ Completed 500 Internal Server Error in 4ms
705
+  (0.3ms) rollback transaction
706
+  (0.0ms) begin transaction
707
+  (0.0ms) SAVEPOINT active_record_1
708
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
710
+  (0.0ms) SAVEPOINT active_record_1
711
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
712
+  (0.0ms) RELEASE SAVEPOINT active_record_1
713
+  (0.5ms) rollback transaction
714
+  (0.0ms) begin transaction
715
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
716
+  (0.0ms) SAVEPOINT active_record_1
717
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:16:31 UTC +00:00]]
718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
719
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
720
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
721
+  (0.5ms) rollback transaction
722
+  (0.0ms) begin transaction
723
+  (0.0ms) rollback transaction
724
+  (0.0ms) begin transaction
725
+  (0.0ms) rollback transaction
726
+  (0.0ms) begin transaction
727
+  (0.0ms) rollback transaction
728
+  (0.3ms) begin transaction
729
+  (0.1ms) rollback transaction
730
+  (0.1ms) begin transaction
731
+  (0.0ms) SAVEPOINT active_record_1
732
+ SQL (3.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
733
+  (0.0ms) RELEASE SAVEPOINT active_record_1
734
+  (0.0ms) SAVEPOINT active_record_1
735
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
737
+
738
+
739
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:17:24 +0100
740
+ Processing by PagesController#show as HTML
741
+ Parameters: {"page"=>"posts"}
742
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
743
+ Completed 500 Internal Server Error in 39ms
744
+  (0.5ms) rollback transaction
745
+  (0.0ms) begin transaction
746
+  (0.0ms) SAVEPOINT active_record_1
747
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
748
+  (0.0ms) RELEASE SAVEPOINT active_record_1
749
+  (0.0ms) SAVEPOINT active_record_1
750
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
752
+
753
+
754
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:17:24 +0100
755
+ Processing by PagesController#show as HTML
756
+ Parameters: {"page"=>"posts/index"}
757
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = '/posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
758
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
759
+ Completed 200 OK in 6ms (Views: 5.4ms | ActiveRecord: 0.3ms)
760
+  (0.6ms) rollback transaction
761
+  (0.0ms) begin transaction
762
+  (0.0ms) SAVEPOINT active_record_1
763
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
764
+  (0.0ms) RELEASE SAVEPOINT active_record_1
765
+  (0.0ms) SAVEPOINT active_record_1
766
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
767
+  (0.0ms) RELEASE SAVEPOINT active_record_1
768
+  (0.6ms) rollback transaction
769
+  (0.0ms) begin transaction
770
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
771
+  (0.0ms) SAVEPOINT active_record_1
772
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:17:24 UTC +00:00]]
773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
774
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
775
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
776
+  (0.6ms) rollback transaction
777
+  (0.0ms) begin transaction
778
+  (0.0ms) rollback transaction
779
+  (0.0ms) begin transaction
780
+  (0.0ms) rollback transaction
781
+  (0.0ms) begin transaction
782
+  (0.0ms) rollback transaction
783
+  (0.3ms) begin transaction
784
+  (0.1ms) rollback transaction
785
+  (0.0ms) begin transaction
786
+  (0.0ms) SAVEPOINT active_record_1
787
+ SQL (3.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:29 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:18:29 UTC +00:00]]
788
+  (0.0ms) RELEASE SAVEPOINT active_record_1
789
+  (0.0ms) SAVEPOINT active_record_1
790
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:29 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:18:29 UTC +00:00]]
791
+  (0.0ms) RELEASE SAVEPOINT active_record_1
792
+
793
+
794
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:18:30 +0100
795
+ Processing by PagesController#show as HTML
796
+ Parameters: {"page"=>"posts"}
797
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
798
+ Completed 500 Internal Server Error in 39ms
799
+  (0.4ms) rollback transaction
800
+  (0.0ms) begin transaction
801
+  (0.0ms) SAVEPOINT active_record_1
802
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00]]
803
+  (0.0ms) RELEASE SAVEPOINT active_record_1
804
+  (0.0ms) SAVEPOINT active_record_1
805
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00]]
806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
807
+
808
+
809
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:18:30 +0100
810
+ Processing by PagesController#show as HTML
811
+ Parameters: {"page"=>"posts/index"}
812
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
813
+ Completed 500 Internal Server Error in 2ms
814
+  (0.4ms) rollback transaction
815
+  (0.0ms) begin transaction
816
+  (0.0ms) SAVEPOINT active_record_1
817
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00]]
818
+  (0.0ms) RELEASE SAVEPOINT active_record_1
819
+  (0.0ms) SAVEPOINT active_record_1
820
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00]]
821
+  (0.0ms) RELEASE SAVEPOINT active_record_1
822
+  (0.3ms) rollback transaction
823
+  (0.0ms) begin transaction
824
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
825
+  (0.0ms) SAVEPOINT active_record_1
826
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:18:30 UTC +00:00]]
827
+  (0.0ms) RELEASE SAVEPOINT active_record_1
828
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
829
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
830
+  (0.4ms) rollback transaction
831
+  (0.0ms) begin transaction
832
+  (0.0ms) rollback transaction
833
+  (0.0ms) begin transaction
834
+  (0.0ms) rollback transaction
835
+  (0.0ms) begin transaction
836
+  (0.0ms) rollback transaction
837
+  (0.3ms) begin transaction
838
+  (0.1ms) rollback transaction
839
+  (0.0ms) begin transaction
840
+  (0.0ms) SAVEPOINT active_record_1
841
+ SQL (3.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
843
+  (0.0ms) SAVEPOINT active_record_1
844
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
846
+
847
+
848
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:19:39 +0100
849
+ Processing by PagesController#show as HTML
850
+ Parameters: {"page"=>"posts"}
851
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
852
+ Completed 500 Internal Server Error in 38ms
853
+  (0.5ms) rollback transaction
854
+  (0.1ms) begin transaction
855
+  (0.0ms) SAVEPOINT active_record_1
856
+ SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
857
+  (0.1ms) RELEASE SAVEPOINT active_record_1
858
+  (0.0ms) SAVEPOINT active_record_1
859
+ SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
860
+  (0.1ms) RELEASE SAVEPOINT active_record_1
861
+
862
+
863
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:19:39 +0100
864
+ Processing by PagesController#show as HTML
865
+ Parameters: {"page"=>"posts/index"}
866
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = '/posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
867
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
868
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.3ms)
869
+  (0.4ms) rollback transaction
870
+  (0.0ms) begin transaction
871
+  (0.0ms) SAVEPOINT active_record_1
872
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
874
+  (0.0ms) SAVEPOINT active_record_1
875
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
876
+  (0.0ms) RELEASE SAVEPOINT active_record_1
877
+  (0.5ms) rollback transaction
878
+  (0.1ms) begin transaction
879
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
880
+  (0.0ms) SAVEPOINT active_record_1
881
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:19:39 UTC +00:00]]
882
+  (0.0ms) RELEASE SAVEPOINT active_record_1
883
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
884
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
885
+  (0.4ms) rollback transaction
886
+  (0.0ms) begin transaction
887
+  (0.0ms) rollback transaction
888
+  (0.0ms) begin transaction
889
+  (0.0ms) rollback transaction
890
+  (0.0ms) begin transaction
891
+  (0.0ms) rollback transaction
892
+  (0.3ms) begin transaction
893
+  (0.1ms) rollback transaction
894
+  (0.0ms) begin transaction
895
+  (0.0ms) SAVEPOINT active_record_1
896
+ SQL (4.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
897
+  (0.1ms) RELEASE SAVEPOINT active_record_1
898
+  (0.0ms) SAVEPOINT active_record_1
899
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
901
+
902
+
903
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:20:47 +0100
904
+ Processing by PagesController#show as HTML
905
+ Parameters: {"page"=>"posts"}
906
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
907
+ Completed 500 Internal Server Error in 39ms
908
+  (0.6ms) rollback transaction
909
+  (0.0ms) begin transaction
910
+  (0.0ms) SAVEPOINT active_record_1
911
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
912
+  (0.0ms) RELEASE SAVEPOINT active_record_1
913
+  (0.0ms) SAVEPOINT active_record_1
914
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
915
+  (0.0ms) RELEASE SAVEPOINT active_record_1
916
+
917
+
918
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:20:47 +0100
919
+ Processing by PagesController#show as HTML
920
+ Parameters: {"page"=>"posts/index"}
921
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = '/posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
922
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
923
+ Completed 200 OK in 8ms (Views: 7.3ms | ActiveRecord: 0.4ms)
924
+  (0.4ms) rollback transaction
925
+  (0.0ms) begin transaction
926
+  (0.0ms) SAVEPOINT active_record_1
927
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
928
+  (0.0ms) RELEASE SAVEPOINT active_record_1
929
+  (0.0ms) SAVEPOINT active_record_1
930
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
931
+  (0.0ms) RELEASE SAVEPOINT active_record_1
932
+  (0.3ms) rollback transaction
933
+  (0.1ms) begin transaction
934
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
935
+  (0.0ms) SAVEPOINT active_record_1
936
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:20:47 UTC +00:00]]
937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
938
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
939
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
940
+  (0.6ms) rollback transaction
941
+  (0.0ms) begin transaction
942
+  (0.0ms) rollback transaction
943
+  (0.0ms) begin transaction
944
+  (0.0ms) rollback transaction
945
+  (0.0ms) begin transaction
946
+  (0.0ms) rollback transaction
947
+  (0.3ms) begin transaction
948
+  (0.1ms) rollback transaction
949
+  (0.0ms) begin transaction
950
+  (0.0ms) SAVEPOINT active_record_1
951
+ SQL (3.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
952
+  (0.0ms) RELEASE SAVEPOINT active_record_1
953
+  (0.0ms) SAVEPOINT active_record_1
954
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
955
+  (0.0ms) RELEASE SAVEPOINT active_record_1
956
+
957
+
958
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:21:35 +0100
959
+ Processing by PagesController#show as HTML
960
+ Parameters: {"page"=>"posts"}
961
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
962
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
963
+ Rendered Page - 2 - "posts" within layouts/application (1.7ms)
964
+ Completed 200 OK in 40ms (Views: 39.6ms | ActiveRecord: 0.3ms)
965
+  (0.5ms) rollback transaction
966
+  (0.0ms) begin transaction
967
+  (0.0ms) SAVEPOINT active_record_1
968
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
969
+  (0.0ms) RELEASE SAVEPOINT active_record_1
970
+  (0.0ms) SAVEPOINT active_record_1
971
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
972
+  (0.0ms) RELEASE SAVEPOINT active_record_1
973
+
974
+
975
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:21:35 +0100
976
+ Processing by PagesController#show as HTML
977
+ Parameters: {"page"=>"posts/index"}
978
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = '/posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
979
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
980
+ Completed 200 OK in 3ms (Views: 2.7ms | ActiveRecord: 0.3ms)
981
+  (0.4ms) rollback transaction
982
+  (0.0ms) begin transaction
983
+  (0.0ms) SAVEPOINT active_record_1
984
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "/posts/index"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
985
+  (0.0ms) RELEASE SAVEPOINT active_record_1
986
+  (0.0ms) SAVEPOINT active_record_1
987
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
988
+  (0.0ms) RELEASE SAVEPOINT active_record_1
989
+  (0.5ms) rollback transaction
990
+  (0.0ms) begin transaction
991
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
992
+  (0.0ms) SAVEPOINT active_record_1
993
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:21:35 UTC +00:00]]
994
+  (0.0ms) RELEASE SAVEPOINT active_record_1
995
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
996
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
997
+  (0.4ms) rollback transaction
998
+  (0.1ms) begin transaction
999
+  (0.0ms) rollback transaction
1000
+  (0.0ms) begin transaction
1001
+  (0.0ms) rollback transaction
1002
+  (0.0ms) begin transaction
1003
+  (0.0ms) rollback transaction
1004
+  (0.3ms) begin transaction
1005
+  (0.1ms) rollback transaction
1006
+  (0.0ms) begin transaction
1007
+  (0.0ms) SAVEPOINT active_record_1
1008
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1009
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1010
+  (0.0ms) SAVEPOINT active_record_1
1011
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1012
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1013
+
1014
+
1015
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:22:10 +0100
1016
+ Processing by PagesController#show as HTML
1017
+ Parameters: {"page"=>"posts"}
1018
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'pages/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1019
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'application/posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1020
+ Completed 500 Internal Server Error in 38ms
1021
+  (0.6ms) rollback transaction
1022
+  (0.1ms) begin transaction
1023
+  (0.1ms) SAVEPOINT active_record_1
1024
+ SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1026
+  (0.0ms) SAVEPOINT active_record_1
1027
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1029
+
1030
+
1031
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:22:10 +0100
1032
+ Processing by PagesController#show as HTML
1033
+ Parameters: {"page"=>"posts/index"}
1034
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1035
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1036
+ Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.4ms)
1037
+  (0.7ms) rollback transaction
1038
+  (0.0ms) begin transaction
1039
+  (0.0ms) SAVEPOINT active_record_1
1040
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1041
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1042
+  (0.0ms) SAVEPOINT active_record_1
1043
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1044
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1045
+  (0.3ms) rollback transaction
1046
+  (0.1ms) begin transaction
1047
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1048
+  (0.0ms) SAVEPOINT active_record_1
1049
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:22:10 UTC +00:00]]
1050
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1051
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1052
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1053
+  (0.4ms) rollback transaction
1054
+  (0.0ms) begin transaction
1055
+  (0.0ms) rollback transaction
1056
+  (0.0ms) begin transaction
1057
+  (0.0ms) rollback transaction
1058
+  (0.0ms) begin transaction
1059
+  (0.0ms) rollback transaction
1060
+  (0.3ms) begin transaction
1061
+  (0.1ms) rollback transaction
1062
+  (0.0ms) begin transaction
1063
+  (0.0ms) SAVEPOINT active_record_1
1064
+ SQL (3.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1065
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1066
+  (0.0ms) SAVEPOINT active_record_1
1067
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1068
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1069
+
1070
+
1071
+ Started GET "/posts" for 127.0.0.1 at 2012-03-18 17:26:22 +0100
1072
+ Processing by PagesController#show as HTML
1073
+ Parameters: {"page"=>"posts"}
1074
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1075
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1076
+ Rendered Page - 2 - "posts" within layouts/application (1.7ms)
1077
+ Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.3ms)
1078
+  (0.4ms) rollback transaction
1079
+  (0.0ms) begin transaction
1080
+  (0.0ms) SAVEPOINT active_record_1
1081
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1082
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1083
+  (0.0ms) SAVEPOINT active_record_1
1084
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1086
+
1087
+
1088
+ Started GET "/posts/index" for 127.0.0.1 at 2012-03-18 17:26:22 +0100
1089
+ Processing by PagesController#show as HTML
1090
+ Parameters: {"page"=>"posts/index"}
1091
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1092
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1093
+ Completed 200 OK in 3ms (Views: 2.8ms | ActiveRecord: 0.3ms)
1094
+  (0.4ms) rollback transaction
1095
+  (0.0ms) begin transaction
1096
+  (0.0ms) SAVEPOINT active_record_1
1097
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1098
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1099
+  (0.0ms) SAVEPOINT active_record_1
1100
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1101
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1102
+  (0.6ms) rollback transaction
1103
+  (0.0ms) begin transaction
1104
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1105
+  (0.0ms) SAVEPOINT active_record_1
1106
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Sun, 18 Mar 2012 16:26:22 UTC +00:00]]
1107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1108
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1109
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1110
+  (0.4ms) rollback transaction
1111
+  (0.0ms) begin transaction
1112
+  (0.0ms) rollback transaction
1113
+  (0.0ms) begin transaction
1114
+  (0.0ms) rollback transaction
1115
+  (0.0ms) begin transaction
1116
+  (0.0ms) rollback transaction
1117
+  (0.3ms) begin transaction
1118
+  (0.1ms) rollback transaction
1119
+  (0.1ms) begin transaction
1120
+  (0.1ms) SAVEPOINT active_record_1
1121
+ SQL (6.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00]]
1122
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1123
+  (0.5ms) rollback transaction
1124
+  (0.0ms) begin transaction
1125
+  (0.0ms) SAVEPOINT active_record_1
1126
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00]]
1127
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1128
+  (0.2ms) rollback transaction
1129
+  (0.0ms) begin transaction
1130
+  (0.0ms) SAVEPOINT active_record_1
1131
+ SQL (0.2ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00]]
1132
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1133
+  (0.4ms) rollback transaction
1134
+  (0.0ms) begin transaction
1135
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1136
+  (0.0ms) SAVEPOINT active_record_1
1137
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:40:58 UTC +00:00]]
1138
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1139
+  (0.4ms) rollback transaction
1140
+  (0.0ms) begin transaction
1141
+  (0.0ms) rollback transaction
1142
+  (0.0ms) begin transaction
1143
+  (0.0ms) rollback transaction
1144
+  (0.0ms) begin transaction
1145
+  (0.0ms) rollback transaction
1146
+  (0.3ms) begin transaction
1147
+  (0.1ms) rollback transaction
1148
+  (0.0ms) begin transaction
1149
+  (0.0ms) SAVEPOINT active_record_1
1150
+ SQL (3.7ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:41:44 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:41:44 UTC +00:00]]
1151
+  (0.1ms) ROLLBACK TO SAVEPOINT active_record_1
1152
+  (0.3ms) rollback transaction
1153
+  (0.1ms) begin transaction
1154
+  (0.0ms) SAVEPOINT active_record_1
1155
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:41:44 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:41:44 UTC +00:00]]
1156
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1157
+  (0.4ms) rollback transaction
1158
+  (0.0ms) begin transaction
1159
+  (0.0ms) SAVEPOINT active_record_1
1160
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:41:44 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:41:44 UTC +00:00]]
1161
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1162
+  (0.3ms) rollback transaction
1163
+  (0.1ms) begin transaction
1164
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1165
+  (0.0ms) SAVEPOINT active_record_1
1166
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 18:41:45 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:41:45 UTC +00:00]]
1167
+  (0.0ms) ROLLBACK TO SAVEPOINT active_record_1
1168
+  (0.4ms) rollback transaction
1169
+  (0.0ms) begin transaction
1170
+  (0.0ms) rollback transaction
1171
+  (0.0ms) begin transaction
1172
+  (0.0ms) rollback transaction
1173
+  (0.0ms) begin transaction
1174
+  (0.0ms) rollback transaction
1175
+  (0.3ms) begin transaction
1176
+  (0.1ms) rollback transaction
1177
+  (0.0ms) begin transaction
1178
+  (0.0ms) SAVEPOINT active_record_1
1179
+ SQL (3.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:55 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:42:55 UTC +00:00]]
1180
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1181
+  (0.0ms) SAVEPOINT active_record_1
1182
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:55 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 18:42:55 UTC +00:00]]
1183
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1184
+
1185
+
1186
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 20:42:55 +0200
1187
+ Processing by PagesController#show as HTML
1188
+ Parameters: {"page"=>"posts"}
1189
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1190
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1191
+ Rendered Page - 2 - "posts" within layouts/application (3.3ms)
1192
+ Completed 200 OK in 51ms (Views: 49.9ms | ActiveRecord: 0.4ms)
1193
+  (0.6ms) rollback transaction
1194
+  (0.0ms) begin transaction
1195
+  (0.0ms) SAVEPOINT active_record_1
1196
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00]]
1197
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1198
+  (0.0ms) SAVEPOINT active_record_1
1199
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00]]
1200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1201
+
1202
+
1203
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 20:42:56 +0200
1204
+ Processing by PagesController#show as HTML
1205
+ Parameters: {"page"=>"posts/index"}
1206
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1207
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1208
+ Completed 200 OK in 3ms (Views: 2.6ms | ActiveRecord: 0.3ms)
1209
+  (0.6ms) rollback transaction
1210
+  (0.0ms) begin transaction
1211
+  (0.0ms) SAVEPOINT active_record_1
1212
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00]]
1213
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1214
+  (0.0ms) SAVEPOINT active_record_1
1215
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00]]
1216
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1217
+  (0.6ms) rollback transaction
1218
+  (0.0ms) begin transaction
1219
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1220
+  (0.0ms) SAVEPOINT active_record_1
1221
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 18:42:56 UTC +00:00]]
1222
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1223
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1224
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1225
+  (0.5ms) rollback transaction
1226
+  (0.0ms) begin transaction
1227
+  (0.0ms) rollback transaction
1228
+  (0.0ms) begin transaction
1229
+  (0.0ms) rollback transaction
1230
+  (0.0ms) begin transaction
1231
+  (0.0ms) rollback transaction
1232
+  (0.3ms) begin transaction
1233
+  (0.1ms) rollback transaction
1234
+  (0.1ms) begin transaction
1235
+  (0.1ms) SAVEPOINT active_record_1
1236
+ SQL (6.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00]]
1237
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1238
+  (0.0ms) SAVEPOINT active_record_1
1239
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00]]
1240
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1241
+
1242
+
1243
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:24:39 +0200
1244
+ Processing by EmailPagesController#show as HTML
1245
+ Parameters: {"view_path"=>"posts"}
1246
+ Completed 500 Internal Server Error in 32ms
1247
+  (0.5ms) rollback transaction
1248
+  (0.0ms) begin transaction
1249
+  (0.0ms) SAVEPOINT active_record_1
1250
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00]]
1251
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1252
+  (0.0ms) SAVEPOINT active_record_1
1253
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00]]
1254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1255
+
1256
+
1257
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:24:39 +0200
1258
+ Processing by EmailPagesController#show as HTML
1259
+ Parameters: {"view_path"=>"posts/index"}
1260
+ Completed 500 Internal Server Error in 1ms
1261
+  (0.4ms) rollback transaction
1262
+  (0.0ms) begin transaction
1263
+  (0.0ms) SAVEPOINT active_record_1
1264
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00]]
1265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1266
+  (0.0ms) SAVEPOINT active_record_1
1267
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:24:39 UTC +00:00]]
1268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1269
+  (0.5ms) rollback transaction
1270
+  (0.0ms) begin transaction
1271
+  (0.0ms) rollback transaction
1272
+  (0.0ms) begin transaction
1273
+  (0.0ms) rollback transaction
1274
+  (0.0ms) begin transaction
1275
+  (0.0ms) rollback transaction
1276
+  (0.0ms) begin transaction
1277
+  (0.0ms) rollback transaction
1278
+  (0.3ms) begin transaction
1279
+  (0.1ms) rollback transaction
1280
+  (0.0ms) begin transaction
1281
+  (0.0ms) SAVEPOINT active_record_1
1282
+ SQL (7.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1283
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1284
+  (0.0ms) SAVEPOINT active_record_1
1285
+ SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1286
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1287
+
1288
+
1289
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:25:04 +0200
1290
+ Processing by EmailPagesController#show as HTML
1291
+ Parameters: {"view_path"=>"posts"}
1292
+ Completed 500 Internal Server Error in 32ms
1293
+  (0.7ms) rollback transaction
1294
+  (0.0ms) begin transaction
1295
+  (0.1ms) SAVEPOINT active_record_1
1296
+ SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1297
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1298
+  (0.0ms) SAVEPOINT active_record_1
1299
+ SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1300
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1301
+
1302
+
1303
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:25:04 +0200
1304
+ Processing by EmailPagesController#show as HTML
1305
+ Parameters: {"view_path"=>"posts/index"}
1306
+ Completed 500 Internal Server Error in 1ms
1307
+  (0.6ms) rollback transaction
1308
+  (0.0ms) begin transaction
1309
+  (0.0ms) SAVEPOINT active_record_1
1310
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1311
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1312
+  (0.0ms) SAVEPOINT active_record_1
1313
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1314
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1315
+  (0.3ms) rollback transaction
1316
+  (0.0ms) begin transaction
1317
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1318
+  (0.0ms) SAVEPOINT active_record_1
1319
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:25:04 UTC +00:00]]
1320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1321
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1322
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1323
+  (0.5ms) rollback transaction
1324
+  (0.0ms) begin transaction
1325
+  (0.0ms) rollback transaction
1326
+  (0.0ms) begin transaction
1327
+  (0.0ms) rollback transaction
1328
+  (0.0ms) begin transaction
1329
+  (0.0ms) rollback transaction
1330
+  (0.3ms) begin transaction
1331
+  (0.0ms) rollback transaction
1332
+  (0.0ms) begin transaction
1333
+  (0.0ms) SAVEPOINT active_record_1
1334
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1335
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1336
+  (0.0ms) SAVEPOINT active_record_1
1337
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1338
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1339
+
1340
+
1341
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:27:32 +0200
1342
+ Processing by EmailPagesController#show as HTML
1343
+ Parameters: {"view_path"=>"posts"}
1344
+ Completed 500 Internal Server Error in 32ms
1345
+  (0.4ms) rollback transaction
1346
+  (0.0ms) begin transaction
1347
+  (0.0ms) SAVEPOINT active_record_1
1348
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1349
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1350
+  (0.0ms) SAVEPOINT active_record_1
1351
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1352
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1353
+
1354
+
1355
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:27:32 +0200
1356
+ Processing by EmailPagesController#show as HTML
1357
+ Parameters: {"view_path"=>"posts/index"}
1358
+ Completed 500 Internal Server Error in 1ms
1359
+  (0.3ms) rollback transaction
1360
+  (0.0ms) begin transaction
1361
+  (0.0ms) SAVEPOINT active_record_1
1362
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1364
+  (0.0ms) SAVEPOINT active_record_1
1365
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1366
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1367
+  (0.6ms) rollback transaction
1368
+  (0.0ms) begin transaction
1369
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1370
+  (0.0ms) SAVEPOINT active_record_1
1371
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:27:32 UTC +00:00]]
1372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1373
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1374
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1375
+  (0.5ms) rollback transaction
1376
+  (0.0ms) begin transaction
1377
+  (0.0ms) rollback transaction
1378
+  (0.0ms) begin transaction
1379
+  (0.0ms) rollback transaction
1380
+  (0.0ms) begin transaction
1381
+  (0.0ms) rollback transaction
1382
+  (0.3ms) begin transaction
1383
+  (0.1ms) rollback transaction
1384
+  (0.0ms) begin transaction
1385
+  (0.0ms) SAVEPOINT active_record_1
1386
+ SQL (3.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1387
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1388
+  (0.0ms) SAVEPOINT active_record_1
1389
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1391
+
1392
+
1393
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:28:02 +0200
1394
+ Processing by EmailPagesController#show as HTML
1395
+ Parameters: {"view_path"=>"posts"}
1396
+ Completed 500 Internal Server Error in 40ms
1397
+  (0.4ms) rollback transaction
1398
+  (0.0ms) begin transaction
1399
+  (0.0ms) SAVEPOINT active_record_1
1400
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1402
+  (0.0ms) SAVEPOINT active_record_1
1403
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1404
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1405
+
1406
+
1407
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:28:02 +0200
1408
+ Processing by EmailPagesController#show as HTML
1409
+ Parameters: {"view_path"=>"posts/index"}
1410
+ Completed 500 Internal Server Error in 1ms
1411
+  (0.3ms) rollback transaction
1412
+  (0.0ms) begin transaction
1413
+  (0.0ms) SAVEPOINT active_record_1
1414
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1415
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1416
+  (0.0ms) SAVEPOINT active_record_1
1417
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1418
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1419
+  (0.5ms) rollback transaction
1420
+  (0.0ms) begin transaction
1421
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1422
+  (0.0ms) SAVEPOINT active_record_1
1423
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:28:02 UTC +00:00]]
1424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1425
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1426
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1427
+  (0.6ms) rollback transaction
1428
+  (0.1ms) begin transaction
1429
+  (0.1ms) rollback transaction
1430
+  (0.0ms) begin transaction
1431
+  (0.0ms) rollback transaction
1432
+  (0.0ms) begin transaction
1433
+  (0.0ms) rollback transaction
1434
+  (0.3ms) begin transaction
1435
+  (0.1ms) rollback transaction
1436
+  (0.0ms) begin transaction
1437
+  (0.0ms) SAVEPOINT active_record_1
1438
+ SQL (3.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1439
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1440
+  (0.0ms) SAVEPOINT active_record_1
1441
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1442
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1443
+
1444
+
1445
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:29:14 +0200
1446
+ Processing by EmailPagesController#show as HTML
1447
+ Parameters: {"page"=>"posts"}
1448
+ Completed 500 Internal Server Error in 31ms
1449
+  (0.4ms) rollback transaction
1450
+  (0.0ms) begin transaction
1451
+  (0.0ms) SAVEPOINT active_record_1
1452
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1454
+  (0.0ms) SAVEPOINT active_record_1
1455
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1456
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1457
+
1458
+
1459
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:29:14 +0200
1460
+ Processing by EmailPagesController#show as HTML
1461
+ Parameters: {"page"=>"posts/index"}
1462
+ Completed 500 Internal Server Error in 1ms
1463
+  (0.4ms) rollback transaction
1464
+  (0.0ms) begin transaction
1465
+  (0.0ms) SAVEPOINT active_record_1
1466
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1467
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1468
+  (0.0ms) SAVEPOINT active_record_1
1469
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1470
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1471
+  (0.3ms) rollback transaction
1472
+  (0.0ms) begin transaction
1473
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1474
+  (0.0ms) SAVEPOINT active_record_1
1475
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:14 UTC +00:00]]
1476
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1477
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1478
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1479
+  (0.5ms) rollback transaction
1480
+  (0.0ms) begin transaction
1481
+  (0.0ms) rollback transaction
1482
+  (0.0ms) begin transaction
1483
+  (0.0ms) rollback transaction
1484
+  (0.0ms) begin transaction
1485
+  (0.0ms) rollback transaction
1486
+  (0.3ms) begin transaction
1487
+  (0.1ms) rollback transaction
1488
+  (0.0ms) begin transaction
1489
+  (0.0ms) SAVEPOINT active_record_1
1490
+ SQL (3.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1491
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1492
+  (0.0ms) SAVEPOINT active_record_1
1493
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1494
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1495
+
1496
+
1497
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:29:56 +0200
1498
+ Processing by EmailPagesController#show as HTML
1499
+ Parameters: {"page"=>"posts"}
1500
+ Completed 500 Internal Server Error in 33ms
1501
+  (0.5ms) rollback transaction
1502
+  (0.0ms) begin transaction
1503
+  (0.0ms) SAVEPOINT active_record_1
1504
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1505
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1506
+  (0.0ms) SAVEPOINT active_record_1
1507
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1508
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1509
+
1510
+
1511
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:29:56 +0200
1512
+ Processing by EmailPagesController#show as HTML
1513
+ Parameters: {"page"=>"posts/index"}
1514
+ Completed 500 Internal Server Error in 1ms
1515
+  (0.3ms) rollback transaction
1516
+  (0.0ms) begin transaction
1517
+  (0.0ms) SAVEPOINT active_record_1
1518
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1519
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1520
+  (0.0ms) SAVEPOINT active_record_1
1521
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1522
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1523
+  (0.3ms) rollback transaction
1524
+  (0.0ms) begin transaction
1525
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1526
+  (0.0ms) SAVEPOINT active_record_1
1527
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:29:56 UTC +00:00]]
1528
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1529
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1530
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1531
+  (0.4ms) rollback transaction
1532
+  (0.0ms) begin transaction
1533
+  (0.0ms) rollback transaction
1534
+  (0.0ms) begin transaction
1535
+  (0.0ms) rollback transaction
1536
+  (0.0ms) begin transaction
1537
+  (0.0ms) rollback transaction
1538
+  (0.3ms) begin transaction
1539
+  (0.1ms) rollback transaction
1540
+  (0.0ms) begin transaction
1541
+  (0.0ms) SAVEPOINT active_record_1
1542
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1543
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1544
+  (0.0ms) SAVEPOINT active_record_1
1545
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1546
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1547
+
1548
+
1549
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:31:16 +0200
1550
+ Processing by EmailPagesController#show as HTML
1551
+ Parameters: {"page"=>"posts"}
1552
+ Completed 500 Internal Server Error in 31ms
1553
+  (0.4ms) rollback transaction
1554
+  (0.0ms) begin transaction
1555
+  (0.0ms) SAVEPOINT active_record_1
1556
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1557
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1558
+  (0.0ms) SAVEPOINT active_record_1
1559
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1560
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1561
+
1562
+
1563
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:31:16 +0200
1564
+ Processing by EmailPagesController#show as HTML
1565
+ Parameters: {"page"=>"posts/index"}
1566
+ Completed 500 Internal Server Error in 1ms
1567
+  (0.3ms) rollback transaction
1568
+  (0.0ms) begin transaction
1569
+  (0.0ms) SAVEPOINT active_record_1
1570
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1571
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1572
+  (0.0ms) SAVEPOINT active_record_1
1573
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1575
+  (0.3ms) rollback transaction
1576
+  (0.0ms) begin transaction
1577
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1578
+  (0.0ms) SAVEPOINT active_record_1
1579
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:31:16 UTC +00:00]]
1580
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1581
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1582
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1583
+  (0.4ms) rollback transaction
1584
+  (0.0ms) begin transaction
1585
+  (0.0ms) rollback transaction
1586
+  (0.0ms) begin transaction
1587
+  (0.0ms) rollback transaction
1588
+  (0.0ms) begin transaction
1589
+  (0.0ms) rollback transaction
1590
+  (0.3ms) begin transaction
1591
+  (0.1ms) rollback transaction
1592
+  (0.0ms) begin transaction
1593
+  (0.0ms) SAVEPOINT active_record_1
1594
+ SQL (3.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1596
+  (0.0ms) SAVEPOINT active_record_1
1597
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1599
+
1600
+
1601
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:33:17 +0200
1602
+ Processing by EmailPagesController#show as HTML
1603
+ Parameters: {"page"=>"posts"}
1604
+ Completed 500 Internal Server Error in 31ms
1605
+  (0.4ms) rollback transaction
1606
+  (0.0ms) begin transaction
1607
+  (0.0ms) SAVEPOINT active_record_1
1608
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1609
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1610
+  (0.0ms) SAVEPOINT active_record_1
1611
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1613
+
1614
+
1615
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:33:17 +0200
1616
+ Processing by EmailPagesController#show as HTML
1617
+ Parameters: {"page"=>"posts/index"}
1618
+ Completed 500 Internal Server Error in 1ms
1619
+  (0.3ms) rollback transaction
1620
+  (0.0ms) begin transaction
1621
+  (0.0ms) SAVEPOINT active_record_1
1622
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1624
+  (0.0ms) SAVEPOINT active_record_1
1625
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1626
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1627
+  (0.4ms) rollback transaction
1628
+  (0.0ms) begin transaction
1629
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1630
+  (0.0ms) SAVEPOINT active_record_1
1631
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:17 UTC +00:00]]
1632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1633
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1634
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1635
+  (0.3ms) rollback transaction
1636
+  (0.0ms) begin transaction
1637
+  (0.0ms) rollback transaction
1638
+  (0.0ms) begin transaction
1639
+  (0.0ms) rollback transaction
1640
+  (0.0ms) begin transaction
1641
+  (0.0ms) rollback transaction
1642
+  (0.3ms) begin transaction
1643
+  (0.0ms) rollback transaction
1644
+  (0.0ms) begin transaction
1645
+  (0.0ms) SAVEPOINT active_record_1
1646
+ SQL (3.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:47 UTC +00:00]]
1647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1648
+  (0.0ms) SAVEPOINT active_record_1
1649
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:47 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:33:47 UTC +00:00]]
1650
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1651
+
1652
+
1653
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:33:48 +0200
1654
+ Processing by EmailPagesController#show as HTML
1655
+ Parameters: {"page"=>"posts"}
1656
+ Completed 500 Internal Server Error in 31ms
1657
+  (0.4ms) rollback transaction
1658
+  (0.0ms) begin transaction
1659
+  (0.0ms) SAVEPOINT active_record_1
1660
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00]]
1661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1662
+  (0.0ms) SAVEPOINT active_record_1
1663
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00]]
1664
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1665
+
1666
+
1667
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:33:48 +0200
1668
+ Processing by EmailPagesController#show as HTML
1669
+ Parameters: {"page"=>"posts/index"}
1670
+ Completed 500 Internal Server Error in 1ms
1671
+  (0.3ms) rollback transaction
1672
+  (0.0ms) begin transaction
1673
+  (0.0ms) SAVEPOINT active_record_1
1674
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00]]
1675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1676
+  (0.0ms) SAVEPOINT active_record_1
1677
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00]]
1678
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1679
+  (0.3ms) rollback transaction
1680
+  (0.0ms) begin transaction
1681
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1682
+  (0.0ms) SAVEPOINT active_record_1
1683
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:33:48 UTC +00:00]]
1684
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1685
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1686
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1687
+  (0.5ms) rollback transaction
1688
+  (0.0ms) begin transaction
1689
+  (0.0ms) rollback transaction
1690
+  (0.0ms) begin transaction
1691
+  (0.0ms) rollback transaction
1692
+  (0.0ms) begin transaction
1693
+  (0.0ms) rollback transaction
1694
+  (0.3ms) begin transaction
1695
+  (0.1ms) rollback transaction
1696
+  (0.0ms) begin transaction
1697
+  (0.0ms) SAVEPOINT active_record_1
1698
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1699
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1700
+  (0.0ms) SAVEPOINT active_record_1
1701
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1703
+
1704
+
1705
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:34:23 +0200
1706
+ Processing by PagesController#show as HTML
1707
+ Parameters: {"page"=>"posts"}
1708
+ Completed 500 Internal Server Error in 30ms
1709
+  (0.5ms) rollback transaction
1710
+  (0.0ms) begin transaction
1711
+  (0.0ms) SAVEPOINT active_record_1
1712
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1713
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1714
+  (0.0ms) SAVEPOINT active_record_1
1715
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1716
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1717
+
1718
+
1719
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:34:23 +0200
1720
+ Processing by PagesController#show as HTML
1721
+ Parameters: {"page"=>"posts/index"}
1722
+ Completed 500 Internal Server Error in 1ms
1723
+  (0.5ms) rollback transaction
1724
+  (0.0ms) begin transaction
1725
+  (0.0ms) SAVEPOINT active_record_1
1726
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1728
+  (0.0ms) SAVEPOINT active_record_1
1729
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1730
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1731
+  (0.4ms) rollback transaction
1732
+  (0.0ms) begin transaction
1733
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1734
+  (0.0ms) SAVEPOINT active_record_1
1735
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:34:23 UTC +00:00]]
1736
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1737
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1738
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1739
+  (0.4ms) rollback transaction
1740
+  (0.0ms) begin transaction
1741
+  (0.1ms) rollback transaction
1742
+  (0.0ms) begin transaction
1743
+  (0.0ms) rollback transaction
1744
+  (0.0ms) begin transaction
1745
+  (0.0ms) rollback transaction
1746
+  (0.3ms) begin transaction
1747
+  (0.1ms) rollback transaction
1748
+  (0.1ms) begin transaction
1749
+  (0.0ms) SAVEPOINT active_record_1
1750
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1751
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1752
+  (0.0ms) SAVEPOINT active_record_1
1753
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1754
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1755
+
1756
+
1757
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:36:34 +0200
1758
+ Processing by PagesController#show as HTML
1759
+ Parameters: {"page"=>"posts"}
1760
+ Completed 500 Internal Server Error in 35ms
1761
+  (0.7ms) rollback transaction
1762
+  (0.0ms) begin transaction
1763
+  (0.0ms) SAVEPOINT active_record_1
1764
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1765
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1766
+  (0.0ms) SAVEPOINT active_record_1
1767
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1768
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1769
+
1770
+
1771
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:36:34 +0200
1772
+ Processing by PagesController#show as HTML
1773
+ Parameters: {"page"=>"posts/index"}
1774
+ Completed 500 Internal Server Error in 1ms
1775
+  (0.3ms) rollback transaction
1776
+  (0.0ms) begin transaction
1777
+  (0.0ms) SAVEPOINT active_record_1
1778
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1779
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1780
+  (0.0ms) SAVEPOINT active_record_1
1781
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1782
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1783
+  (0.5ms) rollback transaction
1784
+  (0.0ms) begin transaction
1785
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1786
+  (0.0ms) SAVEPOINT active_record_1
1787
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:34 UTC +00:00]]
1788
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1789
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1790
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1791
+  (0.5ms) rollback transaction
1792
+  (0.0ms) begin transaction
1793
+  (0.0ms) rollback transaction
1794
+  (0.0ms) begin transaction
1795
+  (0.0ms) rollback transaction
1796
+  (0.0ms) begin transaction
1797
+  (0.0ms) rollback transaction
1798
+  (0.3ms) begin transaction
1799
+  (0.1ms) rollback transaction
1800
+  (0.0ms) begin transaction
1801
+  (0.0ms) SAVEPOINT active_record_1
1802
+ SQL (4.0ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1803
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1804
+  (0.0ms) SAVEPOINT active_record_1
1805
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1807
+
1808
+
1809
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:36:46 +0200
1810
+ Processing by PagesController#show as HTML
1811
+ Parameters: {"page"=>"posts"}
1812
+ Completed 500 Internal Server Error in 31ms
1813
+  (0.4ms) rollback transaction
1814
+  (0.0ms) begin transaction
1815
+  (0.0ms) SAVEPOINT active_record_1
1816
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1818
+  (0.0ms) SAVEPOINT active_record_1
1819
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1820
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1821
+
1822
+
1823
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:36:46 +0200
1824
+ Processing by PagesController#show as HTML
1825
+ Parameters: {"page"=>"posts/index"}
1826
+ Completed 500 Internal Server Error in 1ms
1827
+  (0.4ms) rollback transaction
1828
+  (0.0ms) begin transaction
1829
+  (0.0ms) SAVEPOINT active_record_1
1830
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1831
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1832
+  (0.0ms) SAVEPOINT active_record_1
1833
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1834
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1835
+  (0.4ms) rollback transaction
1836
+  (0.0ms) begin transaction
1837
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1838
+  (0.0ms) SAVEPOINT active_record_1
1839
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:36:46 UTC +00:00]]
1840
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1841
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1842
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1843
+  (0.4ms) rollback transaction
1844
+  (0.0ms) begin transaction
1845
+  (0.0ms) rollback transaction
1846
+  (0.0ms) begin transaction
1847
+  (0.0ms) rollback transaction
1848
+  (0.0ms) begin transaction
1849
+  (0.0ms) rollback transaction
1850
+  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" 
1851
+ Migrating to CreatePages (20120318120137)
1852
+ Migrating to SqlPagerCreateEmailPages (20120423192012)
1853
+  (0.0ms) select sqlite_version(*)
1854
+  (0.0ms) begin transaction
1855
+  (0.4ms) CREATE TABLE "email_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "body" text, "path" varchar(255), "format" varchar(255), "locale" varchar(255), "handler" varchar(255), "partial" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
1856
+  (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES ('20120423192012')
1857
+  (2.9ms) commit transaction
1858
+  (0.3ms) select sqlite_version(*)
1859
+  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"
1860
+  (0.0ms) PRAGMA index_list("email_pages")
1861
+  (0.0ms) PRAGMA index_list("pages")
1862
+  (0.3ms) begin transaction
1863
+  (0.1ms) rollback transaction
1864
+  (0.0ms) begin transaction
1865
+  (0.0ms) SAVEPOINT active_record_1
1866
+ SQL (3.9ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:50 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:37:50 UTC +00:00]]
1867
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1868
+  (0.0ms) SAVEPOINT active_record_1
1869
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:50 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:37:50 UTC +00:00]]
1870
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1871
+
1872
+
1873
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:37:51 +0200
1874
+ Processing by PagesController#show as HTML
1875
+ Parameters: {"page"=>"posts"}
1876
+ Completed 500 Internal Server Error in 31ms
1877
+  (0.5ms) rollback transaction
1878
+  (0.0ms) begin transaction
1879
+  (0.0ms) SAVEPOINT active_record_1
1880
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00]]
1881
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1882
+  (0.0ms) SAVEPOINT active_record_1
1883
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00]]
1884
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1885
+
1886
+
1887
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:37:51 +0200
1888
+ Processing by PagesController#show as HTML
1889
+ Parameters: {"page"=>"posts/index"}
1890
+ Completed 500 Internal Server Error in 1ms
1891
+  (0.5ms) rollback transaction
1892
+  (0.0ms) begin transaction
1893
+  (0.0ms) SAVEPOINT active_record_1
1894
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00]]
1895
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1896
+  (0.0ms) SAVEPOINT active_record_1
1897
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00]]
1898
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1899
+  (0.5ms) rollback transaction
1900
+  (0.0ms) begin transaction
1901
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1902
+  (0.0ms) SAVEPOINT active_record_1
1903
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:37:51 UTC +00:00]]
1904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1905
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1906
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1907
+  (0.6ms) rollback transaction
1908
+  (0.0ms) begin transaction
1909
+  (0.0ms) rollback transaction
1910
+  (0.0ms) begin transaction
1911
+  (0.0ms) rollback transaction
1912
+  (0.1ms) begin transaction
1913
+  (0.0ms) rollback transaction
1914
+  (0.3ms) begin transaction
1915
+  (0.1ms) rollback transaction
1916
+  (0.0ms) begin transaction
1917
+  (0.0ms) SAVEPOINT active_record_1
1918
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:38:34 UTC +00:00]]
1919
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1920
+  (0.0ms) SAVEPOINT active_record_1
1921
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:34 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:38:34 UTC +00:00]]
1922
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1923
+
1924
+
1925
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:38:35 +0200
1926
+ Processing by PagesController#show as HTML
1927
+ Parameters: {"page"=>"posts"}
1928
+ Completed 500 Internal Server Error in 31ms
1929
+  (0.7ms) rollback transaction
1930
+  (0.0ms) begin transaction
1931
+  (0.0ms) SAVEPOINT active_record_1
1932
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00]]
1933
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1934
+  (0.0ms) SAVEPOINT active_record_1
1935
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00]]
1936
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1937
+
1938
+
1939
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:38:35 +0200
1940
+ Processing by PagesController#show as HTML
1941
+ Parameters: {"page"=>"posts/index"}
1942
+ Completed 500 Internal Server Error in 1ms
1943
+  (0.4ms) rollback transaction
1944
+  (0.0ms) begin transaction
1945
+  (0.0ms) SAVEPOINT active_record_1
1946
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00]]
1947
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1948
+  (0.0ms) SAVEPOINT active_record_1
1949
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00]]
1950
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1951
+  (0.7ms) rollback transaction
1952
+  (0.0ms) begin transaction
1953
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1954
+  (0.0ms) SAVEPOINT active_record_1
1955
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:38:35 UTC +00:00]]
1956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1957
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
1958
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1959
+  (0.7ms) rollback transaction
1960
+  (0.0ms) begin transaction
1961
+  (0.0ms) rollback transaction
1962
+  (0.0ms) begin transaction
1963
+  (0.0ms) rollback transaction
1964
+  (0.0ms) begin transaction
1965
+  (0.0ms) rollback transaction
1966
+  (0.3ms) begin transaction
1967
+  (0.1ms) rollback transaction
1968
+  (0.0ms) begin transaction
1969
+  (0.0ms) SAVEPOINT active_record_1
1970
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
1971
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1972
+  (0.0ms) SAVEPOINT active_record_1
1973
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
1974
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1975
+
1976
+
1977
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:41:32 +0200
1978
+ Processing by PagesController#show as HTML
1979
+ Parameters: {"page"=>"posts"}
1980
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1981
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1982
+ Rendered Page - 2 - "posts" within layouts/application (1.7ms)
1983
+ Completed 200 OK in 42ms (Views: 41.3ms | ActiveRecord: 0.3ms)
1984
+  (0.8ms) rollback transaction
1985
+  (0.1ms) begin transaction
1986
+  (0.0ms) SAVEPOINT active_record_1
1987
+ SQL (0.6ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
1988
+  (0.1ms) RELEASE SAVEPOINT active_record_1
1989
+  (0.0ms) SAVEPOINT active_record_1
1990
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
1991
+  (0.0ms) RELEASE SAVEPOINT active_record_1
1992
+
1993
+
1994
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:41:32 +0200
1995
+ Processing by PagesController#show as HTML
1996
+ Parameters: {"page"=>"posts/index"}
1997
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1998
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
1999
+ Completed 200 OK in 4ms (Views: 3.5ms | ActiveRecord: 0.4ms)
2000
+  (0.4ms) rollback transaction
2001
+  (0.0ms) begin transaction
2002
+  (0.0ms) SAVEPOINT active_record_1
2003
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
2004
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2005
+  (0.0ms) SAVEPOINT active_record_1
2006
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
2007
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2008
+  (0.5ms) rollback transaction
2009
+  (0.0ms) begin transaction
2010
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2011
+  (0.0ms) SAVEPOINT active_record_1
2012
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:41:32 UTC +00:00]]
2013
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2014
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2015
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2016
+  (0.5ms) rollback transaction
2017
+  (0.0ms) begin transaction
2018
+  (0.0ms) rollback transaction
2019
+  (0.0ms) begin transaction
2020
+  (0.0ms) rollback transaction
2021
+  (0.0ms) begin transaction
2022
+  (0.0ms) rollback transaction
2023
+  (0.3ms) begin transaction
2024
+  (0.1ms) rollback transaction
2025
+  (0.0ms) begin transaction
2026
+  (0.0ms) SAVEPOINT active_record_1
2027
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2029
+  (0.0ms) SAVEPOINT active_record_1
2030
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2031
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2032
+
2033
+
2034
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:42:09 +0200
2035
+ Processing by PagesController#show as HTML
2036
+ Parameters: {"page"=>"posts"}
2037
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2038
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2039
+ Rendered Page - 2 - "posts" within layouts/application (1.5ms)
2040
+ Completed 200 OK in 41ms (Views: 40.1ms | ActiveRecord: 0.3ms)
2041
+  (0.7ms) rollback transaction
2042
+  (0.1ms) begin transaction
2043
+  (0.0ms) SAVEPOINT active_record_1
2044
+ SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2045
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2046
+  (0.0ms) SAVEPOINT active_record_1
2047
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2048
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2049
+
2050
+
2051
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:42:09 +0200
2052
+ Processing by PagesController#show as HTML
2053
+ Parameters: {"page"=>"posts/index"}
2054
+ Page Load (0.3ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2055
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2056
+ Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.4ms)
2057
+  (0.6ms) rollback transaction
2058
+  (0.0ms) begin transaction
2059
+  (0.0ms) SAVEPOINT active_record_1
2060
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2061
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2062
+  (0.0ms) SAVEPOINT active_record_1
2063
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2064
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2065
+  (0.5ms) rollback transaction
2066
+  (0.0ms) begin transaction
2067
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2068
+  (0.0ms) SAVEPOINT active_record_1
2069
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:42:09 UTC +00:00]]
2070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2071
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2072
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2073
+  (0.5ms) rollback transaction
2074
+  (0.0ms) begin transaction
2075
+  (0.0ms) rollback transaction
2076
+  (0.0ms) begin transaction
2077
+  (0.0ms) rollback transaction
2078
+  (0.0ms) begin transaction
2079
+  (0.0ms) rollback transaction
2080
+  (0.3ms) begin transaction
2081
+  (0.1ms) rollback transaction
2082
+  (0.0ms) begin transaction
2083
+  (0.0ms) SAVEPOINT active_record_1
2084
+ SQL (3.8ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2086
+  (0.0ms) SAVEPOINT active_record_1
2087
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2088
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2089
+
2090
+
2091
+ Started GET "/posts" for 127.0.0.1 at 2012-04-23 21:43:42 +0200
2092
+ Processing by PagesController#show as HTML
2093
+ Parameters: {"page"=>"posts"}
2094
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2095
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2096
+ Rendered Page - 2 - "posts" within layouts/application (1.4ms)
2097
+ Completed 200 OK in 40ms (Views: 39.9ms | ActiveRecord: 0.3ms)
2098
+  (0.5ms) rollback transaction
2099
+  (0.0ms) begin transaction
2100
+  (0.0ms) SAVEPOINT active_record_1
2101
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2102
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2103
+  (0.0ms) SAVEPOINT active_record_1
2104
+ SQL (0.3ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2105
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2106
+
2107
+
2108
+ Started GET "/posts/index" for 127.0.0.1 at 2012-04-23 21:43:42 +0200
2109
+ Processing by PagesController#show as HTML
2110
+ Parameters: {"page"=>"posts/index"}
2111
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2112
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'layouts/pages' AND "pages"."handler" IN ('erb', 'builder') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2113
+ Completed 200 OK in 3ms (Views: 2.5ms | ActiveRecord: 0.3ms)
2114
+  (0.8ms) rollback transaction
2115
+  (0.1ms) begin transaction
2116
+  (0.0ms) SAVEPOINT active_record_1
2117
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2118
+  (0.1ms) RELEASE SAVEPOINT active_record_1
2119
+  (0.0ms) SAVEPOINT active_record_1
2120
+ SQL (0.5ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1><%= \"Hello world from ruby !\" %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2122
+  (0.9ms) rollback transaction
2123
+  (0.0ms) begin transaction
2124
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2125
+  (0.0ms) SAVEPOINT active_record_1
2126
+ SQL (0.4ms) INSERT INTO "pages" ("body", "created_at", "format", "handler", "locale", "partial", "path", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["body", "<h1>You are at <%= 'posts/index' %></h1>"], ["created_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00], ["format", "html"], ["handler", "erb"], ["locale", "en"], ["partial", false], ["path", "posts/index"], ["updated_at", Mon, 23 Apr 2012 19:43:42 UTC +00:00]]
2127
+  (0.0ms) RELEASE SAVEPOINT active_record_1
2128
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('fr') AND "pages"."partial" = 'f'
2129
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" WHERE "pages"."path" = 'posts/index' AND "pages"."handler" IN ('erb') AND "pages"."format" IN ('html') AND "pages"."locale" IN ('en') AND "pages"."partial" = 'f'
2130
+  (0.3ms) rollback transaction
2131
+  (0.0ms) begin transaction
2132
+  (0.0ms) rollback transaction
2133
+  (0.0ms) begin transaction
2134
+  (0.0ms) rollback transaction
2135
+  (0.0ms) begin transaction
2136
+  (0.0ms) rollback transaction