type_station 0.1.1 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/type_station/editables/admin_bar.js.coffee +6 -0
  3. data/app/assets/javascripts/type_station/editables/edit_page.js.coffee +14 -3
  4. data/app/assets/javascripts/type_station/editables/file.js.coffee +1 -1
  5. data/app/assets/javascripts/type_station/editables/new_page.js.coffee +1 -0
  6. data/app/assets/javascripts/type_station/init.js.coffee +6 -3
  7. data/app/assets/javascripts/type_station/lib/models.js.coffee +7 -2
  8. data/app/assets/stylesheets/type_station/base.css.scss +2 -2
  9. data/app/models/type_station/content.rb +1 -1
  10. data/app/models/type_station/page.rb +16 -6
  11. data/app/presenters/type_station/page_presenter.rb +8 -2
  12. data/lib/type_station/version.rb +1 -1
  13. data/spec/dummy/app/views/pages/index_other.html.erb +3 -3
  14. data/spec/dummy/log/development.log +3724 -0
  15. data/spec/dummy/tmp/cache/assets/development/sass/fde2fd9fd4415e2893f7c202128d5909c847645f/base.css.scssc +0 -0
  16. data/spec/dummy/tmp/cache/assets/development/sprockets/0b230f1bf23bd7b1392e34cacde00da0 +0 -0
  17. data/spec/dummy/tmp/cache/assets/development/sprockets/0cbda04368ddbf6d761e788334075e7c +0 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/0d5a85a524a12561b8cfff4e8d06b332 +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/2155dbeb10a65c2519b49179b3bc6f3a +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/300f6f1e08668cacf691691df4d13889 +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/3a3d03c0a92f21419e1e85991774a28b +0 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/4144b15d96ec80b5c7fb367b57aaeef3 +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/579b1a727fe5b55dfe450b0835c56a65 +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/5a806147b739da644a296d2def76c243 +0 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/735d50df5dc976a13b56aa81f5970298 +0 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/73939a29e193b5a1fad031fa75f94119 +0 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/7ef9b3c736e553151f79c509136b1c44 +0 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/825bd4dba50f1ea2c0ae5e8a3708119e +0 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/84822f25094f67b515ad5f452381dcb0 +0 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/85d858ed64f06543161931735cb77748 +0 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/8803d0a63bbf3fce683c968d4a900480 +0 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/966db607ae0e7aad72cf171b8fec537a +0 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/99a40b6133b9eaa016bd6cf01fff987a +0 -0
  34. data/spec/dummy/tmp/cache/assets/development/sprockets/9c8cd77db76e28f0a074573a72509ce9 +0 -0
  35. data/spec/dummy/tmp/cache/assets/development/sprockets/9d5a258ab9e431a1a7eaf931ed4c3fb3 +0 -0
  36. data/spec/dummy/tmp/cache/assets/development/sprockets/a2b3a282d5d8a5c20444d1a27f70a61e +0 -0
  37. data/spec/dummy/tmp/cache/assets/development/sprockets/a87cf4d10d892fb23f2fc818d7ca7207 +0 -0
  38. data/spec/dummy/tmp/cache/assets/development/sprockets/bd3113e1418cbc640eb6e1b06d486163 +0 -0
  39. data/spec/dummy/tmp/cache/assets/development/sprockets/cb80f61fc678a70e99e16156ae6e07d1 +0 -0
  40. data/spec/dummy/tmp/cache/assets/development/sprockets/cdedc95319572f0c3e36a3a5a044572d +0 -0
  41. data/spec/dummy/tmp/cache/assets/development/sprockets/cf5014041f97c55eee7c67feddf11b81 +0 -0
  42. data/spec/dummy/tmp/cache/assets/development/sprockets/d3a2586089547d98e033029b94eb86a5 +0 -0
  43. data/spec/dummy/tmp/cache/assets/development/sprockets/d4248f8b11c6b21abffed4a5e718722d +0 -0
  44. data/spec/dummy/tmp/cache/assets/development/sprockets/dd9f84cc20227ad66bbd1f26bbc11ccc +0 -0
  45. data/spec/dummy/tmp/cache/assets/development/sprockets/e03c578b73cf9936edc84ff2b48c07da +0 -0
  46. data/spec/dummy/tmp/cache/assets/development/sprockets/ef7d0257e22920401b54d6662e627252 +0 -0
  47. data/spec/dummy/tmp/cache/assets/development/sprockets/f1567fa9088d43b2fb0f9a0caa1ed107 +0 -0
  48. data/spec/dummy/tmp/cache/assets/development/sprockets/f566af7037e0e3042b19bd5ee11b21c4 +0 -0
  49. data/vendor/assets/javascripts/jquery.textcomplete.js +1 -1
  50. data/vendor/assets/stylesheets/jquery.textcomplete.css +7 -7
  51. metadata +2 -2
@@ -64175,3 +64175,3727 @@ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-20 14:42:14
64175
64175
 
64176
64176
 
64177
64177
  Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-20 14:42:14 +0000
