exposed 0.0.1

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