news_feed 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.
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +38 -0
- data/config/locales/en_news_feed.yml +7 -0
- data/lib/app/model/news_feed_event.rb +7 -0
- data/lib/generators/news_feed/news_feed_generator.rb +19 -0
- data/lib/news_feed/acts_as_news_feedable.rb +72 -0
- data/lib/news_feed/news_feed_events.rb +30 -0
- data/lib/news_feed/version.rb +3 -0
- data/lib/news_feed.rb +6 -0
- data/lib/tasks/news_feed_tasks.rake +4 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/models/message.rb +3 -0
- data/test/dummy/app/models/user.rb +3 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/config/application.rb +56 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en_news_feed.yml +7 -0
- data/test/dummy/config/routes.rb +58 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20120806195421_create_users.rb +8 -0
- data/test/dummy/db/migrate/20120806213224_create_news_feed.rb +16 -0
- data/test/dummy/db/migrate/20120806220426_create_messages.rb +8 -0
- data/test/dummy/db/migrate/20120807021300_insert_news_feed_events.rb +21 -0
- data/test/dummy/db/schema.rb +48 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +194 -0
- data/test/dummy/log/test.log +2394 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/fixtures/messages.yml +11 -0
- data/test/dummy/test/fixtures/users.yml +11 -0
- data/test/dummy/test/support/locales/en_news_feed.yml +7 -0
- data/test/dummy/test/unit/messages_test.rb +7 -0
- data/test/dummy/test/unit/user_test.rb +7 -0
- data/test/generators/install_generator_test.rb +13 -0
- data/test/news_feed_test.rb +56 -0
- data/test/test_helper.rb +20 -0
- metadata +215 -0
@@ -0,0 +1,2394 @@
|
|
1
|
+
Connecting to database specified by database.yml
|
2
|
+
Connecting to database specified by database.yml
|
3
|
+
Connecting to database specified by database.yml
|
4
|
+
Connecting to database specified by database.yml
|
5
|
+
[1m[36m (2.7ms)[0m [1mbegin transaction[0m
|
6
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7
|
+
Connecting to database specified by database.yml
|
8
|
+
[1m[36m (0.5ms)[0m [1mbegin transaction[0m
|
9
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
10
|
+
Connecting to database specified by database.yml
|
11
|
+
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
12
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
13
|
+
Connecting to database specified by database.yml
|
14
|
+
Connecting to database specified by database.yml
|
15
|
+
Connecting to database specified by database.yml
|
16
|
+
Connecting to database specified by database.yml
|
17
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
18
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
19
|
+
Connecting to database specified by database.yml
|
20
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
21
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
22
|
+
Connecting to database specified by database.yml
|
23
|
+
Connecting to database specified by database.yml
|
24
|
+
Connecting to database specified by database.yml
|
25
|
+
Connecting to database specified by database.yml
|
26
|
+
Connecting to database specified by database.yml
|
27
|
+
Connecting to database specified by database.yml
|
28
|
+
Connecting to database specified by database.yml
|
29
|
+
Connecting to database specified by database.yml
|
30
|
+
Connecting to database specified by database.yml
|
31
|
+
Connecting to database specified by database.yml
|
32
|
+
Connecting to database specified by database.yml
|
33
|
+
Connecting to database specified by database.yml
|
34
|
+
Connecting to database specified by database.yml
|
35
|
+
Connecting to database specified by database.yml
|
36
|
+
Connecting to database specified by database.yml
|
37
|
+
Connecting to database specified by database.yml
|
38
|
+
Connecting to database specified by database.yml
|
39
|
+
Connecting to database specified by database.yml
|
40
|
+
Connecting to database specified by database.yml
|
41
|
+
Connecting to database specified by database.yml
|
42
|
+
Connecting to database specified by database.yml
|
43
|
+
Connecting to database specified by database.yml
|
44
|
+
Connecting to database specified by database.yml
|
45
|
+
Connecting to database specified by database.yml
|
46
|
+
Connecting to database specified by database.yml
|
47
|
+
Connecting to database specified by database.yml
|
48
|
+
Connecting to database specified by database.yml
|
49
|
+
Connecting to database specified by database.yml
|
50
|
+
Connecting to database specified by database.yml
|
51
|
+
Connecting to database specified by database.yml
|
52
|
+
Connecting to database specified by database.yml
|
53
|
+
Connecting to database specified by database.yml
|
54
|
+
Connecting to database specified by database.yml
|
55
|
+
Connecting to database specified by database.yml
|
56
|
+
Connecting to database specified by database.yml
|
57
|
+
Connecting to database specified by database.yml
|
58
|
+
Connecting to database specified by database.yml
|
59
|
+
Connecting to database specified by database.yml
|
60
|
+
Connecting to database specified by database.yml
|
61
|
+
Connecting to database specified by database.yml
|
62
|
+
Connecting to database specified by database.yml
|
63
|
+
Connecting to database specified by database.yml
|
64
|
+
Connecting to database specified by database.yml
|
65
|
+
Connecting to database specified by database.yml
|
66
|
+
Connecting to database specified by database.yml
|
67
|
+
Connecting to database specified by database.yml
|
68
|
+
Connecting to database specified by database.yml
|
69
|
+
Connecting to database specified by database.yml
|
70
|
+
Connecting to database specified by database.yml
|
71
|
+
Connecting to database specified by database.yml
|
72
|
+
Connecting to database specified by database.yml
|
73
|
+
Connecting to database specified by database.yml
|
74
|
+
Connecting to database specified by database.yml
|
75
|
+
Connecting to database specified by database.yml
|
76
|
+
Connecting to database specified by database.yml
|
77
|
+
Connecting to database specified by database.yml
|
78
|
+
Connecting to database specified by database.yml
|
79
|
+
Connecting to database specified by database.yml
|
80
|
+
Connecting to database specified by database.yml
|
81
|
+
Connecting to database specified by database.yml
|
82
|
+
Connecting to database specified by database.yml
|
83
|
+
Connecting to database specified by database.yml
|
84
|
+
Connecting to database specified by database.yml
|
85
|
+
Connecting to database specified by database.yml
|
86
|
+
Connecting to database specified by database.yml
|
87
|
+
Connecting to database specified by database.yml
|
88
|
+
Connecting to database specified by database.yml
|
89
|
+
Connecting to database specified by database.yml
|
90
|
+
Connecting to database specified by database.yml
|
91
|
+
Connecting to database specified by database.yml
|
92
|
+
Connecting to database specified by database.yml
|
93
|
+
Connecting to database specified by database.yml
|
94
|
+
Connecting to database specified by database.yml
|
95
|
+
Connecting to database specified by database.yml
|
96
|
+
Connecting to database specified by database.yml
|
97
|
+
Connecting to database specified by database.yml
|
98
|
+
Connecting to database specified by database.yml
|
99
|
+
Connecting to database specified by database.yml
|
100
|
+
Connecting to database specified by database.yml
|
101
|
+
Connecting to database specified by database.yml
|
102
|
+
Connecting to database specified by database.yml
|
103
|
+
Connecting to database specified by database.yml
|
104
|
+
Connecting to database specified by database.yml
|
105
|
+
Connecting to database specified by database.yml
|
106
|
+
Connecting to database specified by database.yml
|
107
|
+
Connecting to database specified by database.yml
|
108
|
+
Connecting to database specified by database.yml
|
109
|
+
Connecting to database specified by database.yml
|
110
|
+
Connecting to database specified by database.yml
|
111
|
+
Connecting to database specified by database.yml
|
112
|
+
Connecting to database specified by database.yml
|
113
|
+
Connecting to database specified by database.yml
|
114
|
+
Connecting to database specified by database.yml
|
115
|
+
Connecting to database specified by database.yml
|
116
|
+
Connecting to database specified by database.yml
|
117
|
+
Connecting to database specified by database.yml
|
118
|
+
Connecting to database specified by database.yml
|
119
|
+
Connecting to database specified by database.yml
|
120
|
+
Connecting to database specified by database.yml
|
121
|
+
Connecting to database specified by database.yml
|
122
|
+
Connecting to database specified by database.yml
|
123
|
+
Connecting to database specified by database.yml
|
124
|
+
Connecting to database specified by database.yml
|
125
|
+
Connecting to database specified by database.yml
|
126
|
+
Connecting to database specified by database.yml
|
127
|
+
Connecting to database specified by database.yml
|
128
|
+
Connecting to database specified by database.yml
|
129
|
+
Connecting to database specified by database.yml
|
130
|
+
Connecting to database specified by database.yml
|
131
|
+
Connecting to database specified by database.yml
|
132
|
+
Connecting to database specified by database.yml
|
133
|
+
Connecting to database specified by database.yml
|
134
|
+
Connecting to database specified by database.yml
|
135
|
+
Connecting to database specified by database.yml
|
136
|
+
Connecting to database specified by database.yml
|
137
|
+
Connecting to database specified by database.yml
|
138
|
+
Connecting to database specified by database.yml
|
139
|
+
Connecting to database specified by database.yml
|
140
|
+
Connecting to database specified by database.yml
|
141
|
+
Connecting to database specified by database.yml
|
142
|
+
Connecting to database specified by database.yml
|
143
|
+
Connecting to database specified by database.yml
|
144
|
+
Connecting to database specified by database.yml
|
145
|
+
Connecting to database specified by database.yml
|
146
|
+
Connecting to database specified by database.yml
|
147
|
+
Connecting to database specified by database.yml
|
148
|
+
Connecting to database specified by database.yml
|
149
|
+
Connecting to database specified by database.yml
|
150
|
+
Connecting to database specified by database.yml
|
151
|
+
Connecting to database specified by database.yml
|
152
|
+
Connecting to database specified by database.yml
|
153
|
+
Connecting to database specified by database.yml
|
154
|
+
Connecting to database specified by database.yml
|
155
|
+
Connecting to database specified by database.yml
|
156
|
+
Connecting to database specified by database.yml
|
157
|
+
Connecting to database specified by database.yml
|
158
|
+
Connecting to database specified by database.yml
|
159
|
+
Connecting to database specified by database.yml
|
160
|
+
Connecting to database specified by database.yml
|
161
|
+
Connecting to database specified by database.yml
|
162
|
+
Connecting to database specified by database.yml
|
163
|
+
Connecting to database specified by database.yml
|
164
|
+
Connecting to database specified by database.yml
|
165
|
+
Connecting to database specified by database.yml
|
166
|
+
Connecting to database specified by database.yml
|
167
|
+
Connecting to database specified by database.yml
|
168
|
+
Connecting to database specified by database.yml
|
169
|
+
Connecting to database specified by database.yml
|
170
|
+
Connecting to database specified by database.yml
|
171
|
+
Connecting to database specified by database.yml
|
172
|
+
Connecting to database specified by database.yml
|
173
|
+
Connecting to database specified by database.yml
|
174
|
+
Connecting to database specified by database.yml
|
175
|
+
Connecting to database specified by database.yml
|
176
|
+
Connecting to database specified by database.yml
|
177
|
+
Connecting to database specified by database.yml
|
178
|
+
Connecting to database specified by database.yml
|
179
|
+
Connecting to database specified by database.yml
|
180
|
+
Connecting to database specified by database.yml
|
181
|
+
Connecting to database specified by database.yml
|
182
|
+
Connecting to database specified by database.yml
|
183
|
+
Connecting to database specified by database.yml
|
184
|
+
Connecting to database specified by database.yml
|
185
|
+
Connecting to database specified by database.yml
|
186
|
+
Connecting to database specified by database.yml
|
187
|
+
Connecting to database specified by database.yml
|
188
|
+
Connecting to database specified by database.yml
|
189
|
+
Connecting to database specified by database.yml
|
190
|
+
Connecting to database specified by database.yml
|
191
|
+
Connecting to database specified by database.yml
|
192
|
+
Connecting to database specified by database.yml
|
193
|
+
Connecting to database specified by database.yml
|
194
|
+
Connecting to database specified by database.yml
|
195
|
+
Connecting to database specified by database.yml
|
196
|
+
Connecting to database specified by database.yml
|
197
|
+
Connecting to database specified by database.yml
|
198
|
+
Connecting to database specified by database.yml
|
199
|
+
Connecting to database specified by database.yml
|
200
|
+
Connecting to database specified by database.yml
|
201
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
202
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
203
|
+
Connecting to database specified by database.yml
|
204
|
+
Connecting to database specified by database.yml
|
205
|
+
Connecting to database specified by database.yml
|
206
|
+
Connecting to database specified by database.yml
|
207
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
208
|
+
[1m[35mSQL (139.7ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:41:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:41:27 UTC +00:00]]
|
209
|
+
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
|
210
|
+
[1m[35m (0.1ms)[0m begin transaction
|
211
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:41:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:41:27 UTC +00:00]]
|
212
|
+
[1m[35m (1.5ms)[0m commit transaction
|
213
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
214
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:41:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:41:27 UTC +00:00]]
|
215
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
216
|
+
Connecting to database specified by database.yml
|
217
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
218
|
+
[1m[35mSQL (3.8ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:41:48 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:41:48 UTC +00:00]]
|
219
|
+
[1m[36m (7.2ms)[0m [1mcommit transaction[0m
|
220
|
+
[1m[35m (0.1ms)[0m begin transaction
|
221
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:41:48 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:41:48 UTC +00:00]]
|
222
|
+
[1m[35m (2.5ms)[0m commit transaction
|
223
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
224
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:41:48 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:41:48 UTC +00:00]]
|
225
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
226
|
+
[1m[35m (0.0ms)[0m begin transaction
|
227
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "timestamp") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["event_type", :Create], ["object_id", 2], ["object_type", "Message"], ["recipient_id", 3], ["recipient_type", "User"], ["sender_id", 4], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["timestamp", nil]]
|
228
|
+
[1m[35m (0.9ms)[0m commit transaction
|
229
|
+
Connecting to database specified by database.yml
|
230
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
231
|
+
[1m[35mSQL (6.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:42:23 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:42:23 UTC +00:00]]
|
232
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
233
|
+
[1m[35m (0.1ms)[0m begin transaction
|
234
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:42:23 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:42:23 UTC +00:00]]
|
235
|
+
[1m[35m (1.6ms)[0m commit transaction
|
236
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
237
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:42:23 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:42:23 UTC +00:00]]
|
238
|
+
[1m[36m (4.3ms)[0m [1mcommit transaction[0m
|
239
|
+
[1m[35m (0.1ms)[0m begin transaction
|
240
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "timestamp") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["event_type", :Create], ["object_id", 3], ["object_type", "Message"], ["recipient_id", 5], ["recipient_type", "User"], ["sender_id", 6], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["timestamp", nil]]
|
241
|
+
[1m[35m (1.4ms)[0m commit transaction
|
242
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 3[0m
|
243
|
+
Connecting to database specified by database.yml
|
244
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
245
|
+
[1m[35mSQL (3.8ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:46:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:46:51 UTC +00:00]]
|
246
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
247
|
+
[1m[35m (0.0ms)[0m begin transaction
|
248
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:46:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:46:51 UTC +00:00]]
|
249
|
+
[1m[35m (1.2ms)[0m commit transaction
|
250
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
251
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:46:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:46:51 UTC +00:00]]
|
252
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
253
|
+
[1m[35m (0.1ms)[0m begin transaction
|
254
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["event_type", :Create], ["object_id", 1], ["object_type", "Message"], ["recipient_id", 1], ["recipient_type", "User"], ["sender_id", 2], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"]]
|
255
|
+
[1m[35m (1.0ms)[0m commit transaction
|
256
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 1[0m
|
257
|
+
Connecting to database specified by database.yml
|
258
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
259
|
+
[1m[35mSQL (5.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00]]
|
260
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
261
|
+
[1m[35m (0.1ms)[0m begin transaction
|
262
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00]]
|
263
|
+
[1m[35m (0.9ms)[0m commit transaction
|
264
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
265
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00]]
|
266
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
267
|
+
[1m[35m (0.1ms)[0m begin transaction
|
268
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00], ["event_type", :Create], ["object_id", 1], ["object_type", "Message"], ["recipient_id", 1], ["recipient_type", "User"], ["sender_id", 2], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:47:58 UTC +00:00]]
|
269
|
+
[1m[35m (1.3ms)[0m commit transaction
|
270
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 1[0m
|
271
|
+
Connecting to database specified by database.yml
|
272
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
273
|
+
[1m[35mSQL (11.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00]]
|
274
|
+
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
|
275
|
+
[1m[35m (0.0ms)[0m begin transaction
|
276
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00]]
|
277
|
+
[1m[35m (1.2ms)[0m commit transaction
|
278
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
279
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00]]
|
280
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
281
|
+
[1m[35m (0.1ms)[0m begin transaction
|
282
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00], ["event_type", :Create], ["object_id", 2], ["object_type", "Message"], ["recipient_id", 3], ["recipient_type", "User"], ["sender_id", 4], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:49:51 UTC +00:00]]
|
283
|
+
[1m[35m (3.9ms)[0m commit transaction
|
284
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 2[0m
|
285
|
+
Connecting to database specified by database.yml
|
286
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
287
|
+
[1m[35mSQL (5.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00]]
|
288
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
289
|
+
[1m[35m (0.1ms)[0m begin transaction
|
290
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00]]
|
291
|
+
[1m[35m (1.2ms)[0m commit transaction
|
292
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
293
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00]]
|
294
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
295
|
+
[1m[35m (0.1ms)[0m begin transaction
|
296
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00], ["event_type", :Create], ["object_id", 3], ["object_type", "Message"], ["recipient_id", 5], ["recipient_type", "User"], ["sender_id", 6], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:50:11 UTC +00:00]]
|
297
|
+
[1m[35m (8.1ms)[0m commit transaction
|
298
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 3 LIMIT 1[0m
|
299
|
+
Connecting to database specified by database.yml
|
300
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
301
|
+
[1m[35mSQL (4.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00]]
|
302
|
+
[1m[36m (7.3ms)[0m [1mcommit transaction[0m
|
303
|
+
[1m[35m (0.0ms)[0m begin transaction
|
304
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00]]
|
305
|
+
[1m[35m (1.6ms)[0m commit transaction
|
306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
307
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00]]
|
308
|
+
[1m[36m (7.5ms)[0m [1mcommit transaction[0m
|
309
|
+
[1m[35m (0.1ms)[0m begin transaction
|
310
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00], ["event_type", :Create], ["object_id", 4], ["object_type", "Message"], ["recipient_id", 7], ["recipient_type", "User"], ["sender_id", 8], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:51:51 UTC +00:00]]
|
311
|
+
[1m[35m (1.1ms)[0m commit transaction
|
312
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 4 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
313
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
314
|
+
Connecting to database specified by database.yml
|
315
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
316
|
+
[1m[35mSQL (19.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00]]
|
317
|
+
[1m[36m (11.4ms)[0m [1mcommit transaction[0m
|
318
|
+
[1m[35m (0.1ms)[0m begin transaction
|
319
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00]]
|
320
|
+
[1m[35m (0.9ms)[0m commit transaction
|
321
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
322
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00]]
|
323
|
+
[1m[36m (7.8ms)[0m [1mcommit transaction[0m
|
324
|
+
[1m[35m (0.1ms)[0m begin transaction
|
325
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00], ["event_type", :Create], ["object_id", 5], ["object_type", "Message"], ["recipient_id", 9], ["recipient_type", "User"], ["sender_id", 10], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:52:46 UTC +00:00]]
|
326
|
+
[1m[35m (5.1ms)[0m commit transaction
|
327
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 5[0m
|
328
|
+
Connecting to database specified by database.yml
|
329
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
330
|
+
[1m[35mSQL (4.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00]]
|
331
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
332
|
+
[1m[35m (0.0ms)[0m begin transaction
|
333
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00]]
|
334
|
+
[1m[35m (0.8ms)[0m commit transaction
|
335
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
336
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00]]
|
337
|
+
[1m[36m (5.0ms)[0m [1mcommit transaction[0m
|
338
|
+
[1m[35m (0.1ms)[0m begin transaction
|
339
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00], ["event_type", :Create], ["object_id", 6], ["object_type", "Message"], ["recipient_id", 11], ["recipient_type", "User"], ["sender_id", 12], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:53:31 UTC +00:00]]
|
340
|
+
[1m[35m (1.2ms)[0m commit transaction
|
341
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 11[0m
|
342
|
+
Connecting to database specified by database.yml
|
343
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
344
|
+
[1m[35mSQL (3.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00]]
|
345
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
346
|
+
[1m[35m (0.1ms)[0m begin transaction
|
347
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00]]
|
348
|
+
[1m[35m (1.0ms)[0m commit transaction
|
349
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
350
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00]]
|
351
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
352
|
+
[1m[35m (0.1ms)[0m begin transaction
|
353
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00], ["event_type", :Create], ["object_id", 7], ["object_type", "Message"], ["recipient_id", 13], ["recipient_type", "User"], ["sender_id", 14], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 20:53:55 UTC +00:00]]
|
354
|
+
[1m[35m (10.2ms)[0m commit transaction
|
355
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 13 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
356
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
357
|
+
Connecting to database specified by database.yml
|
358
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
359
|
+
[1m[35mSQL (5.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
360
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
361
|
+
[1m[35m (0.1ms)[0m begin transaction
|
362
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
363
|
+
[1m[35m (0.9ms)[0m commit transaction
|
364
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
365
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
366
|
+
[1m[36m (6.2ms)[0m [1mcommit transaction[0m
|
367
|
+
[1m[35m (0.1ms)[0m begin transaction
|
368
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["event_type", :Create], ["object_id", 8], ["object_type", "Message"], ["recipient_id", 15], ["recipient_type", "User"], ["sender_id", 16], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
369
|
+
[1m[35m (5.7ms)[0m commit transaction
|
370
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 8 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
371
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
372
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
373
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
374
|
+
[1m[36m (11.8ms)[0m [1mcommit transaction[0m
|
375
|
+
[1m[35m (0.1ms)[0m begin transaction
|
376
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
377
|
+
[1m[35m (8.2ms)[0m commit transaction
|
378
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
379
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
380
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
381
|
+
[1m[35m (0.0ms)[0m begin transaction
|
382
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["event_type", :Updated], ["object_id", 9], ["object_type", "Message"], ["recipient_id", 17], ["recipient_type", "User"], ["sender_id", 18], ["sender_type", 0], ["text", nil], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
383
|
+
[1m[35m (1.7ms)[0m commit transaction
|
384
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 17 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
385
|
+
[1m[35m (0.0ms)[0m begin transaction
|
386
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
387
|
+
[1m[35m (4.0ms)[0m commit transaction
|
388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
389
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
390
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
391
|
+
[1m[35m (0.1ms)[0m begin transaction
|
392
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
393
|
+
[1m[35m (8.6ms)[0m commit transaction
|
394
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
395
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["event_type", :Send], ["object_id", 10], ["object_type", "Message"], ["recipient_id", 19], ["recipient_type", "User"], ["sender_id", 20], ["sender_type", 0], ["text", nil], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
396
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
397
|
+
[1m[35m (0.1ms)[0m begin transaction
|
398
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["event_type", :Send], ["object_id", 10], ["object_type", "Message"], ["recipient_id", 20], ["recipient_type", "User"], ["sender_id", 20], ["sender_type", 0], ["text", nil], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
399
|
+
[1m[35m (1.0ms)[0m commit transaction
|
400
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 19[0m
|
401
|
+
[1m[35m (0.1ms)[0m begin transaction
|
402
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
403
|
+
[1m[35m (3.5ms)[0m commit transaction
|
404
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
405
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
406
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
407
|
+
[1m[35m (0.1ms)[0m begin transaction
|
408
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
409
|
+
[1m[35m (1.4ms)[0m commit transaction
|
410
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
411
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00], ["event_type", :Updated], ["object_id", 22], ["object_type", "User"], ["recipient_id", 22], ["recipient_type", "User"], ["sender_id", 22], ["sender_type", 0], ["text", nil], ["updated_at", Tue, 07 Aug 2012 21:03:01 UTC +00:00]]
|
412
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
413
|
+
[1m[35mNewsFeedEvent Load (0.3ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 21 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
414
|
+
Connecting to database specified by database.yml
|
415
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
416
|
+
[1m[35mSQL (15.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
417
|
+
[1m[36m (4.6ms)[0m [1mcommit transaction[0m
|
418
|
+
[1m[35m (0.1ms)[0m begin transaction
|
419
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
420
|
+
[1m[35m (8.0ms)[0m commit transaction
|
421
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
422
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
423
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
424
|
+
[1m[35m (0.1ms)[0m begin transaction
|
425
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["event_type", :Create], ["object_id", 12], ["object_type", "Message"], ["recipient_id", 23], ["recipient_type", "User"], ["sender_id", 24], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
426
|
+
[1m[35m (9.3ms)[0m commit transaction
|
427
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 23 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
428
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
429
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
430
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
431
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
432
|
+
[1m[35m (0.1ms)[0m begin transaction
|
433
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
434
|
+
[1m[35m (1.4ms)[0m commit transaction
|
435
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
436
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
437
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
438
|
+
[1m[35m (0.1ms)[0m begin transaction
|
439
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
440
|
+
[1m[35m (1.2ms)[0m commit transaction
|
441
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
442
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
443
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
444
|
+
[1m[35m (0.1ms)[0m begin transaction
|
445
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
446
|
+
[1m[35m (1.1ms)[0m commit transaction
|
447
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
448
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
449
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
450
|
+
[1m[35m (0.0ms)[0m begin transaction
|
451
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
452
|
+
[1m[35m (0.9ms)[0m commit transaction
|
453
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
454
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:05:28 UTC +00:00]]
|
455
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
456
|
+
Connecting to database specified by database.yml
|
457
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
458
|
+
[1m[35mSQL (10.7ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
459
|
+
[1m[36m (5.8ms)[0m [1mcommit transaction[0m
|
460
|
+
[1m[35m (0.1ms)[0m begin transaction
|
461
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
462
|
+
[1m[35m (2.2ms)[0m commit transaction
|
463
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
464
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
465
|
+
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
|
466
|
+
[1m[35m (0.1ms)[0m begin transaction
|
467
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["event_type", :Create], ["object_id", 16], ["object_type", "Message"], ["recipient_id", 31], ["recipient_type", "User"], ["sender_id", 32], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
468
|
+
[1m[35m (1.3ms)[0m commit transaction
|
469
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 31 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
470
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
471
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
472
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
473
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
474
|
+
[1m[35m (0.0ms)[0m begin transaction
|
475
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
476
|
+
[1m[35m (0.8ms)[0m commit transaction
|
477
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
478
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
479
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
480
|
+
[1m[35m (0.0ms)[0m begin transaction
|
481
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["event_type", :Delete], ["object_id", 17], ["object_type", "Message"], ["recipient_id", 33], ["recipient_type", "User"], ["sender_id", 34], ["sender_type", 0], ["text", "translation missing: en.news_feeds.delete_object"], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
482
|
+
[1m[35m (9.1ms)[0m commit transaction
|
483
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 33 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
484
|
+
[1m[35m (0.1ms)[0m begin transaction
|
485
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
486
|
+
[1m[35m (0.9ms)[0m commit transaction
|
487
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
488
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
489
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
490
|
+
[1m[35m (0.0ms)[0m begin transaction
|
491
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
492
|
+
[1m[35m (0.9ms)[0m commit transaction
|
493
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
494
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["event_type", :Send], ["object_id", 18], ["object_type", "Message"], ["recipient_id", 35], ["recipient_type", "User"], ["sender_id", 36], ["sender_type", 0], ["text", "translation missing: en.news_feeds.send_object"], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
495
|
+
[1m[36m (9.1ms)[0m [1mcommit transaction[0m
|
496
|
+
[1m[35m (0.0ms)[0m begin transaction
|
497
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["event_type", :Send], ["object_id", 18], ["object_type", "Message"], ["recipient_id", 36], ["recipient_type", "User"], ["sender_id", 36], ["sender_type", 0], ["text", "translation missing: en.news_feeds.send_object"], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
498
|
+
[1m[35m (1.0ms)[0m commit transaction
|
499
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 35[0m
|
500
|
+
[1m[35m (0.1ms)[0m begin transaction
|
501
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
502
|
+
[1m[35m (1.0ms)[0m commit transaction
|
503
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
504
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
505
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
506
|
+
[1m[35m (0.0ms)[0m begin transaction
|
507
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
508
|
+
[1m[35m (0.9ms)[0m commit transaction
|
509
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
510
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00], ["event_type", :Update], ["object_id", 38], ["object_type", "User"], ["recipient_id", 38], ["recipient_type", "User"], ["sender_id", 38], ["sender_type", 0], ["text", "translation missing: en.news_feeds.update_object"], ["updated_at", Tue, 07 Aug 2012 21:08:42 UTC +00:00]]
|
511
|
+
[1m[36m (8.6ms)[0m [1mcommit transaction[0m
|
512
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 37 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
513
|
+
Connecting to database specified by database.yml
|
514
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
515
|
+
[1m[35mSQL (5.7ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
516
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
517
|
+
[1m[35m (0.1ms)[0m begin transaction
|
518
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
519
|
+
[1m[35m (1.0ms)[0m commit transaction
|
520
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
521
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
522
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
523
|
+
[1m[35m (0.1ms)[0m begin transaction
|
524
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["event_type", :Create], ["object_id", 20], ["object_type", "Message"], ["recipient_id", 39], ["recipient_type", "User"], ["sender_id", 40], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
525
|
+
[1m[35m (1.1ms)[0m commit transaction
|
526
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 39 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
527
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
528
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
529
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
530
|
+
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
|
531
|
+
[1m[35m (0.1ms)[0m begin transaction
|
532
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
533
|
+
[1m[35m (2.3ms)[0m commit transaction
|
534
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
535
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
536
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
537
|
+
[1m[35m (0.1ms)[0m begin transaction
|
538
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["event_type", :Delete], ["object_id", 21], ["object_type", "Message"], ["recipient_id", 41], ["recipient_type", "User"], ["sender_id", 42], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
539
|
+
[1m[35m (3.2ms)[0m commit transaction
|
540
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 41 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
541
|
+
[1m[35m (0.1ms)[0m begin transaction
|
542
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
543
|
+
[1m[35m (2.7ms)[0m commit transaction
|
544
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
545
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
546
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
547
|
+
[1m[35m (0.0ms)[0m begin transaction
|
548
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
549
|
+
[1m[35m (1.0ms)[0m commit transaction
|
550
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
551
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["event_type", :Send], ["object_id", 22], ["object_type", "Message"], ["recipient_id", 43], ["recipient_type", "User"], ["sender_id", 44], ["sender_type", 0], ["text", "Bob Smith has sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
552
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
553
|
+
[1m[35m (0.1ms)[0m begin transaction
|
554
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["event_type", :Send], ["object_id", 22], ["object_type", "Message"], ["recipient_id", 44], ["recipient_type", "User"], ["sender_id", 44], ["sender_type", 0], ["text", "You have sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
555
|
+
[1m[35m (1.1ms)[0m commit transaction
|
556
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 43[0m
|
557
|
+
[1m[35m (0.1ms)[0m begin transaction
|
558
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
559
|
+
[1m[35m (1.1ms)[0m commit transaction
|
560
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
561
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
562
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
563
|
+
[1m[35m (0.1ms)[0m begin transaction
|
564
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
565
|
+
[1m[35m (1.0ms)[0m commit transaction
|
566
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
567
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00], ["event_type", :Update], ["object_id", 46], ["object_type", "User"], ["recipient_id", 46], ["recipient_type", "User"], ["sender_id", 46], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:09:53 UTC +00:00]]
|
568
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
569
|
+
[1m[35mNewsFeedEvent Load (0.3ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 45 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
570
|
+
Connecting to database specified by database.yml
|
571
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
572
|
+
[1m[35mSQL (3.8ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
573
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
574
|
+
[1m[35m (0.0ms)[0m begin transaction
|
575
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
576
|
+
[1m[35m (1.0ms)[0m commit transaction
|
577
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
578
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
579
|
+
[1m[36m (3.7ms)[0m [1mcommit transaction[0m
|
580
|
+
[1m[35m (0.1ms)[0m begin transaction
|
581
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["event_type", :Create], ["object_id", 24], ["object_type", "Message"], ["recipient_id", 47], ["recipient_type", "User"], ["sender_id", 48], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
582
|
+
[1m[35m (1.0ms)[0m commit transaction
|
583
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 47 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
584
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
585
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
586
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
587
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
588
|
+
[1m[35m (0.0ms)[0m begin transaction
|
589
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
590
|
+
[1m[35m (1.1ms)[0m commit transaction
|
591
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
592
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
593
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
594
|
+
[1m[35m (0.0ms)[0m begin transaction
|
595
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["event_type", :Delete], ["object_id", 25], ["object_type", "Message"], ["recipient_id", 49], ["recipient_type", "User"], ["sender_id", 50], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
596
|
+
[1m[35m (0.9ms)[0m commit transaction
|
597
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 49 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
598
|
+
[1m[35m (0.0ms)[0m begin transaction
|
599
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
600
|
+
[1m[35m (0.9ms)[0m commit transaction
|
601
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
602
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
603
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
604
|
+
[1m[35m (0.0ms)[0m begin transaction
|
605
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
606
|
+
[1m[35m (0.8ms)[0m commit transaction
|
607
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
608
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["event_type", :Send], ["object_id", 26], ["object_type", "Message"], ["recipient_id", 51], ["recipient_type", "User"], ["sender_id", 52], ["sender_type", 0], ["text", "Bob Smith has sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
609
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
610
|
+
[1m[35m (0.0ms)[0m begin transaction
|
611
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["event_type", :Send], ["object_id", 26], ["object_type", "Message"], ["recipient_id", 52], ["recipient_type", "User"], ["sender_id", 52], ["sender_type", 0], ["text", "You have sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
612
|
+
[1m[35m (1.0ms)[0m commit transaction
|
613
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 51[0m
|
614
|
+
[1m[35m (0.1ms)[0m begin transaction
|
615
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
616
|
+
[1m[35m (1.1ms)[0m commit transaction
|
617
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
618
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
619
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
620
|
+
[1m[35m (0.0ms)[0m begin transaction
|
621
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
622
|
+
[1m[35m (1.1ms)[0m commit transaction
|
623
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
624
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00], ["event_type", :Update], ["object_id", 54], ["object_type", "User"], ["recipient_id", 54], ["recipient_type", "User"], ["sender_id", 54], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:10:49 UTC +00:00]]
|
625
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
626
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 53 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
627
|
+
Connecting to database specified by database.yml
|
628
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
629
|
+
[1m[35mSQL (5.8ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
630
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
631
|
+
[1m[35m (0.1ms)[0m begin transaction
|
632
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
633
|
+
[1m[35m (1.1ms)[0m commit transaction
|
634
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
635
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
636
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
637
|
+
[1m[35m (0.1ms)[0m begin transaction
|
638
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["event_type", :Create], ["object_id", 28], ["object_type", "Message"], ["recipient_id", 55], ["recipient_type", "User"], ["sender_id", 56], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
639
|
+
[1m[35m (1.1ms)[0m commit transaction
|
640
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 55 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
641
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
642
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
643
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
644
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
645
|
+
[1m[35m (0.0ms)[0m begin transaction
|
646
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
647
|
+
[1m[35m (0.9ms)[0m commit transaction
|
648
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
649
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
650
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
651
|
+
[1m[35m (0.0ms)[0m begin transaction
|
652
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["event_type", :Delete], ["object_id", 29], ["object_type", "Message"], ["recipient_id", 57], ["recipient_type", "User"], ["sender_id", 58], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
653
|
+
[1m[35m (1.4ms)[0m commit transaction
|
654
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 57 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
655
|
+
[1m[35m (0.1ms)[0m begin transaction
|
656
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
657
|
+
[1m[35m (1.4ms)[0m commit transaction
|
658
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
659
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
660
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
661
|
+
[1m[35m (0.0ms)[0m begin transaction
|
662
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
663
|
+
[1m[35m (1.1ms)[0m commit transaction
|
664
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
665
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["event_type", :Send], ["object_id", 30], ["object_type", "Message"], ["recipient_id", 59], ["recipient_type", "User"], ["sender_id", 60], ["sender_type", 0], ["text", "Bob Smith has sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
666
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
667
|
+
[1m[35m (0.0ms)[0m begin transaction
|
668
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["event_type", :Send], ["object_id", 30], ["object_type", "Message"], ["recipient_id", 60], ["recipient_type", "User"], ["sender_id", 60], ["sender_type", 0], ["text", "You have sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
669
|
+
[1m[35m (1.1ms)[0m commit transaction
|
670
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" [0m
|
671
|
+
[1m[35m (0.1ms)[0m begin transaction
|
672
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
673
|
+
[1m[35m (3.1ms)[0m commit transaction
|
674
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
675
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
676
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
677
|
+
[1m[35m (0.1ms)[0m begin transaction
|
678
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
679
|
+
[1m[35m (2.5ms)[0m commit transaction
|
680
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
681
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00], ["event_type", :Update], ["object_id", 62], ["object_type", "User"], ["recipient_id", 62], ["recipient_type", "User"], ["sender_id", 62], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:11:19 UTC +00:00]]
|
682
|
+
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
683
|
+
[1m[35mNewsFeedEvent Load (0.3ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 61 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
684
|
+
Connecting to database specified by database.yml
|
685
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
686
|
+
[1m[35mSQL (6.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00]]
|
687
|
+
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
688
|
+
[1m[35m (0.1ms)[0m begin transaction
|
689
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00]]
|
690
|
+
[1m[35m (0.9ms)[0m commit transaction
|
691
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
692
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00]]
|
693
|
+
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
|
694
|
+
[1m[35m (0.1ms)[0m begin transaction
|
695
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00], ["event_type", :Create], ["object_id", 32], ["object_type", "Message"], ["recipient_id", 63], ["recipient_type", "User"], ["sender_id", 64], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:30 UTC +00:00]]
|
696
|
+
[1m[35m (1.2ms)[0m commit transaction
|
697
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 63 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
698
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
699
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
700
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
701
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
702
|
+
[1m[35m (0.1ms)[0m begin transaction
|
703
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
704
|
+
[1m[35m (1.1ms)[0m commit transaction
|
705
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
706
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
707
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
708
|
+
[1m[35m (0.1ms)[0m begin transaction
|
709
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["event_type", :Delete], ["object_id", 33], ["object_type", "Message"], ["recipient_id", 65], ["recipient_type", "User"], ["sender_id", 66], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
710
|
+
[1m[35m (1.3ms)[0m commit transaction
|
711
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 65 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
712
|
+
[1m[35m (0.0ms)[0m begin transaction
|
713
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
714
|
+
[1m[35m (1.3ms)[0m commit transaction
|
715
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
716
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
717
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
718
|
+
[1m[35m (0.0ms)[0m begin transaction
|
719
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
720
|
+
[1m[35m (1.1ms)[0m commit transaction
|
721
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
722
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["event_type", :Send], ["object_id", 34], ["object_type", "Message"], ["recipient_id", 67], ["recipient_type", "User"], ["sender_id", 68], ["sender_type", 0], ["text", "Bob Smith has sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
723
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
724
|
+
[1m[35m (0.1ms)[0m begin transaction
|
725
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["event_type", :Send], ["object_id", 34], ["object_type", "Message"], ["recipient_id", 68], ["recipient_type", "User"], ["sender_id", 68], ["sender_type", 0], ["text", "You have sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
726
|
+
[1m[35m (1.7ms)[0m commit transaction
|
727
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" [0m
|
728
|
+
[1m[35m (0.2ms)[0m begin transaction
|
729
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
730
|
+
[1m[35m (1.3ms)[0m commit transaction
|
731
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
732
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
733
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
734
|
+
[1m[35m (0.0ms)[0m begin transaction
|
735
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
736
|
+
[1m[35m (1.8ms)[0m commit transaction
|
737
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
738
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00], ["event_type", :Update], ["object_id", 70], ["object_type", "User"], ["recipient_id", 70], ["recipient_type", "User"], ["sender_id", 70], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:12:31 UTC +00:00]]
|
739
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
740
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 69 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
741
|
+
Connecting to database specified by database.yml
|
742
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
743
|
+
[1m[35mSQL (20.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
744
|
+
[1m[36m (3.9ms)[0m [1mcommit transaction[0m
|
745
|
+
[1m[35m (0.0ms)[0m begin transaction
|
746
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
747
|
+
[1m[35m (0.9ms)[0m commit transaction
|
748
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
749
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
750
|
+
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
|
751
|
+
[1m[35m (0.1ms)[0m begin transaction
|
752
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["event_type", :Create], ["object_id", 36], ["object_type", "Message"], ["recipient_id", 71], ["recipient_type", "User"], ["sender_id", 72], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
753
|
+
[1m[35m (7.3ms)[0m commit transaction
|
754
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 71 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
755
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
756
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
757
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
758
|
+
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
|
759
|
+
[1m[35m (0.0ms)[0m begin transaction
|
760
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
761
|
+
[1m[35m (1.9ms)[0m commit transaction
|
762
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
763
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
764
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
765
|
+
[1m[35m (0.0ms)[0m begin transaction
|
766
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["event_type", :Delete], ["object_id", 37], ["object_type", "Message"], ["recipient_id", 73], ["recipient_type", "User"], ["sender_id", 74], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
767
|
+
[1m[35m (2.4ms)[0m commit transaction
|
768
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 73 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
769
|
+
[1m[35m (0.0ms)[0m begin transaction
|
770
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
771
|
+
[1m[35m (2.0ms)[0m commit transaction
|
772
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
773
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
774
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
775
|
+
[1m[35m (0.0ms)[0m begin transaction
|
776
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
777
|
+
[1m[35m (2.0ms)[0m commit transaction
|
778
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
779
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["event_type", :Send], ["object_id", 38], ["object_type", "Message"], ["recipient_id", 75], ["recipient_type", "User"], ["sender_id", 76], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
780
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
781
|
+
[1m[35m (0.0ms)[0m begin transaction
|
782
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["event_type", :Send], ["object_id", 38], ["object_type", "Message"], ["recipient_id", 76], ["recipient_type", "User"], ["sender_id", 76], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
783
|
+
[1m[35m (1.2ms)[0m commit transaction
|
784
|
+
[1m[36mNewsFeedEvent Load (0.5ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" [0m
|
785
|
+
[1m[35m (0.1ms)[0m begin transaction
|
786
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
787
|
+
[1m[35m (1.2ms)[0m commit transaction
|
788
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
789
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
790
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
791
|
+
[1m[35m (0.0ms)[0m begin transaction
|
792
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
793
|
+
[1m[35m (1.2ms)[0m commit transaction
|
794
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
795
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00], ["event_type", :Update], ["object_id", 78], ["object_type", "User"], ["recipient_id", 78], ["recipient_type", "User"], ["sender_id", 78], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:12:49 UTC +00:00]]
|
796
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
797
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 77 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
798
|
+
Connecting to database specified by database.yml
|
799
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
800
|
+
[1m[35mSQL (12.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
801
|
+
[1m[36m (7.6ms)[0m [1mcommit transaction[0m
|
802
|
+
[1m[35m (0.1ms)[0m begin transaction
|
803
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
804
|
+
[1m[35m (2.1ms)[0m commit transaction
|
805
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
806
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
807
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
808
|
+
[1m[35m (0.1ms)[0m begin transaction
|
809
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["event_type", :Create], ["object_id", 40], ["object_type", "Message"], ["recipient_id", 79], ["recipient_type", "User"], ["sender_id", 80], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
810
|
+
[1m[35m (6.5ms)[0m commit transaction
|
811
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 79 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
812
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
813
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
814
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
815
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
816
|
+
[1m[35m (0.0ms)[0m begin transaction
|
817
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
818
|
+
[1m[35m (1.6ms)[0m commit transaction
|
819
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
820
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
821
|
+
[1m[36m (7.4ms)[0m [1mcommit transaction[0m
|
822
|
+
[1m[35m (0.0ms)[0m begin transaction
|
823
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["event_type", :Delete], ["object_id", 41], ["object_type", "Message"], ["recipient_id", 81], ["recipient_type", "User"], ["sender_id", 82], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
824
|
+
[1m[35m (1.1ms)[0m commit transaction
|
825
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 81 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
826
|
+
[1m[35m (0.0ms)[0m begin transaction
|
827
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
828
|
+
[1m[35m (1.3ms)[0m commit transaction
|
829
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
830
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
831
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
832
|
+
[1m[35m (0.0ms)[0m begin transaction
|
833
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
834
|
+
[1m[35m (1.8ms)[0m commit transaction
|
835
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
836
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["event_type", :Send], ["object_id", 42], ["object_type", "Message"], ["recipient_id", 83], ["recipient_type", "User"], ["sender_id", 84], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
837
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
838
|
+
[1m[35m (0.1ms)[0m begin transaction
|
839
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["event_type", :Send], ["object_id", 42], ["object_type", "Message"], ["recipient_id", 84], ["recipient_type", "User"], ["sender_id", 84], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
840
|
+
[1m[35m (2.3ms)[0m commit transaction
|
841
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 83 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
842
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 84 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
843
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
844
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
845
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
846
|
+
[1m[35m (0.1ms)[0m begin transaction
|
847
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
848
|
+
[1m[35m (1.8ms)[0m commit transaction
|
849
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
850
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
851
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
852
|
+
[1m[35m (0.1ms)[0m begin transaction
|
853
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00], ["event_type", :Update], ["object_id", 86], ["object_type", "User"], ["recipient_id", 86], ["recipient_type", "User"], ["sender_id", 86], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:13:34 UTC +00:00]]
|
854
|
+
[1m[35m (2.9ms)[0m commit transaction
|
855
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 85 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
856
|
+
Connecting to database specified by database.yml
|
857
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
858
|
+
[1m[35mSQL (5.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:07 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:07 UTC +00:00]]
|
859
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
860
|
+
[1m[35m (0.1ms)[0m begin transaction
|
861
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:07 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:07 UTC +00:00]]
|
862
|
+
[1m[35m (1.3ms)[0m commit transaction
|
863
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
864
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
865
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
866
|
+
[1m[35m (0.1ms)[0m begin transaction
|
867
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["event_type", :Create], ["object_id", 44], ["object_type", "Message"], ["recipient_id", 87], ["recipient_type", "User"], ["sender_id", 88], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
868
|
+
[1m[35m (1.5ms)[0m commit transaction
|
869
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 87 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
870
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
871
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
872
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
873
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
874
|
+
[1m[35m (0.0ms)[0m begin transaction
|
875
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
876
|
+
[1m[35m (1.2ms)[0m commit transaction
|
877
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
878
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
879
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
880
|
+
[1m[35m (0.0ms)[0m begin transaction
|
881
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["event_type", :Delete], ["object_id", 45], ["object_type", "Message"], ["recipient_id", 89], ["recipient_type", "User"], ["sender_id", 90], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
882
|
+
[1m[35m (1.1ms)[0m commit transaction
|
883
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 89 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
884
|
+
[1m[35m (0.0ms)[0m begin transaction
|
885
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
886
|
+
[1m[35m (2.4ms)[0m commit transaction
|
887
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
888
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
889
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
890
|
+
[1m[35m (0.0ms)[0m begin transaction
|
891
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
892
|
+
[1m[35m (2.2ms)[0m commit transaction
|
893
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
894
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["event_type", :Send], ["object_id", 46], ["object_type", "Message"], ["recipient_id", 91], ["recipient_type", "User"], ["sender_id", 92], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
895
|
+
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
|
896
|
+
[1m[35m (0.0ms)[0m begin transaction
|
897
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["event_type", :Send], ["object_id", 46], ["object_type", "Message"], ["recipient_id", 92], ["recipient_type", "User"], ["sender_id", 92], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
898
|
+
[1m[35m (2.0ms)[0m commit transaction
|
899
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 91 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
900
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 92 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
901
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
902
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
903
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
904
|
+
[1m[35m (0.1ms)[0m begin transaction
|
905
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
906
|
+
[1m[35m (1.6ms)[0m commit transaction
|
907
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
908
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
909
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
910
|
+
[1m[35m (0.0ms)[0m begin transaction
|
911
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00], ["event_type", :Update], ["object_id", 94], ["object_type", "User"], ["recipient_id", 94], ["recipient_type", "User"], ["sender_id", 94], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:14:08 UTC +00:00]]
|
912
|
+
[1m[35m (2.6ms)[0m commit transaction
|
913
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 94[0m
|
914
|
+
Connecting to database specified by database.yml
|
915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
916
|
+
[1m[35mSQL (4.8ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
917
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
918
|
+
[1m[35m (0.1ms)[0m begin transaction
|
919
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
920
|
+
[1m[35m (0.8ms)[0m commit transaction
|
921
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
922
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
923
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
924
|
+
[1m[35m (0.1ms)[0m begin transaction
|
925
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["event_type", :Create], ["object_id", 48], ["object_type", "Message"], ["recipient_id", 95], ["recipient_type", "User"], ["sender_id", 96], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
926
|
+
[1m[35m (1.1ms)[0m commit transaction
|
927
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 95 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
928
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
929
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
930
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
931
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
932
|
+
[1m[35m (0.0ms)[0m begin transaction
|
933
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
934
|
+
[1m[35m (0.9ms)[0m commit transaction
|
935
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
936
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
937
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
938
|
+
[1m[35m (0.1ms)[0m begin transaction
|
939
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["event_type", :Delete], ["object_id", 49], ["object_type", "Message"], ["recipient_id", 97], ["recipient_type", "User"], ["sender_id", 98], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
940
|
+
[1m[35m (1.2ms)[0m commit transaction
|
941
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 97 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
942
|
+
[1m[35m (0.1ms)[0m begin transaction
|
943
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
944
|
+
[1m[35m (1.0ms)[0m commit transaction
|
945
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
946
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
947
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
948
|
+
[1m[35m (0.0ms)[0m begin transaction
|
949
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
950
|
+
[1m[35m (1.2ms)[0m commit transaction
|
951
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
952
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["event_type", :Send], ["object_id", 50], ["object_type", "Message"], ["recipient_id", 99], ["recipient_type", "User"], ["sender_id", 100], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
953
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
954
|
+
[1m[35m (0.1ms)[0m begin transaction
|
955
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["event_type", :Send], ["object_id", 50], ["object_type", "Message"], ["recipient_id", 100], ["recipient_type", "User"], ["sender_id", 100], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
956
|
+
[1m[35m (2.8ms)[0m commit transaction
|
957
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 99 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
958
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 100 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
959
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
960
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
961
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
962
|
+
[1m[35m (0.0ms)[0m begin transaction
|
963
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
964
|
+
[1m[35m (1.8ms)[0m commit transaction
|
965
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
966
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
967
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
968
|
+
[1m[35m (0.0ms)[0m begin transaction
|
969
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00], ["event_type", :Update], ["object_id", 102], ["object_type", "User"], ["recipient_id", 102], ["recipient_type", "User"], ["sender_id", 102], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:14:38 UTC +00:00]]
|
970
|
+
[1m[35m (1.5ms)[0m commit transaction
|
971
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 101 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
972
|
+
Connecting to database specified by database.yml
|
973
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
974
|
+
[1m[35mSQL (6.7ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
975
|
+
[1m[36m (16.2ms)[0m [1mcommit transaction[0m
|
976
|
+
[1m[35m (0.1ms)[0m begin transaction
|
977
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
978
|
+
[1m[35m (1.4ms)[0m commit transaction
|
979
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
980
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
981
|
+
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
|
982
|
+
[1m[35m (0.1ms)[0m begin transaction
|
983
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["event_type", :Create], ["object_id", 52], ["object_type", "Message"], ["recipient_id", 103], ["recipient_type", "User"], ["sender_id", 104], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
984
|
+
[1m[35m (1.2ms)[0m commit transaction
|
985
|
+
[1m[36mNewsFeedEvent Load (0.5ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 103 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
986
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
987
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
988
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
989
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
990
|
+
[1m[35m (0.1ms)[0m begin transaction
|
991
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
992
|
+
[1m[35m (1.1ms)[0m commit transaction
|
993
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
994
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
995
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
996
|
+
[1m[35m (0.1ms)[0m begin transaction
|
997
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["event_type", :Delete], ["object_id", 53], ["object_type", "Message"], ["recipient_id", 105], ["recipient_type", "User"], ["sender_id", 106], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
998
|
+
[1m[35m (1.1ms)[0m commit transaction
|
999
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 105 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1000
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1001
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1002
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1003
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1004
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1005
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1006
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1007
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1008
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1009
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1010
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["event_type", :Send], ["object_id", 54], ["object_type", "Message"], ["recipient_id", 107], ["recipient_type", "User"], ["sender_id", 108], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1011
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1012
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1013
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["event_type", :Send], ["object_id", 54], ["object_type", "Message"], ["recipient_id", 108], ["recipient_type", "User"], ["sender_id", 108], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1014
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1015
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 107 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1016
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 108 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1017
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1018
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1019
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1020
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1021
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1022
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1024
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1025
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1026
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1027
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00], ["event_type", :Update], ["object_id", 110], ["object_type", "User"], ["recipient_id", 110], ["recipient_type", "User"], ["sender_id", 110], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:15:11 UTC +00:00]]
|
1028
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1029
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 109 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1030
|
+
Connecting to database specified by database.yml
|
1031
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1032
|
+
[1m[35mSQL (3.9ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1033
|
+
[1m[36m (7.6ms)[0m [1mcommit transaction[0m
|
1034
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1035
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1036
|
+
[1m[35m (1.9ms)[0m commit transaction
|
1037
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1038
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1039
|
+
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
|
1040
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1041
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["event_type", :Create], ["object_id", 56], ["object_type", "Message"], ["recipient_id", 111], ["recipient_type", "User"], ["sender_id", 112], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1042
|
+
[1m[35m (5.2ms)[0m commit transaction
|
1043
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 111 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1044
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1045
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1046
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1047
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1048
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1049
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1050
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1051
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1052
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1053
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1054
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1055
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["event_type", :Delete], ["object_id", 57], ["object_type", "Message"], ["recipient_id", 113], ["recipient_type", "User"], ["sender_id", 114], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1056
|
+
[1m[35m (2.0ms)[0m commit transaction
|
1057
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 113 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1058
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1059
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1060
|
+
[1m[35m (2.2ms)[0m commit transaction
|
1061
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1062
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1063
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
1064
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1065
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1066
|
+
[1m[35m (2.0ms)[0m commit transaction
|
1067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1068
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["event_type", :Send], ["object_id", 58], ["object_type", "Message"], ["recipient_id", 115], ["recipient_type", "User"], ["sender_id", 116], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1069
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
1070
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1071
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["event_type", :Send], ["object_id", 58], ["object_type", "Message"], ["recipient_id", 116], ["recipient_type", "User"], ["sender_id", 116], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1072
|
+
[1m[35m (2.3ms)[0m commit transaction
|
1073
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 115 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1074
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 116 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1075
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1076
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1077
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
1078
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1079
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1080
|
+
[1m[35m (2.1ms)[0m commit transaction
|
1081
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1082
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1083
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
1084
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1085
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00], ["event_type", :Update], ["object_id", 118], ["object_type", "User"], ["recipient_id", 118], ["recipient_type", "User"], ["sender_id", 118], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:15:38 UTC +00:00]]
|
1086
|
+
[1m[35m (2.4ms)[0m commit transaction
|
1087
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 117 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1088
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 117
|
1089
|
+
Connecting to database specified by database.yml
|
1090
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1091
|
+
[1m[35mSQL (5.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1092
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
1093
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1094
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1095
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1096
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1097
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1098
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1099
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1100
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["event_type", :Create], ["object_id", 60], ["object_type", "Message"], ["recipient_id", 119], ["recipient_type", "User"], ["sender_id", 120], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1101
|
+
[1m[35m (1.4ms)[0m commit transaction
|
1102
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 119 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1103
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1104
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1105
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1106
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1107
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1108
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1109
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1110
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1111
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1112
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1113
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1114
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00], ["event_type", :Delete], ["object_id", 61], ["object_type", "Message"], ["recipient_id", 121], ["recipient_type", "User"], ["sender_id", 122], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:04 UTC +00:00]]
|
1115
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1116
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 121 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1117
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1118
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1119
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1120
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1121
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1122
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1123
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1124
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1125
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1126
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1127
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["event_type", :Send], ["object_id", 62], ["object_type", "Message"], ["recipient_id", 123], ["recipient_type", "User"], ["sender_id", 124], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1128
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1129
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1130
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["event_type", :Send], ["object_id", 62], ["object_type", "Message"], ["recipient_id", 124], ["recipient_type", "User"], ["sender_id", 124], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1131
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1132
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 123 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1133
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 124 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1134
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1135
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1136
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1137
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1138
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1139
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1140
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1141
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1142
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1143
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1144
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00], ["event_type", :Update], ["object_id", 126], ["object_type", "User"], ["recipient_id", 126], ["recipient_type", "User"], ["sender_id", 126], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:16:05 UTC +00:00]]
|
1145
|
+
[1m[35m (2.6ms)[0m commit transaction
|
1146
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 126 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1147
|
+
Connecting to database specified by database.yml
|
1148
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1149
|
+
[1m[35mSQL (5.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1150
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
1151
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1152
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1153
|
+
[1m[35m (1.7ms)[0m commit transaction
|
1154
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1155
|
+
[1m[35mSQL (6.7ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1156
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
1157
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1158
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["event_type", :Create], ["object_id", 64], ["object_type", "Message"], ["recipient_id", 127], ["recipient_type", "User"], ["sender_id", 128], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1159
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1160
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 127 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1161
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1162
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1163
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1164
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1165
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1166
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1167
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1168
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1169
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1170
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
1171
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1172
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["event_type", :Delete], ["object_id", 65], ["object_type", "Message"], ["recipient_id", 129], ["recipient_type", "User"], ["sender_id", 130], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1173
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1174
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 129 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1175
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1176
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1177
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1178
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1179
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1180
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1181
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1182
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1183
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1184
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1185
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["event_type", :Send], ["object_id", 66], ["object_type", "Message"], ["recipient_id", 131], ["recipient_type", "User"], ["sender_id", 132], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1186
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1187
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1188
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["event_type", :Send], ["object_id", 66], ["object_type", "Message"], ["recipient_id", 132], ["recipient_type", "User"], ["sender_id", 132], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1189
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1190
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 131 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1191
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 132 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1192
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1193
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1194
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1195
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1196
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1197
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1198
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1199
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1200
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1201
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1202
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00], ["event_type", :Update], ["object_id", 134], ["object_type", "User"], ["recipient_id", 134], ["recipient_type", "User"], ["sender_id", 134], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:16:35 UTC +00:00]]
|
1203
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1204
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 134 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1205
|
+
Connecting to database specified by database.yml
|
1206
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1207
|
+
[1m[35mSQL (6.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1208
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
1209
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1210
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1211
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1212
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1213
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1214
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1215
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1216
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Create], ["object_id", 68], ["object_type", "Message"], ["recipient_id", 135], ["recipient_type", "User"], ["sender_id", 136], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1217
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1218
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 135 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1219
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1220
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1221
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1222
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1223
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1224
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1225
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1226
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1227
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1228
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1229
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1230
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Delete], ["object_id", 69], ["object_type", "Message"], ["recipient_id", 137], ["recipient_type", "User"], ["sender_id", 138], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1231
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1232
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 137 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1233
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1234
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1235
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1236
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1237
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1238
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1239
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1240
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1241
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1242
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1243
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Delete], ["object_id", 70], ["object_type", "Message"], ["recipient_id", 139], ["recipient_type", "User"], ["sender_id", 140], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1244
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1245
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1246
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Create], ["object_id", 70], ["object_type", "Message"], ["recipient_id", 139], ["recipient_type", "User"], ["sender_id", 140], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1247
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1248
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 139[0m
|
1249
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1250
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1251
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1252
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1253
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1254
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1255
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1256
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1257
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1258
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1259
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Send], ["object_id", 71], ["object_type", "Message"], ["recipient_id", 141], ["recipient_type", "User"], ["sender_id", 142], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1260
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1261
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1262
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Send], ["object_id", 71], ["object_type", "Message"], ["recipient_id", 142], ["recipient_type", "User"], ["sender_id", 142], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1263
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1264
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 141 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1265
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 142 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1267
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1268
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
1269
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1270
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1271
|
+
[1m[35m (2.3ms)[0m commit transaction
|
1272
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1273
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1274
|
+
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
|
1275
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1276
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00], ["event_type", :Update], ["object_id", 144], ["object_type", "User"], ["recipient_id", 144], ["recipient_type", "User"], ["sender_id", 144], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:17:53 UTC +00:00]]
|
1277
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1278
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 144 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1279
|
+
Connecting to database specified by database.yml
|
1280
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1281
|
+
[1m[35mSQL (5.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1282
|
+
[1m[36m (2.4ms)[0m [1mcommit transaction[0m
|
1283
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1284
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1285
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1286
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1287
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1288
|
+
[1m[36m (4.6ms)[0m [1mcommit transaction[0m
|
1289
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1290
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Create], ["object_id", 73], ["object_type", "Message"], ["recipient_id", 145], ["recipient_type", "User"], ["sender_id", 146], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1291
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1292
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 145 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1293
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1294
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1295
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1296
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1297
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1298
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1299
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1300
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1301
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1302
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1303
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1304
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Delete], ["object_id", 74], ["object_type", "Message"], ["recipient_id", 147], ["recipient_type", "User"], ["sender_id", 148], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1305
|
+
[1m[35m (2.4ms)[0m commit transaction
|
1306
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 147 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1307
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1308
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1309
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1310
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1311
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1312
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1313
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1314
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1315
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1316
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1317
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Delete], ["object_id", 75], ["object_type", "Message"], ["recipient_id", 149], ["recipient_type", "User"], ["sender_id", 150], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1318
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1319
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1320
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Create], ["object_id", 75], ["object_type", "Message"], ["recipient_id", 149], ["recipient_type", "User"], ["sender_id", 150], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1321
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1322
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 149[0m
|
1323
|
+
[1m[35mNewsFeedEvent Load (0.3ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 75
|
1324
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1325
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1326
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1327
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1328
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1329
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1330
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1331
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1332
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1333
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1334
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Send], ["object_id", 76], ["object_type", "Message"], ["recipient_id", 151], ["recipient_type", "User"], ["sender_id", 152], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1335
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1336
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1337
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Send], ["object_id", 76], ["object_type", "Message"], ["recipient_id", 152], ["recipient_type", "User"], ["sender_id", 152], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1338
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
1339
|
+
[1m[35mNewsFeedEvent Load (0.3ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 151 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1340
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 152 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1341
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1342
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1343
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1344
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1345
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1346
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1347
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1348
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1349
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1350
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1351
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00], ["event_type", :Update], ["object_id", 154], ["object_type", "User"], ["recipient_id", 154], ["recipient_type", "User"], ["sender_id", 154], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:18:16 UTC +00:00]]
|
1352
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1353
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 154 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1354
|
+
Connecting to database specified by database.yml
|
1355
|
+
Connecting to database specified by database.yml
|
1356
|
+
Connecting to database specified by database.yml
|
1357
|
+
Connecting to database specified by database.yml
|
1358
|
+
Connecting to database specified by database.yml
|
1359
|
+
[1m[36m (0.9ms)[0m [1mbegin transaction[0m
|
1360
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1361
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1362
|
+
[1m[35mSQL (37.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:12 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:12 UTC +00:00]]
|
1363
|
+
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
|
1364
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1365
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1366
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1367
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1368
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1369
|
+
[1m[36m (4.5ms)[0m [1mcommit transaction[0m
|
1370
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1371
|
+
[1m[36mSQL (1.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Create], ["object_id", 78], ["object_type", "Message"], ["recipient_id", 155], ["recipient_type", "User"], ["sender_id", 156], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1372
|
+
[1m[35m (2.4ms)[0m commit transaction
|
1373
|
+
[1m[36mNewsFeedEvent Load (1.1ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 155 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1374
|
+
[1m[35mNewsFeedEvent Load (0.9ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1375
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1376
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1377
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1378
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1379
|
+
[1m[36mSQL (1.0ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1380
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1381
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1382
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1383
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
1384
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1385
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Delete], ["object_id", 79], ["object_type", "Message"], ["recipient_id", 157], ["recipient_type", "User"], ["sender_id", 158], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1386
|
+
[1m[35m (2.1ms)[0m commit transaction
|
1387
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 157 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1388
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1389
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1390
|
+
[1m[35m (1.9ms)[0m commit transaction
|
1391
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1392
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1393
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1394
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1395
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1396
|
+
[1m[35m (1.5ms)[0m commit transaction
|
1397
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1398
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Delete], ["object_id", 80], ["object_type", "Message"], ["recipient_id", 159], ["recipient_type", "User"], ["sender_id", 160], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1399
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1400
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1401
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Create], ["object_id", 80], ["object_type", "Message"], ["recipient_id", 159], ["recipient_type", "User"], ["sender_id", 160], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1402
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1403
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 159[0m
|
1404
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1405
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1406
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1407
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1408
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1409
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1410
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1411
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1412
|
+
[1m[35m (1.8ms)[0m commit transaction
|
1413
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1414
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Send], ["object_id", 81], ["object_type", "Message"], ["recipient_id", 161], ["recipient_type", "User"], ["sender_id", 162], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1415
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
1416
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1417
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Send], ["object_id", 81], ["object_type", "Message"], ["recipient_id", 162], ["recipient_type", "User"], ["sender_id", 162], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1418
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1419
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 161 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1420
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 162 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1421
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1422
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1423
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
1424
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1425
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1426
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1427
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1428
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1429
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1430
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1431
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00], ["event_type", :Update], ["object_id", 164], ["object_type", "User"], ["recipient_id", 164], ["recipient_type", "User"], ["sender_id", 164], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:50:13 UTC +00:00]]
|
1432
|
+
[1m[35m (1.5ms)[0m commit transaction
|
1433
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 164 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1434
|
+
Connecting to database specified by database.yml
|
1435
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
1436
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1437
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1438
|
+
[1m[35mSQL (40.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1439
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
1440
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1441
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1442
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1443
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1444
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1445
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1446
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1447
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Create], ["object_id", 83], ["object_type", "Message"], ["recipient_id", 165], ["recipient_type", "User"], ["sender_id", 166], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1448
|
+
[1m[35m (10.9ms)[0m commit transaction
|
1449
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 165 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1450
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1451
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1452
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1453
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1454
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1455
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1456
|
+
[1m[35m (8.6ms)[0m commit transaction
|
1457
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1458
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1459
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
1460
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1461
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Delete], ["object_id", 84], ["object_type", "Message"], ["recipient_id", 167], ["recipient_type", "User"], ["sender_id", 168], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1462
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1463
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 167 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1464
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1465
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1466
|
+
[1m[35m (8.9ms)[0m commit transaction
|
1467
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1468
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1469
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1470
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1471
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1472
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1473
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1474
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Delete], ["object_id", 85], ["object_type", "Message"], ["recipient_id", 169], ["recipient_type", "User"], ["sender_id", 170], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1475
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1476
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1477
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Create], ["object_id", 85], ["object_type", "Message"], ["recipient_id", 169], ["recipient_type", "User"], ["sender_id", 170], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1478
|
+
[1m[35m (5.5ms)[0m commit transaction
|
1479
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 169[0m
|
1480
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1481
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1482
|
+
[1m[35m (1.4ms)[0m commit transaction
|
1483
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1484
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1485
|
+
[1m[36m (7.7ms)[0m [1mcommit transaction[0m
|
1486
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1487
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1488
|
+
[1m[35m (3.1ms)[0m commit transaction
|
1489
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1490
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Send], ["object_id", 86], ["object_type", "Message"], ["recipient_id", 171], ["recipient_type", "User"], ["sender_id", 172], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1491
|
+
[1m[36m (10.8ms)[0m [1mcommit transaction[0m
|
1492
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1493
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Send], ["object_id", 86], ["object_type", "Message"], ["recipient_id", 172], ["recipient_type", "User"], ["sender_id", 172], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1494
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1495
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 171 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1496
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 172 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1497
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1498
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1499
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
1500
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1501
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1502
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1503
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1504
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1505
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1506
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1507
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00], ["event_type", :Update], ["object_id", 174], ["object_type", "User"], ["recipient_id", 174], ["recipient_type", "User"], ["sender_id", 174], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:51:13 UTC +00:00]]
|
1508
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1509
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 174 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1510
|
+
Connecting to database specified by database.yml
|
1511
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
1512
|
+
[1m[35m (0.0ms)[0m rollback transaction
|
1513
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1514
|
+
[1m[35mSQL (48.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:10 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:10 UTC +00:00]]
|
1515
|
+
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
|
1516
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1517
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1518
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1519
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1520
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1521
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1522
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1523
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Create], ["object_id", 88], ["object_type", "Message"], ["recipient_id", 175], ["recipient_type", "User"], ["sender_id", 176], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1524
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1525
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 175 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1526
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1527
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1528
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1529
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
1530
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1531
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1532
|
+
[1m[35m (1.4ms)[0m commit transaction
|
1533
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1534
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1535
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
1536
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1537
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Delete], ["object_id", 89], ["object_type", "Message"], ["recipient_id", 177], ["recipient_type", "User"], ["sender_id", 178], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1538
|
+
[1m[35m (1.5ms)[0m commit transaction
|
1539
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 177 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1540
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1541
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1542
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1543
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1544
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1545
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
1546
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1547
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1548
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1549
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1550
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Delete], ["object_id", 90], ["object_type", "Message"], ["recipient_id", 179], ["recipient_type", "User"], ["sender_id", 180], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1551
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1552
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1553
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Create], ["object_id", 90], ["object_type", "Message"], ["recipient_id", 179], ["recipient_type", "User"], ["sender_id", 180], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1554
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1555
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 179[0m
|
1556
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1557
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1558
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1559
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1560
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1561
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
1562
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1563
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1564
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1565
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1566
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Send], ["object_id", 91], ["object_type", "Message"], ["recipient_id", 181], ["recipient_type", "User"], ["sender_id", 182], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1567
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1568
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1569
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Send], ["object_id", 91], ["object_type", "Message"], ["recipient_id", 182], ["recipient_type", "User"], ["sender_id", 182], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1570
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1571
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 181 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1572
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 182 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1573
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1574
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1575
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1576
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1577
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1578
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1579
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1580
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1581
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1582
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1583
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00], ["event_type", :Update], ["object_id", 184], ["object_type", "User"], ["recipient_id", 184], ["recipient_type", "User"], ["sender_id", 184], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:56:11 UTC +00:00]]
|
1584
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1585
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 184 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1586
|
+
Connecting to database specified by database.yml
|
1587
|
+
[1m[36m (0.7ms)[0m [1mbegin transaction[0m
|
1588
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1589
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1590
|
+
[1m[35mSQL (74.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:28 UTC +00:00]]
|
1591
|
+
[1m[36m (4.5ms)[0m [1mcommit transaction[0m
|
1592
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1593
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:28 UTC +00:00]]
|
1594
|
+
[1m[35m (3.4ms)[0m commit transaction
|
1595
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1596
|
+
[1m[35mSQL (7.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:28 UTC +00:00]]
|
1597
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
1598
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1599
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Create], ["object_id", 93], ["object_type", "Message"], ["recipient_id", 185], ["recipient_type", "User"], ["sender_id", 186], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1600
|
+
[1m[35m (6.7ms)[0m commit transaction
|
1601
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 185 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1602
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1603
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1604
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1605
|
+
[1m[36m (3.8ms)[0m [1mcommit transaction[0m
|
1606
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1607
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1608
|
+
[1m[35m (2.1ms)[0m commit transaction
|
1609
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1610
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1611
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
1612
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1613
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Delete], ["object_id", 94], ["object_type", "Message"], ["recipient_id", 187], ["recipient_type", "User"], ["sender_id", 188], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1614
|
+
[1m[35m (3.1ms)[0m commit transaction
|
1615
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 187 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1616
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1617
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1618
|
+
[1m[35m (3.0ms)[0m commit transaction
|
1619
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1620
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1621
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
1622
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1623
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1624
|
+
[1m[35m (2.4ms)[0m commit transaction
|
1625
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1626
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Delete], ["object_id", 95], ["object_type", "Message"], ["recipient_id", 189], ["recipient_type", "User"], ["sender_id", 190], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1627
|
+
[1m[36m (4.1ms)[0m [1mcommit transaction[0m
|
1628
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1629
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Create], ["object_id", 95], ["object_type", "Message"], ["recipient_id", 189], ["recipient_type", "User"], ["sender_id", 190], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1630
|
+
[1m[35m (2.9ms)[0m commit transaction
|
1631
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 189[0m
|
1632
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1633
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1634
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1635
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1636
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1637
|
+
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
|
1638
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1639
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1640
|
+
[1m[35m (3.4ms)[0m commit transaction
|
1641
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1642
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Send], ["object_id", 96], ["object_type", "Message"], ["recipient_id", 191], ["recipient_type", "User"], ["sender_id", 192], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1643
|
+
[1m[36m (4.3ms)[0m [1mcommit transaction[0m
|
1644
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1645
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Send], ["object_id", 96], ["object_type", "Message"], ["recipient_id", 192], ["recipient_type", "User"], ["sender_id", 192], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1646
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1647
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 191 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1648
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 192 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1649
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1650
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1651
|
+
[1m[36m (3.9ms)[0m [1mcommit transaction[0m
|
1652
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1653
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1654
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1655
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1656
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1657
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
1658
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1659
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00], ["event_type", :Update], ["object_id", 194], ["object_type", "User"], ["recipient_id", 194], ["recipient_type", "User"], ["sender_id", 194], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:56:29 UTC +00:00]]
|
1660
|
+
[1m[35m (2.7ms)[0m commit transaction
|
1661
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 194 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1662
|
+
Connecting to database specified by database.yml
|
1663
|
+
[1m[36m (0.9ms)[0m [1mbegin transaction[0m
|
1664
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1665
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1666
|
+
[1m[35mSQL (38.0ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1667
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
1668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1669
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1670
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1671
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1672
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1673
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1674
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1675
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Create], ["object_id", 98], ["object_type", "Message"], ["recipient_id", 195], ["recipient_type", "User"], ["sender_id", 196], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1676
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1677
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 195 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1678
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1679
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1680
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1681
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
1682
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1683
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1684
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1685
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1686
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1687
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1688
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1689
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Delete], ["object_id", 99], ["object_type", "Message"], ["recipient_id", 197], ["recipient_type", "User"], ["sender_id", 198], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1690
|
+
[1m[35m (1.8ms)[0m commit transaction
|
1691
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 197 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1692
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1693
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1694
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1695
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1696
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1697
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1698
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1699
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1700
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1701
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1702
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Delete], ["object_id", 100], ["object_type", "Message"], ["recipient_id", 199], ["recipient_type", "User"], ["sender_id", 200], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1703
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
1704
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1705
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Create], ["object_id", 100], ["object_type", "Message"], ["recipient_id", 199], ["recipient_type", "User"], ["sender_id", 200], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1706
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1707
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 199[0m
|
1708
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1709
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1710
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1711
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1712
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1713
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
1714
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1715
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1716
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1717
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1718
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Send], ["object_id", 101], ["object_type", "Message"], ["recipient_id", 201], ["recipient_type", "User"], ["sender_id", 202], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1719
|
+
[1m[36m (4.2ms)[0m [1mcommit transaction[0m
|
1720
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1721
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Send], ["object_id", 101], ["object_type", "Message"], ["recipient_id", 202], ["recipient_type", "User"], ["sender_id", 202], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1722
|
+
[1m[35m (3.3ms)[0m commit transaction
|
1723
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 201 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1724
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 202 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1726
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1727
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
1728
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1729
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1730
|
+
[1m[35m (2.2ms)[0m commit transaction
|
1731
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1732
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1733
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
1734
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1735
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00], ["event_type", :Update], ["object_id", 204], ["object_type", "User"], ["recipient_id", 204], ["recipient_type", "User"], ["sender_id", 204], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:58:14 UTC +00:00]]
|
1736
|
+
[1m[35m (3.2ms)[0m commit transaction
|
1737
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 204 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1738
|
+
Connecting to database specified by database.yml
|
1739
|
+
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
1740
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1741
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1742
|
+
[1m[35mSQL (59.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1743
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
1744
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1745
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1746
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1747
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1748
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1749
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
1750
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1751
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Create], ["object_id", 103], ["object_type", "Message"], ["recipient_id", 205], ["recipient_type", "User"], ["sender_id", 206], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1752
|
+
[1m[35m (1.5ms)[0m commit transaction
|
1753
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 205 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1754
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1755
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1756
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1757
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1758
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1759
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1760
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1761
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1762
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1763
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1764
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1765
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Delete], ["object_id", 104], ["object_type", "Message"], ["recipient_id", 207], ["recipient_type", "User"], ["sender_id", 208], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1766
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1767
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 207 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1768
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1769
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1770
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1771
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1772
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1773
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1774
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1775
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1776
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1777
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1778
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Delete], ["object_id", 105], ["object_type", "Message"], ["recipient_id", 209], ["recipient_type", "User"], ["sender_id", 210], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1779
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1780
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1781
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Create], ["object_id", 105], ["object_type", "Message"], ["recipient_id", 209], ["recipient_type", "User"], ["sender_id", 210], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1782
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1783
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 209[0m
|
1784
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1785
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1786
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1787
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1788
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1789
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1790
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1791
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1792
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1793
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1794
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Send], ["object_id", 106], ["object_type", "Message"], ["recipient_id", 211], ["recipient_type", "User"], ["sender_id", 212], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1795
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1796
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1797
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Send], ["object_id", 106], ["object_type", "Message"], ["recipient_id", 212], ["recipient_type", "User"], ["sender_id", 212], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1798
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1799
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 211 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1800
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 212 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1801
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1802
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1803
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1804
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1805
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1806
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1807
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1808
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1809
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
1810
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1811
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00], ["event_type", :Update], ["object_id", 214], ["object_type", "User"], ["recipient_id", 214], ["recipient_type", "User"], ["sender_id", 214], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 21:59:27 UTC +00:00]]
|
1812
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1813
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 214 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1814
|
+
Connecting to database specified by database.yml
|
1815
|
+
Connecting to database specified by database.yml
|
1816
|
+
Connecting to database specified by database.yml
|
1817
|
+
[1m[36m (0.9ms)[0m [1mbegin transaction[0m
|
1818
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1819
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1820
|
+
[1m[35mSQL (58.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1821
|
+
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
|
1822
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1823
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1824
|
+
[1m[35m (1.9ms)[0m commit transaction
|
1825
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1826
|
+
[1m[35mSQL (0.7ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1827
|
+
[1m[36m (3.9ms)[0m [1mcommit transaction[0m
|
1828
|
+
[1m[35m (0.2ms)[0m begin transaction
|
1829
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Create], ["object_id", 108], ["object_type", "Message"], ["recipient_id", 215], ["recipient_type", "User"], ["sender_id", 216], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1830
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1831
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 215 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1832
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1833
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1834
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1835
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1836
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1837
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1838
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1839
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1840
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1841
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
1842
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1843
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Delete], ["object_id", 109], ["object_type", "Message"], ["recipient_id", 217], ["recipient_type", "User"], ["sender_id", 218], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1844
|
+
[1m[35m (1.8ms)[0m commit transaction
|
1845
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 217 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1846
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1847
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1848
|
+
[1m[35m (1.4ms)[0m commit transaction
|
1849
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1850
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1851
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1852
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1853
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1854
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1855
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1856
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Delete], ["object_id", 110], ["object_type", "Message"], ["recipient_id", 219], ["recipient_type", "User"], ["sender_id", 220], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1857
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
1858
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1859
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Create], ["object_id", 110], ["object_type", "Message"], ["recipient_id", 219], ["recipient_type", "User"], ["sender_id", 220], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1860
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1861
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 219[0m
|
1862
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1863
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1864
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1865
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1866
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1867
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
1868
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1869
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1870
|
+
[1m[35m (8.1ms)[0m commit transaction
|
1871
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1872
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Send], ["object_id", 111], ["object_type", "Message"], ["recipient_id", 221], ["recipient_type", "User"], ["sender_id", 222], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1873
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
1874
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1875
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Send], ["object_id", 111], ["object_type", "Message"], ["recipient_id", 222], ["recipient_type", "User"], ["sender_id", 222], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1876
|
+
[1m[35m (0.9ms)[0m commit transaction
|
1877
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 221 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1878
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 222 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1879
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1880
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1881
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
1882
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1883
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1884
|
+
[1m[35m (1.3ms)[0m commit transaction
|
1885
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1886
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1887
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1888
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1889
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00], ["event_type", :Update], ["object_id", 224], ["object_type", "User"], ["recipient_id", 224], ["recipient_type", "User"], ["sender_id", 224], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 22:00:44 UTC +00:00]]
|
1890
|
+
[1m[35m (3.9ms)[0m commit transaction
|
1891
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 224 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1892
|
+
Connecting to database specified by database.yml
|
1893
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
1894
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1895
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1896
|
+
[1m[35mSQL (32.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00]]
|
1897
|
+
[1m[36m (131.3ms)[0m [1mcommit transaction[0m
|
1898
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1899
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00]]
|
1900
|
+
[1m[35m (48.0ms)[0m commit transaction
|
1901
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1902
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00]]
|
1903
|
+
[1m[36m (275.9ms)[0m [1mcommit transaction[0m
|
1904
|
+
[1m[35m (0.2ms)[0m begin transaction
|
1905
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00], ["event_type", :Create], ["object_id", 113], ["object_type", "Message"], ["recipient_id", 225], ["recipient_type", "User"], ["sender_id", 226], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:01:25 UTC +00:00]]
|
1906
|
+
[1m[35m (100.1ms)[0m commit transaction
|
1907
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 225 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1908
|
+
[1m[35mNewsFeedEvent Load (0.3ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1909
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1910
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1911
|
+
[1m[36m (39.8ms)[0m [1mcommit transaction[0m
|
1912
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1913
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1914
|
+
[1m[35m (7.0ms)[0m commit transaction
|
1915
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1916
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1917
|
+
[1m[36m (298.3ms)[0m [1mcommit transaction[0m
|
1918
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1919
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["event_type", :Delete], ["object_id", 114], ["object_type", "Message"], ["recipient_id", 227], ["recipient_type", "User"], ["sender_id", 228], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1920
|
+
[1m[35m (13.3ms)[0m commit transaction
|
1921
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 227 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1922
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1923
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1924
|
+
[1m[35m (23.7ms)[0m commit transaction
|
1925
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1926
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1927
|
+
[1m[36m (189.1ms)[0m [1mcommit transaction[0m
|
1928
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1929
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:26 UTC +00:00]]
|
1930
|
+
[1m[35m (125.5ms)[0m commit transaction
|
1931
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1932
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00], ["event_type", :Delete], ["object_id", 115], ["object_type", "Message"], ["recipient_id", 229], ["recipient_type", "User"], ["sender_id", 230], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00]]
|
1933
|
+
[1m[36m (118.3ms)[0m [1mcommit transaction[0m
|
1934
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1935
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00], ["event_type", :Create], ["object_id", 115], ["object_type", "Message"], ["recipient_id", 229], ["recipient_type", "User"], ["sender_id", 230], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00]]
|
1936
|
+
[1m[35m (111.2ms)[0m commit transaction
|
1937
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 229[0m
|
1938
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1939
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00]]
|
1940
|
+
[1m[35m (90.1ms)[0m commit transaction
|
1941
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1942
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00]]
|
1943
|
+
[1m[36m (182.5ms)[0m [1mcommit transaction[0m
|
1944
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1945
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00]]
|
1946
|
+
[1m[35m (168.8ms)[0m commit transaction
|
1947
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1948
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00], ["event_type", :Send], ["object_id", 116], ["object_type", "Message"], ["recipient_id", 231], ["recipient_type", "User"], ["sender_id", 232], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:01:27 UTC +00:00]]
|
1949
|
+
[1m[36m (294.0ms)[0m [1mcommit transaction[0m
|
1950
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1951
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00], ["event_type", :Send], ["object_id", 116], ["object_type", "Message"], ["recipient_id", 232], ["recipient_type", "User"], ["sender_id", 232], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00]]
|
1952
|
+
[1m[35m (2.8ms)[0m commit transaction
|
1953
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 231 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1954
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 232 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1955
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1956
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00]]
|
1957
|
+
[1m[36m (29.2ms)[0m [1mcommit transaction[0m
|
1958
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1959
|
+
[1m[36mSQL (28.8ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00]]
|
1960
|
+
[1m[35m (118.7ms)[0m commit transaction
|
1961
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1962
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00]]
|
1963
|
+
[1m[36m (246.2ms)[0m [1mcommit transaction[0m
|
1964
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1965
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00], ["event_type", :Update], ["object_id", 234], ["object_type", "User"], ["recipient_id", 234], ["recipient_type", "User"], ["sender_id", 234], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 22:01:28 UTC +00:00]]
|
1966
|
+
[1m[35m (232.0ms)[0m commit transaction
|
1967
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 234 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1968
|
+
Connecting to database specified by database.yml
|
1969
|
+
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
1970
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
1971
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1972
|
+
[1m[35mSQL (32.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1973
|
+
[1m[36m (6.4ms)[0m [1mcommit transaction[0m
|
1974
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1975
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1976
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1977
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
1978
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1979
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
1980
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1981
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Create], ["object_id", 118], ["object_type", "Message"], ["recipient_id", 235], ["recipient_type", "User"], ["sender_id", 236], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1982
|
+
[1m[35m (1.1ms)[0m commit transaction
|
1983
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 235 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1984
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
1985
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1986
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1987
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
1988
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1989
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1990
|
+
[1m[35m (1.2ms)[0m commit transaction
|
1991
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
1992
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1993
|
+
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
|
1994
|
+
[1m[35m (0.0ms)[0m begin transaction
|
1995
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Delete], ["object_id", 119], ["object_type", "Message"], ["recipient_id", 237], ["recipient_type", "User"], ["sender_id", 238], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
1996
|
+
[1m[35m (1.0ms)[0m commit transaction
|
1997
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 237 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
1998
|
+
[1m[35m (0.1ms)[0m begin transaction
|
1999
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2000
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2001
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2002
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2003
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
2004
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2005
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2006
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2007
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2008
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Delete], ["object_id", 120], ["object_type", "Message"], ["recipient_id", 239], ["recipient_type", "User"], ["sender_id", 240], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2009
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2010
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2011
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Create], ["object_id", 120], ["object_type", "Message"], ["recipient_id", 239], ["recipient_type", "User"], ["sender_id", 240], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2012
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2013
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 239[0m
|
2014
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2015
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2016
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2017
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2018
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2019
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2020
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2021
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2022
|
+
[1m[35m (1.1ms)[0m commit transaction
|
2023
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2024
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Send], ["object_id", 121], ["object_type", "Message"], ["recipient_id", 241], ["recipient_type", "User"], ["sender_id", 242], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2025
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2026
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2027
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Send], ["object_id", 121], ["object_type", "Message"], ["recipient_id", 242], ["recipient_type", "User"], ["sender_id", 242], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2028
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2029
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 241 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2030
|
+
[1m[35mNewsFeedEvent Load (0.1ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 242 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2031
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2032
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2033
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2034
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2035
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2036
|
+
[1m[35m (1.1ms)[0m commit transaction
|
2037
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2038
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2039
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2040
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2041
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00], ["event_type", :Update], ["object_id", 244], ["object_type", "User"], ["recipient_id", 244], ["recipient_type", "User"], ["sender_id", 244], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 22:02:56 UTC +00:00]]
|
2042
|
+
[1m[35m (1.2ms)[0m commit transaction
|
2043
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 244 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2044
|
+
Connecting to database specified by database.yml
|
2045
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
2046
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2047
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2048
|
+
[1m[35mSQL (42.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2049
|
+
[1m[36m (3.9ms)[0m [1mcommit transaction[0m
|
2050
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2051
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2052
|
+
[1m[35m (1.3ms)[0m commit transaction
|
2053
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2054
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2055
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
2056
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2057
|
+
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Create], ["object_id", 123], ["object_type", "Message"], ["recipient_id", 245], ["recipient_type", "User"], ["sender_id", 246], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2058
|
+
[1m[35m (1.8ms)[0m commit transaction
|
2059
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 245 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2060
|
+
[1m[35mNewsFeedEvent Load (0.4ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2061
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2062
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2063
|
+
[1m[36m (4.2ms)[0m [1mcommit transaction[0m
|
2064
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2065
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2066
|
+
[1m[35m (2.9ms)[0m commit transaction
|
2067
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2068
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2069
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
2070
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2071
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Delete], ["object_id", 124], ["object_type", "Message"], ["recipient_id", 247], ["recipient_type", "User"], ["sender_id", 248], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2072
|
+
[1m[35m (2.7ms)[0m commit transaction
|
2073
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 247 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2074
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2075
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2076
|
+
[1m[35m (2.8ms)[0m commit transaction
|
2077
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2078
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2079
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
2080
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2081
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2082
|
+
[1m[35m (2.5ms)[0m commit transaction
|
2083
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2084
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Delete], ["object_id", 125], ["object_type", "Message"], ["recipient_id", 249], ["recipient_type", "User"], ["sender_id", 250], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2085
|
+
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
|
2086
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2087
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Create], ["object_id", 125], ["object_type", "Message"], ["recipient_id", 249], ["recipient_type", "User"], ["sender_id", 250], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2088
|
+
[1m[35m (3.0ms)[0m commit transaction
|
2089
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 249[0m
|
2090
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2091
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2092
|
+
[1m[35m (2.6ms)[0m commit transaction
|
2093
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2094
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2095
|
+
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
|
2096
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2097
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2098
|
+
[1m[35m (2.3ms)[0m commit transaction
|
2099
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2100
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Send], ["object_id", 126], ["object_type", "Message"], ["recipient_id", 251], ["recipient_type", "User"], ["sender_id", 252], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2101
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
2102
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2103
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Send], ["object_id", 126], ["object_type", "Message"], ["recipient_id", 252], ["recipient_type", "User"], ["sender_id", 252], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2104
|
+
[1m[35m (2.9ms)[0m commit transaction
|
2105
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 251 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2106
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 252 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2107
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2108
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2109
|
+
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
|
2110
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2111
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2112
|
+
[1m[35m (2.0ms)[0m commit transaction
|
2113
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2114
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2115
|
+
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
|
2116
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2117
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00], ["event_type", :Update], ["object_id", 254], ["object_type", "User"], ["recipient_id", 254], ["recipient_type", "User"], ["sender_id", 254], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 22:03:58 UTC +00:00]]
|
2118
|
+
[1m[35m (3.7ms)[0m commit transaction
|
2119
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 254 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2120
|
+
Connecting to database specified by database.yml
|
2121
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
2122
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2123
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2124
|
+
[1m[35mSQL (56.7ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2125
|
+
[1m[36m (9.0ms)[0m [1mcommit transaction[0m
|
2126
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2127
|
+
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2128
|
+
[1m[35m (4.2ms)[0m commit transaction
|
2129
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2130
|
+
[1m[35mSQL (0.6ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2131
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
2132
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2133
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Create], ["object_id", 128], ["object_type", "Message"], ["recipient_id", 255], ["recipient_type", "User"], ["sender_id", 256], ["sender_type", 0], ["text", "translation missing: en.news_feeds.create_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2134
|
+
[1m[35m (5.9ms)[0m commit transaction
|
2135
|
+
[1m[36mNewsFeedEvent Load (0.4ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 255 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2136
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2137
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2138
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2139
|
+
[1m[36m (5.6ms)[0m [1mcommit transaction[0m
|
2140
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2141
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2142
|
+
[1m[35m (1.6ms)[0m commit transaction
|
2143
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2144
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2145
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2146
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2147
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Delete], ["object_id", 129], ["object_type", "Message"], ["recipient_id", 257], ["recipient_type", "User"], ["sender_id", 258], ["sender_type", 0], ["text", "translation missing: en.news_feeds.delete_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2148
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2149
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 257 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2150
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2151
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2152
|
+
[1m[35m (9.1ms)[0m commit transaction
|
2153
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2154
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2155
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2156
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2157
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2158
|
+
[1m[35m (1.2ms)[0m commit transaction
|
2159
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2160
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Delete], ["object_id", 130], ["object_type", "Message"], ["recipient_id", 259], ["recipient_type", "User"], ["sender_id", 260], ["sender_type", 0], ["text", "translation missing: en.news_feeds.delete_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2161
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2162
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2163
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Create], ["object_id", 130], ["object_type", "Message"], ["recipient_id", 259], ["recipient_type", "User"], ["sender_id", 260], ["sender_type", 0], ["text", "translation missing: en.news_feeds.create_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2164
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2165
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 259[0m
|
2166
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2167
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2168
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2169
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2170
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2171
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
2172
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2173
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2174
|
+
[1m[35m (0.8ms)[0m commit transaction
|
2175
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2176
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Send], ["object_id", 131], ["object_type", "Message"], ["recipient_id", 261], ["recipient_type", "User"], ["sender_id", 262], ["sender_type", 0], ["text", "translation missing: en.news_feeds.send_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2177
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
2178
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2179
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Send], ["object_id", 131], ["object_type", "Message"], ["recipient_id", 262], ["recipient_type", "User"], ["sender_id", 262], ["sender_type", 0], ["text", "translation missing: en.news_feeds.send_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2180
|
+
[1m[35m (2.8ms)[0m commit transaction
|
2181
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 261 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2182
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2183
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2184
|
+
[1m[35m (8.1ms)[0m commit transaction
|
2185
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2186
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2187
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2188
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2189
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2190
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2191
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2192
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00], ["event_type", :Update], ["object_id", 264], ["object_type", "User"], ["recipient_id", 264], ["recipient_type", "User"], ["sender_id", 264], ["sender_type", 0], ["text", "translation missing: en.news_feeds.update_object"], ["updated_at", Tue, 07 Aug 2012 22:10:57 UTC +00:00]]
|
2193
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2194
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 264 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2195
|
+
Connecting to database specified by database.yml
|
2196
|
+
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
2197
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2198
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2199
|
+
[1m[35mSQL (31.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:26 UTC +00:00]]
|
2200
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
2201
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2202
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:26 UTC +00:00]]
|
2203
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2204
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2205
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:26 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:26 UTC +00:00]]
|
2206
|
+
[1m[36m (3.5ms)[0m [1mcommit transaction[0m
|
2207
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2208
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2209
|
+
[1m[35m (3.4ms)[0m commit transaction
|
2210
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2211
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2212
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
2213
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2214
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2215
|
+
[1m[35m (1.5ms)[0m commit transaction
|
2216
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2217
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2218
|
+
[1m[36m (5.8ms)[0m [1mcommit transaction[0m
|
2219
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2220
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2221
|
+
[1m[35m (9.6ms)[0m commit transaction
|
2222
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2223
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2224
|
+
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
|
2225
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2226
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2227
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2228
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2229
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2230
|
+
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
|
2231
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2232
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2233
|
+
[1m[35m (3.4ms)[0m commit transaction
|
2234
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2235
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2236
|
+
[1m[36m (5.2ms)[0m [1mcommit transaction[0m
|
2237
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2238
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2239
|
+
[1m[35m (2.1ms)[0m commit transaction
|
2240
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2241
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:12:27 UTC +00:00]]
|
2242
|
+
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
|
2243
|
+
Connecting to database specified by database.yml
|
2244
|
+
[1m[36m (0.8ms)[0m [1mbegin transaction[0m
|
2245
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
2246
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2247
|
+
[1m[35mSQL (60.1ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:29 UTC +00:00]]
|
2248
|
+
[1m[36m (11.9ms)[0m [1mcommit transaction[0m
|
2249
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2250
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:29 UTC +00:00]]
|
2251
|
+
[1m[35m (8.4ms)[0m commit transaction
|
2252
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2253
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:29 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:29 UTC +00:00]]
|
2254
|
+
[1m[36m (6.9ms)[0m [1mcommit transaction[0m
|
2255
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2256
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Create], ["object_id", 138], ["object_type", "Message"], ["recipient_id", 275], ["recipient_type", "User"], ["sender_id", 276], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2257
|
+
[1m[35m (6.8ms)[0m commit transaction
|
2258
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 275 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2259
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2260
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2261
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2262
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
2263
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2264
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2265
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2266
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2267
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2268
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2269
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2270
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Delete], ["object_id", 139], ["object_type", "Message"], ["recipient_id", 277], ["recipient_type", "User"], ["sender_id", 278], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2271
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2272
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 277 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2273
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2274
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2275
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2276
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2277
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2278
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
2279
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2280
|
+
[1m[36mSQL (0.6ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2281
|
+
[1m[35m (1.2ms)[0m commit transaction
|
2282
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2283
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Delete], ["object_id", 140], ["object_type", "Message"], ["recipient_id", 279], ["recipient_type", "User"], ["sender_id", 280], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2284
|
+
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
|
2285
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2286
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Create], ["object_id", 140], ["object_type", "Message"], ["recipient_id", 279], ["recipient_type", "User"], ["sender_id", 280], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2287
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2288
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 279[0m
|
2289
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2290
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2291
|
+
[1m[35m (0.8ms)[0m commit transaction
|
2292
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2293
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2294
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2295
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2296
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2297
|
+
[1m[35m (1.1ms)[0m commit transaction
|
2298
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2299
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Send], ["object_id", 141], ["object_type", "Message"], ["recipient_id", 281], ["recipient_type", "User"], ["sender_id", 282], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2300
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2301
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2302
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Send], ["object_id", 141], ["object_type", "Message"], ["recipient_id", 282], ["recipient_type", "User"], ["sender_id", 282], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2303
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2304
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 281 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2305
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 282 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2306
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2307
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2308
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2309
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2310
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2311
|
+
[1m[35m (1.2ms)[0m commit transaction
|
2312
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2313
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2314
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
2315
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2316
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00], ["event_type", :Update], ["object_id", 284], ["object_type", "User"], ["recipient_id", 284], ["recipient_type", "User"], ["sender_id", 284], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 22:14:30 UTC +00:00]]
|
2317
|
+
[1m[35m (0.9ms)[0m commit transaction
|
2318
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 284 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2319
|
+
Connecting to database specified by database.yml
|
2320
|
+
[1m[36m (0.6ms)[0m [1mbegin transaction[0m
|
2321
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
2322
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2323
|
+
[1m[35mSQL (29.8ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2324
|
+
[1m[36m (2.2ms)[0m [1mcommit transaction[0m
|
2325
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2326
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2327
|
+
[1m[35m (1.1ms)[0m commit transaction
|
2328
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2329
|
+
[1m[35mSQL (0.5ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2330
|
+
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
|
2331
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2332
|
+
[1m[36mSQL (0.7ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Create], ["object_id", 143], ["object_type", "Message"], ["recipient_id", 285], ["recipient_type", "User"], ["sender_id", 286], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2333
|
+
[1m[35m (1.2ms)[0m commit transaction
|
2334
|
+
[1m[36mNewsFeedEvent Load (0.3ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 285 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2335
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2336
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2337
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2338
|
+
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
|
2339
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2340
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2341
|
+
[1m[35m (1.1ms)[0m commit transaction
|
2342
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
2343
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2344
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
2345
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2346
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Delete], ["object_id", 144], ["object_type", "Message"], ["recipient_id", 287], ["recipient_type", "User"], ["sender_id", 288], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2347
|
+
[1m[35m (1.4ms)[0m commit transaction
|
2348
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 287 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2349
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2350
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2351
|
+
[1m[35m (2.2ms)[0m commit transaction
|
2352
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2353
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2354
|
+
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
|
2355
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2356
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2357
|
+
[1m[35m (2.0ms)[0m commit transaction
|
2358
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2359
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Delete], ["object_id", 145], ["object_type", "Message"], ["recipient_id", 289], ["recipient_type", "User"], ["sender_id", 290], ["sender_type", 0], ["text", "Bob Smith has deleted a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2360
|
+
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
|
2361
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2362
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Create], ["object_id", 145], ["object_type", "Message"], ["recipient_id", 289], ["recipient_type", "User"], ["sender_id", 290], ["sender_type", 0], ["text", "Bob Smith has created a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2363
|
+
[1m[35m (2.2ms)[0m commit transaction
|
2364
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 289[0m
|
2365
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2366
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2367
|
+
[1m[35m (2.0ms)[0m commit transaction
|
2368
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2369
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2370
|
+
[1m[36m (1.9ms)[0m [1mcommit transaction[0m
|
2371
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2372
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2373
|
+
[1m[35m (2.0ms)[0m commit transaction
|
2374
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2375
|
+
[1m[35mSQL (0.4ms)[0m INSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Send], ["object_id", 146], ["object_type", "Message"], ["recipient_id", 291], ["recipient_type", "User"], ["sender_id", 292], ["sender_type", 0], ["text", "Bob Smith has sent you a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2376
|
+
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
|
2377
|
+
[1m[35m (0.1ms)[0m begin transaction
|
2378
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Send], ["object_id", 146], ["object_type", "Message"], ["recipient_id", 292], ["recipient_type", "User"], ["sender_id", 292], ["sender_type", 0], ["text", "You have sent Bob Smith a Message: Message Title"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2379
|
+
[1m[35m (1.0ms)[0m commit transaction
|
2380
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 291 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|
2381
|
+
[1m[35mNewsFeedEvent Load (0.2ms)[0m SELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 292 ORDER BY "news_feed_events"."id" DESC LIMIT 1
|
2382
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2383
|
+
[1m[35mSQL (0.2ms)[0m INSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2384
|
+
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
|
2385
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2386
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "users" ("created_at", "updated_at") VALUES (?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2387
|
+
[1m[35m (1.2ms)[0m commit transaction
|
2388
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
2389
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "messages" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2390
|
+
[1m[36m (1.5ms)[0m [1mcommit transaction[0m
|
2391
|
+
[1m[35m (0.0ms)[0m begin transaction
|
2392
|
+
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "news_feed_events" ("created_at", "event_type", "object_id", "object_type", "recipient_id", "recipient_type", "sender_id", "sender_type", "text", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00], ["event_type", :Update], ["object_id", 294], ["object_type", "User"], ["recipient_id", 294], ["recipient_type", "User"], ["sender_id", 294], ["sender_type", 0], ["text", "You have updated a User: Bob Smith"], ["updated_at", Tue, 07 Aug 2012 22:39:22 UTC +00:00]]
|
2393
|
+
[1m[35m (1.1ms)[0m commit transaction
|
2394
|
+
[1m[36mNewsFeedEvent Load (0.2ms)[0m [1mSELECT "news_feed_events".* FROM "news_feed_events" WHERE "news_feed_events"."recipient_id" = 294 ORDER BY "news_feed_events"."id" DESC LIMIT 1[0m
|