64178
+
64179
+
64180
+ Started GET "/type_station" for ::1 at 2015-02-20 16:07:26 +0000
64181
+ Processing by TypeStation::PagesController#index as HTML
64182
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.4540ms
64183
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9010ms
64184
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9670ms
64185
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2530ms
64186
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4060ms
64187
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6500ms
64188
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (12.5ms)
64189
+ Rendered pages/index_other.html.erb within layouts/application (371.1ms)
64190
+ Completed 200 OK in 2910ms (Views: 2748.7ms)
64191
+
64192
+
64193
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64194
+
64195
+
64196
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64197
+
64198
+
64199
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64200
+
64201
+
64202
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64203
+
64204
+
64205
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64206
+
64207
+
64208
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64209
+
64210
+
64211
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64212
+
64213
+
64214
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64215
+
64216
+
64217
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64218
+
64219
+
64220
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64221
+
64222
+
64223
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64224
+
64225
+
64226
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64227
+
64228
+
64229
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64230
+
64231
+
64232
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64233
+
64234
+
64235
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64236
+
64237
+
64238
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64239
+
64240
+
64241
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64242
+
64243
+
64244
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-20 16:07:29 +0000
64245
+
64246
+
64247
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64248
+
64249
+
64250
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64251
+
64252
+
64253
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64254
+
64255
+
64256
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64257
+
64258
+
64259
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64260
+
64261
+
64262
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64263
+
64264
+
64265
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64266
+
64267
+
64268
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64269
+
64270
+
64271
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64272
+
64273
+
64274
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64275
+
64276
+
64277
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64278
+
64279
+
64280
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64281
+
64282
+
64283
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64284
+
64285
+
64286
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64287
+
64288
+
64289
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64290
+
64291
+
64292
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64293
+
64294
+
64295
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64296
+
64297
+
64298
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64299
+
64300
+
64301
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64302
+
64303
+
64304
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-20 16:07:30 +0000
64305
+
64306
+
64307
+ Started GET "/type_station" for ::1 at 2015-02-20 16:07:45 +0000
64308
+ Processing by TypeStation::PagesController#index as HTML
64309
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.6370ms
64310
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8140ms
64311
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6790ms
64312
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2440ms
64313
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.6450ms
64314
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.9500ms
64315
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (5.9ms)
64316
+ Rendered pages/index_other.html.erb within layouts/application (183.3ms)
64317
+ Completed 200 OK in 583ms (Views: 578.0ms)
64318
+
64319
+
64320
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64321
+
64322
+
64323
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64324
+
64325
+
64326
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64327
+
64328
+
64329
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64330
+
64331
+
64332
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64333
+
64334
+
64335
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64336
+
64337
+
64338
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64339
+
64340
+
64341
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64342
+
64343
+
64344
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64345
+
64346
+
64347
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64348
+
64349
+
64350
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64351
+
64352
+
64353
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64354
+
64355
+
64356
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64357
+
64358
+
64359
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64360
+
64361
+
64362
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64363
+
64364
+
64365
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64366
+
64367
+
64368
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64369
+
64370
+
64371
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64372
+
64373
+
64374
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64375
+
64376
+
64377
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64378
+
64379
+
64380
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64381
+
64382
+
64383
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64384
+
64385
+
64386
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64387
+
64388
+
64389
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64390
+
64391
+
64392
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64393
+
64394
+
64395
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64396
+
64397
+
64398
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64399
+
64400
+
64401
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64402
+
64403
+
64404
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64405
+
64406
+
64407
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64408
+
64409
+
64410
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64411
+
64412
+
64413
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64414
+
64415
+
64416
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64417
+
64418
+
64419
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64420
+
64421
+
64422
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64423
+
64424
+
64425
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64426
+
64427
+
64428
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64429
+
64430
+
64431
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-20 16:07:45 +0000
64432
+
64433
+
64434
+ Started PATCH "/type_station/_admin/pages/54d760075269632cae000000" for ::1 at 2015-02-20 16:08:07 +0000
64435
+ Processing by TypeStation::Admin::PagesController#update as JSON
64436
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"ddd1ss", "type"=>"text"}], "id"=>"54d760075269632cae000000", "page"=>{}}
64437
+ Can't verify CSRF token authenticity
64438
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5850ms
64439
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d760075269632cae000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4960ms
64440
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8090ms
64441
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7420ms
64442
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6040ms
64443
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.9090ms
64444
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d760075269632cae000000')} update={"$set"=>{"title"=>"ddd1ss", "slug"=>"ddd1ss", "path"=>"/ddd1ss"}} flags=[]
64445
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 96.6010ms
64446
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 0.4420ms
64447
+ Completed 200 OK in 446ms (Views: 0.3ms)
64448
+
64449
+
64450
+ Started GET "/type_station" for ::1 at 2015-02-20 16:08:07 +0000
64451
+ Processing by TypeStation::PagesController#index as HTML
64452
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.2000ms
64453
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6550ms
64454
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3000ms
64455
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2810ms
64456
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.9610ms
64457
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (4.0ms)
64458
+ Rendered pages/index_other.html.erb within layouts/application (162.6ms)
64459
+ Completed 200 OK in 486ms (Views: 481.2ms)
64460
+
64461
+
64462
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64463
+
64464
+
64465
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64466
+
64467
+
64468
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64469
+
64470
+
64471
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64472
+
64473
+
64474
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64475
+
64476
+
64477
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64478
+
64479
+
64480
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64481
+
64482
+
64483
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64484
+
64485
+
64486
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64487
+
64488
+
64489
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64490
+
64491
+
64492
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64493
+
64494
+
64495
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64496
+
64497
+
64498
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64499
+
64500
+
64501
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64502
+
64503
+
64504
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64505
+
64506
+
64507
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64508
+
64509
+
64510
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64511
+
64512
+
64513
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64514
+
64515
+
64516
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64517
+
64518
+
64519
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64520
+
64521
+
64522
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64523
+
64524
+
64525
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64526
+
64527
+
64528
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64529
+
64530
+
64531
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64532
+
64533
+
64534
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64535
+
64536
+
64537
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64538
+
64539
+
64540
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64541
+
64542
+
64543
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64544
+
64545
+
64546
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64547
+
64548
+
64549
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64550
+
64551
+
64552
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64553
+
64554
+
64555
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64556
+
64557
+
64558
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64559
+
64560
+
64561
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64562
+
64563
+
64564
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64565
+
64566
+
64567
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64568
+
64569
+
64570
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64571
+
64572
+
64573
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-20 16:08:08 +0000
64574
+
64575
+
64576
+ Started GET "/" for ::1 at 2015-02-23 23:54:49 +0000
64577
+ Processing by Rails::WelcomeController#index as HTML
64578
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.4ms)
64579
+ Completed 200 OK in 43ms (Views: 42.4ms)
64580
+
64581
+
64582
+ Started GET "/type_station" for ::1 at 2015-02-23 23:54:54 +0000
64583
+ Processing by TypeStation::PagesController#index as HTML
64584
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 182.3160ms
64585
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 183.0190ms
64586
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8130ms
64587
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2990ms
64588
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2880ms
64589
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6520ms
64590
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (55.8ms)
64591
+ Rendered pages/index_other.html.erb within layouts/application (402.4ms)
64592
+ Completed 200 OK in 2890ms (Views: 2396.5ms)
64593
+
64594
+
64595
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64596
+
64597
+
64598
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64599
+
64600
+
64601
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64602
+
64603
+
64604
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64605
+
64606
+
64607
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64608
+
64609
+
64610
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64611
+
64612
+
64613
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64614
+
64615
+
64616
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64617
+
64618
+
64619
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64620
+
64621
+
64622
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64623
+
64624
+
64625
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64626
+
64627
+
64628
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64629
+
64630
+
64631
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64632
+
64633
+
64634
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64635
+
64636
+
64637
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64638
+
64639
+
64640
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64641
+
64642
+
64643
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64644
+
64645
+
64646
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64647
+
64648
+
64649
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64650
+
64651
+
64652
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64653
+
64654
+
64655
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64656
+
64657
+
64658
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64659
+
64660
+
64661
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64662
+
64663
+
64664
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64665
+
64666
+
64667
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64668
+
64669
+
64670
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64671
+
64672
+
64673
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64674
+
64675
+
64676
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64677
+
64678
+
64679
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64680
+
64681
+
64682
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64683
+
64684
+
64685
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64686
+
64687
+
64688
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64689
+
64690
+
64691
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64692
+
64693
+
64694
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64695
+
64696
+
64697
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64698
+
64699
+
64700
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64701
+
64702
+
64703
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64704
+
64705
+
64706
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-23 23:54:57 +0000
64707
+
64708
+
64709
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for ::1 at 2015-02-23 23:54:57 +0000
64710
+
64711
+
64712
+ Started GET "/assets/type_station/chosen-sprite.png" for ::1 at 2015-02-23 23:55:18 +0000
64713
+
64714
+
64715
+ Started PATCH "/type_station/_admin/pages/54d760075269632cae000000" for ::1 at 2015-02-23 23:55:20 +0000
64716
+ Processing by TypeStation::Admin::PagesController#update as JSON
64717
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"ddd1ss", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"select"}, {"field"=>"test_value", "value"=>"sdfsdf", "type"=>"text"}, {"field"=>"another_test", "value"=>"sdfsdf", "type"=>"textarea"}, {"field"=>"tags", "value"=>"v", "type"=>"multiple_select"}], "id"=>"54d760075269632cae000000", "page"=>{}}
64718
+ Can't verify CSRF token authenticity
64719
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.6600ms
64720
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d760075269632cae000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 67.0350ms
64721
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7960ms
64722
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 64.3400ms
64723
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7650ms
64724
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d760075269632cae000000')} update={"$pushAll"=>{"contents"=>[{"_id"=>BSON::ObjectId('54ebbde852696361e6000000'), "type"=>:multiple_select, "name"=>:tags, "multiple_select"=>["v"]}]}} flags=[]
64725
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 93.0920ms
64726
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 4.5270ms
64727
+ Completed 200 OK in 312ms (Views: 0.5ms)
64728
+
64729
+
64730
+ Started GET "/type_station" for ::1 at 2015-02-23 23:55:20 +0000
64731
+ Processing by TypeStation::PagesController#index as HTML
64732
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7470ms
64733
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6070ms
64734
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2220ms
64735
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2990ms
64736
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7580ms
64737
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (55.7ms)
64738
+ Rendered pages/index_other.html.erb within layouts/application (173.7ms)
64739
+ Completed 200 OK in 502ms (Views: 499.2ms)
64740
+
64741
+
64742
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64743
+
64744
+
64745
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64746
+
64747
+
64748
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64749
+
64750
+
64751
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64752
+
64753
+
64754
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64755
+
64756
+
64757
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64758
+
64759
+
64760
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64761
+
64762
+
64763
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64764
+
64765
+
64766
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64767
+
64768
+
64769
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64770
+
64771
+
64772
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64773
+
64774
+
64775
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64776
+
64777
+
64778
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64779
+
64780
+
64781
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64782
+
64783
+
64784
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64785
+
64786
+
64787
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64788
+
64789
+
64790
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64791
+
64792
+
64793
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64794
+
64795
+
64796
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64797
+
64798
+
64799
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64800
+
64801
+
64802
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64803
+
64804
+
64805
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64806
+
64807
+
64808
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64809
+
64810
+
64811
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64812
+
64813
+
64814
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64815
+
64816
+
64817
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64818
+
64819
+
64820
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64821
+
64822
+
64823
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64824
+
64825
+
64826
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64827
+
64828
+
64829
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64830
+
64831
+
64832
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64833
+
64834
+
64835
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64836
+
64837
+
64838
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64839
+
64840
+
64841
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64842
+
64843
+
64844
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64845
+
64846
+
64847
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64848
+
64849
+
64850
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64851
+
64852
+
64853
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-23 23:55:21 +0000
64854
+
64855
+
64856
+ Started PATCH "/type_station/_admin/pages/54d760075269632cae000000" for ::1 at 2015-02-23 23:55:30 +0000
64857
+ Processing by TypeStation::Admin::PagesController#update as JSON
64858
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"ddd1ss", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"select"}, {"field"=>"test_value", "value"=>"sdfsdfdd", "type"=>"text"}, {"field"=>"another_test", "value"=>"sdfsdf", "type"=>"textarea"}, {"field"=>"tags", "value"=>"v", "type"=>"multiple_select"}], "id"=>"54d760075269632cae000000", "page"=>{}}
64859
+ Can't verify CSRF token authenticity
64860
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4500ms
64861
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d760075269632cae000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4650ms
64862
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5830ms
64863
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2240ms
64864
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7940ms
64865
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d760075269632cae000000')} update={"$set"=>{"contents.2.text"=>"sdfsdfdd"}} flags=[]
64866
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 0.7550ms
64867
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 0.3890ms
64868
+ Completed 200 OK in 13ms (Views: 0.2ms)
64869
+
64870
+
64871
+ Started GET "/type_station" for ::1 at 2015-02-23 23:55:30 +0000
64872
+ Processing by TypeStation::PagesController#index as HTML
64873
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8030ms
64874
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7160ms
64875
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3650ms
64876
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2570ms
64877
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6710ms
64878
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.6ms)
64879
+ Rendered pages/index_other.html.erb within layouts/application (180.0ms)
64880
+ Completed 200 OK in 566ms (Views: 562.1ms)
64881
+
64882
+
64883
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-23 23:55:30 +0000
64884
+
64885
+
64886
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-23 23:55:30 +0000
64887
+
64888
+
64889
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-23 23:55:30 +0000
64890
+
64891
+
64892
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-23 23:55:30 +0000
64893
+
64894
+
64895
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-23 23:55:30 +0000
64896
+
64897
+
64898
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-23 23:55:30 +0000
64899
+
64900
+
64901
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64902
+
64903
+
64904
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64905
+
64906
+
64907
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64908
+
64909
+
64910
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64911
+
64912
+
64913
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64914
+
64915
+
64916
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64917
+
64918
+
64919
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64920
+
64921
+
64922
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64923
+
64924
+
64925
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64926
+
64927
+
64928
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64929
+
64930
+
64931
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64932
+
64933
+
64934
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64935
+
64936
+
64937
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64938
+
64939
+
64940
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64941
+
64942
+
64943
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64944
+
64945
+
64946
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64947
+
64948
+
64949
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64950
+
64951
+
64952
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64953
+
64954
+
64955
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64956
+
64957
+
64958
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64959
+
64960
+
64961
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64962
+
64963
+
64964
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64965
+
64966
+
64967
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64968
+
64969
+
64970
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64971
+
64972
+
64973
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64974
+
64975
+
64976
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64977
+
64978
+
64979
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64980
+
64981
+
64982
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64983
+
64984
+
64985
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64986
+
64987
+
64988
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64989
+
64990
+
64991
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64992
+
64993
+
64994
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-23 23:55:31 +0000
64995
+
64996
+
64997
+ Started GET "/type_station" for ::1 at 2015-02-23 23:56:36 +0000
64998
+ Processing by TypeStation::PagesController#index as HTML
64999
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5570ms
65000
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7390ms
65001
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7150ms
65002
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4140ms
65003
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3680ms
65004
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6370ms
65005
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.5ms)
65006
+ Rendered pages/index_other.html.erb within layouts/application (159.7ms)
65007
+ Completed 200 OK in 775ms (Views: 770.7ms)
65008
+
65009
+
65010
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65011
+
65012
+
65013
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65014
+
65015
+
65016
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65017
+
65018
+
65019
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65020
+
65021
+
65022
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65023
+
65024
+
65025
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65026
+
65027
+
65028
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65029
+
65030
+
65031
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65032
+
65033
+
65034
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65035
+
65036
+
65037
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65038
+
65039
+
65040
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65041
+
65042
+
65043
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65044
+
65045
+
65046
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65047
+
65048
+
65049
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65050
+
65051
+
65052
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65053
+
65054
+
65055
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65056
+
65057
+
65058
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65059
+
65060
+
65061
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65062
+
65063
+
65064
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65065
+
65066
+
65067
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65068
+
65069
+
65070
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65071
+
65072
+
65073
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65074
+
65075
+
65076
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65077
+
65078
+
65079
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65080
+
65081
+
65082
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65083
+
65084
+
65085
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65086
+
65087
+
65088
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65089
+
65090
+
65091
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65092
+
65093
+
65094
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65095
+
65096
+
65097
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65098
+
65099
+
65100
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65101
+
65102
+
65103
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65104
+
65105
+
65106
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65107
+
65108
+
65109
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65110
+
65111
+
65112
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65113
+
65114
+
65115
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65116
+
65117
+
65118
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65119
+
65120
+
65121
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-23 23:56:37 +0000
65122
+
65123
+
65124
+ Started PATCH "/type_station/_admin/pages/54d760075269632cae000000" for ::1 at 2015-02-23 23:56:44 +0000
65125
+ Processing by TypeStation::Admin::PagesController#update as JSON
65126
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"ddd1ss", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"text"}, {"field"=>"test_value", "value"=>"sdfsdfdd", "type"=>"text"}, {"field"=>"another_test", "value"=>"sdfsdf", "type"=>"text"}, {"field"=>"tags", "value"=>"v", "type"=>"multiple_select"}], "id"=>"54d760075269632cae000000", "page"=>{}}
65127
+ Can't verify CSRF token authenticity
65128
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5780ms
65129
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d760075269632cae000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5260ms
65130
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7880ms
65131
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7510ms
65132
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8010ms
65133
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 0.4120ms
65134
+ Completed 200 OK in 13ms (Views: 0.3ms)
65135
+
65136
+
65137
+ Started GET "/type_station" for ::1 at 2015-02-23 23:56:44 +0000
65138
+ Processing by TypeStation::PagesController#index as HTML
65139
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7450ms
65140
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6110ms
65141
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2480ms
65142
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2300ms
65143
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6590ms
65144
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.8ms)
65145
+ Rendered pages/index_other.html.erb within layouts/application (176.3ms)
65146
+ Completed 200 OK in 568ms (Views: 565.3ms)
65147
+
65148
+
65149
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65150
+
65151
+
65152
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65153
+
65154
+
65155
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65156
+
65157
+
65158
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65159
+
65160
+
65161
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65162
+
65163
+
65164
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65165
+
65166
+
65167
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65168
+
65169
+
65170
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65171
+
65172
+
65173
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65174
+
65175
+
65176
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65177
+
65178
+
65179
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65180
+
65181
+
65182
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65183
+
65184
+
65185
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65186
+
65187
+
65188
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65189
+
65190
+
65191
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65192
+
65193
+
65194
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65195
+
65196
+
65197
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65198
+
65199
+
65200
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65201
+
65202
+
65203
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65204
+
65205
+
65206
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65207
+
65208
+
65209
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65210
+
65211
+
65212
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65213
+
65214
+
65215
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65216
+
65217
+
65218
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65219
+
65220
+
65221
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65222
+
65223
+
65224
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65225
+
65226
+
65227
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65228
+
65229
+
65230
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65231
+
65232
+
65233
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65234
+
65235
+
65236
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65237
+
65238
+
65239
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65240
+
65241
+
65242
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65243
+
65244
+
65245
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65246
+
65247
+
65248
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65249
+
65250
+
65251
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65252
+
65253
+
65254
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65255
+
65256
+
65257
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65258
+
65259
+
65260
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-23 23:56:45 +0000
65261
+
65262
+
65263
+ Started GET "/type_station" for ::1 at 2015-02-24 15:45:42 +0000
65264
+ Processing by TypeStation::PagesController#index as HTML
65265
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 732.8500ms
65266
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 519.2640ms
65267
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7710ms
65268
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3360ms
65269
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3020ms
65270
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6390ms
65271
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (16.0ms)
65272
+ Rendered pages/index_other.html.erb within layouts/application (407.4ms)
65273
+ Completed 200 OK in 3773ms (Views: 2231.1ms)
65274
+
65275
+
65276
+ Started GET "/type_station" for ::1 at 2015-02-24 15:45:46 +0000
65277
+ Processing by TypeStation::PagesController#index as HTML
65278
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4900ms
65279
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6700ms
65280
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5060ms
65281
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3030ms
65282
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2970ms
65283
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6740ms
65284
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.8ms)
65285
+ Rendered pages/index_other.html.erb within layouts/application (142.2ms)
65286
+ Completed 200 OK in 510ms (Views: 506.3ms)
65287
+
65288
+
65289
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 15:45:47 +0000
65290
+
65291
+
65292
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 15:45:47 +0000
65293
+
65294
+
65295
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 15:45:47 +0000
65296
+
65297
+
65298
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 15:45:47 +0000
65299
+
65300
+
65301
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 15:45:47 +0000
65302
+
65303
+
65304
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 15:45:47 +0000
65305
+
65306
+
65307
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65308
+
65309
+
65310
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65311
+
65312
+
65313
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65314
+
65315
+
65316
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65317
+
65318
+
65319
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65320
+
65321
+
65322
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65323
+
65324
+
65325
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65326
+
65327
+
65328
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65329
+
65330
+
65331
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65332
+
65333
+
65334
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65335
+
65336
+
65337
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65338
+
65339
+
65340
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 15:45:49 +0000
65341
+
65342
+
65343
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65344
+
65345
+
65346
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65347
+
65348
+
65349
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65350
+
65351
+
65352
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65353
+
65354
+
65355
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65356
+
65357
+
65358
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65359
+
65360
+
65361
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65362
+
65363
+
65364
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65365
+
65366
+
65367
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65368
+
65369
+
65370
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65371
+
65372
+
65373
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65374
+
65375
+
65376
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65377
+
65378
+
65379
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65380
+
65381
+
65382
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65383
+
65384
+
65385
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65386
+
65387
+
65388
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65389
+
65390
+
65391
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65392
+
65393
+
65394
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65395
+
65396
+
65397
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65398
+
65399
+
65400
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 15:45:50 +0000
65401
+
65402
+
65403
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for ::1 at 2015-02-24 15:45:50 +0000
65404
+
65405
+
65406
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 15:46:00 +0000
65407
+
65408
+
65409
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 15:46:00 +0000
65410
+
65411
+
65412
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 15:46:00 +0000
65413
+
65414
+
65415
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 15:46:00 +0000
65416
+
65417
+
65418
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 15:46:00 +0000
65419
+
65420
+
65421
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65422
+
65423
+
65424
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65425
+
65426
+
65427
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65428
+
65429
+
65430
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65431
+
65432
+
65433
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65434
+
65435
+
65436
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65437
+
65438
+
65439
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 15:46:01 +0000
65440
+
65441
+
65442
+ Started GET "/" for ::1 at 2015-02-24 16:15:00 +0000
65443
+ Processing by Rails::WelcomeController#index as HTML
65444
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.4ms)
65445
+ Completed 200 OK in 180ms (Views: 180.2ms)
65446
+
65447
+
65448
+ Started GET "/type_station" for ::1 at 2015-02-24 16:15:00 +0000
65449
+ Processing by TypeStation::PagesController#index as HTML
65450
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.2360ms
65451
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.2970ms
65452
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7060ms
65453
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2220ms
65454
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 2.3900ms
65455
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6490ms
65456
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (13.9ms)
65457
+ Rendered pages/index_other.html.erb within layouts/application (593.3ms)
65458
+ Completed 200 OK in 3523ms (Views: 3069.0ms)
65459
+
65460
+
65461
+ Started GET "/type_station" for ::1 at 2015-02-24 16:15:04 +0000
65462
+ Processing by TypeStation::PagesController#index as HTML
65463
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4570ms
65464
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6520ms
65465
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5190ms
65466
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2050ms
65467
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3010ms
65468
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6480ms
65469
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.3ms)
65470
+ Rendered pages/index_other.html.erb within layouts/application (140.3ms)
65471
+ Completed 200 OK in 488ms (Views: 484.5ms)
65472
+
65473
+
65474
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65475
+
65476
+
65477
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65478
+
65479
+
65480
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65481
+
65482
+
65483
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65484
+
65485
+
65486
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65487
+
65488
+
65489
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65490
+
65491
+
65492
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65493
+
65494
+
65495
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65496
+
65497
+
65498
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65499
+
65500
+
65501
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65502
+
65503
+
65504
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65505
+
65506
+
65507
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65508
+
65509
+
65510
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65511
+
65512
+
65513
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65514
+
65515
+
65516
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65517
+
65518
+
65519
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65520
+
65521
+
65522
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65523
+
65524
+
65525
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65526
+
65527
+
65528
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65529
+
65530
+
65531
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65532
+
65533
+
65534
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65535
+
65536
+
65537
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65538
+
65539
+
65540
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65541
+
65542
+
65543
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65544
+
65545
+
65546
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65547
+
65548
+
65549
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65550
+
65551
+
65552
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65553
+
65554
+
65555
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65556
+
65557
+
65558
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65559
+
65560
+
65561
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65562
+
65563
+
65564
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65565
+
65566
+
65567
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65568
+
65569
+
65570
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65571
+
65572
+
65573
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65574
+
65575
+
65576
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65577
+
65578
+
65579
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65580
+
65581
+
65582
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65583
+
65584
+
65585
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 16:15:05 +0000
65586
+
65587
+
65588
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for ::1 at 2015-02-24 16:15:05 +0000
65589
+
65590
+
65591
+ Started GET "/type_station" for ::1 at 2015-02-24 16:15:52 +0000
65592
+ Processing by TypeStation::PagesController#index as HTML
65593
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5050ms
65594
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8650ms
65595
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6850ms
65596
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2850ms
65597
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2670ms
65598
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6910ms
65599
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (4.3ms)
65600
+ Rendered pages/index_other.html.erb within layouts/application (175.6ms)
65601
+ Completed 200 OK in 478ms (Views: 473.1ms)
65602
+
65603
+
65604
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65605
+
65606
+
65607
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65608
+
65609
+
65610
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65611
+
65612
+
65613
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65614
+
65615
+
65616
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65617
+
65618
+
65619
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65620
+
65621
+
65622
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65623
+
65624
+
65625
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65626
+
65627
+
65628
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65629
+
65630
+
65631
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65632
+
65633
+
65634
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65635
+
65636
+
65637
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65638
+
65639
+
65640
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65641
+
65642
+
65643
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65644
+
65645
+
65646
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65647
+
65648
+
65649
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65650
+
65651
+
65652
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65653
+
65654
+
65655
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65656
+
65657
+
65658
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65659
+
65660
+
65661
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65662
+
65663
+
65664
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65665
+
65666
+
65667
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65668
+
65669
+
65670
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65671
+
65672
+
65673
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65674
+
65675
+
65676
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65677
+
65678
+
65679
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65680
+
65681
+
65682
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65683
+
65684
+
65685
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65686
+
65687
+
65688
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65689
+
65690
+
65691
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65692
+
65693
+
65694
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65695
+
65696
+
65697
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65698
+
65699
+
65700
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65701
+
65702
+
65703
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65704
+
65705
+
65706
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65707
+
65708
+
65709
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65710
+
65711
+
65712
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65713
+
65714
+
65715
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 16:15:53 +0000
65716
+
65717
+
65718
+ Started POST "/type_station/_admin/pages" for ::1 at 2015-02-24 16:16:01 +0000
65719
+ Value for params[:contents] was set to nil, because it was one of [], [null] or [null, null, ...]. Go to http://guides.rubyonrails.org/security.html#unsafe-query-generation for more information.
65720
+ Processing by TypeStation::Admin::PagesController#create as JSON
65721
+ Parameters: {"title"=>"sjsjsj", "parent_id"=>"54d1183f526963b4ff000000", "contents"=>nil, "page"=>{"parent_id"=>"54d1183f526963b4ff000000", "title"=>"sjsjsj"}}
65722
+ Can't verify CSRF token authenticity
65723
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4800ms
65724
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 76.2290ms
65725
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 94.7940ms
65726
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8980ms
65727
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000'), "_id"=>{"$ne"=>BSON::ObjectId('54eca3c1526963e3a8000000')}, "position"=>{"$ne"=>nil}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 11.0490ms
65728
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9070ms
65729
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.0390ms
65730
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.9130ms
65731
+ MOPED: 127.0.0.1:27017 INSERT database=type_station_development collection=type_station_pages documents=[{"_id"=>BSON::ObjectId('54eca3c1526963e3a8000000'), "parent_ids"=>[BSON::ObjectId('54d1183f526963b4ff000000')], "name"=>:unnamed, "title"=>"sjsjsj", "template_name"=>"undefined", "type"=>:published, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000'), "depth"=>1, "path"=>"/sjsjsj", "position"=>11, "slug"=>"sjsjsj"}] flags=[]
65732
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 135.0590ms
65733
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54eca3c1526963e3a8000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4520ms
65734
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54eca3c1526963e3a8000000')}} runtime: 12.7530ms
65735
+ Completed 200 OK in 607ms (Views: 0.3ms)
65736
+
65737
+
65738
+ Started GET "/type_station" for ::1 at 2015-02-24 16:16:02 +0000
65739
+ Processing by TypeStation::PagesController#index as HTML
65740
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7670ms
65741
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5880ms
65742
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2270ms
65743
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3590ms
65744
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.8580ms
65745
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.9ms)
65746
+ Rendered pages/index_other.html.erb within layouts/application (152.4ms)
65747
+ Completed 200 OK in 528ms (Views: 525.0ms)
65748
+
65749
+
65750
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65751
+
65752
+
65753
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65754
+
65755
+
65756
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65757
+
65758
+
65759
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65760
+
65761
+
65762
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65763
+
65764
+
65765
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65766
+
65767
+
65768
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65769
+
65770
+
65771
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65772
+
65773
+
65774
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65775
+
65776
+
65777
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65778
+
65779
+
65780
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65781
+
65782
+
65783
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65784
+
65785
+
65786
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65787
+
65788
+
65789
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65790
+
65791
+
65792
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65793
+
65794
+
65795
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65796
+
65797
+
65798
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65799
+
65800
+
65801
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65802
+
65803
+
65804
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65805
+
65806
+
65807
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65808
+
65809
+
65810
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65811
+
65812
+
65813
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65814
+
65815
+
65816
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65817
+
65818
+
65819
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65820
+
65821
+
65822
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65823
+
65824
+
65825
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65826
+
65827
+
65828
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65829
+
65830
+
65831
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 16:16:02 +0000
65832
+
65833
+
65834
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65835
+
65836
+
65837
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65838
+
65839
+
65840
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65841
+
65842
+
65843
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65844
+
65845
+
65846
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65847
+
65848
+
65849
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65850
+
65851
+
65852
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65853
+
65854
+
65855
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65856
+
65857
+
65858
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65859
+
65860
+
65861
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 16:16:03 +0000
65862
+
65863
+
65864
+ Started GET "/type_station/_admin/pages?path=" for ::1 at 2015-02-24 16:16:24 +0000
65865
+ Processing by TypeStation::Admin::PagesController#index as JSON
65866
+ Parameters: {"path"=>"", "page"=>{}}
65867
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5070ms
65868
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>//i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 66.3420ms
65869
+ Completed 200 OK in 75ms (Views: 74.7ms)
65870
+
65871
+
65872
+ Started GET "/type_station/_admin/pages?path=" for ::1 at 2015-02-24 16:16:33 +0000
65873
+ Processing by TypeStation::Admin::PagesController#index as JSON
65874
+ Parameters: {"path"=>"", "page"=>{}}
65875
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>//i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.1470ms
65876
+ Completed 200 OK in 7ms (Views: 6.6ms)
65877
+
65878
+
65879
+ Started GET "/type_station/_admin/pages?path=d" for ::1 at 2015-02-24 16:16:33 +0000
65880
+ Processing by TypeStation::Admin::PagesController#index as JSON
65881
+ Parameters: {"path"=>"d", "page"=>{}}
65882
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>/d/i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6940ms
65883
+ Completed 200 OK in 2ms (Views: 1.4ms)
65884
+
65885
+
65886
+ Started GET "/type_station/_admin/pages?path=" for ::1 at 2015-02-24 16:16:34 +0000
65887
+ Processing by TypeStation::Admin::PagesController#index as JSON
65888
+ Parameters: {"path"=>"", "page"=>{}}
65889
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>//i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4170ms
65890
+ Completed 200 OK in 8ms (Views: 7.2ms)
65891
+
65892
+
65893
+ Started GET "/type_station/_admin/pages?path=a" for ::1 at 2015-02-24 16:16:41 +0000
65894
+ Processing by TypeStation::Admin::PagesController#index as JSON
65895
+ Parameters: {"path"=>"a", "page"=>{}}
65896
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>/a/i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.0050ms
65897
+ Completed 200 OK in 5ms (Views: 4.0ms)
65898
+
65899
+
65900
+ Started GET "/assets/type_station/chosen-sprite.png" for ::1 at 2015-02-24 16:16:55 +0000
65901
+
65902
+
65903
+ Started PATCH "/type_station/_admin/pages/54dc9a1f526963fd3c0c0000" for ::1 at 2015-02-24 16:17:06 +0000
65904
+ Processing by TypeStation::Admin::PagesController#update as JSON
65905
+ Parameters: {"direction"=>"move_up", "id"=>"54dc9a1f526963fd3c0c0000", "page"=>{}}
65906
+ Can't verify CSRF token authenticity
65907
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54dc9a1f526963fd3c0c0000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7980ms
65908
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000'), "_id"=>{"$ne"=>BSON::ObjectId('54dc9a1f526963fd3c0c0000')}, "position"=>{"$lt"=>8}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields={:_id=>1} runtime: 58.6190ms
65909
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000'), "_id"=>{"$ne"=>BSON::ObjectId('54dc9a1f526963fd3c0c0000')}, "position"=>7}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8860ms
65910
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d75c7552696328a8010000')} update={"$inc"=>{"position"=>1}} flags=[]
65911
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 22.9330ms
65912
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54dc9a1f526963fd3c0c0000')} update={"$inc"=>{"position"=>-1}} flags=[]
65913
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 0.4500ms
65914
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5480ms
65915
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6770ms
65916
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6300ms
65917
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54dc9a1f526963fd3c0c0000')}} runtime: 0.3580ms
65918
+ Completed 200 OK in 94ms (Views: 0.2ms)
65919
+
65920
+
65921
+ Started GET "/type_station" for ::1 at 2015-02-24 16:17:07 +0000
65922
+ Processing by TypeStation::PagesController#index as HTML
65923
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7870ms
65924
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6610ms
65925
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3750ms
65926
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3880ms
65927
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7000ms
65928
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.3ms)
65929
+ Rendered pages/index_other.html.erb within layouts/application (156.9ms)
65930
+ Completed 200 OK in 517ms (Views: 513.8ms)
65931
+
65932
+
65933
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65934
+
65935
+
65936
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65937
+
65938
+
65939
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65940
+
65941
+
65942
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65943
+
65944
+
65945
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65946
+
65947
+
65948
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65949
+
65950
+
65951
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65952
+
65953
+
65954
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65955
+
65956
+
65957
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65958
+
65959
+
65960
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65961
+
65962
+
65963
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65964
+
65965
+
65966
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65967
+
65968
+
65969
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65970
+
65971
+
65972
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65973
+
65974
+
65975
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65976
+
65977
+
65978
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65979
+
65980
+
65981
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65982
+
65983
+
65984
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65985
+
65986
+
65987
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65988
+
65989
+
65990
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65991
+
65992
+
65993
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65994
+
65995
+
65996
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
65997
+
65998
+
65999
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66000
+
66001
+
66002
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66003
+
66004
+
66005
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66006
+
66007
+
66008
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66009
+
66010
+
66011
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66012
+
66013
+
66014
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66015
+
66016
+
66017
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66018
+
66019
+
66020
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66021
+
66022
+
66023
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66024
+
66025
+
66026
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66027
+
66028
+
66029
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66030
+
66031
+
66032
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66033
+
66034
+
66035
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66036
+
66037
+
66038
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66039
+
66040
+
66041
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66042
+
66043
+
66044
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 16:17:08 +0000
66045
+
66046
+
66047
+ Started GET "/type_station" for ::1 at 2015-02-24 16:18:23 +0000
66048
+ Processing by TypeStation::PagesController#index as HTML
66049
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5370ms
66050
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7140ms
66051
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6680ms
66052
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2890ms
66053
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2970ms
66054
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.1130ms
66055
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.5ms)
66056
+ Rendered pages/index_other.html.erb within layouts/application (176.9ms)
66057
+ Completed 200 OK in 587ms (Views: 582.3ms)
66058
+
66059
+
66060
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66061
+
66062
+
66063
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66064
+
66065
+
66066
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66067
+
66068
+
66069
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66070
+
66071
+
66072
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66073
+
66074
+
66075
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66076
+
66077
+
66078
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66079
+
66080
+
66081
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66082
+
66083
+
66084
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66085
+
66086
+
66087
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66088
+
66089
+
66090
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66091
+
66092
+
66093
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66094
+
66095
+
66096
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66097
+
66098
+
66099
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66100
+
66101
+
66102
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66103
+
66104
+
66105
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66106
+
66107
+
66108
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66109
+
66110
+
66111
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66112
+
66113
+
66114
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66115
+
66116
+
66117
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66118
+
66119
+
66120
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66121
+
66122
+
66123
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66124
+
66125
+
66126
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66127
+
66128
+
66129
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66130
+
66131
+
66132
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66133
+
66134
+
66135
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66136
+
66137
+
66138
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66139
+
66140
+
66141
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66142
+
66143
+
66144
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66145
+
66146
+
66147
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66148
+
66149
+
66150
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66151
+
66152
+
66153
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66154
+
66155
+
66156
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66157
+
66158
+
66159
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66160
+
66161
+
66162
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66163
+
66164
+
66165
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66166
+
66167
+
66168
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66169
+
66170
+
66171
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 16:18:24 +0000
66172
+
66173
+
66174
+ Started GET "/" for ::1 at 2015-02-24 20:17:12 +0000
66175
+ Processing by Rails::WelcomeController#index as HTML
66176
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (8.2ms)
66177
+ Completed 200 OK in 181ms (Views: 180.7ms)
66178
+
66179
+
66180
+ Started GET "/type_station" for ::1 at 2015-02-24 20:29:18 +0000
66181
+ Processing by TypeStation::PagesController#index as HTML
66182
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 33.6770ms
66183
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.2360ms
66184
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.0900ms
66185
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.5220ms
66186
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3460ms
66187
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7510ms
66188
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (19.0ms)
66189
+ Rendered pages/index_other.html.erb within layouts/application (588.8ms)
66190
+ Completed 200 OK in 2959ms (Views: 2685.2ms)
66191
+
66192
+
66193
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66194
+
66195
+
66196
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66197
+
66198
+
66199
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66200
+
66201
+
66202
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66203
+
66204
+
66205
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66206
+
66207
+
66208
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66209
+
66210
+
66211
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 20:29:22 +0000
66212
+
66213
+
66214
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66215
+
66216
+
66217
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66218
+
66219
+
66220
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66221
+
66222
+
66223
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66224
+
66225
+
66226
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66227
+
66228
+
66229
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66230
+
66231
+
66232
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66233
+
66234
+
66235
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66236
+
66237
+
66238
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66239
+
66240
+
66241
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66242
+
66243
+
66244
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66245
+
66246
+
66247
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66248
+
66249
+
66250
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66251
+
66252
+
66253
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66254
+
66255
+
66256
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66257
+
66258
+
66259
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66260
+
66261
+
66262
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66263
+
66264
+
66265
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66266
+
66267
+
66268
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66269
+
66270
+
66271
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66272
+
66273
+
66274
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66275
+
66276
+
66277
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66278
+
66279
+
66280
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66281
+
66282
+
66283
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66284
+
66285
+
66286
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66287
+
66288
+
66289
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66290
+
66291
+
66292
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66293
+
66294
+
66295
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 20:29:23 +0000
66296
+
66297
+
66298
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 20:29:24 +0000
66299
+
66300
+
66301
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 20:29:24 +0000
66302
+
66303
+
66304
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 20:29:24 +0000
66305
+
66306
+
66307
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for ::1 at 2015-02-24 20:29:24 +0000
66308
+
66309
+
66310
+ Started GET "/type_station" for ::1 at 2015-02-24 20:32:13 +0000
66311
+ Processing by TypeStation::PagesController#index as HTML
66312
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5090ms
66313
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6850ms
66314
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6730ms
66315
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3740ms
66316
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3170ms
66317
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6950ms
66318
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (4.2ms)
66319
+ Rendered pages/index_other.html.erb within layouts/application (178.5ms)
66320
+ Completed 200 OK in 746ms (Views: 741.7ms)
66321
+
66322
+
66323
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66324
+
66325
+
66326
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66327
+
66328
+
66329
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66330
+
66331
+
66332
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66333
+
66334
+
66335
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66336
+
66337
+
66338
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66339
+
66340
+
66341
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66342
+
66343
+
66344
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66345
+
66346
+
66347
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66348
+
66349
+
66350
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66351
+
66352
+
66353
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66354
+
66355
+
66356
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66357
+
66358
+
66359
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66360
+
66361
+
66362
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66363
+
66364
+
66365
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66366
+
66367
+
66368
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66369
+
66370
+
66371
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66372
+
66373
+
66374
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66375
+
66376
+
66377
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66378
+
66379
+
66380
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66381
+
66382
+
66383
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66384
+
66385
+
66386
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66387
+
66388
+
66389
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66390
+
66391
+
66392
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66393
+
66394
+
66395
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66396
+
66397
+
66398
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66399
+
66400
+
66401
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66402
+
66403
+
66404
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66405
+
66406
+
66407
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66408
+
66409
+
66410
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66411
+
66412
+
66413
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66414
+
66415
+
66416
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66417
+
66418
+
66419
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66420
+
66421
+
66422
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66423
+
66424
+
66425
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66426
+
66427
+
66428
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66429
+
66430
+
66431
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66432
+
66433
+
66434
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 20:32:14 +0000
66435
+
66436
+
66437
+ Started GET "/type_station/_admin/pages?path=" for ::1 at 2015-02-24 20:32:21 +0000
66438
+ Processing by TypeStation::Admin::PagesController#index as JSON
66439
+ Parameters: {"path"=>"", "page"=>{}}
66440
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5170ms
66441
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>//i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.1430ms
66442
+ Completed 200 OK in 8ms (Views: 7.8ms)
66443
+
66444
+
66445
+ Started GET "/type_station" for ::1 at 2015-02-24 20:32:37 +0000
66446
+ Processing by TypeStation::PagesController#index as HTML
66447
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7980ms
66448
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6510ms
66449
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 2.0190ms
66450
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.6930ms
66451
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6590ms
66452
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.4ms)
66453
+ Rendered pages/index_other.html.erb within layouts/application (182.4ms)
66454
+ Completed 200 OK in 474ms (Views: 471.1ms)
66455
+
66456
+
66457
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66458
+
66459
+
66460
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66461
+
66462
+
66463
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66464
+
66465
+
66466
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66467
+
66468
+
66469
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66470
+
66471
+
66472
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66473
+
66474
+
66475
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66476
+
66477
+
66478
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66479
+
66480
+
66481
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66482
+
66483
+
66484
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66485
+
66486
+
66487
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66488
+
66489
+
66490
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66491
+
66492
+
66493
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66494
+
66495
+
66496
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66497
+
66498
+
66499
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66500
+
66501
+
66502
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66503
+
66504
+
66505
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66506
+
66507
+
66508
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66509
+
66510
+
66511
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66512
+
66513
+
66514
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66515
+
66516
+
66517
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66518
+
66519
+
66520
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66521
+
66522
+
66523
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66524
+
66525
+
66526
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66527
+
66528
+
66529
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66530
+
66531
+
66532
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66533
+
66534
+
66535
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66536
+
66537
+
66538
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66539
+
66540
+
66541
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66542
+
66543
+
66544
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66545
+
66546
+
66547
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66548
+
66549
+
66550
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66551
+
66552
+
66553
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66554
+
66555
+
66556
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66557
+
66558
+
66559
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66560
+
66561
+
66562
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66563
+
66564
+
66565
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66566
+
66567
+
66568
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-24 20:32:37 +0000
66569
+
66570
+
66571
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66572
+
66573
+
66574
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66575
+
66576
+
66577
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66578
+
66579
+
66580
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66581
+
66582
+
66583
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66584
+
66585
+
66586
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66587
+
66588
+
66589
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66590
+
66591
+
66592
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66593
+
66594
+
66595
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66596
+
66597
+
66598
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66599
+
66600
+
66601
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66602
+
66603
+
66604
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-24 20:32:53 +0000
66605
+
66606
+
66607
+ Started GET "/type_station/_admin/pages?path=" for ::1 at 2015-02-24 20:32:59 +0000
66608
+ Processing by TypeStation::Admin::PagesController#index as JSON
66609
+ Parameters: {"path"=>"", "page"=>{}}
66610
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5400ms
66611
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"type"=>{"$in"=>[:draft, :published]}, "path"=>//i}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.0660ms
66612
+ Completed 200 OK in 8ms (Views: 7.6ms)
66613
+
66614
+
66615
+ Started GET "/" for ::1 at 2015-02-26 23:31:28 +0000
66616
+ Processing by Rails::WelcomeController#index as HTML
66617
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (2.2ms)
66618
+ Completed 200 OK in 64ms (Views: 63.5ms)
66619
+
66620
+
66621
+ Started GET "/type_station" for ::1 at 2015-02-26 23:31:32 +0000
66622
+ Processing by TypeStation::PagesController#index as HTML
66623
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 335.9360ms
66624
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 297.4380ms
66625
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.0720ms
66626
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.7130ms
66627
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3670ms
66628
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6870ms
66629
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (17.6ms)
66630
+ Rendered pages/index_other.html.erb within layouts/application (542.8ms)
66631
+ Completed 200 OK in 4533ms (Views: 3668.7ms)
66632
+
66633
+
66634
+ Started GET "/type_station" for ::1 at 2015-02-26 23:31:37 +0000
66635
+ Processing by TypeStation::PagesController#index as HTML
66636
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.6050ms
66637
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6960ms
66638
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5190ms
66639
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2730ms
66640
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2680ms
66641
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6890ms
66642
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (4.9ms)
66643
+ Rendered pages/index_other.html.erb within layouts/application (153.2ms)
66644
+ Completed 200 OK in 520ms (Views: 515.0ms)
66645
+
66646
+
66647
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66648
+
66649
+
66650
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66651
+
66652
+
66653
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66654
+
66655
+
66656
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66657
+
66658
+
66659
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66660
+
66661
+
66662
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66663
+
66664
+
66665
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66666
+
66667
+
66668
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66669
+
66670
+
66671
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66672
+
66673
+
66674
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66675
+
66676
+
66677
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66678
+
66679
+
66680
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66681
+
66682
+
66683
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-02-26 23:31:38 +0000
66684
+
66685
+
66686
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66687
+
66688
+
66689
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66690
+
66691
+
66692
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66693
+
66694
+
66695
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66696
+
66697
+
66698
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66699
+
66700
+
66701
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66702
+
66703
+
66704
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66705
+
66706
+
66707
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66708
+
66709
+
66710
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66711
+
66712
+
66713
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66714
+
66715
+
66716
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66717
+
66718
+
66719
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66720
+
66721
+
66722
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66723
+
66724
+
66725
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66726
+
66727
+
66728
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66729
+
66730
+
66731
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66732
+
66733
+
66734
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66735
+
66736
+
66737
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66738
+
66739
+
66740
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66741
+
66742
+
66743
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66744
+
66745
+
66746
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66747
+
66748
+
66749
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66750
+
66751
+
66752
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66753
+
66754
+
66755
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66756
+
66757
+
66758
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-02-26 23:31:39 +0000
66759
+
66760
+
66761
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for ::1 at 2015-02-26 23:31:40 +0000
66762
+
66763
+
66764
+ Started PATCH "/type_station/_admin/pages/54d1183f526963b4ff000000" for ::1 at 2015-02-26 23:32:02 +0000
66765
+ Processing by TypeStation::Admin::PagesController#update as JSON
66766
+ Parameters: {"contents"=>[{"field"=>"file", "value"=>{"identifier"=>"fwvvxmtntrzgta4sfurw.csv"}, "type"=>"file"}], "id"=>"54d1183f526963b4ff000000", "page"=>{}}
66767
+ Can't verify CSRF token authenticity
66768
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4840ms
66769
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 87.5980ms
66770
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9190ms
66771
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')} update={"$pushAll"=>{"contents"=>[{"_id"=>BSON::ObjectId('54efacf25269634eb2000000'), "type"=>:file, "name"=>:file, "file"=>{"identifier"=>"fwvvxmtntrzgta4sfurw.csv"}}]}} flags=[]
66772
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 230.9480ms
66773
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}} runtime: 15.9740ms
66774
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3310ms
66775
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 73.2910ms
66776
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6440ms
66777
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.8290ms
66778
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6560ms
66779
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d365ec526963e8bb020000')}} runtime: 0.4350ms
66780
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6770ms
66781
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4890ms
66782
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6140ms
66783
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6050ms
66784
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d11841526963b4ff010000')}} runtime: 0.3570ms
66785
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d11841526963b4ff010000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4450ms
66786
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000'), BSON::ObjectId('54d11841526963b4ff010000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6910ms
66787
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d11841526963b4ff010000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.3250ms
66788
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000'), BSON::ObjectId('54d11841526963b4ff010000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6870ms
66789
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5790ms
66790
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d11841526963b4ff020000')}} runtime: 0.3310ms
66791
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000'), BSON::ObjectId('54d11841526963b4ff010000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6650ms
66792
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d11841526963b4ff010000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.3290ms
66793
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000'), BSON::ObjectId('54d11841526963b4ff010000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6870ms
66794
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6170ms
66795
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d11841526963b4ff030000')}} runtime: 0.3220ms
66796
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000'), BSON::ObjectId('54d11841526963b4ff010000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6710ms
66797
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d11841526963b4ff010000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.3950ms
66798
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000'), BSON::ObjectId('54d11841526963b4ff010000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6800ms
66799
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5950ms
66800
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d11841526963b4ff040000')}} runtime: 0.3550ms
66801
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5770ms
66802
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4850ms
66803
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6220ms
66804
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5820ms
66805
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d55d14526963d0b9010000')}} runtime: 0.3200ms
66806
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6230ms
66807
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4950ms
66808
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6350ms
66809
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6040ms
66810
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d75c3352696328a8000000')}} runtime: 0.2970ms
66811
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6100ms
66812
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5140ms
66813
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6320ms
66814
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6160ms
66815
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 0.3490ms
66816
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5970ms
66817
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5020ms
66818
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6200ms
66819
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6130ms
66820
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54dc9a1f526963fd3c0c0000')}} runtime: 0.3430ms
66821
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6880ms
66822
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4820ms
66823
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6170ms
66824
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6900ms
66825
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d75c7552696328a8010000')}} runtime: 0.3780ms
66826
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6260ms
66827
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4940ms
66828
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6550ms
66829
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6480ms
66830
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54dc9a55526963fd3c130000')}} runtime: 0.3390ms
66831
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5970ms
66832
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5140ms
66833
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6300ms
66834
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5640ms
66835
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54e74723526963af0e000000')}} runtime: 0.3200ms
66836
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.8300ms
66837
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5470ms
66838
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.9630ms
66839
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9840ms
66840
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54eca3c1526963e3a8000000')}} runtime: 0.3740ms
66841
+ Completed 200 OK in 532ms (Views: 0.3ms)
66842
+
66843
+
66844
+ Started GET "/" for ::1 at 2015-03-04 19:03:15 +0000
66845
+ Processing by Rails::WelcomeController#index as HTML
66846
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (3.9ms)
66847
+ Completed 200 OK in 48ms (Views: 48.0ms)
66848
+
66849
+
66850
+ Started GET "/type_station" for ::1 at 2015-03-04 19:03:19 +0000
66851
+ Processing by TypeStation::PagesController#index as HTML
66852
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 171.0080ms
66853
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 239.7110ms
66854
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8320ms
66855
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4730ms
66856
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3780ms
66857
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6410ms
66858
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (20.0ms)
66859
+ Rendered pages/index_other.html.erb within layouts/application (500.5ms)
66860
+ Completed 200 OK in 2814ms (Views: 2225.6ms)
66861
+
66862
+
66863
+ Started GET "/type_station" for ::1 at 2015-03-04 19:03:22 +0000
66864
+ Processing by TypeStation::PagesController#index as HTML
66865
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.7340ms
66866
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6930ms
66867
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5440ms
66868
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3270ms
66869
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4690ms
66870
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6570ms
66871
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.6ms)
66872
+ Rendered pages/index_other.html.erb within layouts/application (164.8ms)
66873
+ Completed 200 OK in 448ms (Views: 443.5ms)
66874
+
66875
+
66876
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66877
+
66878
+
66879
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66880
+
66881
+
66882
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66883
+
66884
+
66885
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66886
+
66887
+
66888
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66889
+
66890
+
66891
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66892
+
66893
+
66894
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66895
+
66896
+
66897
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66898
+
66899
+
66900
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66901
+
66902
+
66903
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66904
+
66905
+
66906
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 19:03:22 +0000
66907
+
66908
+
66909
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66910
+
66911
+
66912
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66913
+
66914
+
66915
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66916
+
66917
+
66918
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66919
+
66920
+
66921
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66922
+
66923
+
66924
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66925
+
66926
+
66927
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66928
+
66929
+
66930
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66931
+
66932
+
66933
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66934
+
66935
+
66936
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66937
+
66938
+
66939
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66940
+
66941
+
66942
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66943
+
66944
+
66945
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66946
+
66947
+
66948
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66949
+
66950
+
66951
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66952
+
66953
+
66954
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66955
+
66956
+
66957
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66958
+
66959
+
66960
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66961
+
66962
+
66963
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66964
+
66965
+
66966
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66967
+
66968
+
66969
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66970
+
66971
+
66972
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66973
+
66974
+
66975
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66976
+
66977
+
66978
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66979
+
66980
+
66981
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66982
+
66983
+
66984
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66985
+
66986
+
66987
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 19:03:23 +0000
66988
+
66989
+
66990
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for ::1 at 2015-03-04 19:03:23 +0000
66991
+
66992
+
66993
+ Started GET "/type_station" for ::1 at 2015-03-04 19:04:43 +0000
66994
+ Processing by TypeStation::PagesController#index as HTML
66995
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5280ms
66996
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6470ms
66997
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6770ms
66998
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2790ms
66999
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3110ms
67000
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6270ms
67001
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.3ms)
67002
+ Rendered pages/index_other.html.erb within layouts/application (154.3ms)
67003
+ Completed 200 OK in 541ms (Views: 537.2ms)
67004
+
67005
+
67006
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67007
+
67008
+
67009
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67010
+
67011
+
67012
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67013
+
67014
+
67015
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67016
+
67017
+
67018
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67019
+
67020
+
67021
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67022
+
67023
+
67024
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67025
+
67026
+
67027
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67028
+
67029
+
67030
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67031
+
67032
+
67033
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67034
+
67035
+
67036
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67037
+
67038
+
67039
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67040
+
67041
+
67042
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67043
+
67044
+
67045
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67046
+
67047
+
67048
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67049
+
67050
+
67051
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67052
+
67053
+
67054
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67055
+
67056
+
67057
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67058
+
67059
+
67060
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67061
+
67062
+
67063
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67064
+
67065
+
67066
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67067
+
67068
+
67069
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67070
+
67071
+
67072
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67073
+
67074
+
67075
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67076
+
67077
+
67078
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67079
+
67080
+
67081
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67082
+
67083
+
67084
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67085
+
67086
+
67087
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67088
+
67089
+
67090
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67091
+
67092
+
67093
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67094
+
67095
+
67096
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67097
+
67098
+
67099
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67100
+
67101
+
67102
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67103
+
67104
+
67105
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67106
+
67107
+
67108
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67109
+
67110
+
67111
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67112
+
67113
+
67114
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67115
+
67116
+
67117
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 19:04:44 +0000
67118
+
67119
+
67120
+ Started GET "/assets/type_station/chosen-sprite.png" for ::1 at 2015-03-04 19:06:44 +0000
67121
+
67122
+
67123
+ Started GET "/type_station" for ::1 at 2015-03-04 19:08:39 +0000
67124
+ Processing by TypeStation::PagesController#index as HTML
67125
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4480ms
67126
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6790ms
67127
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6770ms
67128
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2940ms
67129
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 2.5030ms
67130
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.0390ms
67131
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (3.5ms)
67132
+ Rendered pages/index_other.html.erb within layouts/application (177.0ms)
67133
+ Completed 200 OK in 549ms (Views: 545.6ms)
67134
+
67135
+
67136
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67137
+
67138
+
67139
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67140
+
67141
+
67142
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67143
+
67144
+
67145
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67146
+
67147
+
67148
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67149
+
67150
+
67151
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67152
+
67153
+
67154
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67155
+
67156
+
67157
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67158
+
67159
+
67160
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67161
+
67162
+
67163
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67164
+
67165
+
67166
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67167
+
67168
+
67169
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67170
+
67171
+
67172
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67173
+
67174
+
67175
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67176
+
67177
+
67178
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67179
+
67180
+
67181
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67182
+
67183
+
67184
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67185
+
67186
+
67187
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67188
+
67189
+
67190
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67191
+
67192
+
67193
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67194
+
67195
+
67196
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67197
+
67198
+
67199
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67200
+
67201
+
67202
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67203
+
67204
+
67205
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67206
+
67207
+
67208
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67209
+
67210
+
67211
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67212
+
67213
+
67214
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67215
+
67216
+
67217
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67218
+
67219
+
67220
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67221
+
67222
+
67223
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67224
+
67225
+
67226
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67227
+
67228
+
67229
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67230
+
67231
+
67232
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67233
+
67234
+
67235
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67236
+
67237
+
67238
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67239
+
67240
+
67241
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67242
+
67243
+
67244
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67245
+
67246
+
67247
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 19:08:39 +0000
67248
+
67249
+
67250
+ Started PATCH "/type_station/_admin/pages/54d760075269632cae000000" for ::1 at 2015-03-04 19:11:38 +0000
67251
+ Processing by TypeStation::Admin::PagesController#update as JSON
67252
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"ddd1ss", "type"=>"text"}, {"field"=>"redirect_to", "value"=>"http://google.com", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"text"}, {"field"=>"test_value", "value"=>"sdfsdfdd", "type"=>"text"}, {"field"=>"another_test", "value"=>"sdfsdf", "type"=>"text"}, {"field"=>"tags", "value"=>"v", "type"=>"multiple_select"}], "id"=>"54d760075269632cae000000", "page"=>{}}
67253
+ Can't verify CSRF token authenticity
67254
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4810ms
67255
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d760075269632cae000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 66.4070ms
67256
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7620ms
67257
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 125.2160ms
67258
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7280ms
67259
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d760075269632cae000000')} update={"$pushAll"=>{"contents"=>[{"_id"=>BSON::ObjectId('54f758ea526963f74a000000'), "type"=>:text, "name"=>:redirect_to, "text"=>"http://google.com"}]}} flags=[]
67260
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 82.1770ms
67261
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 27.5680ms
67262
+ Completed 200 OK in 332ms (Views: 0.7ms)
67263
+
67264
+
67265
+ Started GET "/type_station" for ::1 at 2015-03-04 19:11:38 +0000
67266
+ Processing by TypeStation::PagesController#index as HTML
67267
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7620ms
67268
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8780ms
67269
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.6080ms
67270
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2940ms
67271
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7330ms
67272
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (50.3ms)
67273
+ Rendered pages/index_other.html.erb within layouts/application (234.9ms)
67274
+ Completed 200 OK in 577ms (Views: 574.4ms)
67275
+
67276
+
67277
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67278
+
67279
+
67280
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67281
+
67282
+
67283
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67284
+
67285
+
67286
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67287
+
67288
+
67289
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67290
+
67291
+
67292
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67293
+
67294
+
67295
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67296
+
67297
+
67298
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67299
+
67300
+
67301
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67302
+
67303
+
67304
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67305
+
67306
+
67307
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67308
+
67309
+
67310
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67311
+
67312
+
67313
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67314
+
67315
+
67316
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67317
+
67318
+
67319
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67320
+
67321
+
67322
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67323
+
67324
+
67325
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67326
+
67327
+
67328
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67329
+
67330
+
67331
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67332
+
67333
+
67334
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67335
+
67336
+
67337
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67338
+
67339
+
67340
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67341
+
67342
+
67343
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67344
+
67345
+
67346
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67347
+
67348
+
67349
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67350
+
67351
+
67352
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67353
+
67354
+
67355
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67356
+
67357
+
67358
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67359
+
67360
+
67361
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67362
+
67363
+
67364
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67365
+
67366
+
67367
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67368
+
67369
+
67370
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67371
+
67372
+
67373
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67374
+
67375
+
67376
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67377
+
67378
+
67379
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67380
+
67381
+
67382
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67383
+
67384
+
67385
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67386
+
67387
+
67388
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 19:11:39 +0000
67389
+
67390
+
67391
+ Started PATCH "/type_station/_admin/pages/54dc9a55526963fd3c130000" for ::1 at 2015-03-04 19:16:51 +0000
67392
+ Processing by TypeStation::Admin::PagesController#update as JSON
67393
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"test2", "type"=>"text"}, {"field"=>"redirect_to", "value"=>"http:", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"text"}, {"field"=>"test_value", "value"=>"sdfd", "type"=>"text"}, {"field"=>"another_test", "value"=>"dfdf", "type"=>"text"}, {"field"=>"tags", "value"=>["v", "dd"], "type"=>"multiple_select"}], "id"=>"54dc9a55526963fd3c130000", "page"=>{}}
67394
+ Can't verify CSRF token authenticity
67395
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4900ms
67396
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54dc9a55526963fd3c130000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4730ms
67397
+
67398
+
67399
+ Started PATCH "/type_station/_admin/pages/54d760075269632cae000000" for ::1 at 2015-03-04 19:52:01 +0000
67400
+ Processing by TypeStation::Admin::PagesController#update as JSON
67401
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"ddd1ss", "type"=>"text"}, {"field"=>"redirect_to", "value"=>"http://google.com", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"text"}, {"field"=>"test_value", "value"=>"sdfsdfdd", "type"=>"text"}, {"field"=>"another_test", "value"=>"sdfsdf", "type"=>"text"}, {"field"=>"tags", "value"=>"v", "type"=>"multiple_select"}], "id"=>"54d760075269632cae000000", "page"=>{}}
67402
+ Can't verify CSRF token authenticity
67403
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.8290ms
67404
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d760075269632cae000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5030ms
67405
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.3100ms
67406
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.1360ms
67407
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7920ms
67408
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54d760075269632cae000000')} update={"$set"=>{"redirect_to"=>"http://google.com"}} flags=[]
67409
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 0.4910ms
67410
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54d760075269632cae000000')}} runtime: 0.3330ms
67411
+ Completed 200 OK in 35ms (Views: 0.3ms)
67412
+
67413
+
67414
+ Started GET "/type_station" for ::1 at 2015-03-04 19:52:02 +0000
67415
+ Processing by TypeStation::PagesController#index as HTML
67416
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.2640ms
67417
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.1070ms
67418
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 2.4210ms
67419
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3620ms
67420
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.8710ms
67421
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (17.8ms)
67422
+ Rendered pages/index_other.html.erb within layouts/application (487.3ms)
67423
+ Completed 200 OK in 2364ms (Views: 2279.0ms)
67424
+
67425
+
67426
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67427
+
67428
+
67429
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67430
+
67431
+
67432
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67433
+
67434
+
67435
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67436
+
67437
+
67438
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67439
+
67440
+
67441
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67442
+
67443
+
67444
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67445
+
67446
+
67447
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67448
+
67449
+
67450
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67451
+
67452
+
67453
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67454
+
67455
+
67456
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67457
+
67458
+
67459
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67460
+
67461
+
67462
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67463
+
67464
+
67465
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67466
+
67467
+
67468
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67469
+
67470
+
67471
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67472
+
67473
+
67474
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67475
+
67476
+
67477
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67478
+
67479
+
67480
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67481
+
67482
+
67483
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67484
+
67485
+
67486
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67487
+
67488
+
67489
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67490
+
67491
+
67492
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67493
+
67494
+
67495
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67496
+
67497
+
67498
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67499
+
67500
+
67501
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67502
+
67503
+
67504
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67505
+
67506
+
67507
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67508
+
67509
+
67510
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67511
+
67512
+
67513
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67514
+
67515
+
67516
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67517
+
67518
+
67519
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67520
+
67521
+
67522
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67523
+
67524
+
67525
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67526
+
67527
+
67528
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67529
+
67530
+
67531
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67532
+
67533
+
67534
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67535
+
67536
+
67537
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 19:52:05 +0000
67538
+
67539
+
67540
+ Started PATCH "/type_station/_admin/pages/54dc9a55526963fd3c130000" for ::1 at 2015-03-04 19:52:51 +0000
67541
+ Processing by TypeStation::Admin::PagesController#update as JSON
67542
+ Parameters: {"contents"=>[{"field"=>"title", "value"=>"test2", "type"=>"text"}, {"field"=>"redirect_to", "value"=>"http://google.com", "type"=>"text"}, {"field"=>"template_name", "value"=>"v", "type"=>"text"}, {"field"=>"test_value", "value"=>"sdfd", "type"=>"text"}, {"field"=>"another_test", "value"=>"dfdf", "type"=>"text"}, {"field"=>"tags", "value"=>["v", "dd"], "type"=>"multiple_select"}], "id"=>"54dc9a55526963fd3c130000", "page"=>{}}
67543
+ Can't verify CSRF token authenticity
67544
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4610ms
67545
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54dc9a55526963fd3c130000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4660ms
67546
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6130ms
67547
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"_id"=>{"$in"=>[BSON::ObjectId('54d1183f526963b4ff000000')]}}, "$orderby"=>{"depth"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.3040ms
67548
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.1480ms
67549
+ MOPED: 127.0.0.1:27017 UPDATE database=type_station_development collection=type_station_pages selector={"_id"=>BSON::ObjectId('54dc9a55526963fd3c130000')} update={"$set"=>{"redirect_to"=>"http://google.com"}} flags=[]
67550
+ COMMAND database=type_station_development command={:getlasterror=>1, :w=>1} runtime: 0.5780ms
67551
+ MOPED: 127.0.0.1:27017 COMMAND database=type_station_development command={:count=>"type_station_pages", :query=>{"parent_id"=>BSON::ObjectId('54dc9a55526963fd3c130000')}} runtime: 0.3670ms
67552
+ Completed 200 OK in 14ms (Views: 0.2ms)
67553
+
67554
+
67555
+ Started GET "/type_station" for ::1 at 2015-03-04 19:52:51 +0000
67556
+ Processing by TypeStation::PagesController#index as HTML
67557
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.1380ms
67558
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6960ms
67559
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4510ms
67560
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.8160ms
67561
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6520ms
67562
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (7.9ms)
67563
+ Rendered pages/index_other.html.erb within layouts/application (185.8ms)
67564
+ Completed 200 OK in 591ms (Views: 586.9ms)
67565
+
67566
+
67567
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67568
+
67569
+
67570
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67571
+
67572
+
67573
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67574
+
67575
+
67576
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67577
+
67578
+
67579
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67580
+
67581
+
67582
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67583
+
67584
+
67585
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67586
+
67587
+
67588
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67589
+
67590
+
67591
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67592
+
67593
+
67594
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67595
+
67596
+
67597
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67598
+
67599
+
67600
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67601
+
67602
+
67603
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67604
+
67605
+
67606
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67607
+
67608
+
67609
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67610
+
67611
+
67612
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67613
+
67614
+
67615
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67616
+
67617
+
67618
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67619
+
67620
+
67621
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67622
+
67623
+
67624
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67625
+
67626
+
67627
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67628
+
67629
+
67630
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67631
+
67632
+
67633
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67634
+
67635
+
67636
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67637
+
67638
+
67639
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67640
+
67641
+
67642
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67643
+
67644
+
67645
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67646
+
67647
+
67648
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67649
+
67650
+
67651
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67652
+
67653
+
67654
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67655
+
67656
+
67657
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67658
+
67659
+
67660
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67661
+
67662
+
67663
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67664
+
67665
+
67666
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67667
+
67668
+
67669
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67670
+
67671
+
67672
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67673
+
67674
+
67675
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67676
+
67677
+
67678
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 19:52:52 +0000
67679
+
67680
+
67681
+ Started GET "/type_station" for ::1 at 2015-03-04 21:28:40 +0000
67682
+ Processing by TypeStation::PagesController#index as HTML
67683
+ MOPED: 127.0.0.1:27017 COMMAND database=admin command={:ismaster=>1} runtime: 1.3390ms
67684
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 38.3320ms
67685
+ Completed 500 Internal Server Error in 156ms
67686
+
67687
+ NoMethodError (undefined method `page_field?' for #<TypeStation::Page:0x000001035655c8>):
67688
+ /Users/richardadams/github/type_station/app/presenters/type_station/page_presenter.rb:41:in `block in build_content_methods'
67689
+ /Users/richardadams/github/type_station/app/presenters/type_station/page_presenter.rb:40:in `each'
67690
+ /Users/richardadams/github/type_station/app/presenters/type_station/page_presenter.rb:40:in `build_content_methods'
67691
+ /Users/richardadams/github/type_station/app/presenters/type_station/page_presenter.rb:8:in `initialize'
67692
+ /Users/richardadams/github/type_station/app/controllers/type_station/application_controller.rb:19:in `new'
67693
+ /Users/richardadams/github/type_station/app/controllers/type_station/application_controller.rb:19:in `present'
67694
+ /Users/richardadams/github/type_station/app/controllers/type_station/pages_controller.rb:6:in `index'
67695
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
67696
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
67697
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
67698
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
67699
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
67700
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
67701
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
67702
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
67703
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
67704
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
67705
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
67706
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
67707
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
67708
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
67709
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
67710
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
67711
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
67712
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
67713
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
67714
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
67715
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
67716
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
67717
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
67718
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
67719
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
67720
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
67721
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
67722
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
67723
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
67724
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
67725
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
67726
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
67727
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
67728
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
67729
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
67730
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
67731
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
67732
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
67733
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
67734
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
67735
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
67736
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
67737
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
67738
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
67739
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
67740
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
67741
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
67742
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
67743
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
67744
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
67745
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
67746
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
67747
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
67748
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
67749
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
67750
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
67751
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
67752
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
67753
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
67754
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
67755
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
67756
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
67757
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
67758
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
67759
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
67760
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
67761
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
67762
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
67763
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
67764
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
67765
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
67766
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
67767
+ /Users/richardadams/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
67768
+ /Users/richardadams/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
67769
+ /Users/richardadams/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
67770
+
67771
+
67772
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
67773
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
67774
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (39.0ms)
67775
+ Rendered /Users/richardadams/.rvm/gems/ruby-2.0.0-p353@type_station/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (65.3ms)
67776
+
67777
+
67778
+ Started GET "/type_station" for ::1 at 2015-03-04 21:28:51 +0000
67779
+ Processing by TypeStation::PagesController#index as HTML
67780
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>nil}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.9100ms
67781
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 1.1470ms
67782
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>-1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 2.4900ms
67783
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:section, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.2890ms
67784
+ MOPED: 127.0.0.1:27017 QUERY database=type_station_development collection=type_station_pages selector={"$query"=>{"name"=>:team, "parent_id"=>BSON::ObjectId('54d1183f526963b4ff000000')}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7560ms
67785
+ Rendered /Users/richardadams/github/type_station/app/views/type_station/toolbars/_admin_bar.html.haml (15.3ms)
67786
+ Rendered pages/index_other.html.erb within layouts/application (422.7ms)
67787
+ Completed 200 OK in 1175ms (Views: 1152.2ms)
67788
+
67789
+
67790
+ Started GET "/assets/application.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67791
+
67792
+
67793
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67794
+
67795
+
67796
+ Started GET "/assets/jquery.textcomplete.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67797
+
67798
+
67799
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67800
+
67801
+
67802
+ Started GET "/assets/application.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67803
+
67804
+
67805
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67806
+
67807
+
67808
+ Started GET "/assets/chosen.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67809
+
67810
+
67811
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67812
+
67813
+
67814
+ Started GET "/assets/vex.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67815
+
67816
+
67817
+ Started GET "/assets/vex-theme-os.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67818
+
67819
+
67820
+ Started GET "/assets/ionicons.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67821
+
67822
+
67823
+ Started GET "/assets/type_station/admin_bar.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67824
+
67825
+
67826
+ Started GET "/assets/type_station/base.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67827
+
67828
+
67829
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67830
+
67831
+
67832
+ Started GET "/assets/type_station/application.css?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67833
+
67834
+
67835
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67836
+
67837
+
67838
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67839
+
67840
+
67841
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67842
+
67843
+
67844
+ Started GET "/assets/jquery.cloudinary.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67845
+
67846
+
67847
+ Started GET "/assets/jquery.textcomplete.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67848
+
67849
+
67850
+ Started GET "/assets/classList.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67851
+
67852
+
67853
+ Started GET "/assets/medium-editor.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67854
+
67855
+
67856
+ Started GET "/assets/chosen.jquery.min.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67857
+
67858
+
67859
+ Started GET "/assets/drop.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67860
+
67861
+
67862
+ Started GET "/assets/type_station/lib/models.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67863
+
67864
+
67865
+ Started GET "/assets/type_station/lib/ts.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67866
+
67867
+
67868
+ Started GET "/assets/vex.combined.min.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67869
+
67870
+
67871
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67872
+
67873
+
67874
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67875
+
67876
+
67877
+ Started GET "/assets/type_station/editables/edit_link.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67878
+
67879
+
67880
+ Started GET "/assets/type_station/editables/edit_page.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67881
+
67882
+
67883
+ Started GET "/assets/type_station/editables/file.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67884
+
67885
+
67886
+ Started GET "/assets/type_station/editables/image.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67887
+
67888
+
67889
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67890
+
67891
+
67892
+ Started GET "/assets/type_station/editables/new_page.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67893
+
67894
+
67895
+ Started GET "/assets/type_station/editables/text_html.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67896
+
67897
+
67898
+ Started GET "/assets/type_station/init.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000
67899
+
67900
+
67901
+ Started GET "/assets/type_station/application.js?body=1" for ::1 at 2015-03-04 21:28:53 +0000