loco-rails 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (164) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generators/loco/js_assets_structure/js_assets_structure_generator.rb +1 -1
  3. data/lib/loco/version.rb +1 -1
  4. data/test/dummy/bower.json +3 -3
  5. data/test/dummy/db/test.sqlite3 +0 -0
  6. data/test/dummy/log/development.log +914 -0
  7. data/test/dummy/log/test.log +14364 -0
  8. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1-WO2UjmfLs4SpjVZdSJGGMzBEsVGyxycwsDwVEQj1k.cache +0 -0
  9. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/1lwmN4qs8MJAzC_yfG97s_SBsqDZ7S3tjAhKpSGRoPk.cache +0 -0
  10. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/2W9ni6toILqWfZF81i5tLooI3KkJgLMV2Um69h4tACE.cache +0 -0
  11. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/888aULOiH1o8nErYVbar7so8TSiHMnVRkCJVrsFow-8.cache +1 -0
  12. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/C2zMBdauRoyKtP5-Hbx-3FKU63Wir8HxxhnsEQjnye4.cache +1 -0
  13. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/KmN1A2cbnIa89JVXdNUnbxekW6XoG37uQ7TOrUmla6M.cache +1 -0
  14. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/N2LaSeSkH9O3-nDAwbgQ3fvF1RyzULzIdW9tRkCFdiE.cache +1 -0
  15. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/NMX4CbiSfseLfHWah6QjF3ka-_q8iZ35lDHxpx5HZBc.cache +1 -0
  16. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/O97vuogdZekuQD9891VkdZtj2Ah9a6j_9SdFgHpRZPk.cache +3 -0
  17. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/RgNfOjSuRN575tirFTi553UywDtiZquNSKAUN4t_37E.cache +2 -0
  18. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/URfsWTq0WfX5JFf50HidIK1kGXYILlI3krzHQOlpGFw.cache +2 -0
  19. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/UqKz2K55R9dWSo9wYoLdN5lxNUXJFqA_7eipeyHMqQc.cache +1 -0
  20. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/WspjnlaWGkNP36-eIBusMx-VcvbF81RZ3L495DxSNNg.cache +1 -0
  21. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/XUYO10EzvYAECtPUgdBF8rPWs9x6tndCxSwdhYWmDpQ.cache +1 -0
  22. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/ckF-gg5mdNyYLK2tDms9BdsP1vFw5VYxZ11u7l8vzfc.cache +0 -0
  23. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/cxoptH0sPRJzPLP351ISNHPjig_W2A_-5fLVnK3tFu0.cache +1 -0
  24. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/k5GkEt2yH5INFBgLUTsGEmzjRr5Ngh6FiXYfmbqh-Tg.cache +1 -0
  25. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zIWnum7SG2OPux4uomf0kHpIZ5Nl1NfTAoHCdkHwZIY.cache +0 -0
  26. data/test/dummy/tmp/cache/assets/test/sprockets/v3.0/zgdP9EhEWd05XIYSWZx4uQKkuRklpRj6KiShg6HqIRo.cache +0 -0
  27. data/test/dummy/vendor/assets/bower_components/jquery/AUTHORS.txt +53 -24
  28. data/test/dummy/vendor/assets/bower_components/jquery/dist/core.js +481 -0
  29. data/test/dummy/vendor/assets/bower_components/jquery/dist/jquery.js +2706 -3647
  30. data/test/dummy/vendor/assets/bower_components/jquery/dist/jquery.min.js +4 -5
  31. data/test/dummy/vendor/assets/bower_components/jquery/dist/jquery.min.map +1 -1
  32. data/test/dummy/vendor/assets/bower_components/jquery/dist/jquery.slim.js +533 -444
  33. data/test/dummy/vendor/assets/bower_components/jquery/dist/jquery.slim.min.js +4 -4
  34. data/test/dummy/vendor/assets/bower_components/jquery/dist/jquery.slim.min.map +1 -1
  35. data/test/dummy/vendor/assets/bower_components/jquery/{sizzle → external/sizzle}/LICENSE.txt +0 -0
  36. data/test/dummy/vendor/assets/bower_components/jquery/{sizzle → external/sizzle}/dist/sizzle.js +154 -80
  37. data/test/dummy/vendor/assets/bower_components/jquery/external/sizzle/dist/sizzle.min.js +3 -0
  38. data/test/dummy/vendor/assets/bower_components/jquery/external/sizzle/dist/sizzle.min.map +1 -0
  39. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/jsonp.js +5 -3
  40. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/load.js +3 -11
  41. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/parseXML.js +9 -10
  42. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/script.js +26 -44
  43. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/var/location.js +2 -0
  44. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/var/nonce.js +2 -0
  45. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/var/rquery.js +2 -0
  46. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/xhr.js +138 -198
  47. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax.js +104 -91
  48. data/test/dummy/vendor/assets/bower_components/jquery/src/attributes/attr.js +23 -167
  49. data/test/dummy/vendor/assets/bower_components/jquery/src/attributes/classes.js +18 -13
  50. data/test/dummy/vendor/assets/bower_components/jquery/src/attributes/prop.js +9 -37
  51. data/test/dummy/vendor/assets/bower_components/jquery/src/attributes/support.js +12 -49
  52. data/test/dummy/vendor/assets/bower_components/jquery/src/attributes/val.js +21 -28
  53. data/test/dummy/vendor/assets/bower_components/jquery/src/attributes.js +4 -2
  54. data/test/dummy/vendor/assets/bower_components/jquery/src/callbacks.js +5 -3
  55. data/test/dummy/vendor/assets/bower_components/jquery/src/core/DOMEval.js +2 -0
  56. data/test/dummy/vendor/assets/bower_components/jquery/src/core/access.js +8 -6
  57. data/test/dummy/vendor/assets/bower_components/jquery/src/core/init.js +13 -26
  58. data/test/dummy/vendor/assets/bower_components/jquery/src/core/parseHTML.js +32 -8
  59. data/test/dummy/vendor/assets/bower_components/jquery/src/core/ready-no-deferred.js +111 -0
  60. data/test/dummy/vendor/assets/bower_components/jquery/src/core/ready.js +32 -100
  61. data/test/dummy/vendor/assets/bower_components/jquery/src/core/readyException.js +13 -0
  62. data/test/dummy/vendor/assets/bower_components/jquery/src/core/support.js +3 -1
  63. data/test/dummy/vendor/assets/bower_components/jquery/src/core/var/rsingleTag.js +2 -1
  64. data/test/dummy/vendor/assets/bower_components/jquery/src/core.js +71 -119
  65. data/test/dummy/vendor/assets/bower_components/jquery/src/css/addGetHookIf.js +2 -0
  66. data/test/dummy/vendor/assets/bower_components/jquery/src/css/adjustCSS.js +8 -2
  67. data/test/dummy/vendor/assets/bower_components/jquery/src/css/curCSS.js +34 -112
  68. data/test/dummy/vendor/assets/bower_components/jquery/src/css/hiddenVisibleSelectors.js +7 -28
  69. data/test/dummy/vendor/assets/bower_components/jquery/src/css/showHide.js +69 -9
  70. data/test/dummy/vendor/assets/bower_components/jquery/src/css/support.js +48 -142
  71. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/cssExpand.js +2 -0
  72. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/getStyles.js +3 -1
  73. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/isHiddenWithinTree.js +34 -0
  74. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/rmargin.js +2 -0
  75. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/rnumnonpx.js +2 -0
  76. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/swap.js +2 -0
  77. data/test/dummy/vendor/assets/bower_components/jquery/src/css.js +71 -223
  78. data/test/dummy/vendor/assets/bower_components/jquery/src/data/Data.js +24 -63
  79. data/test/dummy/vendor/assets/bower_components/jquery/src/data/var/acceptData.js +11 -12
  80. data/test/dummy/vendor/assets/bower_components/jquery/src/data/var/dataPriv.js +2 -0
  81. data/test/dummy/vendor/assets/bower_components/jquery/src/data/var/dataUser.js +2 -0
  82. data/test/dummy/vendor/assets/bower_components/jquery/src/data.js +66 -247
  83. data/test/dummy/vendor/assets/bower_components/jquery/src/deferred/exceptionHook.js +4 -2
  84. data/test/dummy/vendor/assets/bower_components/jquery/src/deferred.js +290 -60
  85. data/test/dummy/vendor/assets/bower_components/jquery/src/deprecated.js +4 -8
  86. data/test/dummy/vendor/assets/bower_components/jquery/src/dimensions.js +9 -9
  87. data/test/dummy/vendor/assets/bower_components/jquery/src/effects/Tween.js +11 -9
  88. data/test/dummy/vendor/assets/bower_components/jquery/src/effects/animatedSelector.js +3 -1
  89. data/test/dummy/vendor/assets/bower_components/jquery/src/effects.js +183 -135
  90. data/test/dummy/vendor/assets/bower_components/jquery/src/event/ajax.js +2 -0
  91. data/test/dummy/vendor/assets/bower_components/jquery/src/event/alias.js +7 -3
  92. data/test/dummy/vendor/assets/bower_components/jquery/src/event/focusin.js +5 -3
  93. data/test/dummy/vendor/assets/bower_components/jquery/src/event/support.js +3 -20
  94. data/test/dummy/vendor/assets/bower_components/jquery/src/event/trigger.js +4 -18
  95. data/test/dummy/vendor/assets/bower_components/jquery/src/event.js +145 -553
  96. data/test/dummy/vendor/assets/bower_components/jquery/src/exports/amd.js +2 -0
  97. data/test/dummy/vendor/assets/bower_components/jquery/src/exports/global.js +10 -2
  98. data/test/dummy/vendor/assets/bower_components/jquery/src/jquery.js +4 -1
  99. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/_evalUrl.js +2 -0
  100. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/buildFragment.js +22 -75
  101. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/getAll.js +9 -19
  102. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/setGlobalEval.js +11 -8
  103. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/support.js +13 -50
  104. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/var/rcheckableType.js +2 -0
  105. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/var/rscriptType.js +2 -0
  106. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/var/rtagName.js +3 -1
  107. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/wrapMap.js +11 -12
  108. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation.js +104 -203
  109. data/test/dummy/vendor/assets/bower_components/jquery/src/offset.js +64 -51
  110. data/test/dummy/vendor/assets/bower_components/jquery/src/queue/delay.js +3 -1
  111. data/test/dummy/vendor/assets/bower_components/jquery/src/queue.js +12 -11
  112. data/test/dummy/vendor/assets/bower_components/jquery/src/selector-native.js +29 -3
  113. data/test/dummy/vendor/assets/bower_components/jquery/src/selector-sizzle.js +5 -0
  114. data/test/dummy/vendor/assets/bower_components/jquery/src/selector.js +3 -1
  115. data/test/dummy/vendor/assets/bower_components/jquery/src/serialize.js +13 -12
  116. data/test/dummy/vendor/assets/bower_components/jquery/src/traversing/findFilter.js +9 -10
  117. data/test/dummy/vendor/assets/bower_components/jquery/src/traversing/var/dir.js +2 -0
  118. data/test/dummy/vendor/assets/bower_components/jquery/src/traversing/var/rneedsContext.js +2 -0
  119. data/test/dummy/vendor/assets/bower_components/jquery/src/traversing/var/siblings.js +2 -0
  120. data/test/dummy/vendor/assets/bower_components/jquery/src/traversing.js +36 -37
  121. data/test/dummy/vendor/assets/bower_components/jquery/src/var/ObjectFunctionString.js +7 -0
  122. data/test/dummy/vendor/assets/bower_components/jquery/src/var/arr.js +2 -0
  123. data/test/dummy/vendor/assets/bower_components/jquery/src/var/class2type.js +1 -0
  124. data/test/dummy/vendor/assets/bower_components/jquery/src/var/concat.js +5 -3
  125. data/test/dummy/vendor/assets/bower_components/jquery/src/var/document.js +2 -0
  126. data/test/dummy/vendor/assets/bower_components/jquery/src/var/documentElement.js +2 -0
  127. data/test/dummy/vendor/assets/bower_components/jquery/src/var/fnToString.js +7 -0
  128. data/test/dummy/vendor/assets/bower_components/jquery/src/var/getProto.js +5 -0
  129. data/test/dummy/vendor/assets/bower_components/jquery/src/var/hasOwn.js +2 -0
  130. data/test/dummy/vendor/assets/bower_components/jquery/src/var/indexOf.js +5 -3
  131. data/test/dummy/vendor/assets/bower_components/jquery/src/var/pnum.js +2 -0
  132. data/test/dummy/vendor/assets/bower_components/jquery/src/var/push.js +5 -3
  133. data/test/dummy/vendor/assets/bower_components/jquery/src/var/rcssNum.js +2 -0
  134. data/test/dummy/vendor/assets/bower_components/jquery/src/var/rnotwhite.js +2 -0
  135. data/test/dummy/vendor/assets/bower_components/jquery/src/var/slice.js +5 -3
  136. data/test/dummy/vendor/assets/bower_components/jquery/src/var/support.js +1 -0
  137. data/test/dummy/vendor/assets/bower_components/jquery/src/var/toString.js +2 -0
  138. data/test/dummy/vendor/assets/bower_components/jquery/src/wrap.js +14 -14
  139. data/test/dummy/vendor/assets/bower_components/lie/bower.json +1 -1
  140. data/test/dummy/vendor/assets/bower_components/lie/component.json +1 -1
  141. data/test/dummy/vendor/assets/bower_components/lie/dist/lie.js +80 -80
  142. data/test/dummy/vendor/assets/bower_components/lie/dist/lie.min.js +1 -1
  143. data/test/dummy/vendor/assets/bower_components/lie/dist/lie.polyfill.js +9 -9
  144. data/test/dummy/vendor/assets/bower_components/lie/dist/lie.polyfill.min.js +1 -1
  145. data/test/dummy/vendor/assets/bower_components/lie/lib/browser.js +253 -0
  146. data/test/dummy/vendor/assets/bower_components/lie/lib/index.js +5 -5
  147. data/test/dummy/vendor/assets/bower_components/lie/package.json +28 -19
  148. data/test/dummy/vendor/assets/bower_components/lie/src/index.js +278 -0
  149. metadata +62 -36
  150. data/test/dummy/vendor/assets/bower_components/jquery/sizzle/dist/sizzle.min.js +0 -3
  151. data/test/dummy/vendor/assets/bower_components/jquery/sizzle/dist/sizzle.min.map +0 -1
  152. data/test/dummy/vendor/assets/bower_components/jquery/src/ajax/parseJSON.js +0 -53
  153. data/test/dummy/vendor/assets/bower_components/jquery/src/css/defaultDisplay.js +0 -72
  154. data/test/dummy/vendor/assets/bower_components/jquery/src/css/var/isHidden.js +0 -16
  155. data/test/dummy/vendor/assets/bower_components/jquery/src/data/accepts.js +0 -20
  156. data/test/dummy/vendor/assets/bower_components/jquery/src/data/support.js +0 -23
  157. data/test/dummy/vendor/assets/bower_components/jquery/src/effects/support.js +0 -58
  158. data/test/dummy/vendor/assets/bower_components/jquery/src/intro.js +0 -44
  159. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/createSafeFragment.js +0 -20
  160. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/var/nodeNames.js +0 -5
  161. data/test/dummy/vendor/assets/bower_components/jquery/src/manipulation/var/rleadingWhitespace.js +0 -3
  162. data/test/dummy/vendor/assets/bower_components/jquery/src/outro.js +0 -2
  163. data/test/dummy/vendor/assets/bower_components/jquery/src/support.js +0 -63
  164. data/test/dummy/vendor/assets/bower_components/jquery/src/var/deletedIds.js +0 -3
