starburst 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -27178,3 +27178,2671 @@ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
27178
27178
  SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-07 21:39:14.755722"], ["limit_to_users", nil], ["updated_at", "2014-10-07 21:39:14.755722"]]
27179
27179
   (0.0ms) RELEASE SAVEPOINT active_record_1
27180
27180
   (0.3ms) rollback transaction
27181
+  (5.0ms) begin transaction
27182
+  (0.1ms) SAVEPOINT active_record_1
27183
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:09:38.643200"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:09:38.643200"]]
27184
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27185
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27186
+ Parameters: {"id"=>"1"}
27187
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27188
+  (0.1ms) SAVEPOINT active_record_1
27189
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:09:38.707289"], ["updated_at", "2014-10-08 00:09:38.707289"], ["user_id", 10]]
27190
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27191
+ Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 1.0ms)
27192
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
27193
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27194
+  (0.4ms) rollback transaction
27195
+  (0.1ms) begin transaction
27196
+  (0.1ms) SAVEPOINT active_record_1
27197
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:09:38.716647"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:09:38.716647"]]
27198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27199
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27200
+ Parameters: {"id"=>"1"}
27201
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27202
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.2ms | ActiveRecord: 0.1ms)
27203
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27204
+  (1.0ms) rollback transaction
27205
+  (0.1ms) begin transaction
27206
+  (0.1ms) rollback transaction
27207
+  (0.1ms) begin transaction
27208
+  (0.1ms) SAVEPOINT active_record_1
27209
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.731656"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.731656"]]
27210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27211
+  (0.1ms) SAVEPOINT active_record_1
27212
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:09:38.735054"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:09:38.735054"]]
27213
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27214
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:09:38 -0400
27215
+ Processing by PagesController#home as HTML
27216
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27217
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27218
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:09:38.769139' OR start_delivering_at IS NULL)
27219
+ AND (stop_delivering_at > '2014-10-08 00:09:38.769142' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27220
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (8.9ms)
27221
+ Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.2ms)
27222
+  (0.5ms) rollback transaction
27223
+  (0.1ms) begin transaction
27224
+  (0.1ms) SAVEPOINT active_record_1
27225
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:09:38.789846"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:09:38.789846"]]
27226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27227
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:09:38 -0400
27228
+ Processing by PagesController#home as HTML
27229
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.2ms)
27230
+ Completed 200 OK in 1ms (Views: 1.1ms | ActiveRecord: 0.0ms)
27231
+  (0.4ms) rollback transaction
27232
+  (0.1ms) begin transaction
27233
+  (0.1ms) rollback transaction
27234
+  (0.1ms) begin transaction
27235
+  (0.1ms) SAVEPOINT active_record_1
27236
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.799560"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:09:38.799560"]]
27237
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27238
+  (0.3ms) rollback transaction
27239
+  (0.1ms) begin transaction
27240
+  (0.1ms) SAVEPOINT active_record_1
27241
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.804127"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:09:38.804127"]]
27242
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27243
+  (0.1ms) SAVEPOINT active_record_1
27244
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.806884"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.806884"]]
27245
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27246
+  (0.1ms) SAVEPOINT active_record_1
27247
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.808912"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:09:38.808912"]]
27248
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27249
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27250
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27251
+  (0.4ms) rollback transaction
27252
+  (0.1ms) begin transaction
27253
+  (0.1ms) SAVEPOINT active_record_1
27254
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.813612"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:09:38.813612"]]
27255
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27256
+  (0.1ms) SAVEPOINT active_record_1
27257
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.816456"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.816456"]]
27258
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27259
+  (0.1ms) SAVEPOINT active_record_1
27260
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.818510"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:09:38.818510"]]
27261
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27262
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27263
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27264
+  (0.5ms) rollback transaction
27265
+  (0.1ms) begin transaction
27266
+  (0.1ms) SAVEPOINT active_record_1
27267
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.823669"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:09:38.822814"], ["updated_at", "2014-10-08 00:09:38.823669"]]
27268
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27269
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.824778' OR start_delivering_at IS NULL)
27270
+ AND (stop_delivering_at > '2014-10-08 00:09:38.824780' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27271
+  (0.3ms) rollback transaction
27272
+  (0.1ms) begin transaction
27273
+  (0.0ms) SAVEPOINT active_record_1
27274
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.827202"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.827202"]]
27275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27276
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.828311' OR start_delivering_at IS NULL)
27277
+ AND (stop_delivering_at > '2014-10-08 00:09:38.828313' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27278
+  (0.3ms) rollback transaction
27279
+  (0.1ms) begin transaction
27280
+  (0.0ms) SAVEPOINT active_record_1
27281
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.830602"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:09:38.829971"], ["updated_at", "2014-10-08 00:09:38.830602"]]
27282
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27283
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.831637' OR start_delivering_at IS NULL)
27284
+ AND (stop_delivering_at > '2014-10-08 00:09:38.831639' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27285
+  (0.3ms) rollback transaction
27286
+  (0.1ms) begin transaction
27287
+  (0.0ms) SAVEPOINT active_record_1
27288
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.833804"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.833804"]]
27289
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27290
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.835006' OR start_delivering_at IS NULL)
27291
+ AND (stop_delivering_at > '2014-10-08 00:09:38.835009' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27292
+  (0.5ms) rollback transaction
27293
+  (0.1ms) begin transaction
27294
+  (0.0ms) SAVEPOINT active_record_1
27295
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.837816"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.837816"]]
27296
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27297
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.838902' OR start_delivering_at IS NULL)
27298
+ AND (stop_delivering_at > '2014-10-08 00:09:38.838904' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27299
+  (0.3ms) rollback transaction
27300
+  (0.1ms) begin transaction
27301
+  (0.0ms) SAVEPOINT active_record_1
27302
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.841115"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.841115"]]
27303
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27304
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.842131' OR start_delivering_at IS NULL)
27305
+ AND (stop_delivering_at > '2014-10-08 00:09:38.842132' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27306
+  (0.3ms) rollback transaction
27307
+  (0.1ms) begin transaction
27308
+  (0.0ms) SAVEPOINT active_record_1
27309
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.844325"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.844325"]]
27310
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27311
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:09:38.845333' OR start_delivering_at IS NULL)
27312
+ AND (stop_delivering_at > '2014-10-08 00:09:38.845335' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27313
+  (0.4ms) rollback transaction
27314
+  (0.1ms) begin transaction
27315
+  (0.0ms) SAVEPOINT active_record_1
27316
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.848136"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:09:38.847491"], ["updated_at", "2014-10-08 00:09:38.848136"]]
27317
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27318
+  (0.0ms) SAVEPOINT active_record_1
27319
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.849374"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.849374"]]
27320
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27321
+  (0.0ms) SAVEPOINT active_record_1
27322
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.850598"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.850598"]]
27323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27324
+  (0.0ms) SAVEPOINT active_record_1
27325
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:09:38.851688"], ["updated_at", "2014-10-08 00:09:38.851688"], ["user_id", 1]]
27326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27327
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27328
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27329
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27330
+  (0.4ms) rollback transaction
27331
+  (0.1ms) begin transaction
27332
+  (0.1ms) SAVEPOINT active_record_1
27333
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.854814"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:09:38.854165"], ["updated_at", "2014-10-08 00:09:38.854814"]]
27334
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27335
+  (0.0ms) SAVEPOINT active_record_1
27336
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.856051"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.856051"]]
27337
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27338
+  (0.1ms) SAVEPOINT active_record_1
27339
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.857468"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.857468"]]
27340
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27341
+  (0.0ms) SAVEPOINT active_record_1
27342
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.858863"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.858863"]]
27343
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27344
+  (0.0ms) SAVEPOINT active_record_1
27345
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:09:38.859939"], ["updated_at", "2014-10-08 00:09:38.859939"], ["user_id", 1]]
27346
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27347
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27348
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27349
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27350
+  (0.4ms) rollback transaction
27351
+  (0.1ms) begin transaction
27352
+  (0.0ms) SAVEPOINT active_record_1
27353
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.864117"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:09:38.863456"], ["updated_at", "2014-10-08 00:09:38.864117"]]
27354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27355
+  (0.0ms) SAVEPOINT active_record_1
27356
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:09:38.865373"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:09:38.865373"]]
27357
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27358
+  (0.0ms) SAVEPOINT active_record_1
27359
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:09:38.866661"], ["subscription", ""], ["updated_at", "2014-10-08 00:09:38.866661"]]
27360
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27361
+  (0.1ms) SAVEPOINT active_record_1
27362
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:09:38.867972"], ["updated_at", "2014-10-08 00:09:38.867972"], ["user_id", 1]]
27363
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27364
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27365
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27366
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:09:38.868715' OR start_delivering_at IS NULL)
27367
+ AND (stop_delivering_at > '2014-10-08 00:09:38.868717' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27368
+  (0.4ms) rollback transaction
27369
+  (0.1ms) begin transaction
27370
+  (0.1ms) SAVEPOINT active_record_1
27371
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:09:38.872051"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:09:38.872051"]]
27372
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27373
+  (0.3ms) rollback transaction
27374
+  (0.1ms) begin transaction
27375
+  (0.0ms) SAVEPOINT active_record_1
27376
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:09:38.875127"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:09:38.875127"]]
27377
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27378
+  (0.3ms) rollback transaction
27379
+  (0.6ms) begin transaction
27380
+  (0.1ms) SAVEPOINT active_record_1
27381
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.823220"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:10:38.810554"], ["updated_at", "2014-10-08 00:10:38.823220"]]
27382
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27383
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.875016' OR start_delivering_at IS NULL)
27384
+ AND (stop_delivering_at > '2014-10-08 00:10:38.875019' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27385
+  (0.8ms) rollback transaction
27386
+  (0.1ms) begin transaction
27387
+  (0.1ms) SAVEPOINT active_record_1
27388
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.881417"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:10:38.880494"], ["updated_at", "2014-10-08 00:10:38.881417"]]
27389
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27390
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.882935' OR start_delivering_at IS NULL)
27391
+ AND (stop_delivering_at > '2014-10-08 00:10:38.882937' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27392
+  (0.4ms) rollback transaction
27393
+  (0.1ms) begin transaction
27394
+  (0.1ms) SAVEPOINT active_record_1
27395
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.886386"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.886386"]]
27396
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27397
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.887465' OR start_delivering_at IS NULL)
27398
+ AND (stop_delivering_at > '2014-10-08 00:10:38.887467' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27399
+  (0.3ms) rollback transaction
27400
+  (0.1ms) begin transaction
27401
+  (0.0ms) SAVEPOINT active_record_1
27402
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.889708"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.889708"]]
27403
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27404
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.890812' OR start_delivering_at IS NULL)
27405
+ AND (stop_delivering_at > '2014-10-08 00:10:38.890814' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27406
+  (0.3ms) rollback transaction
27407
+  (0.1ms) begin transaction
27408
+  (0.0ms) SAVEPOINT active_record_1
27409
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.892931"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.892931"]]
27410
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27411
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.893976' OR start_delivering_at IS NULL)
27412
+ AND (stop_delivering_at > '2014-10-08 00:10:38.893978' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27413
+  (0.3ms) rollback transaction
27414
+  (0.1ms) begin transaction
27415
+  (0.0ms) SAVEPOINT active_record_1
27416
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.896445"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.896445"]]
27417
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27418
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.897495' OR start_delivering_at IS NULL)
27419
+ AND (stop_delivering_at > '2014-10-08 00:10:38.897497' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27420
+  (0.3ms) rollback transaction
27421
+  (0.1ms) begin transaction
27422
+  (0.1ms) SAVEPOINT active_record_1
27423
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.900113"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.900113"]]
27424
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27425
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:10:38.901328' OR start_delivering_at IS NULL)
27426
+ AND (stop_delivering_at > '2014-10-08 00:10:38.901330' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27427
+  (0.3ms) rollback transaction
27428
+  (0.1ms) begin transaction
27429
+  (0.0ms) SAVEPOINT active_record_1
27430
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:10:38.903627"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:10:38.903627"]]
27431
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27432
+  (0.3ms) rollback transaction
27433
+  (0.1ms) begin transaction
27434
+  (0.0ms) SAVEPOINT active_record_1
27435
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:10:38.906143"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:10:38.906143"]]
27436
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27437
+  (0.3ms) rollback transaction
27438
+  (0.1ms) begin transaction
27439
+  (0.0ms) SAVEPOINT active_record_1
27440
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.908929"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:10:38.908329"], ["updated_at", "2014-10-08 00:10:38.908929"]]
27441
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27442
+  (0.0ms) SAVEPOINT active_record_1
27443
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.910706"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.910706"]]
27444
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27445
+  (0.1ms) SAVEPOINT active_record_1
27446
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.916988"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:38.916988"]]
27447
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27448
+  (0.1ms) SAVEPOINT active_record_1
27449
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:10:38.926865"], ["updated_at", "2014-10-08 00:10:38.926865"], ["user_id", 1]]
27450
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27451
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27452
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27453
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:10:38.930595' OR start_delivering_at IS NULL)
27454
+ AND (stop_delivering_at > '2014-10-08 00:10:38.930597' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27455
+  (0.4ms) rollback transaction
27456
+  (0.1ms) begin transaction
27457
+  (0.0ms) SAVEPOINT active_record_1
27458
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.938534"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:10:38.937833"], ["updated_at", "2014-10-08 00:10:38.938534"]]
27459
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27460
+  (0.0ms) SAVEPOINT active_record_1
27461
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.939830"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.939830"]]
27462
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27463
+  (0.0ms) SAVEPOINT active_record_1
27464
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.941061"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:38.941061"]]
27465
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27466
+  (0.0ms) SAVEPOINT active_record_1
27467
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.941904"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:38.941904"]]
27468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27469
+  (0.0ms) SAVEPOINT active_record_1
27470
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:10:38.942887"], ["updated_at", "2014-10-08 00:10:38.942887"], ["user_id", 1]]
27471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27472
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27473
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27474
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27475
+  (0.3ms) rollback transaction
27476
+  (0.1ms) begin transaction
27477
+  (0.0ms) SAVEPOINT active_record_1
27478
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.946765"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:10:38.946129"], ["updated_at", "2014-10-08 00:10:38.946765"]]
27479
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27480
+  (0.0ms) SAVEPOINT active_record_1
27481
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:10:38.948082"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:10:38.948082"]]
27482
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27483
+  (0.0ms) SAVEPOINT active_record_1
27484
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.949365"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:38.949365"]]
27485
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27486
+  (0.1ms) SAVEPOINT active_record_1
27487
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:10:38.951179"], ["updated_at", "2014-10-08 00:10:38.951179"], ["user_id", 1]]
27488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27489
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27490
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27491
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27492
+  (0.4ms) rollback transaction
27493
+  (0.2ms) begin transaction
27494
+  (0.1ms) SAVEPOINT active_record_1
27495
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.956695"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:10:38.956695"]]
27496
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27497
+  (0.1ms) SAVEPOINT active_record_1
27498
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.960277"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:38.960277"]]
27499
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27500
+  (0.1ms) SAVEPOINT active_record_1
27501
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.962546"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:10:38.962546"]]
27502
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27503
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27504
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27505
+  (0.4ms) rollback transaction
27506
+  (0.1ms) begin transaction
27507
+  (0.1ms) SAVEPOINT active_record_1
27508
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.967527"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:10:38.967527"]]
27509
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27510
+  (0.1ms) SAVEPOINT active_record_1
27511
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.970445"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:38.970445"]]
27512
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27513
+  (0.1ms) SAVEPOINT active_record_1
27514
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.972894"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:10:38.972894"]]
27515
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27516
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27517
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27518
+  (0.4ms) rollback transaction
27519
+  (0.1ms) begin transaction
27520
+  (0.1ms) SAVEPOINT active_record_1
27521
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:38.978013"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:10:38.978013"]]
27522
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27523
+  (0.3ms) rollback transaction
27524
+  (0.1ms) begin transaction
27525
+  (0.1ms) rollback transaction
27526
+  (0.1ms) begin transaction
27527
+  (0.1ms) SAVEPOINT active_record_1
27528
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:10:38.984828"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:10:38.984828"]]
27529
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27530
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:10:38 -0400
27531
+ Processing by PagesController#home as HTML
27532
+ Rendered pages/home.html.erb within layouts/application (0.8ms)
27533
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.6ms)
27534
+ Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
27535
+  (0.6ms) rollback transaction
27536
+  (0.1ms) begin transaction
27537
+  (0.0ms) SAVEPOINT active_record_1
27538
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:10:39.013110"], ["subscription", ""], ["updated_at", "2014-10-08 00:10:39.013110"]]
27539
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27540
+  (0.0ms) SAVEPOINT active_record_1
27541
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:10:39.014949"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:10:39.014949"]]
27542
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27543
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:10:39 -0400
27544
+ Processing by PagesController#home as HTML
27545
+ Rendered pages/home.html.erb within layouts/application (0.0ms)
27546
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27547
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27548
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:10:39.019651' OR start_delivering_at IS NULL)
27549
+ AND (stop_delivering_at > '2014-10-08 00:10:39.019654' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27550
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (3.1ms)
27551
+ Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.2ms)
27552
+  (0.4ms) rollback transaction
27553
+  (0.1ms) begin transaction
27554
+  (0.1ms) rollback transaction
27555
+  (0.1ms) begin transaction
27556
+  (0.1ms) SAVEPOINT active_record_1
27557
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:10:39.028749"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:10:39.028749"]]
27558
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27559
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27560
+ Parameters: {"id"=>"1"}
27561
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27562
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
27563
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27564
+  (0.3ms) rollback transaction
27565
+  (0.1ms) begin transaction
27566
+  (0.1ms) SAVEPOINT active_record_1
27567
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:10:39.037376"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:10:39.037376"]]
27568
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27569
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27570
+ Parameters: {"id"=>"1"}
27571
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27572
+  (0.0ms) SAVEPOINT active_record_1
27573
+ SQL (0.3ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:10:39.040978"], ["updated_at", "2014-10-08 00:10:39.040978"], ["user_id", 10]]
27574
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27575
+ Completed 200 OK in 3ms (Views: 0.2ms | ActiveRecord: 0.4ms)
27576
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
27577
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27578
+  (0.6ms) rollback transaction
27579
+  (0.4ms) begin transaction
27580
+  (0.1ms) SAVEPOINT active_record_1
27581
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:11:30.640881"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:11:30.640881"]]
27582
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27583
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27584
+ Parameters: {"id"=>"1"}
27585
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27586
+  (0.1ms) SAVEPOINT active_record_1
27587
+ SQL (0.5ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:11:30.659212"], ["updated_at", "2014-10-08 00:11:30.659212"], ["user_id", 10]]
27588
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27589
+ Completed 200 OK in 19ms (Views: 0.3ms | ActiveRecord: 1.1ms)
27590
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
27591
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27592
+  (0.4ms) rollback transaction
27593
+  (0.1ms) begin transaction
27594
+  (0.1ms) rollback transaction
27595
+  (0.1ms) begin transaction
27596
+  (0.1ms) SAVEPOINT active_record_1
27597
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:11:30.672018"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:11:30.672018"]]
27598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27599
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27600
+ Parameters: {"id"=>"1"}
27601
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27602
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
27603
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27604
+  (0.3ms) rollback transaction
27605
+  (0.1ms) begin transaction
27606
+  (0.0ms) SAVEPOINT active_record_1
27607
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:11:30.678330"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:11:30.678330"]]
27608
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27609
+  (0.5ms) rollback transaction
27610
+  (0.1ms) begin transaction
27611
+  (0.1ms) SAVEPOINT active_record_1
27612
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:11:30.682573"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:11:30.682573"]]
27613
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27614
+  (9.4ms) rollback transaction
27615
+  (0.1ms) begin transaction
27616
+  (0.1ms) SAVEPOINT active_record_1
27617
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.696035"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:11:30.696035"]]
27618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27619
+  (0.3ms) rollback transaction
27620
+  (0.1ms) begin transaction
27621
+  (0.1ms) SAVEPOINT active_record_1
27622
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.699528"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:11:30.699528"]]
27623
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27624
+  (0.1ms) SAVEPOINT active_record_1
27625
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.705139"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.705139"]]
27626
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27627
+  (0.0ms) SAVEPOINT active_record_1
27628
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.707031"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:11:30.707031"]]
27629
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27630
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27631
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27632
+  (0.6ms) rollback transaction
27633
+  (0.1ms) begin transaction
27634
+  (0.1ms) SAVEPOINT active_record_1
27635
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.712222"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:11:30.712222"]]
27636
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27637
+  (0.1ms) SAVEPOINT active_record_1
27638
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.715084"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.715084"]]
27639
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27640
+  (0.1ms) SAVEPOINT active_record_1
27641
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.717293"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:11:30.717293"]]
27642
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27643
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27644
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27645
+  (0.5ms) rollback transaction
27646
+  (0.1ms) begin transaction
27647
+  (0.1ms) SAVEPOINT active_record_1
27648
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.721880"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:11:30.720896"], ["updated_at", "2014-10-08 00:11:30.721880"]]
27649
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27650
+  (0.0ms) SAVEPOINT active_record_1
27651
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.723860"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.723860"]]
27652
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27653
+  (0.1ms) SAVEPOINT active_record_1
27654
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.725637"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.725637"]]
27655
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27656
+  (0.0ms) SAVEPOINT active_record_1
27657
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:11:30.727391"], ["updated_at", "2014-10-08 00:11:30.727391"], ["user_id", 1]]
27658
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27659
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27660
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27661
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27662
+  (0.4ms) rollback transaction
27663
+  (0.1ms) begin transaction
27664
+  (0.1ms) SAVEPOINT active_record_1
27665
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.735433"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:11:30.734550"], ["updated_at", "2014-10-08 00:11:30.735433"]]
27666
+  (0.3ms) RELEASE SAVEPOINT active_record_1
27667
+  (0.1ms) SAVEPOINT active_record_1
27668
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.737426"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.737426"]]
27669
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27670
+  (0.0ms) SAVEPOINT active_record_1
27671
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.739231"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.739231"]]
27672
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27673
+  (0.0ms) SAVEPOINT active_record_1
27674
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:11:30.740846"], ["updated_at", "2014-10-08 00:11:30.740846"], ["user_id", 1]]
27675
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27676
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27677
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27678
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:11:30.741855' OR start_delivering_at IS NULL)
27679
+ AND (stop_delivering_at > '2014-10-08 00:11:30.741858' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27680
+  (0.6ms) rollback transaction
27681
+  (0.1ms) begin transaction
27682
+  (0.1ms) SAVEPOINT active_record_1
27683
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.746333"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:11:30.745350"], ["updated_at", "2014-10-08 00:11:30.746333"]]
27684
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27685
+  (0.0ms) SAVEPOINT active_record_1
27686
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.748253"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.748253"]]
27687
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27688
+  (0.0ms) SAVEPOINT active_record_1
27689
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.749750"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.749750"]]
27690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27691
+  (0.0ms) SAVEPOINT active_record_1
27692
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.750588"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.750588"]]
27693
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27694
+  (0.0ms) SAVEPOINT active_record_1
27695
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:11:30.751556"], ["updated_at", "2014-10-08 00:11:30.751556"], ["user_id", 1]]
27696
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27697
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27698
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27699
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27700
+  (0.6ms) rollback transaction
27701
+  (0.1ms) begin transaction
27702
+  (0.0ms) SAVEPOINT active_record_1
27703
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.755833"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:11:30.755214"], ["updated_at", "2014-10-08 00:11:30.755833"]]
27704
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27705
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.756832' OR start_delivering_at IS NULL)
27706
+ AND (stop_delivering_at > '2014-10-08 00:11:30.756834' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27707
+  (7.8ms) rollback transaction
27708
+  (0.1ms) begin transaction
27709
+  (0.1ms) SAVEPOINT active_record_1
27710
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.767122"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.767122"]]
27711
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27712
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.768417' OR start_delivering_at IS NULL)
27713
+ AND (stop_delivering_at > '2014-10-08 00:11:30.768419' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27714
+  (0.3ms) rollback transaction
27715
+  (0.1ms) begin transaction
27716
+  (0.1ms) SAVEPOINT active_record_1
27717
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.770836"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.770836"]]
27718
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27719
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.771980' OR start_delivering_at IS NULL)
27720
+ AND (stop_delivering_at > '2014-10-08 00:11:30.771982' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27721
+  (0.3ms) rollback transaction
27722
+  (0.1ms) begin transaction
27723
+  (0.1ms) SAVEPOINT active_record_1
27724
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.774631"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:11:30.773794"], ["updated_at", "2014-10-08 00:11:30.774631"]]
27725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27726
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.775757' OR start_delivering_at IS NULL)
27727
+ AND (stop_delivering_at > '2014-10-08 00:11:30.775760' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27728
+  (0.3ms) rollback transaction
27729
+  (0.1ms) begin transaction
27730
+  (0.1ms) SAVEPOINT active_record_1
27731
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.778315"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.778315"]]
27732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27733
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.779707' OR start_delivering_at IS NULL)
27734
+ AND (stop_delivering_at > '2014-10-08 00:11:30.779710' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27735
+  (0.3ms) rollback transaction
27736
+  (0.1ms) begin transaction
27737
+  (0.0ms) SAVEPOINT active_record_1
27738
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.782227"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.782227"]]
27739
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27740
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.783298' OR start_delivering_at IS NULL)
27741
+ AND (stop_delivering_at > '2014-10-08 00:11:30.783300' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27742
+  (0.4ms) rollback transaction
27743
+  (0.1ms) begin transaction
27744
+  (0.0ms) SAVEPOINT active_record_1
27745
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:11:30.785583"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:11:30.785583"]]
27746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27747
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:11:30.786669' OR start_delivering_at IS NULL)
27748
+ AND (stop_delivering_at > '2014-10-08 00:11:30.786671' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27749
+  (7.0ms) rollback transaction
27750
+  (0.1ms) begin transaction
27751
+  (0.1ms) SAVEPOINT active_record_1
27752
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:11:30.796332"], ["subscription", ""], ["updated_at", "2014-10-08 00:11:30.796332"]]
27753
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27754
+  (0.1ms) SAVEPOINT active_record_1
27755
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:11:30.798455"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:11:30.798455"]]
27756
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27757
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:11:30 -0400
27758
+ Processing by PagesController#home as HTML
27759
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27760
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27761
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:11:30.821908' OR start_delivering_at IS NULL)
27762
+ AND (stop_delivering_at > '2014-10-08 00:11:30.821912' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27763
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (3.2ms)
27764
+ Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.2ms)
27765
+  (0.5ms) rollback transaction
27766
+  (0.1ms) begin transaction
27767
+  (0.1ms) rollback transaction
27768
+  (0.1ms) begin transaction
27769
+  (0.1ms) SAVEPOINT active_record_1
27770
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:11:30.830196"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:11:30.830196"]]
27771
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27772
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:11:30 -0400
27773
+ Processing by PagesController#home as HTML
27774
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.3ms)
27775
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
27776
+  (0.4ms) rollback transaction
27777
+  (0.4ms) begin transaction
27778
+  (0.1ms) SAVEPOINT active_record_1
27779
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.848903"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:12:34.848903"]]
27780
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27781
+  (0.1ms) SAVEPOINT active_record_1
27782
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.893953"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:34.893953"]]
27783
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27784
+  (0.0ms) SAVEPOINT active_record_1
27785
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.895660"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:12:34.895660"]]
27786
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27787
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27788
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27789
+  (0.9ms) rollback transaction
27790
+  (0.1ms) begin transaction
27791
+  (0.0ms) SAVEPOINT active_record_1
27792
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.901378"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:12:34.901378"]]
27793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27794
+  (0.0ms) SAVEPOINT active_record_1
27795
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.903439"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:34.903439"]]
27796
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27797
+  (0.0ms) SAVEPOINT active_record_1
27798
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.905028"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:12:34.905028"]]
27799
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27800
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27801
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
27802
+  (0.3ms) rollback transaction
27803
+  (0.1ms) begin transaction
27804
+  (0.0ms) SAVEPOINT active_record_1
27805
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.908876"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:12:34.908876"]]
27806
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27807
+  (0.3ms) rollback transaction
27808
+  (0.1ms) begin transaction
27809
+  (0.0ms) SAVEPOINT active_record_1
27810
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.912391"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:12:34.911709"], ["updated_at", "2014-10-08 00:12:34.912391"]]
27811
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27812
+  (0.0ms) SAVEPOINT active_record_1
27813
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.914473"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.914473"]]
27814
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27815
+  (0.0ms) SAVEPOINT active_record_1
27816
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.915726"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:34.915726"]]
27817
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27818
+  (0.1ms) SAVEPOINT active_record_1
27819
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:12:34.926909"], ["updated_at", "2014-10-08 00:12:34.926909"], ["user_id", 1]]
27820
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27821
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27822
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27823
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:12:34.932939' OR start_delivering_at IS NULL)
27824
+ AND (stop_delivering_at > '2014-10-08 00:12:34.932942' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27825
+  (0.5ms) rollback transaction
27826
+  (0.1ms) begin transaction
27827
+  (0.1ms) SAVEPOINT active_record_1
27828
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.943031"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:12:34.942107"], ["updated_at", "2014-10-08 00:12:34.943031"]]
27829
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27830
+  (0.0ms) SAVEPOINT active_record_1
27831
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.944972"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.944972"]]
27832
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27833
+  (0.0ms) SAVEPOINT active_record_1
27834
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.946831"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:34.946831"]]
27835
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27836
+  (0.0ms) SAVEPOINT active_record_1
27837
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.948068"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:34.948068"]]
27838
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27839
+  (0.0ms) SAVEPOINT active_record_1
27840
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:12:34.949570"], ["updated_at", "2014-10-08 00:12:34.949570"], ["user_id", 1]]
27841
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27842
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27843
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27844
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27845
+  (0.4ms) rollback transaction
27846
+  (0.1ms) begin transaction
27847
+  (0.1ms) SAVEPOINT active_record_1
27848
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.954994"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:12:34.954106"], ["updated_at", "2014-10-08 00:12:34.954994"]]
27849
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27850
+  (0.0ms) SAVEPOINT active_record_1
27851
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.956770"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.956770"]]
27852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27853
+  (0.0ms) SAVEPOINT active_record_1
27854
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:34.958454"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:34.958454"]]
27855
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27856
+  (0.0ms) SAVEPOINT active_record_1
27857
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:12:34.960079"], ["updated_at", "2014-10-08 00:12:34.960079"], ["user_id", 1]]
27858
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27859
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27860
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27861
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
27862
+  (0.4ms) rollback transaction
27863
+  (0.1ms) begin transaction
27864
+  (0.0ms) SAVEPOINT active_record_1
27865
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:12:34.964083"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:12:34.964083"]]
27866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27867
+  (0.3ms) rollback transaction
27868
+  (0.1ms) begin transaction
27869
+  (0.1ms) SAVEPOINT active_record_1
27870
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:12:34.967101"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:12:34.967101"]]
27871
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27872
+  (0.3ms) rollback transaction
27873
+  (0.1ms) begin transaction
27874
+  (0.1ms) SAVEPOINT active_record_1
27875
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.970869"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.970869"]]
27876
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27877
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.972320' OR start_delivering_at IS NULL)
27878
+ AND (stop_delivering_at > '2014-10-08 00:12:34.972323' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27879
+  (0.4ms) rollback transaction
27880
+  (0.1ms) begin transaction
27881
+  (0.1ms) SAVEPOINT active_record_1
27882
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.976809"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:12:34.975718"], ["stop_delivering_at", "2014-10-09 00:12:34.975719"], ["updated_at", "2014-10-08 00:12:34.976809"]]
27883
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27884
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.978593' OR start_delivering_at IS NULL)
27885
+ AND (stop_delivering_at > '2014-10-08 00:12:34.978596' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27886
+  (0.4ms) rollback transaction
27887
+  (0.1ms) begin transaction
27888
+  (0.1ms) SAVEPOINT active_record_1
27889
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.982085"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.982085"]]
27890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27891
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.983730' OR start_delivering_at IS NULL)
27892
+ AND (stop_delivering_at > '2014-10-08 00:12:34.983733' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27893
+  (0.4ms) rollback transaction
27894
+  (0.1ms) begin transaction
27895
+  (0.1ms) SAVEPOINT active_record_1
27896
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.986765"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:12:34.985895"], ["updated_at", "2014-10-08 00:12:34.986765"]]
27897
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27898
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.988214' OR start_delivering_at IS NULL)
27899
+ AND (stop_delivering_at > '2014-10-08 00:12:34.988216' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27900
+  (0.3ms) rollback transaction
27901
+  (0.1ms) begin transaction
27902
+  (0.0ms) SAVEPOINT active_record_1
27903
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.991003"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.991003"]]
27904
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27905
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.992094' OR start_delivering_at IS NULL)
27906
+ AND (stop_delivering_at > '2014-10-08 00:12:34.992096' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27907
+  (0.3ms) rollback transaction
27908
+  (0.1ms) begin transaction
27909
+  (0.0ms) SAVEPOINT active_record_1
27910
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.994390"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["stop_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:12:34.994390"]]
27911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27912
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.995486' OR start_delivering_at IS NULL)
27913
+ AND (stop_delivering_at > '2014-10-08 00:12:34.995488' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27914
+  (0.3ms) rollback transaction
27915
+  (0.1ms) begin transaction
27916
+  (0.0ms) SAVEPOINT active_record_1
27917
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:12:34.997785"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:12:34.997148"], ["updated_at", "2014-10-08 00:12:34.997785"]]
27918
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27919
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:12:34.998806' OR start_delivering_at IS NULL)
27920
+ AND (stop_delivering_at > '2014-10-08 00:12:34.998808' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
27921
+  (0.4ms) rollback transaction
27922
+  (0.1ms) begin transaction
27923
+  (0.0ms) rollback transaction
27924
+  (0.0ms) begin transaction
27925
+  (0.0ms) SAVEPOINT active_record_1
27926
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:12:35.002491"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:12:35.002491"]]
27927
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27928
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:12:35 -0400
27929
+ Processing by PagesController#home as HTML
27930
+ Rendered pages/home.html.erb within layouts/application (0.8ms)
27931
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.7ms)
27932
+ Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
27933
+  (0.4ms) rollback transaction
27934
+  (0.1ms) begin transaction
27935
+  (0.0ms) SAVEPOINT active_record_1
27936
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:12:35.027895"], ["subscription", ""], ["updated_at", "2014-10-08 00:12:35.027895"]]
27937
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27938
+  (0.0ms) SAVEPOINT active_record_1
27939
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:12:35.029753"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:12:35.029753"]]
27940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27941
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:12:35 -0400
27942
+ Processing by PagesController#home as HTML
27943
+ Rendered pages/home.html.erb within layouts/application (0.0ms)
27944
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
27945
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
27946
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:12:35.033781' OR start_delivering_at IS NULL)
27947
+ AND (stop_delivering_at > '2014-10-08 00:12:35.033783' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
27948
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (2.9ms)
27949
+ Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.2ms)
27950
+  (0.5ms) rollback transaction
27951
+  (0.1ms) begin transaction
27952
+  (0.1ms) rollback transaction
27953
+  (0.0ms) begin transaction
27954
+  (0.1ms) SAVEPOINT active_record_1
27955
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:12:35.043619"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:12:35.043619"]]
27956
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27957
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27958
+ Parameters: {"id"=>"1"}
27959
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27960
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
27961
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27962
+  (0.4ms) rollback transaction
27963
+  (0.1ms) begin transaction
27964
+  (0.1ms) SAVEPOINT active_record_1
27965
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:12:35.052496"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:12:35.052496"]]
27966
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27967
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27968
+ Parameters: {"id"=>"1"}
27969
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27970
+  (0.1ms) SAVEPOINT active_record_1
27971
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:12:35.056083"], ["updated_at", "2014-10-08 00:12:35.056083"], ["user_id", 10]]
27972
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27973
+ Completed 200 OK in 3ms (Views: 0.3ms | ActiveRecord: 0.6ms)
27974
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
27975
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27976
+  (0.7ms) rollback transaction
27977
+  (0.4ms) begin transaction
27978
+  (0.1ms) SAVEPOINT active_record_1
27979
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:13:11.541690"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:13:11.541690"]]
27980
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27981
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27982
+ Parameters: {"id"=>"1"}
27983
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
27984
+  (0.0ms) SAVEPOINT active_record_1
27985
+ SQL (0.5ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:13:11.567270"], ["updated_at", "2014-10-08 00:13:11.567270"], ["user_id", 10]]
27986
+  (0.1ms) RELEASE SAVEPOINT active_record_1
27987
+ Completed 200 OK in 27ms (Views: 0.2ms | ActiveRecord: 1.4ms)
27988
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
27989
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
27990
+  (0.9ms) rollback transaction
27991
+  (0.1ms) begin transaction
27992
+  (0.1ms) rollback transaction
27993
+  (0.1ms) begin transaction
27994
+  (0.1ms) SAVEPOINT active_record_1
27995
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:13:11.580329"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:13:11.580329"]]
27996
+  (0.0ms) RELEASE SAVEPOINT active_record_1
27997
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
27998
+ Parameters: {"id"=>"1"}
27999
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28000
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
28001
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28002
+  (0.4ms) rollback transaction
28003
+  (0.1ms) begin transaction
28004
+  (0.0ms) SAVEPOINT active_record_1
28005
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:13:11.586646"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:13:11.586646"]]
28006
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28007
+  (0.3ms) rollback transaction
28008
+  (0.1ms) begin transaction
28009
+  (0.0ms) SAVEPOINT active_record_1
28010
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:13:11.589230"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:13:11.589230"]]
28011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28012
+  (0.3ms) rollback transaction
28013
+  (0.1ms) begin transaction
28014
+  (0.1ms) SAVEPOINT active_record_1
28015
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.592401"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:13:11.591626"], ["updated_at", "2014-10-08 00:13:11.592401"]]
28016
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28017
+  (0.1ms) SAVEPOINT active_record_1
28018
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.594031"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:13:11.594031"]]
28019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28020
+  (0.1ms) SAVEPOINT active_record_1
28021
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.598371"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.598371"]]
28022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28023
+  (0.0ms) SAVEPOINT active_record_1
28024
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:13:11.599880"], ["updated_at", "2014-10-08 00:13:11.599880"], ["user_id", 1]]
28025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28026
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28027
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28028
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28029
+  (0.4ms) rollback transaction
28030
+  (0.1ms) begin transaction
28031
+  (0.0ms) SAVEPOINT active_record_1
28032
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.606687"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:13:11.606032"], ["updated_at", "2014-10-08 00:13:11.606687"]]
28033
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28034
+  (0.0ms) SAVEPOINT active_record_1
28035
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.608117"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:13:11.608117"]]
28036
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28037
+  (0.0ms) SAVEPOINT active_record_1
28038
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.609632"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.609632"]]
28039
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28040
+  (0.0ms) SAVEPOINT active_record_1
28041
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:13:11.610786"], ["updated_at", "2014-10-08 00:13:11.610786"], ["user_id", 1]]
28042
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28043
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28044
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28045
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:13:11.611513' OR start_delivering_at IS NULL)
28046
+ AND (stop_delivering_at > '2014-10-08 00:13:11.611515' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28047
+  (0.4ms) rollback transaction
28048
+  (0.1ms) begin transaction
28049
+  (0.1ms) SAVEPOINT active_record_1
28050
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.615672"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:13:11.614713"], ["updated_at", "2014-10-08 00:13:11.615672"]]
28051
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28052
+  (0.0ms) SAVEPOINT active_record_1
28053
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.617520"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:00:00.000000"], ["updated_at", "2014-10-08 00:13:11.617520"]]
28054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28055
+  (0.0ms) SAVEPOINT active_record_1
28056
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.619136"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.619136"]]
28057
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28058
+  (0.0ms) SAVEPOINT active_record_1
28059
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.620282"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.620282"]]
28060
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28061
+  (0.0ms) SAVEPOINT active_record_1
28062
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:13:11.621346"], ["updated_at", "2014-10-08 00:13:11.621346"], ["user_id", 1]]
28063
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28064
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28065
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28066
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28067
+  (0.4ms) rollback transaction
28068
+  (0.1ms) begin transaction
28069
+  (0.1ms) SAVEPOINT active_record_1
28070
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.627713"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:13:11.626728"], ["updated_at", "2014-10-08 00:13:11.627713"]]
28071
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28072
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:13:11.629349' OR start_delivering_at IS NULL)
28073
+ AND (stop_delivering_at > '2014-10-08 00:13:11.629353' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28074
+  (0.3ms) rollback transaction
28075
+  (0.1ms) begin transaction
28076
+  (0.0ms) SAVEPOINT active_record_1
28077
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.631847"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:13:11.631204"], ["stop_delivering_at", "2014-10-08 00:13:11.631205"], ["updated_at", "2014-10-08 00:13:11.631847"]]
28078
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28079
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:13:11.633012' OR start_delivering_at IS NULL)
28080
+ AND (stop_delivering_at > '2014-10-08 00:13:11.633014' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28081
+  (0.3ms) rollback transaction
28082
+  (0.1ms) begin transaction
28083
+  (0.1ms) SAVEPOINT active_record_1
28084
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.635494"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:13:11.634836"], ["updated_at", "2014-10-08 00:13:11.635494"]]
28085
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28086
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:13:11.636559' OR start_delivering_at IS NULL)
28087
+ AND (stop_delivering_at > '2014-10-08 00:13:11.636561' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28088
+  (0.3ms) rollback transaction
28089
+  (0.1ms) begin transaction
28090
+  (0.1ms) SAVEPOINT active_record_1
28091
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.639412"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:13:11.638475"], ["stop_delivering_at", "2014-10-09 00:13:11.638477"], ["updated_at", "2014-10-08 00:13:11.639412"]]
28092
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28093
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:13:11.641069' OR start_delivering_at IS NULL)
28094
+ AND (stop_delivering_at > '2014-10-08 00:13:11.641071' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28095
+  (0.4ms) rollback transaction
28096
+  (0.1ms) begin transaction
28097
+  (0.1ms) SAVEPOINT active_record_1
28098
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.643963"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:13:11.643963"]]
28099
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28100
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:13:11.645487' OR start_delivering_at IS NULL)
28101
+ AND (stop_delivering_at > '2014-10-08 00:13:11.645489' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28102
+  (0.4ms) rollback transaction
28103
+  (0.1ms) begin transaction
28104
+  (0.1ms) SAVEPOINT active_record_1
28105
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:13:11.648891"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-08 00:00:00.000000"], ["updated_at", "2014-10-08 00:13:11.648891"]]
28106
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28107
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:13:11.650498' OR start_delivering_at IS NULL)
28108
+ AND (stop_delivering_at > '2014-10-08 00:13:11.650500' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28109
+  (0.3ms) rollback transaction
28110
+  (0.1ms) begin transaction
28111
+  (0.0ms) SAVEPOINT active_record_1
28112
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.653143"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:13:11.653143"]]
28113
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28114
+  (0.3ms) rollback transaction
28115
+  (0.1ms) begin transaction
28116
+  (0.1ms) SAVEPOINT active_record_1
28117
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.656915"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:13:11.656915"]]
28118
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28119
+  (0.1ms) SAVEPOINT active_record_1
28120
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.659805"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.659805"]]
28121
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28122
+  (0.1ms) SAVEPOINT active_record_1
28123
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.663709"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:13:11.663709"]]
28124
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28125
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28126
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28127
+  (0.4ms) rollback transaction
28128
+  (0.1ms) begin transaction
28129
+  (0.1ms) SAVEPOINT active_record_1
28130
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.668133"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:13:11.668133"]]
28131
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28132
+  (0.1ms) SAVEPOINT active_record_1
28133
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.670994"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.670994"]]
28134
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28135
+  (0.1ms) SAVEPOINT active_record_1
28136
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.673377"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:13:11.673377"]]
28137
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28138
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28139
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28140
+  (0.5ms) rollback transaction
28141
+  (0.1ms) begin transaction
28142
+  (0.1ms) SAVEPOINT active_record_1
28143
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:13:11.679027"], ["subscription", ""], ["updated_at", "2014-10-08 00:13:11.679027"]]
28144
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28145
+  (0.1ms) SAVEPOINT active_record_1
28146
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:13:11.681779"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:13:11.681779"]]
28147
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28148
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:13:11 -0400
28149
+ Processing by PagesController#home as HTML
28150
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28151
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28152
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:13:11.712077' OR start_delivering_at IS NULL)
28153
+ AND (stop_delivering_at > '2014-10-08 00:13:11.712081' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28154
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (5.0ms)
28155
+ Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.3ms)
28156
+  (0.5ms) rollback transaction
28157
+  (0.1ms) begin transaction
28158
+  (0.1ms) rollback transaction
28159
+  (0.1ms) begin transaction
28160
+  (0.1ms) SAVEPOINT active_record_1
28161
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:13:11.723150"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:13:11.723150"]]
28162
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28163
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:13:11 -0400
28164
+ Processing by PagesController#home as HTML
28165
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.4ms)
28166
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
28167
+  (0.5ms) rollback transaction
28168
+  (0.6ms) begin transaction
28169
+  (0.1ms) SAVEPOINT active_record_1
28170
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:00.441313"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:00.441313"]]
28171
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28172
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:00 -0400
28173
+ Processing by PagesController#home as HTML
28174
+ Rendered pages/home.html.erb within layouts/application (1.2ms)
28175
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.9ms)
28176
+ Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)
28177
+  (0.9ms) rollback transaction
28178
+  (0.1ms) begin transaction
28179
+  (0.0ms) SAVEPOINT active_record_1
28180
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.536724"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.536724"]]
28181
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28182
+  (0.0ms) SAVEPOINT active_record_1
28183
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:00.538547"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:00.538547"]]
28184
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28185
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:00 -0400
28186
+ Processing by PagesController#home as HTML
28187
+ Rendered pages/home.html.erb within layouts/application (0.1ms)
28188
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28189
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28190
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:00.542626' OR start_delivering_at IS NULL)
28191
+ AND (stop_delivering_at > '2014-10-08 00:14:00.542629' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28192
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (11.0ms)
28193
+ Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms)
28194
+  (0.5ms) rollback transaction
28195
+  (0.1ms) begin transaction
28196
+  (0.0ms) rollback transaction
28197
+  (0.0ms) begin transaction
28198
+  (0.1ms) SAVEPOINT active_record_1
28199
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:00.559380"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:00.559380"]]
28200
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28201
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28202
+ Parameters: {"id"=>"1"}
28203
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28204
+ Completed 422 Unprocessable Entity in 2ms (Views: 0.1ms | ActiveRecord: 0.1ms)
28205
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28206
+  (0.4ms) rollback transaction
28207
+  (0.1ms) begin transaction
28208
+  (0.1ms) SAVEPOINT active_record_1
28209
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:00.574164"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:00.574164"]]
28210
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28211
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28212
+ Parameters: {"id"=>"1"}
28213
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28214
+  (0.1ms) SAVEPOINT active_record_1
28215
+ SQL (0.5ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:00.590168"], ["updated_at", "2014-10-08 00:14:00.590168"], ["user_id", 10]]
28216
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28217
+ Completed 200 OK in 18ms (Views: 0.2ms | ActiveRecord: 0.9ms)
28218
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
28219
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28220
+  (0.4ms) rollback transaction
28221
+  (0.1ms) begin transaction
28222
+  (0.1ms) rollback transaction
28223
+  (0.0ms) begin transaction
28224
+  (0.0ms) SAVEPOINT active_record_1
28225
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.602947"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:00.602262"], ["updated_at", "2014-10-08 00:14:00.602947"]]
28226
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28227
+  (0.0ms) SAVEPOINT active_record_1
28228
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.604533"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:00.604208"], ["updated_at", "2014-10-08 00:14:00.604533"]]
28229
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28230
+  (0.1ms) SAVEPOINT active_record_1
28231
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.606571"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.606571"]]
28232
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28233
+  (0.1ms) SAVEPOINT active_record_1
28234
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.608210"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.608210"]]
28235
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28236
+  (0.1ms) SAVEPOINT active_record_1
28237
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:00.610152"], ["updated_at", "2014-10-08 00:14:00.610152"], ["user_id", 1]]
28238
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28239
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28240
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28241
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28242
+  (0.4ms) rollback transaction
28243
+  (0.1ms) begin transaction
28244
+  (0.1ms) SAVEPOINT active_record_1
28245
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.615729"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:00.614777"], ["updated_at", "2014-10-08 00:14:00.615729"]]
28246
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28247
+  (0.0ms) SAVEPOINT active_record_1
28248
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.617309"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:00.617018"], ["updated_at", "2014-10-08 00:14:00.617309"]]
28249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28250
+  (0.0ms) SAVEPOINT active_record_1
28251
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.618579"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.618579"]]
28252
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28253
+  (0.0ms) SAVEPOINT active_record_1
28254
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:00.619737"], ["updated_at", "2014-10-08 00:14:00.619737"], ["user_id", 1]]
28255
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28256
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28257
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28258
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28259
+  (0.4ms) rollback transaction
28260
+  (0.1ms) begin transaction
28261
+  (0.0ms) SAVEPOINT active_record_1
28262
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.623115"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:00.622433"], ["updated_at", "2014-10-08 00:14:00.623115"]]
28263
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28264
+  (0.0ms) SAVEPOINT active_record_1
28265
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.624374"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:00.624108"], ["updated_at", "2014-10-08 00:14:00.624374"]]
28266
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28267
+  (0.0ms) SAVEPOINT active_record_1
28268
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.626040"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.626040"]]
28269
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28270
+  (0.0ms) SAVEPOINT active_record_1
28271
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:00.627721"], ["updated_at", "2014-10-08 00:14:00.627721"], ["user_id", 1]]
28272
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28273
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28274
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28275
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:00.628699' OR start_delivering_at IS NULL)
28276
+ AND (stop_delivering_at > '2014-10-08 00:14:00.628702' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28277
+  (0.4ms) rollback transaction
28278
+  (0.1ms) begin transaction
28279
+  (0.1ms) SAVEPOINT active_record_1
28280
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.632476"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:00.631839"], ["stop_delivering_at", "2014-10-08 00:14:00.631840"], ["updated_at", "2014-10-08 00:14:00.632476"]]
28281
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28282
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:00.633656' OR start_delivering_at IS NULL)
28283
+ AND (stop_delivering_at > '2014-10-08 00:14:00.633658' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28284
+  (0.3ms) rollback transaction
28285
+  (0.1ms) begin transaction
28286
+  (0.0ms) SAVEPOINT active_record_1
28287
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.636069"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:14:00.635461"], ["updated_at", "2014-10-08 00:14:00.636069"]]
28288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28289
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:00.637152' OR start_delivering_at IS NULL)
28290
+ AND (stop_delivering_at > '2014-10-08 00:14:00.637154' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28291
+  (0.3ms) rollback transaction
28292
+  (0.1ms) begin transaction
28293
+  (0.1ms) SAVEPOINT active_record_1
28294
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.639603"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:14:00.638930"], ["updated_at", "2014-10-08 00:14:00.639603"]]
28295
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28296
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:00.640682' OR start_delivering_at IS NULL)
28297
+ AND (stop_delivering_at > '2014-10-08 00:14:00.640684' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28298
+  (0.3ms) rollback transaction
28299
+  (0.1ms) begin transaction
28300
+  (0.0ms) SAVEPOINT active_record_1
28301
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.643060"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:00.642393"], ["stop_delivering_at", "2014-10-09 00:14:00.642394"], ["updated_at", "2014-10-08 00:14:00.643060"]]
28302
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28303
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:00.644126' OR start_delivering_at IS NULL)
28304
+ AND (stop_delivering_at > '2014-10-08 00:14:00.644128' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28305
+  (0.3ms) rollback transaction
28306
+  (0.1ms) begin transaction
28307
+  (0.0ms) SAVEPOINT active_record_1
28308
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.646553"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:00.645940"], ["updated_at", "2014-10-08 00:14:00.646553"]]
28309
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28310
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:00.647814' OR start_delivering_at IS NULL)
28311
+ AND (stop_delivering_at > '2014-10-08 00:14:00.647816' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28312
+  (0.3ms) rollback transaction
28313
+  (0.1ms) begin transaction
28314
+  (0.1ms) SAVEPOINT active_record_1
28315
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:00.650921"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:14:00.649843"], ["updated_at", "2014-10-08 00:14:00.650921"]]
28316
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28317
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:00.652154' OR start_delivering_at IS NULL)
28318
+ AND (stop_delivering_at > '2014-10-08 00:14:00.652155' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28319
+  (0.3ms) rollback transaction
28320
+  (0.1ms) begin transaction
28321
+  (0.1ms) SAVEPOINT active_record_1
28322
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.655383"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:14:00.655383"]]
28323
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28324
+  (0.0ms) SAVEPOINT active_record_1
28325
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.657694"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.657694"]]
28326
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28327
+  (0.1ms) SAVEPOINT active_record_1
28328
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.659754"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:00.659754"]]
28329
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28330
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28331
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28332
+  (0.4ms) rollback transaction
28333
+  (0.1ms) begin transaction
28334
+  (0.0ms) SAVEPOINT active_record_1
28335
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.663911"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:14:00.663911"]]
28336
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28337
+  (0.3ms) rollback transaction
28338
+  (0.1ms) begin transaction
28339
+  (0.0ms) SAVEPOINT active_record_1
28340
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.666842"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:14:00.666842"]]
28341
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28342
+  (0.1ms) SAVEPOINT active_record_1
28343
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.669589"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:00.669589"]]
28344
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28345
+  (0.1ms) SAVEPOINT active_record_1
28346
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:00.671363"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:00.671363"]]
28347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28348
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28349
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28350
+  (0.4ms) rollback transaction
28351
+  (0.1ms) begin transaction
28352
+  (0.1ms) SAVEPOINT active_record_1
28353
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:00.675199"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:14:00.675199"]]
28354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28355
+  (0.3ms) rollback transaction
28356
+  (0.1ms) begin transaction
28357
+  (0.0ms) SAVEPOINT active_record_1
28358
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:00.678145"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:00.678145"]]
28359
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28360
+  (0.3ms) rollback transaction
28361
+  (0.4ms) begin transaction
28362
+  (0.1ms) SAVEPOINT active_record_1
28363
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.599679"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:14:31.599679"]]
28364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28365
+  (0.1ms) SAVEPOINT active_record_1
28366
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.648756"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.648756"]]
28367
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28368
+  (0.0ms) SAVEPOINT active_record_1
28369
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.650648"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:31.650648"]]
28370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28371
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28372
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28373
+  (1.0ms) rollback transaction
28374
+  (0.1ms) begin transaction
28375
+  (0.0ms) SAVEPOINT active_record_1
28376
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.656653"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:14:31.656653"]]
28377
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28378
+  (0.0ms) SAVEPOINT active_record_1
28379
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.658701"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.658701"]]
28380
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28381
+  (0.0ms) SAVEPOINT active_record_1
28382
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.660240"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:31.660240"]]
28383
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28384
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28385
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28386
+  (0.4ms) rollback transaction
28387
+  (0.1ms) begin transaction
28388
+  (0.0ms) SAVEPOINT active_record_1
28389
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.663802"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:14:31.663802"]]
28390
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28391
+  (0.4ms) rollback transaction
28392
+  (0.1ms) begin transaction
28393
+  (0.0ms) SAVEPOINT active_record_1
28394
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:31.667276"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:31.667276"]]
28395
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28396
+  (0.3ms) rollback transaction
28397
+  (0.1ms) begin transaction
28398
+  (0.1ms) SAVEPOINT active_record_1
28399
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:31.670105"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:14:31.670105"]]
28400
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28401
+  (0.3ms) rollback transaction
28402
+  (0.1ms) begin transaction
28403
+  (0.0ms) SAVEPOINT active_record_1
28404
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.673196"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:31.672529"], ["stop_delivering_at", "2014-10-09 00:14:31.672529"], ["updated_at", "2014-10-08 00:14:31.673196"]]
28405
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28406
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:31.674316' OR start_delivering_at IS NULL)
28407
+ AND (stop_delivering_at > '2014-10-08 00:14:31.674318' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28408
+  (0.3ms) rollback transaction
28409
+  (0.1ms) begin transaction
28410
+  (0.0ms) SAVEPOINT active_record_1
28411
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.677779"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:14:31.677177"], ["updated_at", "2014-10-08 00:14:31.677779"]]
28412
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28413
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:31.678846' OR start_delivering_at IS NULL)
28414
+ AND (stop_delivering_at > '2014-10-08 00:14:31.678848' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28415
+  (0.3ms) rollback transaction
28416
+  (0.1ms) begin transaction
28417
+  (0.0ms) SAVEPOINT active_record_1
28418
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.681242"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:14:31.680579"], ["updated_at", "2014-10-08 00:14:31.681242"]]
28419
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28420
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:31.682297' OR start_delivering_at IS NULL)
28421
+ AND (stop_delivering_at > '2014-10-08 00:14:31.682299' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28422
+  (0.3ms) rollback transaction
28423
+  (0.1ms) begin transaction
28424
+  (0.0ms) SAVEPOINT active_record_1
28425
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.684481"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:14:31.683884"], ["updated_at", "2014-10-08 00:14:31.684481"]]
28426
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28427
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:31.685489' OR start_delivering_at IS NULL)
28428
+ AND (stop_delivering_at > '2014-10-08 00:14:31.685491' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28429
+  (0.3ms) rollback transaction
28430
+  (0.1ms) begin transaction
28431
+  (0.0ms) SAVEPOINT active_record_1
28432
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.687884"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:31.687266"], ["updated_at", "2014-10-08 00:14:31.687884"]]
28433
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28434
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:31.688948' OR start_delivering_at IS NULL)
28435
+ AND (stop_delivering_at > '2014-10-08 00:14:31.688951' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28436
+  (0.4ms) rollback transaction
28437
+  (0.1ms) begin transaction
28438
+  (0.0ms) SAVEPOINT active_record_1
28439
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.691777"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:31.691180"], ["stop_delivering_at", "2014-10-08 00:14:31.691181"], ["updated_at", "2014-10-08 00:14:31.691777"]]
28440
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28441
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:31.692876' OR start_delivering_at IS NULL)
28442
+ AND (stop_delivering_at > '2014-10-08 00:14:31.692878' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28443
+  (0.3ms) rollback transaction
28444
+  (0.1ms) begin transaction
28445
+  (0.1ms) SAVEPOINT active_record_1
28446
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.695872"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:31.694930"], ["updated_at", "2014-10-08 00:14:31.695872"]]
28447
+  (0.6ms) RELEASE SAVEPOINT active_record_1
28448
+  (0.1ms) SAVEPOINT active_record_1
28449
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.698360"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:31.697980"], ["updated_at", "2014-10-08 00:14:31.698360"]]
28450
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28451
+  (0.0ms) SAVEPOINT active_record_1
28452
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.699797"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.699797"]]
28453
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28454
+  (0.1ms) SAVEPOINT active_record_1
28455
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:31.708762"], ["updated_at", "2014-10-08 00:14:31.708762"], ["user_id", 1]]
28456
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28457
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28458
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28459
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:31.712629' OR start_delivering_at IS NULL)
28460
+ AND (stop_delivering_at > '2014-10-08 00:14:31.712631' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28461
+  (0.5ms) rollback transaction
28462
+  (0.1ms) begin transaction
28463
+  (0.0ms) SAVEPOINT active_record_1
28464
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.719851"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:31.719176"], ["updated_at", "2014-10-08 00:14:31.719851"]]
28465
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28466
+  (0.0ms) SAVEPOINT active_record_1
28467
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.721369"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:31.721018"], ["updated_at", "2014-10-08 00:14:31.721369"]]
28468
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28469
+  (0.0ms) SAVEPOINT active_record_1
28470
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.722714"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.722714"]]
28471
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28472
+  (0.0ms) SAVEPOINT active_record_1
28473
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.723585"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.723585"]]
28474
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28475
+  (0.0ms) SAVEPOINT active_record_1
28476
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:31.724585"], ["updated_at", "2014-10-08 00:14:31.724585"], ["user_id", 1]]
28477
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28478
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28479
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28480
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28481
+  (0.4ms) rollback transaction
28482
+  (0.1ms) begin transaction
28483
+  (0.0ms) SAVEPOINT active_record_1
28484
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.728450"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:31.727819"], ["updated_at", "2014-10-08 00:14:31.728450"]]
28485
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28486
+  (0.1ms) SAVEPOINT active_record_1
28487
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:31.730230"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:31.729756"], ["updated_at", "2014-10-08 00:14:31.730230"]]
28488
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28489
+  (0.1ms) SAVEPOINT active_record_1
28490
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.733172"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.733172"]]
28491
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28492
+  (0.1ms) SAVEPOINT active_record_1
28493
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:31.735275"], ["updated_at", "2014-10-08 00:14:31.735275"], ["user_id", 1]]
28494
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28495
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28496
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28497
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28498
+  (0.4ms) rollback transaction
28499
+  (0.1ms) begin transaction
28500
+  (0.1ms) rollback transaction
28501
+  (0.1ms) begin transaction
28502
+  (0.1ms) SAVEPOINT active_record_1
28503
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:31.743743"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:31.743743"]]
28504
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28505
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:31 -0400
28506
+ Processing by PagesController#home as HTML
28507
+ Rendered pages/home.html.erb within layouts/application (1.3ms)
28508
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (1.0ms)
28509
+ Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.0ms)
28510
+  (0.4ms) rollback transaction
28511
+  (0.1ms) begin transaction
28512
+  (0.1ms) SAVEPOINT active_record_1
28513
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:31.793127"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:31.793127"]]
28514
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28515
+  (0.1ms) SAVEPOINT active_record_1
28516
+ SQL (1.0ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:31.796228"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:31.796228"]]
28517
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28518
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:31 -0400
28519
+ Processing by PagesController#home as HTML
28520
+ Rendered pages/home.html.erb within layouts/application (0.1ms)
28521
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28522
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28523
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:31.803198' OR start_delivering_at IS NULL)
28524
+ AND (stop_delivering_at > '2014-10-08 00:14:31.803201' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28525
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (4.0ms)
28526
+ Completed 200 OK in 6ms (Views: 5.1ms | ActiveRecord: 0.3ms)
28527
+  (0.8ms) rollback transaction
28528
+  (0.1ms) begin transaction
28529
+  (0.1ms) rollback transaction
28530
+  (0.1ms) begin transaction
28531
+  (0.1ms) SAVEPOINT active_record_1
28532
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:31.813602"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:31.813602"]]
28533
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28534
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28535
+ Parameters: {"id"=>"1"}
28536
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28537
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
28538
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28539
+  (0.4ms) rollback transaction
28540
+  (0.1ms) begin transaction
28541
+  (0.1ms) rollback transaction
28542
+  (0.4ms) begin transaction
28543
+  (0.1ms) SAVEPOINT active_record_1
28544
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:39.564181"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:39.564181"]]
28545
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28546
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28547
+ Parameters: {"id"=>"1"}
28548
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28549
+  (0.0ms) SAVEPOINT active_record_1
28550
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:39.583520"], ["updated_at", "2014-10-08 00:14:39.583520"], ["user_id", 10]]
28551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28552
+ Completed 200 OK in 18ms (Views: 0.2ms | ActiveRecord: 1.0ms)
28553
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
28554
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28555
+  (0.9ms) rollback transaction
28556
+  (0.1ms) begin transaction
28557
+  (0.1ms) rollback transaction
28558
+  (0.1ms) begin transaction
28559
+  (0.1ms) SAVEPOINT active_record_1
28560
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:39.595989"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:39.595989"]]
28561
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28562
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28563
+ Parameters: {"id"=>"1"}
28564
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28565
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
28566
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28567
+  (0.3ms) rollback transaction
28568
+  (0.1ms) begin transaction
28569
+  (0.1ms) SAVEPOINT active_record_1
28570
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:39.603298"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:39.603298"]]
28571
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28572
+  (0.4ms) rollback transaction
28573
+  (0.1ms) begin transaction
28574
+  (0.1ms) SAVEPOINT active_record_1
28575
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:39.606775"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:14:39.606775"]]
28576
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28577
+  (0.3ms) rollback transaction
28578
+  (0.1ms) begin transaction
28579
+  (0.1ms) SAVEPOINT active_record_1
28580
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.610388"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:14:39.610388"]]
28581
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28582
+  (0.4ms) rollback transaction
28583
+  (0.1ms) begin transaction
28584
+  (0.1ms) SAVEPOINT active_record_1
28585
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.614835"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:14:39.614835"]]
28586
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28587
+  (0.1ms) SAVEPOINT active_record_1
28588
+ SQL (0.7ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.621976"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.621976"]]
28589
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28590
+  (0.2ms) SAVEPOINT active_record_1
28591
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.625879"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:39.625879"]]
28592
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28593
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28594
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28595
+  (0.4ms) rollback transaction
28596
+  (0.1ms) begin transaction
28597
+  (0.0ms) SAVEPOINT active_record_1
28598
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.630504"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:14:39.630504"]]
28599
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28600
+  (0.1ms) SAVEPOINT active_record_1
28601
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.632513"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.632513"]]
28602
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28603
+  (0.0ms) SAVEPOINT active_record_1
28604
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.634060"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:39.634060"]]
28605
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28606
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28607
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28608
+  (0.4ms) rollback transaction
28609
+  (0.1ms) begin transaction
28610
+  (0.1ms) SAVEPOINT active_record_1
28611
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.640257"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:39.639287"], ["updated_at", "2014-10-08 00:14:39.640257"]]
28612
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28613
+  (0.0ms) SAVEPOINT active_record_1
28614
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.642063"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:39.641708"], ["updated_at", "2014-10-08 00:14:39.642063"]]
28615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28616
+  (0.0ms) SAVEPOINT active_record_1
28617
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.643800"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.643800"]]
28618
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28619
+  (0.0ms) SAVEPOINT active_record_1
28620
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:39.645551"], ["updated_at", "2014-10-08 00:14:39.645551"], ["user_id", 1]]
28621
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28622
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28623
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28624
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28625
+  (0.4ms) rollback transaction
28626
+  (0.1ms) begin transaction
28627
+  (0.1ms) SAVEPOINT active_record_1
28628
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.655081"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:39.654387"], ["updated_at", "2014-10-08 00:14:39.655081"]]
28629
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28630
+  (0.0ms) SAVEPOINT active_record_1
28631
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.656305"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:39.656059"], ["updated_at", "2014-10-08 00:14:39.656305"]]
28632
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28633
+  (0.0ms) SAVEPOINT active_record_1
28634
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.657567"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.657567"]]
28635
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28636
+  (0.0ms) SAVEPOINT active_record_1
28637
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:39.658709"], ["updated_at", "2014-10-08 00:14:39.658709"], ["user_id", 1]]
28638
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28639
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28640
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28641
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:39.659399' OR start_delivering_at IS NULL)
28642
+ AND (stop_delivering_at > '2014-10-08 00:14:39.659401' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28643
+  (0.4ms) rollback transaction
28644
+  (0.1ms) begin transaction
28645
+  (0.0ms) SAVEPOINT active_record_1
28646
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.662675"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:39.662026"], ["updated_at", "2014-10-08 00:14:39.662675"]]
28647
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28648
+  (0.0ms) SAVEPOINT active_record_1
28649
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.663909"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:39.663663"], ["updated_at", "2014-10-08 00:14:39.663909"]]
28650
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28651
+  (0.0ms) SAVEPOINT active_record_1
28652
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.665894"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.665894"]]
28653
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28654
+  (0.0ms) SAVEPOINT active_record_1
28655
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.667229"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.667229"]]
28656
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28657
+  (0.1ms) SAVEPOINT active_record_1
28658
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:39.669031"], ["updated_at", "2014-10-08 00:14:39.669031"], ["user_id", 1]]
28659
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28660
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28661
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28662
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28663
+  (0.4ms) rollback transaction
28664
+  (0.1ms) begin transaction
28665
+  (0.1ms) SAVEPOINT active_record_1
28666
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.675485"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:14:39.674623"], ["updated_at", "2014-10-08 00:14:39.675485"]]
28667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28668
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:39.676718' OR start_delivering_at IS NULL)
28669
+ AND (stop_delivering_at > '2014-10-08 00:14:39.676720' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28670
+  (0.3ms) rollback transaction
28671
+  (0.1ms) begin transaction
28672
+  (0.0ms) SAVEPOINT active_record_1
28673
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.678981"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:39.678309"], ["stop_delivering_at", "2014-10-09 00:14:39.678310"], ["updated_at", "2014-10-08 00:14:39.678981"]]
28674
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28675
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:39.680186' OR start_delivering_at IS NULL)
28676
+ AND (stop_delivering_at > '2014-10-08 00:14:39.680187' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28677
+  (0.3ms) rollback transaction
28678
+  (0.1ms) begin transaction
28679
+  (0.0ms) SAVEPOINT active_record_1
28680
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.682817"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:14:39.682154"], ["updated_at", "2014-10-08 00:14:39.682817"]]
28681
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28682
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:39.683921' OR start_delivering_at IS NULL)
28683
+ AND (stop_delivering_at > '2014-10-08 00:14:39.683923' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28684
+  (0.3ms) rollback transaction
28685
+  (0.1ms) begin transaction
28686
+  (0.1ms) SAVEPOINT active_record_1
28687
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.686383"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:14:39.685624"], ["updated_at", "2014-10-08 00:14:39.686383"]]
28688
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28689
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:39.687514' OR start_delivering_at IS NULL)
28690
+ AND (stop_delivering_at > '2014-10-08 00:14:39.687517' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28691
+  (0.3ms) rollback transaction
28692
+  (0.1ms) begin transaction
28693
+  (0.0ms) SAVEPOINT active_record_1
28694
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.689888"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:39.689223"], ["updated_at", "2014-10-08 00:14:39.689888"]]
28695
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28696
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:39.690927' OR start_delivering_at IS NULL)
28697
+ AND (stop_delivering_at > '2014-10-08 00:14:39.690929' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28698
+  (0.3ms) rollback transaction
28699
+  (0.1ms) begin transaction
28700
+  (0.1ms) SAVEPOINT active_record_1
28701
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:39.693270"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:39.692678"], ["stop_delivering_at", "2014-10-08 00:14:39.692678"], ["updated_at", "2014-10-08 00:14:39.693270"]]
28702
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28703
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:39.694382' OR start_delivering_at IS NULL)
28704
+ AND (stop_delivering_at > '2014-10-08 00:14:39.694384' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28705
+  (0.3ms) rollback transaction
28706
+  (0.1ms) begin transaction
28707
+  (0.1ms) SAVEPOINT active_record_1
28708
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:39.697284"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:39.697284"]]
28709
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28710
+  (0.1ms) SAVEPOINT active_record_1
28711
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:39.699422"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:39.699422"]]
28712
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28713
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:39 -0400
28714
+ Processing by PagesController#home as HTML
28715
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28716
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28717
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:39.723985' OR start_delivering_at IS NULL)
28718
+ AND (stop_delivering_at > '2014-10-08 00:14:39.723991' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28719
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (4.6ms)
28720
+ Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.2ms)
28721
+  (0.4ms) rollback transaction
28722
+  (0.1ms) begin transaction
28723
+  (0.0ms) rollback transaction
28724
+  (0.0ms) begin transaction
28725
+  (0.0ms) SAVEPOINT active_record_1
28726
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:39.732228"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:39.732228"]]
28727
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28728
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:39 -0400
28729
+ Processing by PagesController#home as HTML
28730
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.3ms)
28731
+ Completed 200 OK in 1ms (Views: 1.2ms | ActiveRecord: 0.0ms)
28732
+  (0.7ms) rollback transaction
28733
+  (0.5ms) begin transaction
28734
+  (0.1ms) SAVEPOINT active_record_1
28735
+ SQL (0.9ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:48.589183"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:48.589183"]]
28736
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28737
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:48 -0400
28738
+ Processing by PagesController#home as HTML
28739
+ Rendered pages/home.html.erb within layouts/application (0.9ms)
28740
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.6ms)
28741
+ Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
28742
+  (0.9ms) rollback transaction
28743
+  (0.1ms) begin transaction
28744
+  (0.1ms) SAVEPOINT active_record_1
28745
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.672765"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.672765"]]
28746
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28747
+  (0.1ms) SAVEPOINT active_record_1
28748
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:14:48.674718"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:48.674718"]]
28749
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28750
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:14:48 -0400
28751
+ Processing by PagesController#home as HTML
28752
+ Rendered pages/home.html.erb within layouts/application (0.1ms)
28753
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28754
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28755
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:48.679225' OR start_delivering_at IS NULL)
28756
+ AND (stop_delivering_at > '2014-10-08 00:14:48.679228' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28757
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (11.0ms)
28758
+ Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.3ms)
28759
+  (0.5ms) rollback transaction
28760
+  (0.1ms) begin transaction
28761
+  (0.0ms) rollback transaction
28762
+  (0.1ms) begin transaction
28763
+  (0.1ms) SAVEPOINT active_record_1
28764
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:48.697030"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:48.697030"]]
28765
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28766
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28767
+ Parameters: {"id"=>"1"}
28768
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28769
+ Completed 422 Unprocessable Entity in 3ms (Views: 0.2ms | ActiveRecord: 0.2ms)
28770
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
28771
+  (0.3ms) rollback transaction
28772
+  (0.1ms) begin transaction
28773
+  (0.1ms) SAVEPOINT active_record_1
28774
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:14:48.713516"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:48.713516"]]
28775
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28776
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
28777
+ Parameters: {"id"=>"1"}
28778
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
28779
+  (0.1ms) SAVEPOINT active_record_1
28780
+ SQL (0.3ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:48.726450"], ["updated_at", "2014-10-08 00:14:48.726450"], ["user_id", 10]]
28781
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28782
+ Completed 200 OK in 14ms (Views: 0.2ms | ActiveRecord: 0.8ms)
28783
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
28784
+  (0.4ms) rollback transaction
28785
+  (0.1ms) begin transaction
28786
+  (0.1ms) rollback transaction
28787
+  (0.0ms) begin transaction
28788
+  (0.0ms) SAVEPOINT active_record_1
28789
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.735686"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:48.735013"], ["updated_at", "2014-10-08 00:14:48.735686"]]
28790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28791
+  (0.0ms) SAVEPOINT active_record_1
28792
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.736929"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:48.736690"], ["updated_at", "2014-10-08 00:14:48.736929"]]
28793
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28794
+  (0.0ms) SAVEPOINT active_record_1
28795
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.738263"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.738263"]]
28796
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28797
+  (0.0ms) SAVEPOINT active_record_1
28798
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.739110"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.739110"]]
28799
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28800
+  (0.1ms) SAVEPOINT active_record_1
28801
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:48.740579"], ["updated_at", "2014-10-08 00:14:48.740579"], ["user_id", 1]]
28802
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28803
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28804
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28805
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28806
+  (0.5ms) rollback transaction
28807
+  (0.1ms) begin transaction
28808
+  (0.1ms) SAVEPOINT active_record_1
28809
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.745475"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:48.744790"], ["updated_at", "2014-10-08 00:14:48.745475"]]
28810
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28811
+  (0.0ms) SAVEPOINT active_record_1
28812
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.746708"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:48.746461"], ["updated_at", "2014-10-08 00:14:48.746708"]]
28813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28814
+  (0.0ms) SAVEPOINT active_record_1
28815
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.747912"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.747912"]]
28816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28817
+  (0.0ms) SAVEPOINT active_record_1
28818
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:48.749008"], ["updated_at", "2014-10-08 00:14:48.749008"], ["user_id", 1]]
28819
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28820
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28821
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28822
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
28823
+  (0.4ms) rollback transaction
28824
+  (0.1ms) begin transaction
28825
+  (0.0ms) SAVEPOINT active_record_1
28826
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.752161"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:48.751530"], ["updated_at", "2014-10-08 00:14:48.752161"]]
28827
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28828
+  (0.0ms) SAVEPOINT active_record_1
28829
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.753389"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:48.753117"], ["updated_at", "2014-10-08 00:14:48.753389"]]
28830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28831
+  (0.0ms) SAVEPOINT active_record_1
28832
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.754677"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.754677"]]
28833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28834
+  (0.0ms) SAVEPOINT active_record_1
28835
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:14:48.756352"], ["updated_at", "2014-10-08 00:14:48.756352"], ["user_id", 1]]
28836
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28837
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28838
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28839
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:14:48.757397' OR start_delivering_at IS NULL)
28840
+ AND (stop_delivering_at > '2014-10-08 00:14:48.757400' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28841
+  (0.5ms) rollback transaction
28842
+  (0.1ms) begin transaction
28843
+  (0.1ms) SAVEPOINT active_record_1
28844
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.761072"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:48.760328"], ["stop_delivering_at", "2014-10-09 00:14:48.760328"], ["updated_at", "2014-10-08 00:14:48.761072"]]
28845
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28846
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:48.762214' OR start_delivering_at IS NULL)
28847
+ AND (stop_delivering_at > '2014-10-08 00:14:48.762216' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28848
+  (0.3ms) rollback transaction
28849
+  (0.1ms) begin transaction
28850
+  (0.0ms) SAVEPOINT active_record_1
28851
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.764635"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:14:48.764023"], ["updated_at", "2014-10-08 00:14:48.764635"]]
28852
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28853
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:48.765753' OR start_delivering_at IS NULL)
28854
+ AND (stop_delivering_at > '2014-10-08 00:14:48.765755' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28855
+  (0.3ms) rollback transaction
28856
+  (0.1ms) begin transaction
28857
+  (0.1ms) SAVEPOINT active_record_1
28858
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.768535"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:14:48.767855"], ["updated_at", "2014-10-08 00:14:48.768535"]]
28859
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28860
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:48.769581' OR start_delivering_at IS NULL)
28861
+ AND (stop_delivering_at > '2014-10-08 00:14:48.769583' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28862
+  (0.4ms) rollback transaction
28863
+  (0.1ms) begin transaction
28864
+  (0.0ms) SAVEPOINT active_record_1
28865
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.772110"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:14:48.771489"], ["updated_at", "2014-10-08 00:14:48.772110"]]
28866
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28867
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:48.773234' OR start_delivering_at IS NULL)
28868
+ AND (stop_delivering_at > '2014-10-08 00:14:48.773237' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28869
+  (0.3ms) rollback transaction
28870
+  (0.1ms) begin transaction
28871
+  (0.1ms) SAVEPOINT active_record_1
28872
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.775712"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:14:48.775007"], ["updated_at", "2014-10-08 00:14:48.775712"]]
28873
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28874
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:48.776803' OR start_delivering_at IS NULL)
28875
+ AND (stop_delivering_at > '2014-10-08 00:14:48.776805' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28876
+  (0.3ms) rollback transaction
28877
+  (0.1ms) begin transaction
28878
+  (0.1ms) SAVEPOINT active_record_1
28879
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:14:48.779501"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:14:48.778640"], ["stop_delivering_at", "2014-10-08 00:14:48.778641"], ["updated_at", "2014-10-08 00:14:48.779501"]]
28880
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28881
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:14:48.780908' OR start_delivering_at IS NULL)
28882
+ AND (stop_delivering_at > '2014-10-08 00:14:48.780910' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28883
+  (0.4ms) rollback transaction
28884
+  (0.1ms) begin transaction
28885
+  (0.1ms) SAVEPOINT active_record_1
28886
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.784265"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:14:48.784265"]]
28887
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28888
+  (0.1ms) SAVEPOINT active_record_1
28889
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.787475"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.787475"]]
28890
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28891
+  (0.1ms) SAVEPOINT active_record_1
28892
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.789637"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:48.789637"]]
28893
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28894
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28895
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28896
+  (0.4ms) rollback transaction
28897
+  (0.1ms) begin transaction
28898
+  (0.1ms) SAVEPOINT active_record_1
28899
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.794211"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:14:48.794211"]]
28900
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28901
+  (0.3ms) rollback transaction
28902
+  (0.1ms) begin transaction
28903
+  (0.0ms) SAVEPOINT active_record_1
28904
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.797442"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:14:48.797442"]]
28905
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28906
+  (0.0ms) SAVEPOINT active_record_1
28907
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.799549"], ["subscription", ""], ["updated_at", "2014-10-08 00:14:48.799549"]]
28908
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28909
+  (0.0ms) SAVEPOINT active_record_1
28910
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:14:48.801140"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:14:48.801140"]]
28911
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28912
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28913
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
28914
+  (0.5ms) rollback transaction
28915
+  (0.1ms) begin transaction
28916
+  (0.0ms) SAVEPOINT active_record_1
28917
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:48.805108"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:14:48.805108"]]
28918
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28919
+  (0.4ms) rollback transaction
28920
+  (0.1ms) begin transaction
28921
+  (0.1ms) SAVEPOINT active_record_1
28922
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:14:48.809005"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:14:48.809005"]]
28923
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28924
+  (0.3ms) rollback transaction
28925
+  (0.4ms) begin transaction
28926
+  (0.1ms) SAVEPOINT active_record_1
28927
+ SQL (0.6ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:15:08.552976"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:15:08.552976"]]
28928
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28929
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:15:08 -0400
28930
+ Processing by PagesController#home as HTML
28931
+ Rendered pages/home.html.erb within layouts/application (1.1ms)
28932
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.6ms)
28933
+ Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
28934
+  (1.9ms) rollback transaction
28935
+  (0.1ms) begin transaction
28936
+  (0.1ms) rollback transaction
28937
+  (0.1ms) begin transaction
28938
+  (0.1ms) SAVEPOINT active_record_1
28939
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.634022"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.634022"]]
28940
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28941
+  (0.1ms) SAVEPOINT active_record_1
28942
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:15:08.635953"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:15:08.635953"]]
28943
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28944
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:15:08 -0400
28945
+ Processing by PagesController#home as HTML
28946
+ Rendered pages/home.html.erb within layouts/application (0.0ms)
28947
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
28948
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
28949
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:15:08.640231' OR start_delivering_at IS NULL)
28950
+ AND (stop_delivering_at > '2014-10-08 00:15:08.640233' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
28951
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (7.2ms)
28952
+ Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.2ms)
28953
+  (0.4ms) rollback transaction
28954
+  (0.1ms) begin transaction
28955
+  (0.1ms) SAVEPOINT active_record_1
28956
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.652106"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:15:08.651097"], ["updated_at", "2014-10-08 00:15:08.652106"]]
28957
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28958
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:15:08.653710' OR start_delivering_at IS NULL)
28959
+ AND (stop_delivering_at > '2014-10-08 00:15:08.653713' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28960
+  (0.4ms) rollback transaction
28961
+  (0.1ms) begin transaction
28962
+  (0.1ms) SAVEPOINT active_record_1
28963
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.658712"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:15:08.657848"], ["stop_delivering_at", "2014-10-08 00:15:08.657850"], ["updated_at", "2014-10-08 00:15:08.658712"]]
28964
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28965
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:15:08.660397' OR start_delivering_at IS NULL)
28966
+ AND (stop_delivering_at > '2014-10-08 00:15:08.660400' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28967
+  (0.5ms) rollback transaction
28968
+  (0.3ms) begin transaction
28969
+  (0.1ms) SAVEPOINT active_record_1
28970
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.666670"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:15:08.665222"], ["updated_at", "2014-10-08 00:15:08.666670"]]
28971
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28972
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:15:08.668534' OR start_delivering_at IS NULL)
28973
+ AND (stop_delivering_at > '2014-10-08 00:15:08.668536' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28974
+  (0.3ms) rollback transaction
28975
+  (0.1ms) begin transaction
28976
+  (0.1ms) SAVEPOINT active_record_1
28977
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.671044"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:15:08.670420"], ["updated_at", "2014-10-08 00:15:08.671044"]]
28978
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28979
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:15:08.672123' OR start_delivering_at IS NULL)
28980
+ AND (stop_delivering_at > '2014-10-08 00:15:08.672125' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28981
+  (0.3ms) rollback transaction
28982
+  (0.1ms) begin transaction
28983
+  (0.1ms) SAVEPOINT active_record_1
28984
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.675161"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:15:08.674206"], ["stop_delivering_at", "2014-10-09 00:15:08.674207"], ["updated_at", "2014-10-08 00:15:08.675161"]]
28985
+  (0.1ms) RELEASE SAVEPOINT active_record_1
28986
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:15:08.676687' OR start_delivering_at IS NULL)
28987
+ AND (stop_delivering_at > '2014-10-08 00:15:08.676690' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28988
+  (8.0ms) rollback transaction
28989
+  (0.1ms) begin transaction
28990
+  (0.1ms) SAVEPOINT active_record_1
28991
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.687566"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:15:08.686763"], ["updated_at", "2014-10-08 00:15:08.687566"]]
28992
+  (0.0ms) RELEASE SAVEPOINT active_record_1
28993
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:15:08.688809' OR start_delivering_at IS NULL)
28994
+ AND (stop_delivering_at > '2014-10-08 00:15:08.688811' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
28995
+  (0.3ms) rollback transaction
28996
+  (0.1ms) begin transaction
28997
+  (0.1ms) SAVEPOINT active_record_1
28998
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.691813"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:15:08.691059"], ["updated_at", "2014-10-08 00:15:08.691813"]]
28999
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29000
+  (0.0ms) SAVEPOINT active_record_1
29001
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.693181"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:15:08.692890"], ["updated_at", "2014-10-08 00:15:08.693181"]]
29002
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29003
+  (0.0ms) SAVEPOINT active_record_1
29004
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.694616"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.694616"]]
29005
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29006
+  (0.0ms) SAVEPOINT active_record_1
29007
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.695611"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.695611"]]
29008
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29009
+  (0.1ms) SAVEPOINT active_record_1
29010
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:15:08.705437"], ["updated_at", "2014-10-08 00:15:08.705437"], ["user_id", 1]]
29011
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29012
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29013
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29014
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29015
+  (0.4ms) rollback transaction
29016
+  (0.1ms) begin transaction
29017
+  (0.1ms) SAVEPOINT active_record_1
29018
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.713446"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:15:08.712639"], ["updated_at", "2014-10-08 00:15:08.713446"]]
29019
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29020
+  (0.0ms) SAVEPOINT active_record_1
29021
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.715023"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:15:08.714710"], ["updated_at", "2014-10-08 00:15:08.715023"]]
29022
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29023
+  (0.0ms) SAVEPOINT active_record_1
29024
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.716504"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.716504"]]
29025
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29026
+  (0.0ms) SAVEPOINT active_record_1
29027
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:15:08.717827"], ["updated_at", "2014-10-08 00:15:08.717827"], ["user_id", 1]]
29028
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29029
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29030
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29031
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:15:08.718581' OR start_delivering_at IS NULL)
29032
+ AND (stop_delivering_at > '2014-10-08 00:15:08.718583' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29033
+  (0.5ms) rollback transaction
29034
+  (0.1ms) begin transaction
29035
+  (0.2ms) SAVEPOINT active_record_1
29036
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.722251"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:15:08.721194"], ["updated_at", "2014-10-08 00:15:08.722251"]]
29037
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29038
+  (0.0ms) SAVEPOINT active_record_1
29039
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:15:08.723663"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:15:08.723378"], ["updated_at", "2014-10-08 00:15:08.723663"]]
29040
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29041
+  (0.0ms) SAVEPOINT active_record_1
29042
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.725101"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.725101"]]
29043
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29044
+  (0.0ms) SAVEPOINT active_record_1
29045
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:15:08.726368"], ["updated_at", "2014-10-08 00:15:08.726368"], ["user_id", 1]]
29046
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29047
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29048
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29049
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29050
+  (3.2ms) rollback transaction
29051
+  (0.1ms) begin transaction
29052
+  (0.1ms) SAVEPOINT active_record_1
29053
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:15:08.733270"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:15:08.733270"]]
29054
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29055
+  (0.3ms) rollback transaction
29056
+  (0.1ms) begin transaction
29057
+  (0.0ms) SAVEPOINT active_record_1
29058
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:15:08.736465"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:15:08.736465"]]
29059
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29060
+  (0.3ms) rollback transaction
29061
+  (0.1ms) begin transaction
29062
+  (0.0ms) SAVEPOINT active_record_1
29063
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.739552"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:15:08.739552"]]
29064
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29065
+  (0.0ms) SAVEPOINT active_record_1
29066
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.741845"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.741845"]]
29067
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29068
+  (0.0ms) SAVEPOINT active_record_1
29069
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.743664"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:15:08.743664"]]
29070
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29071
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29072
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29073
+  (0.5ms) rollback transaction
29074
+  (0.1ms) begin transaction
29075
+  (0.1ms) SAVEPOINT active_record_1
29076
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.748575"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:15:08.748575"]]
29077
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29078
+  (0.1ms) SAVEPOINT active_record_1
29079
+ SQL (0.4ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.751835"], ["subscription", ""], ["updated_at", "2014-10-08 00:15:08.751835"]]
29080
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29081
+  (0.1ms) SAVEPOINT active_record_1
29082
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.754031"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:15:08.754031"]]
29083
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29084
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29085
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29086
+  (0.6ms) rollback transaction
29087
+  (0.1ms) begin transaction
29088
+  (0.1ms) SAVEPOINT active_record_1
29089
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:15:08.758571"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:15:08.758571"]]
29090
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29091
+  (0.3ms) rollback transaction
29092
+  (0.1ms) begin transaction
29093
+  (0.1ms) SAVEPOINT active_record_1
29094
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:15:08.762950"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:15:08.762950"]]
29095
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29096
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29097
+ Parameters: {"id"=>"1"}
29098
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29099
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.1ms)
29100
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29101
+  (0.6ms) rollback transaction
29102
+  (0.1ms) begin transaction
29103
+  (0.1ms) rollback transaction
29104
+  (0.1ms) begin transaction
29105
+  (0.1ms) SAVEPOINT active_record_1
29106
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:15:08.774510"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:15:08.774510"]]
29107
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29108
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29109
+ Parameters: {"id"=>"1"}
29110
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29111
+  (0.1ms) SAVEPOINT active_record_1
29112
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:15:08.778539"], ["updated_at", "2014-10-08 00:15:08.778539"], ["user_id", 10]]
29113
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29114
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.7ms)
29115
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
29116
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29117
+  (1.7ms) rollback transaction
29118
+  (0.4ms) begin transaction
29119
+  (0.1ms) SAVEPOINT active_record_1
29120
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:24:41.564403"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:24:41.564403"]]
29121
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29122
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29123
+ Parameters: {"id"=>"1"}
29124
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29125
+  (0.1ms) SAVEPOINT active_record_1
29126
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:24:41.583513"], ["updated_at", "2014-10-08 00:24:41.583513"], ["user_id", 10]]
29127
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29128
+ Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 1.1ms)
29129
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
29130
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29131
+  (0.9ms) rollback transaction
29132
+  (0.1ms) begin transaction
29133
+  (0.1ms) rollback transaction
29134
+  (0.1ms) begin transaction
29135
+  (0.1ms) SAVEPOINT active_record_1
29136
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:24:41.595074"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:24:41.595074"]]
29137
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29138
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29139
+ Parameters: {"id"=>"1"}
29140
+ Starburst::Announcement Load (0.0ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29141
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.2ms | ActiveRecord: 0.0ms)
29142
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29143
+  (0.4ms) rollback transaction
29144
+  (0.1ms) begin transaction
29145
+  (0.0ms) SAVEPOINT active_record_1
29146
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.601533"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:24:41.600843"], ["updated_at", "2014-10-08 00:24:41.601533"]]
29147
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29148
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:24:41.602634' OR start_delivering_at IS NULL)
29149
+ AND (stop_delivering_at > '2014-10-08 00:24:41.602636' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29150
+  (0.3ms) rollback transaction
29151
+  (0.1ms) begin transaction
29152
+  (0.0ms) SAVEPOINT active_record_1
29153
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.605342"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:24:41.604730"], ["updated_at", "2014-10-08 00:24:41.605342"]]
29154
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29155
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:24:41.606435' OR start_delivering_at IS NULL)
29156
+ AND (stop_delivering_at > '2014-10-08 00:24:41.606437' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29157
+  (0.3ms) rollback transaction
29158
+  (0.1ms) begin transaction
29159
+  (0.1ms) SAVEPOINT active_record_1
29160
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.609212"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:24:41.608386"], ["stop_delivering_at", "2014-10-08 00:24:41.608388"], ["updated_at", "2014-10-08 00:24:41.609212"]]
29161
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29162
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:24:41.610381' OR start_delivering_at IS NULL)
29163
+ AND (stop_delivering_at > '2014-10-08 00:24:41.610382' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29164
+  (0.3ms) rollback transaction
29165
+  (0.1ms) begin transaction
29166
+  (0.0ms) SAVEPOINT active_record_1
29167
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.612905"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:24:41.612182"], ["updated_at", "2014-10-08 00:24:41.612905"]]
29168
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29169
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:24:41.614054' OR start_delivering_at IS NULL)
29170
+ AND (stop_delivering_at > '2014-10-08 00:24:41.614056' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29171
+  (0.3ms) rollback transaction
29172
+  (0.1ms) begin transaction
29173
+  (0.0ms) SAVEPOINT active_record_1
29174
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.616446"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:24:41.615804"], ["stop_delivering_at", "2014-10-09 00:24:41.615805"], ["updated_at", "2014-10-08 00:24:41.616446"]]
29175
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29176
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:24:41.617526' OR start_delivering_at IS NULL)
29177
+ AND (stop_delivering_at > '2014-10-08 00:24:41.617527' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29178
+  (0.3ms) rollback transaction
29179
+  (0.1ms) begin transaction
29180
+  (0.1ms) SAVEPOINT active_record_1
29181
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.620338"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:24:41.619447"], ["updated_at", "2014-10-08 00:24:41.620338"]]
29182
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29183
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:24:41.621813' OR start_delivering_at IS NULL)
29184
+ AND (stop_delivering_at > '2014-10-08 00:24:41.621816' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29185
+  (0.4ms) rollback transaction
29186
+  (0.1ms) begin transaction
29187
+  (0.0ms) SAVEPOINT active_record_1
29188
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.666590"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:24:41.665908"], ["updated_at", "2014-10-08 00:24:41.666590"]]
29189
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29190
+  (0.0ms) SAVEPOINT active_record_1
29191
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.667854"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:24:41.667609"], ["updated_at", "2014-10-08 00:24:41.667854"]]
29192
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29193
+  (0.1ms) SAVEPOINT active_record_1
29194
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.671899"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.671899"]]
29195
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29196
+  (0.0ms) SAVEPOINT active_record_1
29197
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:24:41.673420"], ["updated_at", "2014-10-08 00:24:41.673420"], ["user_id", 1]]
29198
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29199
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29200
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29201
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29202
+  (0.4ms) rollback transaction
29203
+  (0.1ms) begin transaction
29204
+  (0.1ms) SAVEPOINT active_record_1
29205
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.680477"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:24:41.679749"], ["updated_at", "2014-10-08 00:24:41.680477"]]
29206
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29207
+  (0.0ms) SAVEPOINT active_record_1
29208
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.681739"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:24:41.681493"], ["updated_at", "2014-10-08 00:24:41.681739"]]
29209
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29210
+  (0.0ms) SAVEPOINT active_record_1
29211
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.682974"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.682974"]]
29212
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29213
+  (0.0ms) SAVEPOINT active_record_1
29214
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:24:41.684093"], ["updated_at", "2014-10-08 00:24:41.684093"], ["user_id", 1]]
29215
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29216
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29217
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29218
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:24:41.684754' OR start_delivering_at IS NULL)
29219
+ AND (stop_delivering_at > '2014-10-08 00:24:41.684756' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29220
+  (0.4ms) rollback transaction
29221
+  (0.1ms) begin transaction
29222
+  (0.1ms) SAVEPOINT active_record_1
29223
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.688364"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:24:41.687444"], ["updated_at", "2014-10-08 00:24:41.688364"]]
29224
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29225
+  (0.0ms) SAVEPOINT active_record_1
29226
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:24:41.690209"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:24:41.689824"], ["updated_at", "2014-10-08 00:24:41.690209"]]
29227
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29228
+  (0.0ms) SAVEPOINT active_record_1
29229
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.691992"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.691992"]]
29230
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29231
+  (0.0ms) SAVEPOINT active_record_1
29232
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.693231"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.693231"]]
29233
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29234
+  (0.0ms) SAVEPOINT active_record_1
29235
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:24:41.694702"], ["updated_at", "2014-10-08 00:24:41.694702"], ["user_id", 1]]
29236
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29237
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29238
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29239
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29240
+  (0.4ms) rollback transaction
29241
+  (0.1ms) begin transaction
29242
+  (0.1ms) SAVEPOINT active_record_1
29243
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:24:41.700053"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:24:41.700053"]]
29244
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29245
+  (0.3ms) rollback transaction
29246
+  (0.1ms) begin transaction
29247
+  (0.0ms) SAVEPOINT active_record_1
29248
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:24:41.703484"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:24:41.703484"]]
29249
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29250
+  (0.3ms) rollback transaction
29251
+  (0.1ms) begin transaction
29252
+  (0.0ms) SAVEPOINT active_record_1
29253
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.706406"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:24:41.706406"]]
29254
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29255
+  (0.3ms) rollback transaction
29256
+  (0.1ms) begin transaction
29257
+  (0.0ms) SAVEPOINT active_record_1
29258
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.709745"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:24:41.709745"]]
29259
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29260
+  (0.0ms) SAVEPOINT active_record_1
29261
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.711774"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.711774"]]
29262
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29263
+  (0.1ms) SAVEPOINT active_record_1
29264
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.714274"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:24:41.714274"]]
29265
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29266
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29267
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29268
+  (0.4ms) rollback transaction
29269
+  (0.1ms) begin transaction
29270
+  (0.0ms) SAVEPOINT active_record_1
29271
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.717915"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:24:41.717915"]]
29272
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29273
+  (0.0ms) SAVEPOINT active_record_1
29274
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.719987"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.719987"]]
29275
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29276
+  (0.0ms) SAVEPOINT active_record_1
29277
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.721607"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:24:41.721607"]]
29278
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29279
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29280
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29281
+  (0.4ms) rollback transaction
29282
+  (0.1ms) begin transaction
29283
+  (0.0ms) SAVEPOINT active_record_1
29284
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:24:41.725555"], ["subscription", ""], ["updated_at", "2014-10-08 00:24:41.725555"]]
29285
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29286
+  (0.0ms) SAVEPOINT active_record_1
29287
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:24:41.727331"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:24:41.727331"]]
29288
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29289
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:24:41 -0400
29290
+ Processing by PagesController#home as HTML
29291
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29292
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29293
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:24:41.755436' OR start_delivering_at IS NULL)
29294
+ AND (stop_delivering_at > '2014-10-08 00:24:41.755440' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29295
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (4.6ms)
29296
+ Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.3ms)
29297
+  (0.5ms) rollback transaction
29298
+  (0.1ms) begin transaction
29299
+  (0.1ms) rollback transaction
29300
+  (0.1ms) begin transaction
29301
+  (0.1ms) SAVEPOINT active_record_1
29302
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:24:41.766128"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:24:41.766128"]]
29303
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29304
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:24:41 -0400
29305
+ Processing by PagesController#home as HTML
29306
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.3ms)
29307
+ Completed 200 OK in 2ms (Views: 1.6ms | ActiveRecord: 0.0ms)
29308
+  (0.5ms) rollback transaction
29309
+  (0.3ms) begin transaction
29310
+  (0.0ms) SAVEPOINT active_record_1
29311
+ SQL (3.7ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29312
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29313
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:29:54.551899' OR start_delivering_at IS NULL)
29314
+ AND (stop_delivering_at > '2014-10-08 00:29:54.551901' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29315
+  (0.4ms) rollback transaction
29316
+  (0.1ms) begin transaction
29317
+  (0.1ms) SAVEPOINT active_record_1
29318
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", nil], ["stop_delivering_at", Tue, 07 Oct 2014 00:29:54 UTC +00:00], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29319
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29320
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:29:54.560554' OR start_delivering_at IS NULL)
29321
+ AND (stop_delivering_at > '2014-10-08 00:29:54.560557' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29322
+  (0.4ms) rollback transaction
29323
+  (0.0ms) begin transaction
29324
+  (0.0ms) SAVEPOINT active_record_1
29325
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", nil], ["stop_delivering_at", Thu, 09 Oct 2014 00:29:54 UTC +00:00], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29326
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29327
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:29:54.564539' OR start_delivering_at IS NULL)
29328
+ AND (stop_delivering_at > '2014-10-08 00:29:54.564542' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29329
+  (0.3ms) rollback transaction
29330
+  (0.1ms) begin transaction
29331
+  (0.0ms) SAVEPOINT active_record_1
29332
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", Thu, 09 Oct 2014 00:29:54 UTC +00:00], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29333
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29334
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:29:54.569365' OR start_delivering_at IS NULL)
29335
+ AND (stop_delivering_at > '2014-10-08 00:29:54.569368' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29336
+  (0.3ms) rollback transaction
29337
+  (0.0ms) begin transaction
29338
+  (0.0ms) SAVEPOINT active_record_1
29339
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Thu, 09 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29340
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29341
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:29:54.574411' OR start_delivering_at IS NULL)
29342
+ AND (stop_delivering_at > '2014-10-08 00:29:54.574414' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29343
+  (0.3ms) rollback transaction
29344
+  (0.1ms) begin transaction
29345
+  (0.0ms) SAVEPOINT active_record_1
29346
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Tue, 07 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29347
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29348
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:29:54.579262' OR start_delivering_at IS NULL)
29349
+ AND (stop_delivering_at > '2014-10-08 00:29:54.579265' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29350
+  (0.4ms) rollback transaction
29351
+  (0.0ms) begin transaction
29352
+  (0.0ms) SAVEPOINT active_record_1
29353
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", nil], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29354
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29355
+  (0.3ms) rollback transaction
29356
+  (0.1ms) begin transaction
29357
+  (0.0ms) SAVEPOINT active_record_1
29358
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", nil], ["stop_delivering_at", nil], ["title", "Test title"], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29359
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29360
+  (0.3ms) rollback transaction
29361
+  (0.0ms) begin transaction
29362
+  (0.0ms) SAVEPOINT active_record_1
29363
+ SQL (0.6ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Tue, 07 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29364
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29365
+  (0.1ms) SAVEPOINT active_record_1
29366
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29367
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29368
+  (0.1ms) SAVEPOINT active_record_1
29369
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", ""], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29370
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29371
+  (0.0ms) SAVEPOINT active_record_1
29372
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", ""], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29373
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29374
+  (0.1ms) SAVEPOINT active_record_1
29375
+ SQL (0.3ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["user_id", 1]]
29376
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29377
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29378
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29379
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29380
+  (0.4ms) rollback transaction
29381
+  (0.0ms) begin transaction
29382
+  (0.0ms) SAVEPOINT active_record_1
29383
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Tue, 07 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29384
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29385
+  (0.0ms) SAVEPOINT active_record_1
29386
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29387
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29388
+  (0.0ms) SAVEPOINT active_record_1
29389
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", ""], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29390
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29391
+  (0.0ms) SAVEPOINT active_record_1
29392
+ SQL (0.2ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["user_id", 1]]
29393
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29394
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29395
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29396
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29397
+  (0.5ms) rollback transaction
29398
+  (0.0ms) begin transaction
29399
+  (0.0ms) SAVEPOINT active_record_1
29400
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Tue, 07 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29401
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29402
+  (0.0ms) SAVEPOINT active_record_1
29403
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", nil], ["start_delivering_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29404
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29405
+  (0.1ms) SAVEPOINT active_record_1
29406
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", ""], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29407
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29408
+  (0.1ms) SAVEPOINT active_record_1
29409
+ SQL (0.9ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["user_id", 1]]
29410
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29411
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29412
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29413
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:29:54.681891' OR start_delivering_at IS NULL)
29414
+ AND (stop_delivering_at > '2014-10-08 00:29:54.681894' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29415
+  (0.5ms) rollback transaction
29416
+  (0.1ms) begin transaction
29417
+  (0.1ms) SAVEPOINT active_record_1
29418
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["start_delivering_at", nil], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29419
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29420
+  (0.1ms) SAVEPOINT active_record_1
29421
+ SQL (0.6ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", ""], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29422
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29423
+  (0.1ms) SAVEPOINT active_record_1
29424
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", "monthly"], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29425
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29426
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" 
29427
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29428
+  (0.4ms) rollback transaction
29429
+  (0.1ms) begin transaction
29430
+  (0.0ms) SAVEPOINT active_record_1
29431
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["start_delivering_at", nil], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29432
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29433
+  (0.4ms) rollback transaction
29434
+  (0.1ms) begin transaction
29435
+  (0.1ms) SAVEPOINT active_record_1
29436
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["body", nil], ["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["start_delivering_at", nil], ["stop_delivering_at", nil], ["title", nil], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29437
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29438
+  (0.1ms) SAVEPOINT active_record_1
29439
+ SQL (0.5ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", ""], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29440
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29441
+  (0.0ms) SAVEPOINT active_record_1
29442
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00], ["subscription", "monthly"], ["updated_at", Wed, 08 Oct 2014 00:29:54 UTC +00:00]]
29443
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29444
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" 
29445
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29446
+  (0.4ms) rollback transaction
29447
+  (0.4ms) begin transaction
29448
+  (0.0ms) rollback transaction
29449
+  (0.0ms) begin transaction
29450
+  (0.0ms) rollback transaction
29451
+  (0.0ms) begin transaction
29452
+  (0.0ms) rollback transaction
29453
+  (0.5ms) begin transaction
29454
+  (0.0ms) rollback transaction
29455
+  (0.1ms) begin transaction
29456
+  (0.0ms) rollback transaction
29457
+  (0.0ms) begin transaction
29458
+  (0.1ms) rollback transaction
29459
+  (0.3ms) begin transaction
29460
+  (0.0ms) rollback transaction
29461
+  (0.0ms) begin transaction
29462
+  (0.0ms) rollback transaction
29463
+  (0.0ms) begin transaction
29464
+  (0.0ms) rollback transaction
29465
+  (0.6ms) begin transaction
29466
+  (0.1ms) SAVEPOINT active_record_1
29467
+ SQL (0.5ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:39:22.918704"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:39:22.918704"]]
29468
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29469
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:39:22 -0400
29470
+ Processing by PagesController#home as HTML
29471
+ Rendered pages/home.html.erb within layouts/application (1.5ms)
29472
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (0.6ms)
29473
+ Completed 200 OK in 15ms (Views: 15.2ms | ActiveRecord: 0.0ms)
29474
+  (0.5ms) rollback transaction
29475
+  (0.1ms) begin transaction
29476
+  (0.1ms) SAVEPOINT active_record_1
29477
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:22.953303"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:22.953303"]]
29478
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29479
+  (0.1ms) SAVEPOINT active_record_1
29480
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:39:22.955933"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:39:22.955933"]]
29481
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29482
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:39:22 -0400
29483
+ Processing by PagesController#home as HTML
29484
+ Rendered pages/home.html.erb within layouts/application (0.1ms)
29485
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29486
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29487
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:39:22.961174' OR start_delivering_at IS NULL)
29488
+ AND (stop_delivering_at > '2014-10-08 00:39:22.961178' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29489
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (9.7ms)
29490
+ Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.3ms)
29491
+  (0.4ms) rollback transaction
29492
+  (0.1ms) begin transaction
29493
+  (0.0ms) rollback transaction
29494
+  (0.0ms) begin transaction
29495
+  (0.1ms) SAVEPOINT active_record_1
29496
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:39:22.976131"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:39:22.976131"]]
29497
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29498
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29499
+ Parameters: {"id"=>"1"}
29500
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29501
+ Completed 422 Unprocessable Entity in 2ms (Views: 0.2ms | ActiveRecord: 0.1ms)
29502
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29503
+  (0.4ms) rollback transaction
29504
+  (0.1ms) begin transaction
29505
+  (0.1ms) SAVEPOINT active_record_1
29506
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:39:22.990110"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:39:22.990110"]]
29507
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29508
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29509
+ Parameters: {"id"=>"1"}
29510
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29511
+  (0.1ms) SAVEPOINT active_record_1
29512
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:39:23.001244"], ["updated_at", "2014-10-08 00:39:23.001244"], ["user_id", 10]]
29513
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29514
+ Completed 200 OK in 56ms (Views: 0.2ms | ActiveRecord: 0.7ms)
29515
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
29516
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29517
+  (0.4ms) rollback transaction
29518
+  (0.1ms) begin transaction
29519
+  (0.1ms) rollback transaction
29520
+  (0.1ms) begin transaction
29521
+  (0.1ms) SAVEPOINT active_record_1
29522
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.053993"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:39:23.053242"], ["updated_at", "2014-10-08 00:39:23.053993"]]
29523
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29524
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:39:23.055127' OR start_delivering_at IS NULL)
29525
+ AND (stop_delivering_at > '2014-10-08 00:39:23.055129' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29526
+  (0.3ms) rollback transaction
29527
+  (0.1ms) begin transaction
29528
+  (0.0ms) SAVEPOINT active_record_1
29529
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.057563"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:39:23.056936"], ["updated_at", "2014-10-08 00:39:23.057563"]]
29530
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29531
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:39:23.058627' OR start_delivering_at IS NULL)
29532
+ AND (stop_delivering_at > '2014-10-08 00:39:23.058629' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29533
+  (0.3ms) rollback transaction
29534
+  (0.1ms) begin transaction
29535
+  (0.1ms) SAVEPOINT active_record_1
29536
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.061653"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:39:23.060770"], ["updated_at", "2014-10-08 00:39:23.061653"]]
29537
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29538
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:39:23.063144' OR start_delivering_at IS NULL)
29539
+ AND (stop_delivering_at > '2014-10-08 00:39:23.063147' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29540
+  (0.4ms) rollback transaction
29541
+  (0.1ms) begin transaction
29542
+  (0.1ms) SAVEPOINT active_record_1
29543
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.066046"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:39:23.065224"], ["updated_at", "2014-10-08 00:39:23.066046"]]
29544
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29545
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:39:23.067508' OR start_delivering_at IS NULL)
29546
+ AND (stop_delivering_at > '2014-10-08 00:39:23.067511' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29547
+  (0.5ms) rollback transaction
29548
+  (0.1ms) begin transaction
29549
+  (0.1ms) SAVEPOINT active_record_1
29550
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.070620"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:39:23.069933"], ["stop_delivering_at", "2014-10-09 00:39:23.069934"], ["updated_at", "2014-10-08 00:39:23.070620"]]
29551
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29552
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:39:23.071756' OR start_delivering_at IS NULL)
29553
+ AND (stop_delivering_at > '2014-10-08 00:39:23.071758' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29554
+  (0.3ms) rollback transaction
29555
+  (0.1ms) begin transaction
29556
+  (0.1ms) SAVEPOINT active_record_1
29557
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.074439"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:39:23.073647"], ["stop_delivering_at", "2014-10-08 00:39:23.073648"], ["updated_at", "2014-10-08 00:39:23.074439"]]
29558
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29559
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:39:23.075960' OR start_delivering_at IS NULL)
29560
+ AND (stop_delivering_at > '2014-10-08 00:39:23.075963' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29561
+  (0.3ms) rollback transaction
29562
+  (0.1ms) begin transaction
29563
+  (0.1ms) SAVEPOINT active_record_1
29564
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:39:23.078993"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:39:23.078993"]]
29565
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29566
+  (0.3ms) rollback transaction
29567
+  (0.1ms) begin transaction
29568
+  (0.0ms) SAVEPOINT active_record_1
29569
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:39:23.082512"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:39:23.082512"]]
29570
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29571
+  (0.3ms) rollback transaction
29572
+  (0.1ms) begin transaction
29573
+  (0.1ms) SAVEPOINT active_record_1
29574
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.085823"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:39:23.085108"], ["updated_at", "2014-10-08 00:39:23.085823"]]
29575
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29576
+  (0.0ms) SAVEPOINT active_record_1
29577
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.087067"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:39:23.086819"], ["updated_at", "2014-10-08 00:39:23.087067"]]
29578
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29579
+  (0.0ms) SAVEPOINT active_record_1
29580
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.088319"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:23.088319"]]
29581
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29582
+  (0.0ms) SAVEPOINT active_record_1
29583
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.089155"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:23.089155"]]
29584
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29585
+  (0.0ms) SAVEPOINT active_record_1
29586
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:39:23.090142"], ["updated_at", "2014-10-08 00:39:23.090142"], ["user_id", 1]]
29587
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29588
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29589
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29590
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29591
+  (0.6ms) rollback transaction
29592
+  (0.1ms) begin transaction
29593
+  (0.0ms) SAVEPOINT active_record_1
29594
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.094898"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:39:23.094219"], ["updated_at", "2014-10-08 00:39:23.094898"]]
29595
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29596
+  (0.0ms) SAVEPOINT active_record_1
29597
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.096129"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:39:23.095885"], ["updated_at", "2014-10-08 00:39:23.096129"]]
29598
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29599
+  (0.0ms) SAVEPOINT active_record_1
29600
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.097351"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:23.097351"]]
29601
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29602
+  (0.0ms) SAVEPOINT active_record_1
29603
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:39:23.098454"], ["updated_at", "2014-10-08 00:39:23.098454"], ["user_id", 1]]
29604
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29605
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29606
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29607
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29608
+  (0.3ms) rollback transaction
29609
+  (0.1ms) begin transaction
29610
+  (0.0ms) SAVEPOINT active_record_1
29611
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.101578"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:39:23.100943"], ["updated_at", "2014-10-08 00:39:23.101578"]]
29612
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29613
+  (0.0ms) SAVEPOINT active_record_1
29614
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:39:23.102773"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:39:23.102526"], ["updated_at", "2014-10-08 00:39:23.102773"]]
29615
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29616
+  (0.0ms) SAVEPOINT active_record_1
29617
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.104124"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:23.104124"]]
29618
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29619
+  (0.0ms) SAVEPOINT active_record_1
29620
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:39:23.105306"], ["updated_at", "2014-10-08 00:39:23.105306"], ["user_id", 1]]
29621
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29622
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29623
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29624
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:39:23.106379' OR start_delivering_at IS NULL)
29625
+ AND (stop_delivering_at > '2014-10-08 00:39:23.106381' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29626
+  (0.4ms) rollback transaction
29627
+  (0.1ms) begin transaction
29628
+  (0.0ms) SAVEPOINT active_record_1
29629
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.109654"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:39:23.109654"]]
29630
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29631
+  (0.0ms) SAVEPOINT active_record_1
29632
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.111926"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:23.111926"]]
29633
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29634
+  (0.0ms) SAVEPOINT active_record_1
29635
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.113461"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:39:23.113461"]]
29636
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29637
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29638
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29639
+  (0.4ms) rollback transaction
29640
+  (0.1ms) begin transaction
29641
+  (0.1ms) SAVEPOINT active_record_1
29642
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.117247"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:39:23.117247"]]
29643
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29644
+  (0.4ms) rollback transaction
29645
+  (0.1ms) begin transaction
29646
+  (0.0ms) SAVEPOINT active_record_1
29647
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.121383"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:39:23.121383"]]
29648
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29649
+  (0.0ms) SAVEPOINT active_record_1
29650
+ SQL (0.3ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.123448"], ["subscription", ""], ["updated_at", "2014-10-08 00:39:23.123448"]]
29651
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29652
+  (0.0ms) SAVEPOINT active_record_1
29653
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:39:23.124981"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:39:23.124981"]]
29654
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29655
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29656
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29657
+  (0.4ms) rollback transaction
29658
+  (0.4ms) begin transaction
29659
+  (0.1ms) SAVEPOINT active_record_1
29660
+ SQL (0.4ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:45:44.910254"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:45:44.910254"]]
29661
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29662
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29663
+ Parameters: {"id"=>"1"}
29664
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29665
+  (0.0ms) SAVEPOINT active_record_1
29666
+ SQL (0.4ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:45:44.929687"], ["updated_at", "2014-10-08 00:45:44.929687"], ["user_id", 10]]
29667
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29668
+ Completed 200 OK in 19ms (Views: 0.2ms | ActiveRecord: 1.0ms)
29669
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views" ORDER BY "starburst_announcement_views"."id" DESC LIMIT 1
29670
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29671
+  (0.9ms) rollback transaction
29672
+  (0.1ms) begin transaction
29673
+  (0.1ms) SAVEPOINT active_record_1
29674
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "Announcement text"], ["created_at", "2014-10-08 00:45:44.939247"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:45:44.939247"]]
29675
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29676
+ Processing by Starburst::AnnouncementsController#mark_as_read as HTML
29677
+ Parameters: {"id"=>"1"}
29678
+ Starburst::Announcement Load (0.0ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE "starburst_announcements"."id" = ? LIMIT 1 [["id", 1]]
29679
+ Completed 422 Unprocessable Entity in 1ms (Views: 0.1ms | ActiveRecord: 0.0ms)
29680
+ Starburst::AnnouncementView Load (0.1ms) SELECT "starburst_announcement_views".* FROM "starburst_announcement_views"
29681
+  (0.3ms) rollback transaction
29682
+  (0.2ms) begin transaction
29683
+  (0.1ms) rollback transaction
29684
+  (0.1ms) begin transaction
29685
+  (0.1ms) SAVEPOINT active_record_1
29686
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:44.950142"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:44.950142"]]
29687
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29688
+  (0.0ms) SAVEPOINT active_record_1
29689
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:45:44.952013"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:45:44.952013"]]
29690
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29691
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:45:44 -0400
29692
+ Processing by PagesController#home as HTML
29693
+ Starburst::Announcement Load (0.3ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29694
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29695
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:45:44.976795' OR start_delivering_at IS NULL)
29696
+ AND (stop_delivering_at > '2014-10-08 00:45:44.976797' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29697
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (7.1ms)
29698
+ Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.3ms)
29699
+  (0.4ms) rollback transaction
29700
+  (0.1ms) begin transaction
29701
+  (0.1ms) SAVEPOINT active_record_1
29702
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "My announcement"], ["created_at", "2014-10-08 00:45:44.987535"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:45:44.987535"]]
29703
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29704
+ Started GET "/" for 127.0.0.1 at 2014-10-07 20:45:44 -0400
29705
+ Processing by PagesController#home as HTML
29706
+ Rendered /Users/coreym/Documents/starburst/app/views/announcements/starburst/_announcement_bootstrap.html.erb (52.7ms)
29707
+ Completed 200 OK in 54ms (Views: 53.7ms | ActiveRecord: 0.0ms)
29708
+  (0.4ms) rollback transaction
29709
+  (0.1ms) begin transaction
29710
+  (0.0ms) rollback transaction
29711
+  (0.1ms) begin transaction
29712
+  (0.1ms) SAVEPOINT active_record_1
29713
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.049153"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n :operator: =\n"], ["updated_at", "2014-10-08 00:45:45.049153"]]
29714
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29715
+  (0.4ms) rollback transaction
29716
+  (0.1ms) begin transaction
29717
+  (0.0ms) SAVEPOINT active_record_1
29718
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.052563"], ["limit_to_users", "---\n- :field: subscription\n :value: ''\n"], ["updated_at", "2014-10-08 00:45:45.052563"]]
29719
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29720
+  (0.0ms) SAVEPOINT active_record_1
29721
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.054673"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:45.054673"]]
29722
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29723
+  (0.0ms) SAVEPOINT active_record_1
29724
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.056175"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:45:45.056175"]]
29725
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29726
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29727
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29728
+  (0.4ms) rollback transaction
29729
+  (0.1ms) begin transaction
29730
+  (0.0ms) SAVEPOINT active_record_1
29731
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.059929"], ["limit_to_users", "---\n- :field: free?\n :value: true\n"], ["updated_at", "2014-10-08 00:45:45.059929"]]
29732
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29733
+  (0.0ms) SAVEPOINT active_record_1
29734
+ SQL (0.2ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.062071"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:45.062071"]]
29735
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29736
+  (0.0ms) SAVEPOINT active_record_1
29737
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.063645"], ["subscription", "monthly"], ["updated_at", "2014-10-08 00:45:45.063645"]]
29738
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29739
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29740
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements"
29741
+  (0.4ms) rollback transaction
29742
+  (0.1ms) begin transaction
29743
+  (0.1ms) SAVEPOINT active_record_1
29744
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.067660"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:45:45.066984"], ["stop_delivering_at", "2014-10-08 00:45:45.066985"], ["updated_at", "2014-10-08 00:45:45.067660"]]
29745
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29746
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:45:45.069005' OR start_delivering_at IS NULL)
29747
+ AND (stop_delivering_at > '2014-10-08 00:45:45.069007' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29748
+  (0.4ms) rollback transaction
29749
+  (0.1ms) begin transaction
29750
+  (0.1ms) SAVEPOINT active_record_1
29751
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.072005"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-09 00:45:45.071088"], ["updated_at", "2014-10-08 00:45:45.072005"]]
29752
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29753
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:45:45.073540' OR start_delivering_at IS NULL)
29754
+ AND (stop_delivering_at > '2014-10-08 00:45:45.073542' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29755
+  (0.4ms) rollback transaction
29756
+  (0.1ms) begin transaction
29757
+  (0.0ms) SAVEPOINT active_record_1
29758
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.076180"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-09 00:45:45.075570"], ["updated_at", "2014-10-08 00:45:45.076180"]]
29759
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29760
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:45:45.077233' OR start_delivering_at IS NULL)
29761
+ AND (stop_delivering_at > '2014-10-08 00:45:45.077236' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29762
+  (0.3ms) rollback transaction
29763
+  (0.1ms) begin transaction
29764
+  (0.0ms) SAVEPOINT active_record_1
29765
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.080151"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:45:45.079507"], ["stop_delivering_at", "2014-10-09 00:45:45.079508"], ["updated_at", "2014-10-08 00:45:45.080151"]]
29766
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29767
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:45:45.081394' OR start_delivering_at IS NULL)
29768
+ AND (stop_delivering_at > '2014-10-08 00:45:45.081397' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29769
+  (0.3ms) rollback transaction
29770
+  (0.1ms) begin transaction
29771
+  (0.0ms) SAVEPOINT active_record_1
29772
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.084156"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:45:45.083507"], ["updated_at", "2014-10-08 00:45:45.084156"]]
29773
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29774
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:45:45.085187' OR start_delivering_at IS NULL)
29775
+ AND (stop_delivering_at > '2014-10-08 00:45:45.085189' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29776
+  (0.3ms) rollback transaction
29777
+  (0.1ms) begin transaction
29778
+  (0.0ms) SAVEPOINT active_record_1
29779
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "stop_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.087517"], ["limit_to_users", nil], ["stop_delivering_at", "2014-10-07 00:45:45.086907"], ["updated_at", "2014-10-08 00:45:45.087517"]]
29780
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29781
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" WHERE ((start_delivering_at < '2014-10-08 00:45:45.088516' OR start_delivering_at IS NULL)
29782
+ AND (stop_delivering_at > '2014-10-08 00:45:45.088518' OR stop_delivering_at IS NULL)) ORDER BY start_delivering_at ASC LIMIT 1
29783
+  (0.3ms) rollback transaction
29784
+  (0.1ms) begin transaction
29785
+  (0.0ms) SAVEPOINT active_record_1
29786
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.090968"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:45:45.090349"], ["updated_at", "2014-10-08 00:45:45.090968"]]
29787
+  (0.1ms) RELEASE SAVEPOINT active_record_1
29788
+  (0.1ms) SAVEPOINT active_record_1
29789
+ SQL (0.3ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.092578"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:45:45.092107"], ["updated_at", "2014-10-08 00:45:45.092578"]]
29790
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29791
+  (0.0ms) SAVEPOINT active_record_1
29792
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.094282"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:45.094282"]]
29793
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29794
+  (0.0ms) SAVEPOINT active_record_1
29795
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:45:45.095468"], ["updated_at", "2014-10-08 00:45:45.095468"], ["user_id", 1]]
29796
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29797
+ Starburst::Announcement Load (0.1ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29798
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29799
+ starburst_announcement_views.user_id = 1 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29800
+  (0.4ms) rollback transaction
29801
+  (0.1ms) begin transaction
29802
+  (0.1ms) SAVEPOINT active_record_1
29803
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.098742"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:45:45.098048"], ["updated_at", "2014-10-08 00:45:45.098742"]]
29804
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29805
+  (0.0ms) SAVEPOINT active_record_1
29806
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.099991"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:45:45.099742"], ["updated_at", "2014-10-08 00:45:45.099991"]]
29807
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29808
+  (0.0ms) SAVEPOINT active_record_1
29809
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.101166"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:45.101166"]]
29810
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29811
+  (0.0ms) SAVEPOINT active_record_1
29812
+ SQL (0.0ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.101997"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:45.101997"]]
29813
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29814
+  (0.0ms) SAVEPOINT active_record_1
29815
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:45:45.102972"], ["updated_at", "2014-10-08 00:45:45.102972"], ["user_id", 1]]
29816
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29817
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29818
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29819
+ starburst_announcement_views.user_id = 2 WHERE (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL)
29820
+  (0.4ms) rollback transaction
29821
+  (0.1ms) begin transaction
29822
+  (0.0ms) SAVEPOINT active_record_1
29823
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.106942"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-07 00:45:45.106298"], ["updated_at", "2014-10-08 00:45:45.106942"]]
29824
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29825
+  (0.0ms) SAVEPOINT active_record_1
29826
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("created_at", "limit_to_users", "start_delivering_at", "updated_at") VALUES (?, ?, ?, ?) [["created_at", "2014-10-08 00:45:45.108316"], ["limit_to_users", nil], ["start_delivering_at", "2014-10-08 00:45:45.107943"], ["updated_at", "2014-10-08 00:45:45.108316"]]
29827
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29828
+  (0.0ms) SAVEPOINT active_record_1
29829
+ SQL (0.1ms) INSERT INTO "users" ("created_at", "subscription", "updated_at") VALUES (?, ?, ?) [["created_at", "2014-10-08 00:45:45.109756"], ["subscription", ""], ["updated_at", "2014-10-08 00:45:45.109756"]]
29830
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29831
+  (0.0ms) SAVEPOINT active_record_1
29832
+ SQL (0.1ms) INSERT INTO "starburst_announcement_views" ("announcement_id", "created_at", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["announcement_id", 1], ["created_at", "2014-10-08 00:45:45.111093"], ["updated_at", "2014-10-08 00:45:45.111093"], ["user_id", 1]]
29833
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29834
+ Starburst::Announcement Load (0.2ms) SELECT "starburst_announcements".* FROM "starburst_announcements" LEFT JOIN starburst_announcement_views ON
29835
+ starburst_announcement_views.announcement_id = starburst_announcements.id AND
29836
+ starburst_announcement_views.user_id = 1 WHERE ((start_delivering_at < '2014-10-08 00:45:45.112069' OR start_delivering_at IS NULL)
29837
+ AND (stop_delivering_at > '2014-10-08 00:45:45.112071' OR stop_delivering_at IS NULL)) AND (starburst_announcement_views.announcement_id IS NULL AND starburst_announcement_views.user_id IS NULL) ORDER BY start_delivering_at ASC
29838
+  (0.5ms) rollback transaction
29839
+  (0.1ms) begin transaction
29840
+  (0.0ms) SAVEPOINT active_record_1
29841
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:45:45.115494"], ["limit_to_users", nil], ["title", "Test title"], ["updated_at", "2014-10-08 00:45:45.115494"]]
29842
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29843
+  (0.3ms) rollback transaction
29844
+  (0.1ms) begin transaction
29845
+  (0.1ms) SAVEPOINT active_record_1
29846
+ SQL (0.2ms) INSERT INTO "starburst_announcements" ("body", "created_at", "limit_to_users", "updated_at") VALUES (?, ?, ?, ?) [["body", "This is an announcement."], ["created_at", "2014-10-08 00:45:45.119249"], ["limit_to_users", nil], ["updated_at", "2014-10-08 00:45:45.119249"]]
29847
+  (0.0ms) RELEASE SAVEPOINT active_record_1
29848
+  (0.3ms) rollback transaction