@@ -83318,3 +83318,917 @@ Processing by Loco::NotificationCenterController#index as */*
83318
83318
  Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-07-15 11:56:43.304966') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83319
83319
  Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-07-15 11:56:43.304966') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83320
83320
  Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 1.4ms)
83321
+
83322
+
83323
+ Started GET "/" for ::1 at 2016-08-05 14:42:08 +0200
83324
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
83325
+ Processing by Main::PagesController#index as HTML
83326
+ Rendered main/pages/index.html.erb within layouts/application (2.5ms)
83327
+ Rendered layouts/_flash.html.erb (1.7ms)
83328
+ Completed 200 OK in 378ms (Views: 364.3ms | ActiveRecord: 0.0ms)
83329
+
83330
+
83331
+ Started GET "/assets/application-ef34cdfb81d34b69759e609858265dba37d09373e36c1f4d51dcbc6de47e282b.js" for ::1 at 2016-08-05 14:42:08 +0200
83332
+
83333
+
83334
+ Started GET "/assets/application-dc378a2b7618523a68ebac3fef2051d02a79cde5d69b8f7cc0d539d12daeff54.css" for ::1 at 2016-08-05 14:42:08 +0200
83335
+
83336
+
83337
+ Started GET "/assets/scaffold.css" for ::1 at 2016-08-05 14:42:08 +0200
83338
+
83339
+
83340
+ Started GET "/assets/global.css" for ::1 at 2016-08-05 14:42:08 +0200
83341
+
83342
+
83343
+ Started GET "/articles?page=1" for ::1 at 2016-08-05 14:42:09 +0200
83344
+ Processing by Main::ArticlesController#index as JSON
83345
+ Parameters: {"page"=>"1"}
83346
+  (2.1ms) SELECT COUNT(*) FROM "articles" WHERE ("articles"."published_at" IS NOT NULL)
83347
+ Article Load (0.7ms) SELECT "articles".* FROM "articles" WHERE ("articles"."published_at" IS NOT NULL) ORDER BY published_at DESC LIMIT 3 OFFSET 0
83348
+ User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (19, 23)
83349
+ CACHE (0.0ms) SELECT COUNT(*) FROM "articles" WHERE ("articles"."published_at" IS NOT NULL)
83350
+  (0.7ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 43]]
83351
+ Rendered main/articles/_article_for_list.json.jbuilder (23.3ms)
83352
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 40]]
83353
+ Rendered main/articles/_article_for_list.json.jbuilder (2.1ms)
83354
+  (0.3ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 52]]
83355
+ Rendered main/articles/_article_for_list.json.jbuilder (2.3ms)
83356
+ Rendered main/articles/index.json.jbuilder (145.3ms)
83357
+ Completed 200 OK in 258ms (Views: 214.9ms | ActiveRecord: 6.7ms)
83358
+
83359
+
83360
+ Started GET "/notification-center?synced_at=" for ::1 at 2016-08-05 14:42:09 +0200
83361
+ Processing by Loco::NotificationCenterController#index as */*
83362
+ Parameters: {"synced_at"=>""}
83363
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83364
+ Loco::Notification Load (4.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:09.438144') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83365
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:09.445461') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83366
+ Completed 200 OK in 26ms (Views: 0.3ms | ActiveRecord: 6.0ms)
83367
+
83368
+
83369
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A09.447913%2B02%3A00" for ::1 at 2016-08-05 14:42:12 +0200
83370
+ Processing by Loco::NotificationCenterController#index as */*
83371
+ Parameters: {"synced_at"=>"2016-08-05T14:42:09.447913+02:00"}
83372
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83373
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:09.447913') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83374
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:09.447913') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83375
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83376
+
83377
+
83378
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A12.134418%2B02%3A00" for ::1 at 2016-08-05 14:42:15 +0200
83379
+ Processing by Loco::NotificationCenterController#index as */*
83380
+ Parameters: {"synced_at"=>"2016-08-05T14:42:12.134418+02:00"}
83381
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83382
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:12.134418') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83383
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:12.134418') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83384
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83385
+
83386
+
83387
+ Started GET "/articles/43" for ::1 at 2016-08-05 14:42:15 +0200
83388
+ Processing by Main::ArticlesController#show as HTML
83389
+ Parameters: {"id"=>"43"}
83390
+ Rendered main/articles/show.html.erb within layouts/application (27.6ms)
83391
+ Rendered layouts/_flash.html.erb (0.3ms)
83392
+ Completed 200 OK in 78ms (Views: 77.3ms | ActiveRecord: 0.3ms)
83393
+
83394
+
83395
+ Started GET "/articles/43" for ::1 at 2016-08-05 14:42:15 +0200
83396
+ Processing by Main::ArticlesController#show as JSON
83397
+ Parameters: {"id"=>"43"}
83398
+ Article Load (0.3ms) SELECT "articles".* FROM "articles" WHERE ("articles"."published_at" IS NOT NULL) AND "articles"."id" = ? LIMIT 1 [["id", 43]]
83399
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (19)
83400
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 43]]
83401
+ Rendered main/articles/_article.json.jbuilder (2.7ms)
83402
+ Rendered main/articles/show.json.jbuilder (5.1ms)
83403
+ Completed 200 OK in 33ms (Views: 25.5ms | ActiveRecord: 0.7ms)
83404
+
83405
+
83406
+ Started GET "/articles/43/comments?page=1" for ::1 at 2016-08-05 14:42:15 +0200
83407
+ Processing by Main::CommentsController#index as JSON
83408
+ Parameters: {"page"=>"1", "article_id"=>"43"}
83409
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 43]]
83410
+ Comment Load (0.4ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = ? ORDER BY created_at ASC LIMIT 5 OFFSET 0 [["article_id", 43]]
83411
+ Rendered main/comments/_comment.json.jbuilder (1.3ms)
83412
+ Rendered main/comments/_comment.json.jbuilder (0.3ms)
83413
+ Rendered main/comments/_comment.json.jbuilder (0.4ms)
83414
+ Rendered main/comments/_comment.json.jbuilder (0.5ms)
83415
+ Rendered main/comments/index.json.jbuilder (43.9ms)
83416
+ Completed 200 OK in 91ms (Views: 87.4ms | ActiveRecord: 0.6ms)
83417
+
83418
+
83419
+ Started GET "/notification-center?synced_at=" for ::1 at 2016-08-05 14:42:15 +0200
83420
+ Processing by Loco::NotificationCenterController#index as */*
83421
+ Parameters: {"synced_at"=>""}
83422
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83423
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:15.889536') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83424
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:15.891956') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83425
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 1.6ms)
83426
+
83427
+
83428
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A15.893716%2B02%3A00" for ::1 at 2016-08-05 14:42:18 +0200
83429
+ Processing by Loco::NotificationCenterController#index as */*
83430
+ Parameters: {"synced_at"=>"2016-08-05T14:42:15.893716+02:00"}
83431
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83432
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:15.893716') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83433
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:15.893716') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83434
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.0ms)
83435
+
83436
+
83437
+ Started GET "/articles/43" for ::1 at 2016-08-05 14:42:19 +0200
83438
+ Processing by Main::ArticlesController#show as HTML
83439
+ Parameters: {"id"=>"43"}
83440
+ Rendered main/articles/show.html.erb within layouts/application (1.4ms)
83441
+ Rendered layouts/_flash.html.erb (0.1ms)
83442
+ Completed 200 OK in 45ms (Views: 44.2ms | ActiveRecord: 0.0ms)
83443
+
83444
+
83445
+ Started GET "/assets/application-dc378a2b7618523a68ebac3fef2051d02a79cde5d69b8f7cc0d539d12daeff54.css" for ::1 at 2016-08-05 14:42:19 +0200
83446
+
83447
+
83448
+ Started GET "/assets/application-ef34cdfb81d34b69759e609858265dba37d09373e36c1f4d51dcbc6de47e282b.js" for ::1 at 2016-08-05 14:42:19 +0200
83449
+
83450
+
83451
+ Started GET "/assets/scaffold.css" for ::1 at 2016-08-05 14:42:19 +0200
83452
+
83453
+
83454
+ Started GET "/assets/global.css" for ::1 at 2016-08-05 14:42:19 +0200
83455
+
83456
+
83457
+ Started GET "/articles/43" for ::1 at 2016-08-05 14:42:19 +0200
83458
+ Processing by Main::ArticlesController#show as JSON
83459
+ Parameters: {"id"=>"43"}
83460
+ Article Load (0.2ms) SELECT "articles".* FROM "articles" WHERE ("articles"."published_at" IS NOT NULL) AND "articles"."id" = ? LIMIT 1 [["id", 43]]
83461
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IN (19)
83462
+  (0.2ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 43]]
83463
+ Rendered main/articles/_article.json.jbuilder (2.2ms)
83464
+ Rendered main/articles/show.json.jbuilder (8.2ms)
83465
+ Completed 200 OK in 37ms (Views: 31.8ms | ActiveRecord: 0.6ms)
83466
+
83467
+
83468
+ Started GET "/notification-center?synced_at=" for ::1 at 2016-08-05 14:42:19 +0200
83469
+ Processing by Loco::NotificationCenterController#index as */*
83470
+ Parameters: {"synced_at"=>""}
83471
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83472
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:19.899212') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83473
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:19.901274') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83474
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.4ms)
83475
+
83476
+
83477
+ Started GET "/articles/43/comments?page=1" for ::1 at 2016-08-05 14:42:19 +0200
83478
+ Processing by Main::CommentsController#index as JSON
83479
+ Parameters: {"page"=>"1", "article_id"=>"43"}
83480
+  (0.3ms) SELECT COUNT(*) FROM "comments" WHERE "comments"."article_id" = ? [["article_id", 43]]
83481
+ Comment Load (0.3ms) SELECT "comments".* FROM "comments" WHERE "comments"."article_id" = ? ORDER BY created_at ASC LIMIT 5 OFFSET 0 [["article_id", 43]]
83482
+ Rendered main/comments/_comment.json.jbuilder (0.5ms)
83483
+ Rendered main/comments/_comment.json.jbuilder (0.8ms)
83484
+ Rendered main/comments/_comment.json.jbuilder (0.4ms)
83485
+ Rendered main/comments/_comment.json.jbuilder (0.5ms)
83486
+ Rendered main/comments/index.json.jbuilder (46.7ms)
83487
+ Completed 200 OK in 91ms (Views: 87.6ms | ActiveRecord: 0.6ms)
83488
+
83489
+
83490
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A19.902780%2B02%3A00" for ::1 at 2016-08-05 14:42:22 +0200
83491
+ Processing by Loco::NotificationCenterController#index as */*
83492
+ Parameters: {"synced_at"=>"2016-08-05T14:42:19.902780+02:00"}
83493
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83494
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:19.902780') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83495
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:19.902780') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83496
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 1.4ms)
83497
+
83498
+
83499
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A22.865012%2B02%3A00" for ::1 at 2016-08-05 14:42:25 +0200
83500
+ Processing by Loco::NotificationCenterController#index as */*
83501
+ Parameters: {"synced_at"=>"2016-08-05T14:42:22.865012+02:00"}
83502
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83503
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:22.865012') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83504
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:22.865012') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83505
+ Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 1.1ms)
83506
+
83507
+
83508
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A25.860923%2B02%3A00" for ::1 at 2016-08-05 14:42:28 +0200
83509
+ Processing by Loco::NotificationCenterController#index as */*
83510
+ Parameters: {"synced_at"=>"2016-08-05T14:42:25.860923+02:00"}
83511
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83512
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:25.860923') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83513
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:25.860923') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83514
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83515
+
83516
+
83517
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A28.860043%2B02%3A00" for ::1 at 2016-08-05 14:42:31 +0200
83518
+ Processing by Loco::NotificationCenterController#index as */*
83519
+ Parameters: {"synced_at"=>"2016-08-05T14:42:28.860043+02:00"}
83520
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83521
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:28.860043') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83522
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:28.860043') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83523
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83524
+
83525
+
83526
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A31.860451%2B02%3A00" for ::1 at 2016-08-05 14:42:34 +0200
83527
+ Processing by Loco::NotificationCenterController#index as */*
83528
+ Parameters: {"synced_at"=>"2016-08-05T14:42:31.860451+02:00"}
83529
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83530
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:31.860451') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83531
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:31.860451') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83532
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.9ms)
83533
+
83534
+
83535
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A34.860066%2B02%3A00" for ::1 at 2016-08-05 14:42:37 +0200
83536
+ Processing by Loco::NotificationCenterController#index as */*
83537
+ Parameters: {"synced_at"=>"2016-08-05T14:42:34.860066+02:00"}
83538
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83539
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:34.860066') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83540
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:34.860066') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83541
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.0ms)
83542
+
83543
+
83544
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A37.859167%2B02%3A00" for ::1 at 2016-08-05 14:42:40 +0200
83545
+ Processing by Loco::NotificationCenterController#index as */*
83546
+ Parameters: {"synced_at"=>"2016-08-05T14:42:37.859167+02:00"}
83547
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83548
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:37.859167') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83549
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:37.859167') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83550
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.4ms)
83551
+
83552
+
83553
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A40.858087%2B02%3A00" for ::1 at 2016-08-05 14:42:43 +0200
83554
+ Processing by Loco::NotificationCenterController#index as */*
83555
+ Parameters: {"synced_at"=>"2016-08-05T14:42:40.858087+02:00"}
83556
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83557
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:40.858087') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83558
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:40.858087') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83559
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 0.9ms)
83560
+
83561
+
83562
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A43.861758%2B02%3A00" for ::1 at 2016-08-05 14:42:47 +0200
83563
+ Processing by Loco::NotificationCenterController#index as */*
83564
+ Parameters: {"synced_at"=>"2016-08-05T14:42:43.861758+02:00"}
83565
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83566
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:43.861758') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83567
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:43.861758') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83568
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83569
+
83570
+
83571
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A47.858949%2B02%3A00" for ::1 at 2016-08-05 14:42:51 +0200
83572
+ Processing by Loco::NotificationCenterController#index as */*
83573
+ Parameters: {"synced_at"=>"2016-08-05T14:42:47.858949+02:00"}
83574
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83575
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:47.858949') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83576
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:47.858949') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83577
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83578
+
83579
+
83580
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A51.200236%2B02%3A00" for ::1 at 2016-08-05 14:42:54 +0200
83581
+ Processing by Loco::NotificationCenterController#index as */*
83582
+ Parameters: {"synced_at"=>"2016-08-05T14:42:51.200236+02:00"}
83583
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83584
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:51.200236') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83585
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:51.200236') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83586
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83587
+
83588
+
83589
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A54.185316%2B02%3A00" for ::1 at 2016-08-05 14:42:57 +0200
83590
+ Processing by Loco::NotificationCenterController#index as */*
83591
+ Parameters: {"synced_at"=>"2016-08-05T14:42:54.185316+02:00"}
83592
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83593
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:54.185316') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83594
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:54.185316') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83595
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.2ms)
83596
+
83597
+
83598
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A42%3A57.794785%2B02%3A00" for ::1 at 2016-08-05 14:43:00 +0200
83599
+ Processing by Loco::NotificationCenterController#index as */*
83600
+ Parameters: {"synced_at"=>"2016-08-05T14:42:57.794785+02:00"}
83601
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83602
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:57.794785') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83603
+ Loco::Notification Load (0.9ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:42:57.794785') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83604
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 2.0ms)
83605
+
83606
+
83607
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A00.300578%2B02%3A00" for ::1 at 2016-08-05 14:43:02 +0200
83608
+ Processing by Loco::NotificationCenterController#index as */*
83609
+ Parameters: {"synced_at"=>"2016-08-05T14:43:00.300578+02:00"}
83610
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83611
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:00.300578') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83612
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:00.300578') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83613
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83614
+
83615
+
83616
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A02.836708%2B02%3A00" for ::1 at 2016-08-05 14:43:06 +0200
83617
+ Processing by Loco::NotificationCenterController#index as */*
83618
+ Parameters: {"synced_at"=>"2016-08-05T14:43:02.836708+02:00"}
83619
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83620
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:02.836708') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83621
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:02.836708') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83622
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.3ms)
83623
+
83624
+
83625
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A06.793980%2B02%3A00" for ::1 at 2016-08-05 14:43:08 +0200
83626
+ Processing by Loco::NotificationCenterController#index as */*
83627
+ Parameters: {"synced_at"=>"2016-08-05T14:43:06.793980+02:00"}
83628
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83629
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:06.793980') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83630
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:06.793980') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83631
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.4ms)
83632
+
83633
+
83634
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A08.847306%2B02%3A00" for ::1 at 2016-08-05 14:43:12 +0200
83635
+ Processing by Loco::NotificationCenterController#index as */*
83636
+ Parameters: {"synced_at"=>"2016-08-05T14:43:08.847306+02:00"}
83637
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83638
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:08.847306') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83639
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:08.847306') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83640
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83641
+
83642
+
83643
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A12.790992%2B02%3A00" for ::1 at 2016-08-05 14:43:15 +0200
83644
+ Processing by Loco::NotificationCenterController#index as */*
83645
+ Parameters: {"synced_at"=>"2016-08-05T14:43:12.790992+02:00"}
83646
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83647
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:12.790992') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83648
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:12.790992') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83649
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.1ms)
83650
+
83651
+
83652
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A15.205779%2B02%3A00" for ::1 at 2016-08-05 14:43:18 +0200
83653
+ Processing by Loco::NotificationCenterController#index as */*
83654
+ Parameters: {"synced_at"=>"2016-08-05T14:43:15.205779+02:00"}
83655
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83656
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:15.205779') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83657
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:15.205779') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83658
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.0ms)
83659
+
83660
+
83661
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A18.138476%2B02%3A00" for ::1 at 2016-08-05 14:43:21 +0200
83662
+ Processing by Loco::NotificationCenterController#index as */*
83663
+ Parameters: {"synced_at"=>"2016-08-05T14:43:18.138476+02:00"}
83664
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83665
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:18.138476') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83666
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:18.138476') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83667
+ Completed 200 OK in 6ms (Views: 0.8ms | ActiveRecord: 1.0ms)
83668
+
83669
+
83670
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A21.104602%2B02%3A00" for ::1 at 2016-08-05 14:43:24 +0200
83671
+ Processing by Loco::NotificationCenterController#index as */*
83672
+ Parameters: {"synced_at"=>"2016-08-05T14:43:21.104602+02:00"}
83673
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83674
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:21.104602') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83675
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:21.104602') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83676
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.2ms)
83677
+
83678
+
83679
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A24.076276%2B02%3A00" for ::1 at 2016-08-05 14:43:26 +0200
83680
+ Processing by Loco::NotificationCenterController#index as */*
83681
+ Parameters: {"synced_at"=>"2016-08-05T14:43:24.076276+02:00"}
83682
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83683
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:24.076276') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83684
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:24.076276') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83685
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.3ms)
83686
+
83687
+
83688
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A26.844775%2B02%3A00" for ::1 at 2016-08-05 14:43:29 +0200
83689
+ Processing by Loco::NotificationCenterController#index as */*
83690
+ Parameters: {"synced_at"=>"2016-08-05T14:43:26.844775+02:00"}
83691
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83692
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:26.844775') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83693
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:26.844775') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83694
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83695
+
83696
+
83697
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A29.838586%2B02%3A00" for ::1 at 2016-08-05 14:43:33 +0200
83698
+ Processing by Loco::NotificationCenterController#index as */*
83699
+ Parameters: {"synced_at"=>"2016-08-05T14:43:29.838586+02:00"}
83700
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83701
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:29.838586') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83702
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:29.838586') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83703
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83704
+
83705
+
83706
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A33.796248%2B02%3A00" for ::1 at 2016-08-05 14:43:36 +0200
83707
+ Processing by Loco::NotificationCenterController#index as */*
83708
+ Parameters: {"synced_at"=>"2016-08-05T14:43:33.796248+02:00"}
83709
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83710
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:33.796248') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83711
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:33.796248') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83712
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83713
+
83714
+
83715
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A36.775892%2B02%3A00" for ::1 at 2016-08-05 14:43:39 +0200
83716
+ Processing by Loco::NotificationCenterController#index as */*
83717
+ Parameters: {"synced_at"=>"2016-08-05T14:43:36.775892+02:00"}
83718
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83719
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:36.775892') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83720
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:36.775892') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83721
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83722
+
83723
+
83724
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A39.769887%2B02%3A00" for ::1 at 2016-08-05 14:43:42 +0200
83725
+ Processing by Loco::NotificationCenterController#index as */*
83726
+ Parameters: {"synced_at"=>"2016-08-05T14:43:39.769887+02:00"}
83727
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83728
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:39.769887') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83729
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:39.769887') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83730
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.5ms)
83731
+
83732
+
83733
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A42.742735%2B02%3A00" for ::1 at 2016-08-05 14:43:45 +0200
83734
+ Processing by Loco::NotificationCenterController#index as */*
83735
+ Parameters: {"synced_at"=>"2016-08-05T14:43:42.742735+02:00"}
83736
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83737
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:42.742735') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83738
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:42.742735') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83739
+ Completed 200 OK in 4ms (Views: 0.3ms | ActiveRecord: 0.9ms)
83740
+
83741
+
83742
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A45.361831%2B02%3A00" for ::1 at 2016-08-05 14:43:48 +0200
83743
+ Processing by Loco::NotificationCenterController#index as */*
83744
+ Parameters: {"synced_at"=>"2016-08-05T14:43:45.361831+02:00"}
83745
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83746
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:45.361831') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83747
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:45.361831') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83748
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83749
+
83750
+
83751
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A48.205773%2B02%3A00" for ::1 at 2016-08-05 14:43:51 +0200
83752
+ Processing by Loco::NotificationCenterController#index as */*
83753
+ Parameters: {"synced_at"=>"2016-08-05T14:43:48.205773+02:00"}
83754
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83755
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:48.205773') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83756
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:48.205773') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83757
+ Completed 200 OK in 4ms (Views: 0.4ms | ActiveRecord: 1.0ms)
83758
+
83759
+
83760
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A51.803340%2B02%3A00" for ::1 at 2016-08-05 14:43:54 +0200
83761
+ Processing by Loco::NotificationCenterController#index as */*
83762
+ Parameters: {"synced_at"=>"2016-08-05T14:43:51.803340+02:00"}
83763
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83764
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:51.803340') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83765
+ Loco::Notification Load (0.9ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:51.803340') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83766
+ Completed 200 OK in 8ms (Views: 0.3ms | ActiveRecord: 1.9ms)
83767
+
83768
+
83769
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A54.779629%2B02%3A00" for ::1 at 2016-08-05 14:43:57 +0200
83770
+ Processing by Loco::NotificationCenterController#index as */*
83771
+ Parameters: {"synced_at"=>"2016-08-05T14:43:54.779629+02:00"}
83772
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83773
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:54.779629') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83774
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:54.779629') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83775
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83776
+
83777
+
83778
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A43%3A57.763173%2B02%3A00" for ::1 at 2016-08-05 14:44:00 +0200
83779
+ Processing by Loco::NotificationCenterController#index as */*
83780
+ Parameters: {"synced_at"=>"2016-08-05T14:43:57.763173+02:00"}
83781
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83782
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:57.763173') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83783
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:43:57.763173') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83784
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 0.9ms)
83785
+
83786
+
83787
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A00.806205%2B02%3A00" for ::1 at 2016-08-05 14:44:03 +0200
83788
+ Processing by Loco::NotificationCenterController#index as */*
83789
+ Parameters: {"synced_at"=>"2016-08-05T14:44:00.806205+02:00"}
83790
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83791
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:00.806205') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83792
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:00.806205') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83793
+ Completed 200 OK in 6ms (Views: 0.1ms | ActiveRecord: 1.7ms)
83794
+
83795
+
83796
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A03.794939%2B02%3A00" for ::1 at 2016-08-05 14:44:05 +0200
83797
+ Processing by Loco::NotificationCenterController#index as */*
83798
+ Parameters: {"synced_at"=>"2016-08-05T14:44:03.794939+02:00"}
83799
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83800
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:03.794939') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83801
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:03.794939') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83802
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.5ms)
83803
+
83804
+
83805
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A05.844332%2B02%3A00" for ::1 at 2016-08-05 14:44:09 +0200
83806
+ Processing by Loco::NotificationCenterController#index as */*
83807
+ Parameters: {"synced_at"=>"2016-08-05T14:44:05.844332+02:00"}
83808
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83809
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:05.844332') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83810
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:05.844332') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83811
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.3ms)
83812
+
83813
+
83814
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A09.792841%2B02%3A00" for ::1 at 2016-08-05 14:44:12 +0200
83815
+ Processing by Loco::NotificationCenterController#index as */*
83816
+ Parameters: {"synced_at"=>"2016-08-05T14:44:09.792841+02:00"}
83817
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83818
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:09.792841') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83819
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:09.792841') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83820
+ Completed 200 OK in 8ms (Views: 0.5ms | ActiveRecord: 1.6ms)
83821
+
83822
+
83823
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A12.393597%2B02%3A00" for ::1 at 2016-08-05 14:44:15 +0200
83824
+ Processing by Loco::NotificationCenterController#index as */*
83825
+ Parameters: {"synced_at"=>"2016-08-05T14:44:12.393597+02:00"}
83826
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83827
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:12.393597') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83828
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:12.393597') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83829
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83830
+
83831
+
83832
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A15.809516%2B02%3A00" for ::1 at 2016-08-05 14:44:17 +0200
83833
+ Processing by Loco::NotificationCenterController#index as */*
83834
+ Parameters: {"synced_at"=>"2016-08-05T14:44:15.809516+02:00"}
83835
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83836
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:15.809516') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83837
+ Loco::Notification Load (0.9ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:15.809516') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83838
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.6ms)
83839
+
83840
+
83841
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A17.839827%2B02%3A00" for ::1 at 2016-08-05 14:44:21 +0200
83842
+ Processing by Loco::NotificationCenterController#index as */*
83843
+ Parameters: {"synced_at"=>"2016-08-05T14:44:17.839827+02:00"}
83844
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83845
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:17.839827') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83846
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:17.839827') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83847
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83848
+
83849
+
83850
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A21.796116%2B02%3A00" for ::1 at 2016-08-05 14:44:24 +0200
83851
+ Processing by Loco::NotificationCenterController#index as */*
83852
+ Parameters: {"synced_at"=>"2016-08-05T14:44:21.796116+02:00"}
83853
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83854
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:21.796116') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83855
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:21.796116') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83856
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.0ms)
83857
+
83858
+
83859
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A24.785032%2B02%3A00" for ::1 at 2016-08-05 14:44:27 +0200
83860
+ Processing by Loco::NotificationCenterController#index as */*
83861
+ Parameters: {"synced_at"=>"2016-08-05T14:44:24.785032+02:00"}
83862
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83863
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:24.785032') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83864
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:24.785032') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83865
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83866
+
83867
+
83868
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A27.758951%2B02%3A00" for ::1 at 2016-08-05 14:44:30 +0200
83869
+ Processing by Loco::NotificationCenterController#index as */*
83870
+ Parameters: {"synced_at"=>"2016-08-05T14:44:27.758951+02:00"}
83871
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83872
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:27.758951') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83873
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:27.758951') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83874
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.9ms)
83875
+
83876
+
83877
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A30.800432%2B02%3A00" for ::1 at 2016-08-05 14:44:33 +0200
83878
+ Processing by Loco::NotificationCenterController#index as */*
83879
+ Parameters: {"synced_at"=>"2016-08-05T14:44:30.800432+02:00"}
83880
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83881
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:30.800432') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83882
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:30.800432') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83883
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83884
+
83885
+
83886
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A33.770118%2B02%3A00" for ::1 at 2016-08-05 14:44:36 +0200
83887
+ Processing by Loco::NotificationCenterController#index as */*
83888
+ Parameters: {"synced_at"=>"2016-08-05T14:44:33.770118+02:00"}
83889
+ User Load (1.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83890
+ Loco::Notification Load (1.2ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:33.770118') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83891
+ Loco::Notification Load (0.9ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:33.770118') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83892
+ Completed 200 OK in 44ms (Views: 1.6ms | ActiveRecord: 3.7ms)
83893
+
83894
+
83895
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A37.040184%2B02%3A00" for ::1 at 2016-08-05 14:44:38 +0200
83896
+ Processing by Loco::NotificationCenterController#index as */*
83897
+ Parameters: {"synced_at"=>"2016-08-05T14:44:37.040184+02:00"}
83898
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83899
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:37.040184') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83900
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:37.040184') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83901
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.4ms)
83902
+
83903
+
83904
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A38.849055%2B02%3A00" for ::1 at 2016-08-05 14:44:41 +0200
83905
+ Processing by Loco::NotificationCenterController#index as */*
83906
+ Parameters: {"synced_at"=>"2016-08-05T14:44:38.849055+02:00"}
83907
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83908
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:38.849055') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83909
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:38.849055') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83910
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83911
+
83912
+
83913
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A41.836399%2B02%3A00" for ::1 at 2016-08-05 14:44:45 +0200
83914
+ Processing by Loco::NotificationCenterController#index as */*
83915
+ Parameters: {"synced_at"=>"2016-08-05T14:44:41.836399+02:00"}
83916
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83917
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:41.836399') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83918
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:41.836399') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83919
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.2ms)
83920
+
83921
+
83922
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A45.798830%2B02%3A00" for ::1 at 2016-08-05 14:44:48 +0200
83923
+ Processing by Loco::NotificationCenterController#index as */*
83924
+ Parameters: {"synced_at"=>"2016-08-05T14:44:45.798830+02:00"}
83925
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83926
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:45.798830') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83927
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:45.798830') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83928
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.0ms)
83929
+
83930
+
83931
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A48.772098%2B02%3A00" for ::1 at 2016-08-05 14:44:51 +0200
83932
+ Processing by Loco::NotificationCenterController#index as */*
83933
+ Parameters: {"synced_at"=>"2016-08-05T14:44:48.772098+02:00"}
83934
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83935
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:48.772098') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83936
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:48.772098') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83937
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.5ms)
83938
+
83939
+
83940
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A51.743639%2B02%3A00" for ::1 at 2016-08-05 14:44:54 +0200
83941
+ Processing by Loco::NotificationCenterController#index as */*
83942
+ Parameters: {"synced_at"=>"2016-08-05T14:44:51.743639+02:00"}
83943
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83944
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:51.743639') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83945
+ Loco::Notification Load (0.9ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:51.743639') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83946
+ Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.7ms)
83947
+
83948
+
83949
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A54.224369%2B02%3A00" for ::1 at 2016-08-05 14:44:57 +0200
83950
+ Processing by Loco::NotificationCenterController#index as */*
83951
+ Parameters: {"synced_at"=>"2016-08-05T14:44:54.224369+02:00"}
83952
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83953
+ Loco::Notification Load (0.9ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:54.224369') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83954
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:54.224369') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83955
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.4ms)
83956
+
83957
+
83958
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A44%3A57.204696%2B02%3A00" for ::1 at 2016-08-05 14:45:00 +0200
83959
+ Processing by Loco::NotificationCenterController#index as */*
83960
+ Parameters: {"synced_at"=>"2016-08-05T14:44:57.204696+02:00"}
83961
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83962
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:57.204696') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83963
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:44:57.204696') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83964
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.0ms)
83965
+
83966
+
83967
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A00.771766%2B02%3A00" for ::1 at 2016-08-05 14:45:03 +0200
83968
+ Processing by Loco::NotificationCenterController#index as */*
83969
+ Parameters: {"synced_at"=>"2016-08-05T14:45:00.771766+02:00"}
83970
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83971
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:00.771766') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83972
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:00.771766') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83973
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
83974
+
83975
+
83976
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A03.760865%2B02%3A00" for ::1 at 2016-08-05 14:45:05 +0200
83977
+ Processing by Loco::NotificationCenterController#index as */*
83978
+ Parameters: {"synced_at"=>"2016-08-05T14:45:03.760865+02:00"}
83979
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83980
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:03.760865') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83981
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:03.760865') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83982
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 1.1ms)
83983
+
83984
+
83985
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A05.887176%2B02%3A00" for ::1 at 2016-08-05 14:45:09 +0200
83986
+ Processing by Loco::NotificationCenterController#index as */*
83987
+ Parameters: {"synced_at"=>"2016-08-05T14:45:05.887176+02:00"}
83988
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83989
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:05.887176') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83990
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:05.887176') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
83991
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.2ms)
83992
+
83993
+
83994
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A09.793754%2B02%3A00" for ::1 at 2016-08-05 14:45:12 +0200
83995
+ Processing by Loco::NotificationCenterController#index as */*
83996
+ Parameters: {"synced_at"=>"2016-08-05T14:45:09.793754+02:00"}
83997
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
83998
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:09.793754') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
83999
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:09.793754') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84000
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.2ms)
84001
+
84002
+
84003
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A12.777517%2B02%3A00" for ::1 at 2016-08-05 14:45:15 +0200
84004
+ Processing by Loco::NotificationCenterController#index as */*
84005
+ Parameters: {"synced_at"=>"2016-08-05T14:45:12.777517+02:00"}
84006
+ User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84007
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:12.777517') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84008
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:12.777517') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84009
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.7ms)
84010
+
84011
+
84012
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A15.765513%2B02%3A00" for ::1 at 2016-08-05 14:45:17 +0200
84013
+ Processing by Loco::NotificationCenterController#index as */*
84014
+ Parameters: {"synced_at"=>"2016-08-05T14:45:15.765513+02:00"}
84015
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84016
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:15.765513') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84017
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:15.765513') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84018
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.0ms)
84019
+
84020
+
84021
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A17.851693%2B02%3A00" for ::1 at 2016-08-05 14:45:20 +0200
84022
+ Processing by Loco::NotificationCenterController#index as */*
84023
+ Parameters: {"synced_at"=>"2016-08-05T14:45:17.851693+02:00"}
84024
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84025
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:17.851693') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84026
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:17.851693') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84027
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
84028
+
84029
+
84030
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A20.840145%2B02%3A00" for ::1 at 2016-08-05 14:45:24 +0200
84031
+ Processing by Loco::NotificationCenterController#index as */*
84032
+ Parameters: {"synced_at"=>"2016-08-05T14:45:20.840145+02:00"}
84033
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84034
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:20.840145') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84035
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:20.840145') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84036
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 1.1ms)
84037
+
84038
+
84039
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A24.790071%2B02%3A00" for ::1 at 2016-08-05 14:45:26 +0200
84040
+ Processing by Loco::NotificationCenterController#index as */*
84041
+ Parameters: {"synced_at"=>"2016-08-05T14:45:24.790071+02:00"}
84042
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84043
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:24.790071') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84044
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:24.790071') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84045
+ Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 1.3ms)
84046
+
84047
+
84048
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A26.855125%2B02%3A00" for ::1 at 2016-08-05 14:45:29 +0200
84049
+ Processing by Loco::NotificationCenterController#index as */*
84050
+ Parameters: {"synced_at"=>"2016-08-05T14:45:26.855125+02:00"}
84051
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84052
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:26.855125') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84053
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:26.855125') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84054
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.1ms)
84055
+
84056
+
84057
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A29.839361%2B02%3A00" for ::1 at 2016-08-05 14:45:33 +0200
84058
+ Processing by Loco::NotificationCenterController#index as */*
84059
+ Parameters: {"synced_at"=>"2016-08-05T14:45:29.839361+02:00"}
84060
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84061
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:29.839361') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84062
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:29.839361') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84063
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.3ms)
84064
+
84065
+
84066
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A33.795713%2B02%3A00" for ::1 at 2016-08-05 14:45:36 +0200
84067
+ Processing by Loco::NotificationCenterController#index as */*
84068
+ Parameters: {"synced_at"=>"2016-08-05T14:45:33.795713+02:00"}
84069
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84070
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:33.795713') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84071
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:33.795713') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84072
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 1.1ms)
84073
+
84074
+
84075
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A36.778078%2B02%3A00" for ::1 at 2016-08-05 14:45:39 +0200
84076
+ Processing by Loco::NotificationCenterController#index as */*
84077
+ Parameters: {"synced_at"=>"2016-08-05T14:45:36.778078+02:00"}
84078
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84079
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:36.778078') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84080
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:36.778078') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84081
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.4ms)
84082
+
84083
+
84084
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A39.791908%2B02%3A00" for ::1 at 2016-08-05 14:45:42 +0200
84085
+ Processing by Loco::NotificationCenterController#index as */*
84086
+ Parameters: {"synced_at"=>"2016-08-05T14:45:39.791908+02:00"}
84087
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84088
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:39.791908') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84089
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:39.791908') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84090
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 1.1ms)
84091
+
84092
+
84093
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A42.495754%2B02%3A00" for ::1 at 2016-08-05 14:45:45 +0200
84094
+ Processing by Loco::NotificationCenterController#index as */*
84095
+ Parameters: {"synced_at"=>"2016-08-05T14:45:42.495754+02:00"}
84096
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84097
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:42.495754') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84098
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:42.495754') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84099
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.4ms)
84100
+
84101
+
84102
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A45.470230%2B02%3A00" for ::1 at 2016-08-05 14:45:48 +0200
84103
+ Processing by Loco::NotificationCenterController#index as */*
84104
+ Parameters: {"synced_at"=>"2016-08-05T14:45:45.470230+02:00"}
84105
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84106
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:45.470230') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84107
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:45.470230') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84108
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.2ms)
84109
+
84110
+
84111
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A48.141049%2B02%3A00" for ::1 at 2016-08-05 14:45:51 +0200
84112
+ Processing by Loco::NotificationCenterController#index as */*
84113
+ Parameters: {"synced_at"=>"2016-08-05T14:45:48.141049+02:00"}
84114
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84115
+ Loco::Notification Load (0.6ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:48.141049') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84116
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:48.141049') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84117
+ Completed 200 OK in 5ms (Views: 0.4ms | ActiveRecord: 1.3ms)
84118
+
84119
+
84120
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A51.122560%2B02%3A00" for ::1 at 2016-08-05 14:45:54 +0200
84121
+ Processing by Loco::NotificationCenterController#index as */*
84122
+ Parameters: {"synced_at"=>"2016-08-05T14:45:51.122560+02:00"}
84123
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84124
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:51.122560') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84125
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:51.122560') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84126
+ Completed 200 OK in 4ms (Views: 0.1ms | ActiveRecord: 1.0ms)
84127
+
84128
+
84129
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A54.793249%2B02%3A00" for ::1 at 2016-08-05 14:45:57 +0200
84130
+ Processing by Loco::NotificationCenterController#index as */*
84131
+ Parameters: {"synced_at"=>"2016-08-05T14:45:54.793249+02:00"}
84132
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84133
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:54.793249') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84134
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:54.793249') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84135
+ Completed 200 OK in 5ms (Views: 0.3ms | ActiveRecord: 1.1ms)
84136
+
84137
+
84138
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A57.035583%2B02%3A00" for ::1 at 2016-08-05 14:45:59 +0200
84139
+ Processing by Loco::NotificationCenterController#index as */*
84140
+ Parameters: {"synced_at"=>"2016-08-05T14:45:57.035583+02:00"}
84141
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84142
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:57.035583') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84143
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:57.035583') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84144
+ Completed 200 OK in 5ms (Views: 0.5ms | ActiveRecord: 1.1ms)
84145
+
84146
+
84147
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A45%3A59.835194%2B02%3A00" for ::1 at 2016-08-05 14:46:03 +0200
84148
+ Processing by Loco::NotificationCenterController#index as */*
84149
+ Parameters: {"synced_at"=>"2016-08-05T14:45:59.835194+02:00"}
84150
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84151
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:59.835194') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84152
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:45:59.835194') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84153
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.3ms)
84154
+
84155
+
84156
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A03.790103%2B02%3A00" for ::1 at 2016-08-05 14:46:06 +0200
84157
+ Processing by Loco::NotificationCenterController#index as */*
84158
+ Parameters: {"synced_at"=>"2016-08-05T14:46:03.790103+02:00"}
84159
+ User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84160
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:03.790103') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84161
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:03.790103') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84162
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.1ms)
84163
+
84164
+
84165
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A06.768664%2B02%3A00" for ::1 at 2016-08-05 14:46:09 +0200
84166
+ Processing by Loco::NotificationCenterController#index as */*
84167
+ Parameters: {"synced_at"=>"2016-08-05T14:46:06.768664+02:00"}
84168
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84169
+ Loco::Notification Load (0.4ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:06.768664') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84170
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:06.768664') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84171
+ Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 1.1ms)
84172
+
84173
+
84174
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A09.736122%2B02%3A00" for ::1 at 2016-08-05 14:46:12 +0200
84175
+ Processing by Loco::NotificationCenterController#index as */*
84176
+ Parameters: {"synced_at"=>"2016-08-05T14:46:09.736122+02:00"}
84177
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84178
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:09.736122') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84179
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:09.736122') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84180
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.5ms)
84181
+
84182
+
84183
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A12.082377%2B02%3A00" for ::1 at 2016-08-05 14:46:15 +0200
84184
+ Processing by Loco::NotificationCenterController#index as */*
84185
+ Parameters: {"synced_at"=>"2016-08-05T14:46:12.082377+02:00"}
84186
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84187
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:12.082377') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84188
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:12.082377') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84189
+ Completed 200 OK in 7ms (Views: 0.3ms | ActiveRecord: 1.4ms)
84190
+
84191
+
84192
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A15.294090%2B02%3A00" for ::1 at 2016-08-05 14:46:16 +0200
84193
+ Processing by Loco::NotificationCenterController#index as */*
84194
+ Parameters: {"synced_at"=>"2016-08-05T14:46:15.294090+02:00"}
84195
+ User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84196
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:15.294090') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84197
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:15.294090') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84198
+ Completed 200 OK in 8ms (Views: 0.2ms | ActiveRecord: 1.7ms)
84199
+
84200
+
84201
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A16.870368%2B02%3A00" for ::1 at 2016-08-05 14:46:19 +0200
84202
+ Processing by Loco::NotificationCenterController#index as */*
84203
+ Parameters: {"synced_at"=>"2016-08-05T14:46:16.870368+02:00"}
84204
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84205
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:16.870368') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84206
+ Loco::Notification Load (0.7ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:16.870368') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84207
+ Completed 200 OK in 6ms (Views: 0.2ms | ActiveRecord: 1.5ms)
84208
+
84209
+
84210
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A19.856533%2B02%3A00" for ::1 at 2016-08-05 14:46:22 +0200
84211
+ Processing by Loco::NotificationCenterController#index as */*
84212
+ Parameters: {"synced_at"=>"2016-08-05T14:46:19.856533+02:00"}
84213
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84214
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:19.856533') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84215
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:19.856533') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84216
+ Completed 200 OK in 5ms (Views: 0.1ms | ActiveRecord: 1.2ms)
84217
+
84218
+
84219
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A22.856973%2B02%3A00" for ::1 at 2016-08-05 14:46:25 +0200
84220
+ Processing by Loco::NotificationCenterController#index as */*
84221
+ Parameters: {"synced_at"=>"2016-08-05T14:46:22.856973+02:00"}
84222
+ User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84223
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:22.856973') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84224
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:22.856973') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84225
+ Completed 200 OK in 7ms (Views: 0.2ms | ActiveRecord: 1.6ms)
84226
+
84227
+
84228
+ Started GET "/notification-center?synced_at=2016-08-05T14%3A46%3A25.857435%2B02%3A00" for ::1 at 2016-08-05 14:46:28 +0200
84229
+ Processing by Loco::NotificationCenterController#index as */*
84230
+ Parameters: {"synced_at"=>"2016-08-05T14:46:25.857435+02:00"}
84231
+ User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 22]]
84232
+ Loco::Notification Load (0.8ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:25.857435') AND "loco_notifications"."recipient_class" IS NULL AND "loco_notifications"."recipient_id" IS NULL AND "loco_notifications"."recipient_token" IS NULL ORDER BY created_at ASC LIMIT 10
84233
+ Loco::Notification Load (0.5ms) SELECT "loco_notifications".* FROM "loco_notifications" WHERE (created_at > '2016-08-05 12:46:25.857435') AND ((recipient_class = 'User' AND recipient_id = 22) OR (recipient_class = 'User' AND recipient_id IS NULL)) ORDER BY created_at ASC LIMIT 10
84234
+ Completed 200 OK in 5ms (Views: 0.2ms | ActiveRecord: 1.4ms)