type_station 0.3.4 → 0.4.0

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/file_editor.js.coffee +5 -1
  3. data/app/assets/javascripts/type_station/editables/text_html_editor.js.coffee +3 -3
  4. data/app/controllers/type_station/file_controller.rb +15 -0
  5. data/app/presenters/type_station/base_presenter.rb +5 -4
  6. data/app/presenters/type_station/content_presenter.rb +17 -1
  7. data/app/presenters/type_station/presenter.rb +2 -2
  8. data/config/routes.rb +2 -0
  9. data/lib/type_station/blocks/field.rb +2 -1
  10. data/lib/type_station/version.rb +2 -2
  11. data/spec/dummy/app/views/pages/index_other.html.erb +6 -0
  12. data/spec/dummy/log/development.log +4708 -0
  13. data/spec/dummy/tmp/cache/assets/development/sprockets/1057bd97781bd01e53c6be1c18815331 +0 -0
  14. data/spec/dummy/tmp/cache/assets/development/sprockets/2f14bda8290314a0fd6c175fcad55e69 +0 -0
  15. data/spec/dummy/tmp/cache/assets/development/sprockets/3203d681677ab8bf95858a71dca72ad1 +0 -0
  16. data/spec/dummy/tmp/cache/assets/development/sprockets/4c48023968030daffd8c05e4e1ea78bf +0 -0
  17. data/spec/dummy/tmp/cache/assets/development/sprockets/6694f57666543a152f6f95b772233bd3 +0 -0
  18. data/spec/dummy/tmp/cache/assets/development/sprockets/722eee3ce416c20905dda68eab3d517e +0 -0
  19. data/spec/dummy/tmp/cache/assets/development/sprockets/82cfb0f0bcd16b930ec1befc0d5cd8b8 +0 -0
  20. data/spec/dummy/tmp/cache/assets/development/sprockets/83c193129690d0c85c5370d822c4da82 +0 -0
  21. data/spec/dummy/tmp/cache/assets/development/sprockets/9a5b201b4dddc98127641bcf852a4ea8 +0 -0
  22. data/spec/dummy/tmp/cache/assets/development/sprockets/a0c3540cd0a5390bd8985db285d1574f +0 -0
  23. data/spec/dummy/tmp/cache/assets/development/sprockets/aa9f5420651d522078eadd9de8350d35 +0 -0
  24. data/spec/dummy/tmp/cache/assets/development/sprockets/afa9de4377b9615980b737000fc68a2a +0 -0
  25. data/spec/dummy/tmp/cache/assets/development/sprockets/b3b877cfd5c63c892cfe8c6248e3d003 +0 -0
  26. data/spec/dummy/tmp/cache/assets/development/sprockets/bb1b5b9fd84c67b2b994666f8162e79b +0 -0
  27. data/spec/dummy/tmp/cache/assets/development/sprockets/bf1e850366946d51a864f66042acb16d +0 -0
  28. data/spec/dummy/tmp/cache/assets/development/sprockets/c4b181c541556124b2275b0ae4a94461 +0 -0
  29. data/spec/dummy/tmp/cache/assets/development/sprockets/cf6bd170bc3f231ca9da6434bd53359b +0 -0
  30. data/spec/dummy/tmp/cache/assets/development/sprockets/ddf237d5e172776d2061090bbf8fc6a5 +0 -0
  31. data/spec/dummy/tmp/cache/assets/development/sprockets/e1bc9024b810c879e24aa1de0f013358 +0 -0
  32. data/spec/dummy/tmp/cache/assets/development/sprockets/ea306a2a3565b22cd16bf45555e751b5 +0 -0
  33. data/spec/dummy/tmp/cache/assets/development/sprockets/f8a56681cc92b0dba2c2fdb753933a8b +0 -0
  34. data/vendor/assets/javascripts/medium-editor.js +6640 -2088
  35. data/vendor/assets/stylesheets/medium-editor/medium-editor.css +154 -136
  36. data/vendor/assets/stylesheets/medium-editor/medium-editor.min.css +1 -1
  37. data/vendor/assets/stylesheets/medium-editor/themes/beagle.css +78 -0
  38. data/vendor/assets/stylesheets/medium-editor/themes/beagle.min.css +1 -0
  39. data/vendor/assets/stylesheets/medium-editor/themes/bootstrap.css +17 -17
  40. data/vendor/assets/stylesheets/medium-editor/themes/bootstrap.min.css +1 -1
  41. data/vendor/assets/stylesheets/medium-editor/themes/default.css +25 -25
  42. data/vendor/assets/stylesheets/medium-editor/themes/default.min.css +1 -1
  43. data/vendor/assets/stylesheets/medium-editor/themes/flat.css +1 -0
  44. data/vendor/assets/stylesheets/medium-editor/themes/flat.min.css +1 -1
  45. data/vendor/assets/stylesheets/medium-editor/themes/mani.css +5 -4
  46. data/vendor/assets/stylesheets/medium-editor/themes/mani.min.css +1 -1
  47. data/vendor/assets/stylesheets/medium-editor/themes/roman.css +7 -6
  48. data/vendor/assets/stylesheets/medium-editor/themes/roman.min.css +1 -1
  49. data/vendor/assets/stylesheets/medium-editor/themes/tim.css +67 -0
  50. data/vendor/assets/stylesheets/medium-editor/themes/tim.min.css +1 -0
  51. metadata +7 -2
@@ -12664,3 +12664,4711 @@ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_st
12664
12664
  MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001475643s
12665
12665
  Rendered public/404.html (18.3ms)
12666
12666
  Completed 404 Not Found in 483ms (Views: 265.2ms)
12667
+
12668
+
12669
+ Started GET "/" for 172.17.0.1 at 2016-05-20 13:24:40 +0000
12670
+ Processing by Rails::WelcomeController#index as HTML
12671
+ Rendered /usr/local/bundle/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (20.8ms)
12672
+ Completed 200 OK in 115ms (Views: 114.8ms)
12673
+
12674
+
12675
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:24:43 +0000
12676
+ Processing by TypeStation::PagesController#index as HTML
12677
+ MONGODB | Adding db:27017 to the cluster.
12678
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12679
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001470793s
12680
+ Rendered public/404.html (0.5ms)
12681
+ Completed 404 Not Found in 396ms (Views: 182.7ms)
12682
+ MONGODB | Adding db:27017 to the cluster.
12683
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12684
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001172053s
12685
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12686
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000483384s
12687
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "parent_ids"=>[], "name"=>nil, "_type"=>"TypeStation::Page", "title"=>"Homepage", "old_paths"=>["/", "/"], "template_name"=>"index_other", "status"=>...
12688
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.007764517s
12689
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
12690
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000498098s
12691
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}}
12692
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000407865s
12693
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12694
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000524427s
12695
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12696
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000588712s
12697
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12698
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005298830000000001s
12699
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12700
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00051649s
12701
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12702
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005291289999999999s
12703
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12704
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000487051s
12705
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2e'), "parent_ids"=>[BSON::ObjectId('573f10870e34570009e3cc2d')], "name"=>nil, "_type"=>"TypeStation::Page", "title"=>"About us", "old_paths"=>["/", "/abou...
12706
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.000459666s
12707
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "sort"=>{"position"=>1}}
12708
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000440937s
12709
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}}
12710
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000386785s
12711
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12712
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000443642s
12713
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12714
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006425469999999999s
12715
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12716
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000494939s
12717
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e'), "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc2f')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12718
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000516197s
12719
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12720
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005113s
12721
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12722
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00051847s
12723
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2f'), "parent_ids"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')], "name"=>:team, "_type"=>"TypeStation::Page", ...
12724
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.000436214s
12725
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2f')}, "sort"=>{"position"=>1}}
12726
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000405492s
12727
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2f')}}
12728
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000360041s
12729
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12730
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000470328s
12731
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12732
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005256050000000001s
12733
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12734
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000462081s
12735
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e'), "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc30')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12736
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005334270000000001s
12737
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "sort"=>{"position"=>-1}, "limit"=>1, "singleBatch"=>true}
12738
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000417958s
12739
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12740
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000568204s
12741
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12742
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000552159s
12743
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc30'), "parent_ids"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')], "name"=>nil, "_type"=>"TypeStation::Page", "t...
12744
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.000450146s
12745
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc30')}, "sort"=>{"position"=>1}}
12746
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000653311s
12747
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc30')}}
12748
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000398889s
12749
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12750
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000412187s
12751
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12752
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005771379999999999s
12753
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12754
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000476326s
12755
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e'), "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc31')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12756
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007116249999999999s
12757
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2e')}, "sort"=>{"position"=>-1}, "limit"=>1, "singleBatch"=>true}
12758
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005063110000000001s
12759
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12760
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000510372s
12761
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12762
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000628942s
12763
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc31'), "parent_ids"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')], "name"=>nil, "_type"=>"TypeStation::Page", "t...
12764
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.000459806s
12765
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc31')}, "sort"=>{"position"=>1}}
12766
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000465596s
12767
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc31')}}
12768
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000339732s
12769
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d'), BSON::ObjectId('573f10870e34570009e3cc2e')]}}, "sort"=>{"depth"=>1}}
12770
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000650622s
12771
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"slug"=>"another-one", "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc31')}, "_type"=>"TypeStation::Page"}, "projection"=>{"_id"=>1}, "limit"=>1}
12772
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006146610000000001s
12773
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"path"=>"/about-us/another-one", "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc31')}, "_type"=>"TypeStation::Page"}, "projection"=>{"_id"=>1}, "limit"=>1}
12774
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000480435s
12775
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12776
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000483494s
12777
+ MONGODB | db:27017 | type_station_development.update | STARTED | {"update"=>"type_station_entities", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc31')}, "u"=>{"$set"=>{"slug"=>"another-one", "old_paths"=>["/about-us/", "/about-us/another-page-title", "/about-us/another-page-title"], "path"=>"/abo...
12778
+ MONGODB | db:27017 | type_station_development.update | SUCCEEDED | 0.0005270580000000001s
12779
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc31')}}
12780
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.00040240100000000004s
12781
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12782
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000433254s
12783
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12784
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000603844s
12785
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12786
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000571964s
12787
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc32')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12788
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005263900000000001s
12789
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>-1}, "limit"=>1, "singleBatch"=>true}
12790
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000430551s
12791
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12792
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00048039s
12793
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12794
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00048245899999999997s
12795
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc32'), "parent_ids"=>[BSON::ObjectId('573f10870e34570009e3cc2d')], "name"=>nil, "_type"=>"TypeStation::Page", "title"=>"Contact us", "old_paths"=>["/", "/co...
12796
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.00043348700000000003s
12797
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc32')}, "sort"=>{"position"=>1}}
12798
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000486683s
12799
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc32')}}
12800
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000355475s
12801
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12802
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005613720000000001s
12803
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12804
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000528714s
12805
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12806
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005014s
12807
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_id"=>{"$ne"=>BSON::ObjectId('573f10870e34570009e3cc33')}, "position"=>{"$ne"=>nil}}, "sort"=>{"position"=>1}}
12808
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000573581s
12809
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>-1}, "limit"=>1, "singleBatch"=>true}
12810
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000448845s
12811
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12812
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000486597s
12813
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>{"$in"=>[BSON::ObjectId('573f10870e34570009e3cc2d')]}}, "sort"=>{"depth"=>1}}
12814
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000487585s
12815
+ MONGODB | db:27017 | type_station_development.insert | STARTED | {"insert"=>"type_station_entities", "documents"=>[{"_id"=>BSON::ObjectId('573f10870e34570009e3cc33'), "parent_ids"=>[BSON::ObjectId('573f10870e34570009e3cc2d')], "name"=>nil, "_type"=>"TypeStation::Page", "title"=>"Projects", "old_paths"=>["/", "/proj...
12816
+ MONGODB | db:27017 | type_station_development.insert | SUCCEEDED | 0.000470948s
12817
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc33')}, "sort"=>{"position"=>1}}
12818
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00040766500000000003s
12819
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc33')}}
12820
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000363751s
12821
+
12822
+
12823
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:26:39 +0000
12824
+ Processing by TypeStation::PagesController#index as HTML
12825
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12826
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00064092s
12827
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
12828
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000965473s
12829
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
12830
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0008170569999999999s
12831
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (58.0ms)
12832
+ Rendered pages/index_other.html.erb within layouts/application (1002.9ms)
12833
+ Completed 200 OK in 4925ms (Views: 4921.8ms)
12834
+
12835
+
12836
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:44 +0000
12837
+
12838
+
12839
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:44 +0000
12840
+
12841
+
12842
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:44 +0000
12843
+
12844
+
12845
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:44 +0000
12846
+
12847
+
12848
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:45 +0000
12849
+
12850
+
12851
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:45 +0000
12852
+
12853
+
12854
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:45 +0000
12855
+
12856
+
12857
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:45 +0000
12858
+
12859
+
12860
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:46 +0000
12861
+
12862
+
12863
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:46 +0000
12864
+
12865
+
12866
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:46 +0000
12867
+
12868
+
12869
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:46 +0000
12870
+
12871
+
12872
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:46 +0000
12873
+
12874
+
12875
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:26:47 +0000
12876
+
12877
+
12878
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:47 +0000
12879
+
12880
+
12881
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:47 +0000
12882
+
12883
+
12884
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:47 +0000
12885
+
12886
+
12887
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:48 +0000
12888
+
12889
+
12890
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:48 +0000
12891
+
12892
+
12893
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:48 +0000
12894
+
12895
+
12896
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:49 +0000
12897
+
12898
+
12899
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:49 +0000
12900
+
12901
+
12902
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:49 +0000
12903
+
12904
+
12905
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:49 +0000
12906
+
12907
+
12908
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:50 +0000
12909
+
12910
+
12911
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:50 +0000
12912
+
12913
+
12914
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:50 +0000
12915
+
12916
+
12917
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:50 +0000
12918
+
12919
+
12920
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:51 +0000
12921
+
12922
+
12923
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:51 +0000
12924
+
12925
+
12926
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:51 +0000
12927
+
12928
+
12929
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:51 +0000
12930
+
12931
+
12932
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:51 +0000
12933
+
12934
+
12935
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:52 +0000
12936
+
12937
+
12938
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:26:52 +0000
12939
+
12940
+
12941
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 172.17.0.1 at 2016-05-20 13:26:52 +0000
12942
+
12943
+
12944
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:36:03 +0000
12945
+ Processing by TypeStation::PagesController#index as HTML
12946
+ MONGODB | Adding db:27017 to the cluster.
12947
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
12948
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001597308s
12949
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
12950
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006223380000000001s
12951
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
12952
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000868177s
12953
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (40.5ms)
12954
+ Rendered pages/index_other.html.erb within layouts/application (906.1ms)
12955
+ Completed 200 OK in 5953ms (Views: 5781.3ms)
12956
+
12957
+
12958
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:09 +0000
12959
+
12960
+
12961
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:09 +0000
12962
+
12963
+
12964
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:10 +0000
12965
+
12966
+
12967
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:10 +0000
12968
+
12969
+
12970
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:10 +0000
12971
+
12972
+
12973
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:10 +0000
12974
+
12975
+
12976
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:11 +0000
12977
+
12978
+
12979
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:11 +0000
12980
+
12981
+
12982
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:11 +0000
12983
+
12984
+
12985
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:11 +0000
12986
+
12987
+
12988
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:12 +0000
12989
+
12990
+
12991
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:12 +0000
12992
+
12993
+
12994
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:12 +0000
12995
+
12996
+
12997
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:12 +0000
12998
+
12999
+
13000
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:13 +0000
13001
+
13002
+
13003
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:13 +0000
13004
+
13005
+
13006
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:13 +0000
13007
+
13008
+
13009
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:14 +0000
13010
+
13011
+
13012
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:14 +0000
13013
+
13014
+
13015
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:14 +0000
13016
+
13017
+
13018
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:14 +0000
13019
+
13020
+
13021
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:15 +0000
13022
+
13023
+
13024
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:15 +0000
13025
+
13026
+
13027
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:15 +0000
13028
+
13029
+
13030
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:15 +0000
13031
+
13032
+
13033
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:16 +0000
13034
+
13035
+
13036
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:16 +0000
13037
+
13038
+
13039
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:16 +0000
13040
+
13041
+
13042
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:16 +0000
13043
+
13044
+
13045
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:17 +0000
13046
+
13047
+
13048
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:17 +0000
13049
+
13050
+
13051
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:17 +0000
13052
+
13053
+
13054
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:17 +0000
13055
+
13056
+
13057
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:18 +0000
13058
+
13059
+
13060
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:18 +0000
13061
+
13062
+
13063
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 172.17.0.1 at 2016-05-20 13:36:18 +0000
13064
+
13065
+
13066
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:36:40 +0000
13067
+ Processing by TypeStation::PagesController#index as HTML
13068
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13069
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0008381520000000001s
13070
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13071
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000868508s
13072
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13073
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006265999999999999s
13074
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.2ms)
13075
+ Rendered pages/index_other.html.erb within layouts/application (204.8ms)
13076
+ Completed 200 OK in 2348ms (Views: 2343.3ms)
13077
+
13078
+
13079
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:43 +0000
13080
+
13081
+
13082
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:43 +0000
13083
+
13084
+
13085
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:43 +0000
13086
+
13087
+
13088
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:43 +0000
13089
+
13090
+
13091
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:43 +0000
13092
+
13093
+
13094
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:44 +0000
13095
+
13096
+
13097
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:44 +0000
13098
+
13099
+
13100
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:44 +0000
13101
+
13102
+
13103
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:44 +0000
13104
+
13105
+
13106
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:45 +0000
13107
+
13108
+
13109
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:45 +0000
13110
+
13111
+
13112
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:45 +0000
13113
+
13114
+
13115
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:46 +0000
13116
+
13117
+
13118
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:36:46 +0000
13119
+
13120
+
13121
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:46 +0000
13122
+
13123
+
13124
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:46 +0000
13125
+
13126
+
13127
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:47 +0000
13128
+
13129
+
13130
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:47 +0000
13131
+
13132
+
13133
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:47 +0000
13134
+
13135
+
13136
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:47 +0000
13137
+
13138
+
13139
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:47 +0000
13140
+
13141
+
13142
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:48 +0000
13143
+
13144
+
13145
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:48 +0000
13146
+
13147
+
13148
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:48 +0000
13149
+
13150
+
13151
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:48 +0000
13152
+
13153
+
13154
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:48 +0000
13155
+
13156
+
13157
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:49 +0000
13158
+
13159
+
13160
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:49 +0000
13161
+
13162
+
13163
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:49 +0000
13164
+
13165
+
13166
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:49 +0000
13167
+
13168
+
13169
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:49 +0000
13170
+
13171
+
13172
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:50 +0000
13173
+
13174
+
13175
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:50 +0000
13176
+
13177
+
13178
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:50 +0000
13179
+
13180
+
13181
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:36:51 +0000
13182
+
13183
+
13184
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:15 +0000
13185
+
13186
+
13187
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:15 +0000
13188
+
13189
+
13190
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:15 +0000
13191
+
13192
+
13193
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:16 +0000
13194
+
13195
+
13196
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:16 +0000
13197
+
13198
+
13199
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:16 +0000
13200
+
13201
+
13202
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:16 +0000
13203
+
13204
+
13205
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:17 +0000
13206
+
13207
+
13208
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:17 +0000
13209
+
13210
+
13211
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:17 +0000
13212
+
13213
+
13214
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:17 +0000
13215
+
13216
+
13217
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:37:17 +0000
13218
+
13219
+
13220
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:38:10 +0000
13221
+ Processing by TypeStation::PagesController#index as HTML
13222
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13223
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000625899s
13224
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13225
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00067756s
13226
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13227
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00046063s
13228
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (11.2ms)
13229
+ Rendered pages/index_other.html.erb within layouts/application (202.5ms)
13230
+ Completed 200 OK in 2263ms (Views: 2259.4ms)
13231
+
13232
+
13233
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:12 +0000
13234
+
13235
+
13236
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:13 +0000
13237
+
13238
+
13239
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:13 +0000
13240
+
13241
+
13242
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:13 +0000
13243
+
13244
+
13245
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:13 +0000
13246
+
13247
+
13248
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:13 +0000
13249
+
13250
+
13251
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:14 +0000
13252
+
13253
+
13254
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:14 +0000
13255
+
13256
+
13257
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:14 +0000
13258
+
13259
+
13260
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:14 +0000
13261
+
13262
+
13263
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:14 +0000
13264
+
13265
+
13266
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:15 +0000
13267
+
13268
+
13269
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:15 +0000
13270
+
13271
+
13272
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:15 +0000
13273
+
13274
+
13275
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:15 +0000
13276
+
13277
+
13278
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:15 +0000
13279
+
13280
+
13281
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:16 +0000
13282
+
13283
+
13284
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:16 +0000
13285
+
13286
+
13287
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:16 +0000
13288
+
13289
+
13290
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:16 +0000
13291
+
13292
+
13293
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:16 +0000
13294
+
13295
+
13296
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:17 +0000
13297
+
13298
+
13299
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:17 +0000
13300
+
13301
+
13302
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:17 +0000
13303
+
13304
+
13305
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:17 +0000
13306
+
13307
+
13308
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:17 +0000
13309
+
13310
+
13311
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:18 +0000
13312
+
13313
+
13314
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:18 +0000
13315
+
13316
+
13317
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:18 +0000
13318
+
13319
+
13320
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:18 +0000
13321
+
13322
+
13323
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:18 +0000
13324
+
13325
+
13326
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:19 +0000
13327
+
13328
+
13329
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:19 +0000
13330
+
13331
+
13332
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:19 +0000
13333
+
13334
+
13335
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:38:19 +0000
13336
+
13337
+
13338
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:24 +0000
13339
+
13340
+
13341
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:24 +0000
13342
+
13343
+
13344
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:25 +0000
13345
+
13346
+
13347
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:25 +0000
13348
+
13349
+
13350
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:25 +0000
13351
+
13352
+
13353
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:26 +0000
13354
+
13355
+
13356
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:26 +0000
13357
+
13358
+
13359
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:26 +0000
13360
+
13361
+
13362
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:26 +0000
13363
+
13364
+
13365
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:26 +0000
13366
+
13367
+
13368
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:27 +0000
13369
+
13370
+
13371
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:38:27 +0000
13372
+
13373
+
13374
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:39:02 +0000
13375
+ Processing by TypeStation::PagesController#index as HTML
13376
+ MONGODB | Adding db:27017 to the cluster.
13377
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13378
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001503162s
13379
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13380
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006918639999999999s
13381
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13382
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000522959s
13383
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (42.4ms)
13384
+ Rendered pages/index_other.html.erb within layouts/application (1063.2ms)
13385
+ Completed 200 OK in 5285ms (Views: 5062.3ms)
13386
+
13387
+
13388
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:07 +0000
13389
+
13390
+
13391
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:08 +0000
13392
+
13393
+
13394
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:08 +0000
13395
+
13396
+
13397
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:08 +0000
13398
+
13399
+
13400
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:09 +0000
13401
+
13402
+
13403
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:09 +0000
13404
+
13405
+
13406
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:09 +0000
13407
+
13408
+
13409
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:09 +0000
13410
+
13411
+
13412
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:10 +0000
13413
+
13414
+
13415
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:10 +0000
13416
+
13417
+
13418
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:10 +0000
13419
+
13420
+
13421
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:39:10 +0000
13422
+
13423
+
13424
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:45:00 +0000
13425
+ Processing by TypeStation::PagesController#index as HTML
13426
+ MONGODB | Adding db:27017 to the cluster.
13427
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13428
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0017950149999999998s
13429
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13430
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007085220000000001s
13431
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13432
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000678926s
13433
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (40.4ms)
13434
+ Rendered pages/index_other.html.erb within layouts/application (969.4ms)
13435
+ Completed 200 OK in 4690ms (Views: 4509.7ms)
13436
+
13437
+
13438
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:05 +0000
13439
+
13440
+
13441
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:05 +0000
13442
+
13443
+
13444
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:06 +0000
13445
+
13446
+
13447
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:06 +0000
13448
+
13449
+
13450
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:06 +0000
13451
+
13452
+
13453
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:06 +0000
13454
+
13455
+
13456
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:07 +0000
13457
+
13458
+
13459
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:07 +0000
13460
+
13461
+
13462
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:07 +0000
13463
+
13464
+
13465
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:07 +0000
13466
+
13467
+
13468
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:08 +0000
13469
+
13470
+
13471
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:08 +0000
13472
+
13473
+
13474
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:45:25 +0000
13475
+ Processing by TypeStation::PagesController#index as HTML
13476
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13477
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006556439999999999s
13478
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13479
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000822508s
13480
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13481
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000813237s
13482
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (9.6ms)
13483
+ Rendered pages/index_other.html.erb within layouts/application (200.7ms)
13484
+ Completed 200 OK in 2261ms (Views: 2257.1ms)
13485
+
13486
+
13487
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:28 +0000
13488
+
13489
+
13490
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:28 +0000
13491
+
13492
+
13493
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:28 +0000
13494
+
13495
+
13496
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:29 +0000
13497
+
13498
+
13499
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:29 +0000
13500
+
13501
+
13502
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:29 +0000
13503
+
13504
+
13505
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:29 +0000
13506
+
13507
+
13508
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:30 +0000
13509
+
13510
+
13511
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:30 +0000
13512
+
13513
+
13514
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:30 +0000
13515
+
13516
+
13517
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:30 +0000
13518
+
13519
+
13520
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:30 +0000
13521
+
13522
+
13523
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:31 +0000
13524
+
13525
+
13526
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:45:31 +0000
13527
+
13528
+
13529
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:31 +0000
13530
+
13531
+
13532
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:31 +0000
13533
+
13534
+
13535
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:32 +0000
13536
+
13537
+
13538
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:32 +0000
13539
+
13540
+
13541
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:32 +0000
13542
+
13543
+
13544
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:32 +0000
13545
+
13546
+
13547
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:33 +0000
13548
+
13549
+
13550
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:33 +0000
13551
+
13552
+
13553
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:33 +0000
13554
+
13555
+
13556
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:33 +0000
13557
+
13558
+
13559
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:34 +0000
13560
+
13561
+
13562
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:34 +0000
13563
+
13564
+
13565
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:34 +0000
13566
+
13567
+
13568
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:34 +0000
13569
+
13570
+
13571
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:35 +0000
13572
+
13573
+
13574
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:35 +0000
13575
+
13576
+
13577
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:35 +0000
13578
+
13579
+
13580
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:35 +0000
13581
+
13582
+
13583
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:36 +0000
13584
+
13585
+
13586
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:36 +0000
13587
+
13588
+
13589
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:45:36 +0000
13590
+
13591
+
13592
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:29 +0000
13593
+
13594
+
13595
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:29 +0000
13596
+
13597
+
13598
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:29 +0000
13599
+
13600
+
13601
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:30 +0000
13602
+
13603
+
13604
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:30 +0000
13605
+
13606
+
13607
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:30 +0000
13608
+
13609
+
13610
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:30 +0000
13611
+
13612
+
13613
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:31 +0000
13614
+
13615
+
13616
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:31 +0000
13617
+
13618
+
13619
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:31 +0000
13620
+
13621
+
13622
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:31 +0000
13623
+
13624
+
13625
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:46:32 +0000
13626
+
13627
+
13628
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:47:36 +0000
13629
+ Processing by TypeStation::PagesController#index as HTML
13630
+ MONGODB | Adding db:27017 to the cluster.
13631
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13632
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001420096s
13633
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13634
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000672686s
13635
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13636
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000629984s
13637
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (40.4ms)
13638
+ Rendered pages/index_other.html.erb within layouts/application (978.6ms)
13639
+ Completed 200 OK in 4894ms (Views: 4690.5ms)
13640
+
13641
+
13642
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:41 +0000
13643
+
13644
+
13645
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:41 +0000
13646
+
13647
+
13648
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:41 +0000
13649
+
13650
+
13651
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:42 +0000
13652
+
13653
+
13654
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:42 +0000
13655
+
13656
+
13657
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:42 +0000
13658
+
13659
+
13660
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:43 +0000
13661
+
13662
+
13663
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:43 +0000
13664
+
13665
+
13666
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:43 +0000
13667
+
13668
+
13669
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:43 +0000
13670
+
13671
+
13672
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:44 +0000
13673
+
13674
+
13675
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:47:44 +0000
13676
+
13677
+
13678
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:48:24 +0000
13679
+ Processing by TypeStation::PagesController#index as HTML
13680
+ MONGODB | Adding db:27017 to the cluster.
13681
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13682
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001330624s
13683
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13684
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000699491s
13685
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13686
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000660581s
13687
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (42.5ms)
13688
+ Rendered pages/index_other.html.erb within layouts/application (960.2ms)
13689
+ Completed 200 OK in 4631ms (Views: 4437.7ms)
13690
+
13691
+
13692
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:29 +0000
13693
+
13694
+
13695
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:29 +0000
13696
+
13697
+
13698
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:30 +0000
13699
+
13700
+
13701
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:30 +0000
13702
+
13703
+
13704
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:30 +0000
13705
+
13706
+
13707
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:30 +0000
13708
+
13709
+
13710
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:31 +0000
13711
+
13712
+
13713
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:31 +0000
13714
+
13715
+
13716
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:31 +0000
13717
+
13718
+
13719
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:31 +0000
13720
+
13721
+
13722
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:32 +0000
13723
+
13724
+
13725
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:32 +0000
13726
+
13727
+
13728
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:50 +0000
13729
+
13730
+
13731
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:50 +0000
13732
+
13733
+
13734
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:51 +0000
13735
+
13736
+
13737
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:51 +0000
13738
+
13739
+
13740
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:51 +0000
13741
+
13742
+
13743
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:51 +0000
13744
+
13745
+
13746
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:52 +0000
13747
+
13748
+
13749
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:52 +0000
13750
+
13751
+
13752
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:52 +0000
13753
+
13754
+
13755
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:52 +0000
13756
+
13757
+
13758
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:53 +0000
13759
+
13760
+
13761
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:53 +0000
13762
+
13763
+
13764
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:48:55 +0000
13765
+ Processing by TypeStation::PagesController#index as HTML
13766
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13767
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007853550000000001s
13768
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13769
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000639998s
13770
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13771
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000796727s
13772
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (12.0ms)
13773
+ Rendered pages/index_other.html.erb within layouts/application (219.1ms)
13774
+ Completed 200 OK in 2577ms (Views: 2573.2ms)
13775
+
13776
+
13777
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:57 +0000
13778
+
13779
+
13780
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:58 +0000
13781
+
13782
+
13783
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:58 +0000
13784
+
13785
+
13786
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:58 +0000
13787
+
13788
+
13789
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:58 +0000
13790
+
13791
+
13792
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:59 +0000
13793
+
13794
+
13795
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:59 +0000
13796
+
13797
+
13798
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:48:59 +0000
13799
+
13800
+
13801
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:49:00 +0000
13802
+
13803
+
13804
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:49:00 +0000
13805
+
13806
+
13807
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:49:00 +0000
13808
+
13809
+
13810
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:49:00 +0000
13811
+
13812
+
13813
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:54:16 +0000
13814
+ Processing by TypeStation::PagesController#index as HTML
13815
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13816
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000783583s
13817
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13818
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000716356s
13819
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13820
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000746082s
13821
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (9.4ms)
13822
+ Rendered pages/index_other.html.erb within layouts/application (206.0ms)
13823
+ Completed 200 OK in 2739ms (Views: 2735.4ms)
13824
+
13825
+
13826
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:19 +0000
13827
+
13828
+
13829
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:20 +0000
13830
+
13831
+
13832
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:20 +0000
13833
+
13834
+
13835
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:20 +0000
13836
+
13837
+
13838
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:20 +0000
13839
+
13840
+
13841
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:21 +0000
13842
+
13843
+
13844
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:21 +0000
13845
+
13846
+
13847
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:21 +0000
13848
+
13849
+
13850
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:21 +0000
13851
+
13852
+
13853
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:21 +0000
13854
+
13855
+
13856
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:22 +0000
13857
+
13858
+
13859
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:22 +0000
13860
+
13861
+
13862
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:22 +0000
13863
+
13864
+
13865
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:22 +0000
13866
+
13867
+
13868
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:22 +0000
13869
+
13870
+
13871
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:23 +0000
13872
+
13873
+
13874
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:23 +0000
13875
+
13876
+
13877
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:23 +0000
13878
+
13879
+
13880
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:23 +0000
13881
+
13882
+
13883
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:24 +0000
13884
+
13885
+
13886
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:24 +0000
13887
+
13888
+
13889
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:24 +0000
13890
+
13891
+
13892
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:25 +0000
13893
+
13894
+
13895
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:25 +0000
13896
+
13897
+
13898
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:25 +0000
13899
+
13900
+
13901
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:25 +0000
13902
+
13903
+
13904
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:25 +0000
13905
+
13906
+
13907
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:26 +0000
13908
+
13909
+
13910
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:26 +0000
13911
+
13912
+
13913
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:26 +0000
13914
+
13915
+
13916
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:26 +0000
13917
+
13918
+
13919
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:27 +0000
13920
+
13921
+
13922
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:27 +0000
13923
+
13924
+
13925
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:27 +0000
13926
+
13927
+
13928
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:54:28 +0000
13929
+
13930
+
13931
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:55 +0000
13932
+
13933
+
13934
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:55 +0000
13935
+
13936
+
13937
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:55 +0000
13938
+
13939
+
13940
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:55 +0000
13941
+
13942
+
13943
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:56 +0000
13944
+
13945
+
13946
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:56 +0000
13947
+
13948
+
13949
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:56 +0000
13950
+
13951
+
13952
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:56 +0000
13953
+
13954
+
13955
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:57 +0000
13956
+
13957
+
13958
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:57 +0000
13959
+
13960
+
13961
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:57 +0000
13962
+
13963
+
13964
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:54:57 +0000
13965
+
13966
+
13967
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 13:58:02 +0000
13968
+ Processing by TypeStation::PagesController#index as HTML
13969
+ MONGODB | Adding db:27017 to the cluster.
13970
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
13971
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0013106090000000001s
13972
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
13973
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000900368s
13974
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
13975
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000542725s
13976
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (46.5ms)
13977
+ Rendered pages/index_other.html.erb within layouts/application (1317.2ms)
13978
+ Completed 200 OK in 6068ms (Views: 5839.1ms)
13979
+
13980
+
13981
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:08 +0000
13982
+
13983
+
13984
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:09 +0000
13985
+
13986
+
13987
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:09 +0000
13988
+
13989
+
13990
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:09 +0000
13991
+
13992
+
13993
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:09 +0000
13994
+
13995
+
13996
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:10 +0000
13997
+
13998
+
13999
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:10 +0000
14000
+
14001
+
14002
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:10 +0000
14003
+
14004
+
14005
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:10 +0000
14006
+
14007
+
14008
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:11 +0000
14009
+
14010
+
14011
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:11 +0000
14012
+
14013
+
14014
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:11 +0000
14015
+
14016
+
14017
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:11 +0000
14018
+
14019
+
14020
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:12 +0000
14021
+
14022
+
14023
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:12 +0000
14024
+
14025
+
14026
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:12 +0000
14027
+
14028
+
14029
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:12 +0000
14030
+
14031
+
14032
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:13 +0000
14033
+
14034
+
14035
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:13 +0000
14036
+
14037
+
14038
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:13 +0000
14039
+
14040
+
14041
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:13 +0000
14042
+
14043
+
14044
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:14 +0000
14045
+
14046
+
14047
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:14 +0000
14048
+
14049
+
14050
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:14 +0000
14051
+
14052
+
14053
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:14 +0000
14054
+
14055
+
14056
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:15 +0000
14057
+
14058
+
14059
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:15 +0000
14060
+
14061
+
14062
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:15 +0000
14063
+
14064
+
14065
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:15 +0000
14066
+
14067
+
14068
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:15 +0000
14069
+
14070
+
14071
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:16 +0000
14072
+
14073
+
14074
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:16 +0000
14075
+
14076
+
14077
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:16 +0000
14078
+
14079
+
14080
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:16 +0000
14081
+
14082
+
14083
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 13:58:17 +0000
14084
+
14085
+
14086
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:23 +0000
14087
+
14088
+
14089
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:23 +0000
14090
+
14091
+
14092
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:23 +0000
14093
+
14094
+
14095
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:23 +0000
14096
+
14097
+
14098
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:24 +0000
14099
+
14100
+
14101
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:24 +0000
14102
+
14103
+
14104
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:24 +0000
14105
+
14106
+
14107
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:24 +0000
14108
+
14109
+
14110
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:25 +0000
14111
+
14112
+
14113
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:25 +0000
14114
+
14115
+
14116
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:25 +0000
14117
+
14118
+
14119
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 13:58:25 +0000
14120
+
14121
+
14122
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:01:04 +0000
14123
+ Processing by TypeStation::PagesController#index as HTML
14124
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14125
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000691228s
14126
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14127
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007942190000000001s
14128
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14129
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000599465s
14130
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.4ms)
14131
+ Rendered pages/index_other.html.erb within layouts/application (187.4ms)
14132
+ Completed 200 OK in 3289ms (Views: 3285.3ms)
14133
+
14134
+
14135
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:08 +0000
14136
+
14137
+
14138
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:08 +0000
14139
+
14140
+
14141
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:08 +0000
14142
+
14143
+
14144
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:08 +0000
14145
+
14146
+
14147
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:08 +0000
14148
+
14149
+
14150
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:09 +0000
14151
+
14152
+
14153
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:09 +0000
14154
+
14155
+
14156
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:09 +0000
14157
+
14158
+
14159
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:09 +0000
14160
+
14161
+
14162
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:09 +0000
14163
+
14164
+
14165
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:10 +0000
14166
+
14167
+
14168
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:10 +0000
14169
+
14170
+
14171
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:10 +0000
14172
+
14173
+
14174
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:10 +0000
14175
+
14176
+
14177
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:11 +0000
14178
+
14179
+
14180
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:11 +0000
14181
+
14182
+
14183
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:11 +0000
14184
+
14185
+
14186
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:11 +0000
14187
+
14188
+
14189
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:11 +0000
14190
+
14191
+
14192
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:12 +0000
14193
+
14194
+
14195
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:12 +0000
14196
+
14197
+
14198
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:12 +0000
14199
+
14200
+
14201
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:12 +0000
14202
+
14203
+
14204
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:13 +0000
14205
+
14206
+
14207
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:13 +0000
14208
+
14209
+
14210
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:13 +0000
14211
+
14212
+
14213
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:13 +0000
14214
+
14215
+
14216
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:13 +0000
14217
+
14218
+
14219
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:14 +0000
14220
+
14221
+
14222
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:14 +0000
14223
+
14224
+
14225
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:14 +0000
14226
+
14227
+
14228
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:14 +0000
14229
+
14230
+
14231
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:15 +0000
14232
+
14233
+
14234
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:15 +0000
14235
+
14236
+
14237
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:01:15 +0000
14238
+
14239
+
14240
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:57 +0000
14241
+
14242
+
14243
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:57 +0000
14244
+
14245
+
14246
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:57 +0000
14247
+
14248
+
14249
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:57 +0000
14250
+
14251
+
14252
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:58 +0000
14253
+
14254
+
14255
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:58 +0000
14256
+
14257
+
14258
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:58 +0000
14259
+
14260
+
14261
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:58 +0000
14262
+
14263
+
14264
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:59 +0000
14265
+
14266
+
14267
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:59 +0000
14268
+
14269
+
14270
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:59 +0000
14271
+
14272
+
14273
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:01:59 +0000
14274
+
14275
+
14276
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:03:36 +0000
14277
+ Processing by TypeStation::PagesController#index as HTML
14278
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14279
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007462769999999999s
14280
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14281
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0009623s
14282
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14283
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00071358s
14284
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (11.4ms)
14285
+ Rendered pages/index_other.html.erb within layouts/application (193.1ms)
14286
+ Completed 200 OK in 4051ms (Views: 4047.4ms)
14287
+
14288
+
14289
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:40 +0000
14290
+
14291
+
14292
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:41 +0000
14293
+
14294
+
14295
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:41 +0000
14296
+
14297
+
14298
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:41 +0000
14299
+
14300
+
14301
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:42 +0000
14302
+
14303
+
14304
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:42 +0000
14305
+
14306
+
14307
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:42 +0000
14308
+
14309
+
14310
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:43 +0000
14311
+
14312
+
14313
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:43 +0000
14314
+
14315
+
14316
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:43 +0000
14317
+
14318
+
14319
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:43 +0000
14320
+
14321
+
14322
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:44 +0000
14323
+
14324
+
14325
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:03:52 +0000
14326
+ Processing by TypeStation::PagesController#index as HTML
14327
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14328
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007107690000000001s
14329
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14330
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000714702s
14331
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14332
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000665203s
14333
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.6ms)
14334
+ Rendered pages/index_other.html.erb within layouts/application (202.7ms)
14335
+ Completed 200 OK in 2485ms (Views: 2481.7ms)
14336
+
14337
+
14338
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:54 +0000
14339
+
14340
+
14341
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:55 +0000
14342
+
14343
+
14344
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:55 +0000
14345
+
14346
+
14347
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:55 +0000
14348
+
14349
+
14350
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:55 +0000
14351
+
14352
+
14353
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:56 +0000
14354
+
14355
+
14356
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:56 +0000
14357
+
14358
+
14359
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:56 +0000
14360
+
14361
+
14362
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:56 +0000
14363
+
14364
+
14365
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:57 +0000
14366
+
14367
+
14368
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:57 +0000
14369
+
14370
+
14371
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:57 +0000
14372
+
14373
+
14374
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:57 +0000
14375
+
14376
+
14377
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:57 +0000
14378
+
14379
+
14380
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:58 +0000
14381
+
14382
+
14383
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:58 +0000
14384
+
14385
+
14386
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:58 +0000
14387
+
14388
+
14389
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:03:58 +0000
14390
+
14391
+
14392
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:59 +0000
14393
+
14394
+
14395
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:59 +0000
14396
+
14397
+
14398
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:59 +0000
14399
+
14400
+
14401
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:03:59 +0000
14402
+
14403
+
14404
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:00 +0000
14405
+
14406
+
14407
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:00 +0000
14408
+
14409
+
14410
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:00 +0000
14411
+
14412
+
14413
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:00 +0000
14414
+
14415
+
14416
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:00 +0000
14417
+
14418
+
14419
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:01 +0000
14420
+
14421
+
14422
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:01 +0000
14423
+
14424
+
14425
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:01 +0000
14426
+
14427
+
14428
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:01 +0000
14429
+
14430
+
14431
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:02 +0000
14432
+
14433
+
14434
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:02 +0000
14435
+
14436
+
14437
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:02 +0000
14438
+
14439
+
14440
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:04:02 +0000
14441
+
14442
+
14443
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 172.17.0.1 at 2016-05-20 14:04:03 +0000
14444
+
14445
+
14446
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:07:01 +0000
14447
+ Processing by TypeStation::PagesController#index as HTML
14448
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14449
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000761191s
14450
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14451
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000674034s
14452
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14453
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000614847s
14454
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.7ms)
14455
+ Rendered pages/index_other.html.erb within layouts/application (191.6ms)
14456
+ Completed 200 OK in 2891ms (Views: 2887.7ms)
14457
+
14458
+
14459
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:04 +0000
14460
+
14461
+
14462
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:04 +0000
14463
+
14464
+
14465
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:05 +0000
14466
+
14467
+
14468
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:05 +0000
14469
+
14470
+
14471
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:05 +0000
14472
+
14473
+
14474
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:05 +0000
14475
+
14476
+
14477
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:06 +0000
14478
+
14479
+
14480
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:06 +0000
14481
+
14482
+
14483
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:06 +0000
14484
+
14485
+
14486
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:06 +0000
14487
+
14488
+
14489
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:06 +0000
14490
+
14491
+
14492
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:07 +0000
14493
+
14494
+
14495
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:07 +0000
14496
+
14497
+
14498
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:07 +0000
14499
+
14500
+
14501
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:08 +0000
14502
+
14503
+
14504
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:08 +0000
14505
+
14506
+
14507
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:08 +0000
14508
+
14509
+
14510
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:08 +0000
14511
+
14512
+
14513
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:08 +0000
14514
+
14515
+
14516
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:09 +0000
14517
+
14518
+
14519
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:09 +0000
14520
+
14521
+
14522
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:09 +0000
14523
+
14524
+
14525
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:09 +0000
14526
+
14527
+
14528
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:10 +0000
14529
+
14530
+
14531
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:10 +0000
14532
+
14533
+
14534
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:10 +0000
14535
+
14536
+
14537
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:10 +0000
14538
+
14539
+
14540
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:10 +0000
14541
+
14542
+
14543
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:11 +0000
14544
+
14545
+
14546
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:11 +0000
14547
+
14548
+
14549
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:11 +0000
14550
+
14551
+
14552
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:11 +0000
14553
+
14554
+
14555
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:12 +0000
14556
+
14557
+
14558
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:12 +0000
14559
+
14560
+
14561
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:12 +0000
14562
+
14563
+
14564
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:17 +0000
14565
+
14566
+
14567
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:18 +0000
14568
+
14569
+
14570
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:18 +0000
14571
+
14572
+
14573
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:18 +0000
14574
+
14575
+
14576
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:19 +0000
14577
+
14578
+
14579
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:19 +0000
14580
+
14581
+
14582
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:19 +0000
14583
+
14584
+
14585
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:19 +0000
14586
+
14587
+
14588
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:20 +0000
14589
+
14590
+
14591
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:20 +0000
14592
+
14593
+
14594
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:20 +0000
14595
+
14596
+
14597
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:21 +0000
14598
+
14599
+
14600
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:07:27 +0000
14601
+ Processing by TypeStation::PagesController#index as HTML
14602
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14603
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000713418s
14604
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14605
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007820240000000001s
14606
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14607
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000748823s
14608
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (12.9ms)
14609
+ Rendered pages/index_other.html.erb within layouts/application (200.5ms)
14610
+ Completed 200 OK in 3387ms (Views: 3384.4ms)
14611
+
14612
+
14613
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:31 +0000
14614
+
14615
+
14616
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:31 +0000
14617
+
14618
+
14619
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:32 +0000
14620
+
14621
+
14622
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:32 +0000
14623
+
14624
+
14625
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:32 +0000
14626
+
14627
+
14628
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:32 +0000
14629
+
14630
+
14631
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:33 +0000
14632
+
14633
+
14634
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:33 +0000
14635
+
14636
+
14637
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:33 +0000
14638
+
14639
+
14640
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:33 +0000
14641
+
14642
+
14643
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:34 +0000
14644
+
14645
+
14646
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:34 +0000
14647
+
14648
+
14649
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:07:51 +0000
14650
+ Processing by TypeStation::PagesController#index as HTML
14651
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14652
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000772641s
14653
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14654
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000962175s
14655
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14656
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007731120000000001s
14657
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (14.1ms)
14658
+ Rendered pages/index_other.html.erb within layouts/application (274.5ms)
14659
+ Completed 200 OK in 2916ms (Views: 2911.0ms)
14660
+
14661
+
14662
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:54 +0000
14663
+
14664
+
14665
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:54 +0000
14666
+
14667
+
14668
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:54 +0000
14669
+
14670
+
14671
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:55 +0000
14672
+
14673
+
14674
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:55 +0000
14675
+
14676
+
14677
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:55 +0000
14678
+
14679
+
14680
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:55 +0000
14681
+
14682
+
14683
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:56 +0000
14684
+
14685
+
14686
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:56 +0000
14687
+
14688
+
14689
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:56 +0000
14690
+
14691
+
14692
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:56 +0000
14693
+
14694
+
14695
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:57 +0000
14696
+
14697
+
14698
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:57 +0000
14699
+
14700
+
14701
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:07:57 +0000
14702
+
14703
+
14704
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:57 +0000
14705
+
14706
+
14707
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:57 +0000
14708
+
14709
+
14710
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:58 +0000
14711
+
14712
+
14713
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:58 +0000
14714
+
14715
+
14716
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:58 +0000
14717
+
14718
+
14719
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:58 +0000
14720
+
14721
+
14722
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:59 +0000
14723
+
14724
+
14725
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:59 +0000
14726
+
14727
+
14728
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:59 +0000
14729
+
14730
+
14731
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:59 +0000
14732
+
14733
+
14734
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:07:59 +0000
14735
+
14736
+
14737
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:00 +0000
14738
+
14739
+
14740
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:00 +0000
14741
+
14742
+
14743
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:00 +0000
14744
+
14745
+
14746
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:00 +0000
14747
+
14748
+
14749
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:01 +0000
14750
+
14751
+
14752
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:01 +0000
14753
+
14754
+
14755
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:01 +0000
14756
+
14757
+
14758
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:01 +0000
14759
+
14760
+
14761
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:01 +0000
14762
+
14763
+
14764
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:08:02 +0000
14765
+
14766
+
14767
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:08 +0000
14768
+
14769
+
14770
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:09 +0000
14771
+
14772
+
14773
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:09 +0000
14774
+
14775
+
14776
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:09 +0000
14777
+
14778
+
14779
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:10 +0000
14780
+
14781
+
14782
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:10 +0000
14783
+
14784
+
14785
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:10 +0000
14786
+
14787
+
14788
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:10 +0000
14789
+
14790
+
14791
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:11 +0000
14792
+
14793
+
14794
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:11 +0000
14795
+
14796
+
14797
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:11 +0000
14798
+
14799
+
14800
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:08:11 +0000
14801
+
14802
+
14803
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:09:14 +0000
14804
+ Processing by TypeStation::PagesController#index as HTML
14805
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14806
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007536019999999999s
14807
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14808
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00073628s
14809
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14810
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005929700000000001s
14811
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (9.6ms)
14812
+ Rendered pages/index_other.html.erb within layouts/application (190.2ms)
14813
+ Completed 200 OK in 2874ms (Views: 2870.2ms)
14814
+
14815
+
14816
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:17 +0000
14817
+
14818
+
14819
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:17 +0000
14820
+
14821
+
14822
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:18 +0000
14823
+
14824
+
14825
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:18 +0000
14826
+
14827
+
14828
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:18 +0000
14829
+
14830
+
14831
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:18 +0000
14832
+
14833
+
14834
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:19 +0000
14835
+
14836
+
14837
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:19 +0000
14838
+
14839
+
14840
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:19 +0000
14841
+
14842
+
14843
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:19 +0000
14844
+
14845
+
14846
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:20 +0000
14847
+
14848
+
14849
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:20 +0000
14850
+
14851
+
14852
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:09:29 +0000
14853
+ Processing by TypeStation::PagesController#index as HTML
14854
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14855
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000619767s
14856
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14857
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00054837s
14858
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14859
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000567424s
14860
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.0ms)
14861
+ Rendered pages/index_other.html.erb within layouts/application (187.9ms)
14862
+ Completed 200 OK in 2456ms (Views: 2453.0ms)
14863
+
14864
+
14865
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:32 +0000
14866
+
14867
+
14868
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:32 +0000
14869
+
14870
+
14871
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:32 +0000
14872
+
14873
+
14874
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:33 +0000
14875
+
14876
+
14877
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:33 +0000
14878
+
14879
+
14880
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:33 +0000
14881
+
14882
+
14883
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:34 +0000
14884
+
14885
+
14886
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:34 +0000
14887
+
14888
+
14889
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:34 +0000
14890
+
14891
+
14892
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:34 +0000
14893
+
14894
+
14895
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:35 +0000
14896
+
14897
+
14898
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:35 +0000
14899
+
14900
+
14901
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:35 +0000
14902
+
14903
+
14904
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:09:35 +0000
14905
+
14906
+
14907
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:35 +0000
14908
+
14909
+
14910
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:36 +0000
14911
+
14912
+
14913
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:36 +0000
14914
+
14915
+
14916
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:36 +0000
14917
+
14918
+
14919
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:36 +0000
14920
+
14921
+
14922
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:37 +0000
14923
+
14924
+
14925
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:37 +0000
14926
+
14927
+
14928
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:37 +0000
14929
+
14930
+
14931
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:37 +0000
14932
+
14933
+
14934
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:38 +0000
14935
+
14936
+
14937
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:38 +0000
14938
+
14939
+
14940
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:38 +0000
14941
+
14942
+
14943
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:38 +0000
14944
+
14945
+
14946
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:39 +0000
14947
+
14948
+
14949
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:39 +0000
14950
+
14951
+
14952
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:39 +0000
14953
+
14954
+
14955
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:39 +0000
14956
+
14957
+
14958
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:39 +0000
14959
+
14960
+
14961
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:40 +0000
14962
+
14963
+
14964
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:40 +0000
14965
+
14966
+
14967
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:09:40 +0000
14968
+
14969
+
14970
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:10:52 +0000
14971
+ Processing by TypeStation::PagesController#index as HTML
14972
+ MONGODB | Adding db:27017 to the cluster.
14973
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
14974
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001101468s
14975
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
14976
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000499058s
14977
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
14978
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000509222s
14979
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (42.7ms)
14980
+ Rendered pages/index_other.html.erb within layouts/application (1074.1ms)
14981
+ Completed 200 OK in 5218ms (Views: 5001.5ms)
14982
+
14983
+
14984
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:58 +0000
14985
+
14986
+
14987
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:58 +0000
14988
+
14989
+
14990
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:58 +0000
14991
+
14992
+
14993
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:58 +0000
14994
+
14995
+
14996
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:59 +0000
14997
+
14998
+
14999
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:59 +0000
15000
+
15001
+
15002
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:59 +0000
15003
+
15004
+
15005
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:10:59 +0000
15006
+
15007
+
15008
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:11:00 +0000
15009
+
15010
+
15011
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:11:00 +0000
15012
+
15013
+
15014
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:11:00 +0000
15015
+
15016
+
15017
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:11:01 +0000
15018
+
15019
+
15020
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:12:17 +0000
15021
+ Processing by TypeStation::PagesController#index as HTML
15022
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15023
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000813463s
15024
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15025
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000796428s
15026
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15027
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000802539s
15028
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (14.6ms)
15029
+ Rendered pages/index_other.html.erb within layouts/application (238.4ms)
15030
+ Completed 200 OK in 2881ms (Views: 2877.3ms)
15031
+
15032
+
15033
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:21 +0000
15034
+
15035
+
15036
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:21 +0000
15037
+
15038
+
15039
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:21 +0000
15040
+
15041
+
15042
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:21 +0000
15043
+
15044
+
15045
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:22 +0000
15046
+
15047
+
15048
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:22 +0000
15049
+
15050
+
15051
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:22 +0000
15052
+
15053
+
15054
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:22 +0000
15055
+
15056
+
15057
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:23 +0000
15058
+
15059
+
15060
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:23 +0000
15061
+
15062
+
15063
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:23 +0000
15064
+
15065
+
15066
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:23 +0000
15067
+
15068
+
15069
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:24 +0000
15070
+
15071
+
15072
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:12:24 +0000
15073
+
15074
+
15075
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:24 +0000
15076
+
15077
+
15078
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:24 +0000
15079
+
15080
+
15081
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:25 +0000
15082
+
15083
+
15084
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:25 +0000
15085
+
15086
+
15087
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:25 +0000
15088
+
15089
+
15090
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:25 +0000
15091
+
15092
+
15093
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:26 +0000
15094
+
15095
+
15096
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:26 +0000
15097
+
15098
+
15099
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:26 +0000
15100
+
15101
+
15102
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:26 +0000
15103
+
15104
+
15105
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:27 +0000
15106
+
15107
+
15108
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:27 +0000
15109
+
15110
+
15111
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:27 +0000
15112
+
15113
+
15114
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:28 +0000
15115
+
15116
+
15117
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:28 +0000
15118
+
15119
+
15120
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:28 +0000
15121
+
15122
+
15123
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:28 +0000
15124
+
15125
+
15126
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:29 +0000
15127
+
15128
+
15129
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:29 +0000
15130
+
15131
+
15132
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:29 +0000
15133
+
15134
+
15135
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:30 +0000
15136
+
15137
+
15138
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:12:48 +0000
15139
+
15140
+
15141
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:13:12 +0000
15142
+ Processing by TypeStation::PagesController#index as HTML
15143
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15144
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000678124s
15145
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15146
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000857592s
15147
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15148
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000692993s
15149
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (11.8ms)
15150
+ Rendered pages/index_other.html.erb within layouts/application (218.0ms)
15151
+ Completed 200 OK in 2794ms (Views: 2790.2ms)
15152
+
15153
+
15154
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:15 +0000
15155
+
15156
+
15157
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:15 +0000
15158
+
15159
+
15160
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:15 +0000
15161
+
15162
+
15163
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:15 +0000
15164
+
15165
+
15166
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:16 +0000
15167
+
15168
+
15169
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:16 +0000
15170
+
15171
+
15172
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:16 +0000
15173
+
15174
+
15175
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:16 +0000
15176
+
15177
+
15178
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:16 +0000
15179
+
15180
+
15181
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:17 +0000
15182
+
15183
+
15184
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:17 +0000
15185
+
15186
+
15187
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:17 +0000
15188
+
15189
+
15190
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:17 +0000
15191
+
15192
+
15193
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:13:18 +0000
15194
+
15195
+
15196
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:18 +0000
15197
+
15198
+
15199
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:18 +0000
15200
+
15201
+
15202
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:18 +0000
15203
+
15204
+
15205
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:19 +0000
15206
+
15207
+
15208
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:19 +0000
15209
+
15210
+
15211
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:19 +0000
15212
+
15213
+
15214
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:19 +0000
15215
+
15216
+
15217
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:20 +0000
15218
+
15219
+
15220
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:20 +0000
15221
+
15222
+
15223
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:20 +0000
15224
+
15225
+
15226
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:20 +0000
15227
+
15228
+
15229
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:21 +0000
15230
+
15231
+
15232
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:21 +0000
15233
+
15234
+
15235
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:21 +0000
15236
+
15237
+
15238
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:21 +0000
15239
+
15240
+
15241
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:21 +0000
15242
+
15243
+
15244
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:22 +0000
15245
+
15246
+
15247
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:22 +0000
15248
+
15249
+
15250
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:22 +0000
15251
+
15252
+
15253
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:22 +0000
15254
+
15255
+
15256
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:13:23 +0000
15257
+
15258
+
15259
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:21:26 +0000
15260
+ Processing by TypeStation::PagesController#index as HTML
15261
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15262
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000485389s
15263
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15264
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000606642s
15265
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15266
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006170699999999999s
15267
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (47.4ms)
15268
+ Rendered pages/index_other.html.erb within layouts/application (609.7ms)
15269
+ Completed 200 OK in 4122ms (Views: 4011.0ms)
15270
+
15271
+
15272
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:31 +0000
15273
+
15274
+
15275
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:31 +0000
15276
+
15277
+
15278
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:32 +0000
15279
+
15280
+
15281
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:32 +0000
15282
+
15283
+
15284
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:32 +0000
15285
+
15286
+
15287
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:32 +0000
15288
+
15289
+
15290
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:33 +0000
15291
+
15292
+
15293
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:33 +0000
15294
+
15295
+
15296
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:33 +0000
15297
+
15298
+
15299
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:33 +0000
15300
+
15301
+
15302
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:34 +0000
15303
+
15304
+
15305
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:34 +0000
15306
+
15307
+
15308
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:34 +0000
15309
+
15310
+
15311
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:21:34 +0000
15312
+
15313
+
15314
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:35 +0000
15315
+
15316
+
15317
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:35 +0000
15318
+
15319
+
15320
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:35 +0000
15321
+
15322
+
15323
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:35 +0000
15324
+
15325
+
15326
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:35 +0000
15327
+
15328
+
15329
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:36 +0000
15330
+
15331
+
15332
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:36 +0000
15333
+
15334
+
15335
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:36 +0000
15336
+
15337
+
15338
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:36 +0000
15339
+
15340
+
15341
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:37 +0000
15342
+
15343
+
15344
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:37 +0000
15345
+
15346
+
15347
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:37 +0000
15348
+
15349
+
15350
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:37 +0000
15351
+
15352
+
15353
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:38 +0000
15354
+
15355
+
15356
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:38 +0000
15357
+
15358
+
15359
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:38 +0000
15360
+
15361
+
15362
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:38 +0000
15363
+
15364
+
15365
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:39 +0000
15366
+
15367
+
15368
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:39 +0000
15369
+
15370
+
15371
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:39 +0000
15372
+
15373
+
15374
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:21:39 +0000
15375
+
15376
+
15377
+ Started PATCH "/type_station/_admin/entities/573f10870e34570009e3cc2d" for 172.17.0.1 at 2016-05-20 14:22:00 +0000
15378
+ Processing by TypeStation::Admin::EntitiesController#update as JSON
15379
+ Parameters: {"contents"=>[{"field"=>"file", "value"=>{"identifier"=>"egcz6ada6klc1w8ebmcb", "format"=>"pdf"}, "type"=>"file"}], "id"=>"573f10870e34570009e3cc2d", "entity"=>{}}
15380
+ Can't verify CSRF token authenticity
15381
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
15382
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001296198s
15383
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15384
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001311717s
15385
+ MONGODB | db:27017 | type_station_development.update | STARTED | {"update"=>"type_station_entities", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "u"=>{"$set"=>{"old_paths"=>["/", "/", "/"]}, "$pushAll"=>{"contents"=>[{"_id"=>BSON::ObjectId('573f1d890c003000076a1a5e'), "type"=>:file, "name...
15386
+ MONGODB | db:27017 | type_station_development.update | SUCCEEDED | 0.000746148s
15387
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}}
15388
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000424756s
15389
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
15390
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005530600000000001s
15391
+ Completed 200 OK in 49ms (Views: 0.2ms)
15392
+
15393
+
15394
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:22:16 +0000
15395
+ Processing by TypeStation::PagesController#index as HTML
15396
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15397
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006294489999999999s
15398
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15399
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001048467s
15400
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15401
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006771899999999999s
15402
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (11.8ms)
15403
+ Rendered pages/index_other.html.erb within layouts/application (208.6ms)
15404
+ Completed 200 OK in 2886ms (Views: 2882.3ms)
15405
+
15406
+
15407
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:19 +0000
15408
+
15409
+
15410
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:20 +0000
15411
+
15412
+
15413
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:20 +0000
15414
+
15415
+
15416
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:20 +0000
15417
+
15418
+
15419
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:20 +0000
15420
+
15421
+
15422
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:21 +0000
15423
+
15424
+
15425
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:21 +0000
15426
+
15427
+
15428
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:21 +0000
15429
+
15430
+
15431
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:22 +0000
15432
+
15433
+
15434
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:22 +0000
15435
+
15436
+
15437
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:22 +0000
15438
+
15439
+
15440
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:23 +0000
15441
+
15442
+
15443
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:23 +0000
15444
+
15445
+
15446
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:22:23 +0000
15447
+
15448
+
15449
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:23 +0000
15450
+
15451
+
15452
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:24 +0000
15453
+
15454
+
15455
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:24 +0000
15456
+
15457
+
15458
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:25 +0000
15459
+
15460
+
15461
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:25 +0000
15462
+
15463
+
15464
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:25 +0000
15465
+
15466
+
15467
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:26 +0000
15468
+
15469
+
15470
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:26 +0000
15471
+
15472
+
15473
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:26 +0000
15474
+
15475
+
15476
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:26 +0000
15477
+
15478
+
15479
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:26 +0000
15480
+
15481
+
15482
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:27 +0000
15483
+
15484
+
15485
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:27 +0000
15486
+
15487
+
15488
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:27 +0000
15489
+
15490
+
15491
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:27 +0000
15492
+
15493
+
15494
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:28 +0000
15495
+
15496
+
15497
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:28 +0000
15498
+
15499
+
15500
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:28 +0000
15501
+
15502
+
15503
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:28 +0000
15504
+
15505
+
15506
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:29 +0000
15507
+
15508
+
15509
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:22:29 +0000
15510
+
15511
+
15512
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:23:26 +0000
15513
+ Processing by TypeStation::PagesController#index as HTML
15514
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15515
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000511641s
15516
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15517
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000603694s
15518
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15519
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007545529999999999s
15520
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (40.4ms)
15521
+ Rendered pages/index_other.html.erb within layouts/application (642.0ms)
15522
+ Completed 200 OK in 3557ms (Views: 3446.8ms)
15523
+
15524
+
15525
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:30 +0000
15526
+
15527
+
15528
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:30 +0000
15529
+
15530
+
15531
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:31 +0000
15532
+
15533
+
15534
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:31 +0000
15535
+
15536
+
15537
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:31 +0000
15538
+
15539
+
15540
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:31 +0000
15541
+
15542
+
15543
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:32 +0000
15544
+
15545
+
15546
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:32 +0000
15547
+
15548
+
15549
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:32 +0000
15550
+
15551
+
15552
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:32 +0000
15553
+
15554
+
15555
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:33 +0000
15556
+
15557
+
15558
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:33 +0000
15559
+
15560
+
15561
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:33 +0000
15562
+
15563
+
15564
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:23:33 +0000
15565
+
15566
+
15567
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:34 +0000
15568
+
15569
+
15570
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:34 +0000
15571
+
15572
+
15573
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:34 +0000
15574
+
15575
+
15576
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:34 +0000
15577
+
15578
+
15579
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:35 +0000
15580
+
15581
+
15582
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:35 +0000
15583
+
15584
+
15585
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:35 +0000
15586
+
15587
+
15588
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:35 +0000
15589
+
15590
+
15591
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:36 +0000
15592
+
15593
+
15594
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:36 +0000
15595
+
15596
+
15597
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:36 +0000
15598
+
15599
+
15600
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:36 +0000
15601
+
15602
+
15603
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:37 +0000
15604
+
15605
+
15606
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:37 +0000
15607
+
15608
+
15609
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:37 +0000
15610
+
15611
+
15612
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:38 +0000
15613
+
15614
+
15615
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:38 +0000
15616
+
15617
+
15618
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:38 +0000
15619
+
15620
+
15621
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:38 +0000
15622
+
15623
+
15624
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:38 +0000
15625
+
15626
+
15627
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:23:39 +0000
15628
+
15629
+
15630
+ Started GET "/" for 172.17.0.1 at 2016-05-20 14:24:11 +0000
15631
+ Processing by Rails::WelcomeController#index as HTML
15632
+ Rendered /usr/local/bundle/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (0.6ms)
15633
+ Completed 200 OK in 9ms (Views: 8.4ms)
15634
+
15635
+
15636
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:24:13 +0000
15637
+ Processing by TypeStation::PagesController#index as HTML
15638
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15639
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000700153s
15640
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15641
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001119334s
15642
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15643
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001695563s
15644
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.6ms)
15645
+ Rendered pages/index_other.html.erb within layouts/application (219.7ms)
15646
+ Completed 200 OK in 2858ms (Views: 2853.7ms)
15647
+
15648
+
15649
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:16 +0000
15650
+
15651
+
15652
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:17 +0000
15653
+
15654
+
15655
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:17 +0000
15656
+
15657
+
15658
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:17 +0000
15659
+
15660
+
15661
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:17 +0000
15662
+
15663
+
15664
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:18 +0000
15665
+
15666
+
15667
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:18 +0000
15668
+
15669
+
15670
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:18 +0000
15671
+
15672
+
15673
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:18 +0000
15674
+
15675
+
15676
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:19 +0000
15677
+
15678
+
15679
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:19 +0000
15680
+
15681
+
15682
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:19 +0000
15683
+
15684
+
15685
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:20 +0000
15686
+
15687
+
15688
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:24:20 +0000
15689
+
15690
+
15691
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:20 +0000
15692
+
15693
+
15694
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:21 +0000
15695
+
15696
+
15697
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:21 +0000
15698
+
15699
+
15700
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:21 +0000
15701
+
15702
+
15703
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:22 +0000
15704
+
15705
+
15706
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:22 +0000
15707
+
15708
+
15709
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:22 +0000
15710
+
15711
+
15712
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:23 +0000
15713
+
15714
+
15715
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:23 +0000
15716
+
15717
+
15718
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:23 +0000
15719
+
15720
+
15721
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:23 +0000
15722
+
15723
+
15724
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:24 +0000
15725
+
15726
+
15727
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:24 +0000
15728
+
15729
+
15730
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:25 +0000
15731
+
15732
+
15733
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:25 +0000
15734
+
15735
+
15736
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:25 +0000
15737
+
15738
+
15739
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:25 +0000
15740
+
15741
+
15742
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:26 +0000
15743
+
15744
+
15745
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:26 +0000
15746
+
15747
+
15748
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:26 +0000
15749
+
15750
+
15751
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:24:26 +0000
15752
+
15753
+
15754
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:25:25 +0000
15755
+ Processing by TypeStation::PagesController#index as HTML
15756
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15757
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000683773s
15758
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15759
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000737912s
15760
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15761
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000618334s
15762
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (36.7ms)
15763
+ Rendered pages/index_other.html.erb within layouts/application (594.0ms)
15764
+ Completed 200 OK in 2817ms (Views: 2713.3ms)
15765
+
15766
+
15767
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:28 +0000
15768
+
15769
+
15770
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:29 +0000
15771
+
15772
+
15773
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:29 +0000
15774
+
15775
+
15776
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:29 +0000
15777
+
15778
+
15779
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:29 +0000
15780
+
15781
+
15782
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:29 +0000
15783
+
15784
+
15785
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:30 +0000
15786
+
15787
+
15788
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:30 +0000
15789
+
15790
+
15791
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:30 +0000
15792
+
15793
+
15794
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:30 +0000
15795
+
15796
+
15797
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:31 +0000
15798
+
15799
+
15800
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:31 +0000
15801
+
15802
+
15803
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:31 +0000
15804
+
15805
+
15806
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:25:31 +0000
15807
+
15808
+
15809
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:31 +0000
15810
+
15811
+
15812
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:32 +0000
15813
+
15814
+
15815
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:32 +0000
15816
+
15817
+
15818
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:32 +0000
15819
+
15820
+
15821
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:32 +0000
15822
+
15823
+
15824
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:33 +0000
15825
+
15826
+
15827
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:33 +0000
15828
+
15829
+
15830
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:33 +0000
15831
+
15832
+
15833
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:33 +0000
15834
+
15835
+
15836
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:33 +0000
15837
+
15838
+
15839
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:34 +0000
15840
+
15841
+
15842
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:34 +0000
15843
+
15844
+
15845
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:34 +0000
15846
+
15847
+
15848
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:34 +0000
15849
+
15850
+
15851
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:34 +0000
15852
+
15853
+
15854
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:35 +0000
15855
+
15856
+
15857
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:35 +0000
15858
+
15859
+
15860
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:35 +0000
15861
+
15862
+
15863
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:35 +0000
15864
+
15865
+
15866
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:36 +0000
15867
+
15868
+
15869
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:25:36 +0000
15870
+
15871
+
15872
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:26:11 +0000
15873
+ Processing by TypeStation::PagesController#index as HTML
15874
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15875
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000715962s
15876
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15877
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000778726s
15878
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15879
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000873201s
15880
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (40.2ms)
15881
+ Rendered pages/index_other.html.erb within layouts/application (600.6ms)
15882
+ Completed 200 OK in 2619ms (Views: 2515.5ms)
15883
+
15884
+
15885
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:15 +0000
15886
+
15887
+
15888
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:15 +0000
15889
+
15890
+
15891
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:15 +0000
15892
+
15893
+
15894
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:15 +0000
15895
+
15896
+
15897
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:16 +0000
15898
+
15899
+
15900
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:16 +0000
15901
+
15902
+
15903
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:16 +0000
15904
+
15905
+
15906
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:16 +0000
15907
+
15908
+
15909
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:16 +0000
15910
+
15911
+
15912
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:17 +0000
15913
+
15914
+
15915
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:17 +0000
15916
+
15917
+
15918
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:17 +0000
15919
+
15920
+
15921
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:17 +0000
15922
+
15923
+
15924
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:26:18 +0000
15925
+
15926
+
15927
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:18 +0000
15928
+
15929
+
15930
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:18 +0000
15931
+
15932
+
15933
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:18 +0000
15934
+
15935
+
15936
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:18 +0000
15937
+
15938
+
15939
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:19 +0000
15940
+
15941
+
15942
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:19 +0000
15943
+
15944
+
15945
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:19 +0000
15946
+
15947
+
15948
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:19 +0000
15949
+
15950
+
15951
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:19 +0000
15952
+
15953
+
15954
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:20 +0000
15955
+
15956
+
15957
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:20 +0000
15958
+
15959
+
15960
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:20 +0000
15961
+
15962
+
15963
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:20 +0000
15964
+
15965
+
15966
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:21 +0000
15967
+
15968
+
15969
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:21 +0000
15970
+
15971
+
15972
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:21 +0000
15973
+
15974
+
15975
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:21 +0000
15976
+
15977
+
15978
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:21 +0000
15979
+
15980
+
15981
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:22 +0000
15982
+
15983
+
15984
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:22 +0000
15985
+
15986
+
15987
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:26:22 +0000
15988
+
15989
+
15990
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:33:18 +0000
15991
+ Processing by TypeStation::PagesController#index as HTML
15992
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
15993
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000521459s
15994
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
15995
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005468280000000001s
15996
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
15997
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000466481s
15998
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (43.5ms)
15999
+ Rendered pages/index_other.html.erb within layouts/application (504.6ms)
16000
+ Completed 200 OK in 2694ms (Views: 2592.5ms)
16001
+
16002
+
16003
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:21 +0000
16004
+
16005
+
16006
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:22 +0000
16007
+
16008
+
16009
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:22 +0000
16010
+
16011
+
16012
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:22 +0000
16013
+
16014
+
16015
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:22 +0000
16016
+
16017
+
16018
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:23 +0000
16019
+
16020
+
16021
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:23 +0000
16022
+
16023
+
16024
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:23 +0000
16025
+
16026
+
16027
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:23 +0000
16028
+
16029
+
16030
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:24 +0000
16031
+
16032
+
16033
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:24 +0000
16034
+
16035
+
16036
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:24 +0000
16037
+
16038
+
16039
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:24 +0000
16040
+
16041
+
16042
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:33:25 +0000
16043
+
16044
+
16045
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:25 +0000
16046
+
16047
+
16048
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:25 +0000
16049
+
16050
+
16051
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:25 +0000
16052
+
16053
+
16054
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:25 +0000
16055
+
16056
+
16057
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:26 +0000
16058
+
16059
+
16060
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:26 +0000
16061
+
16062
+
16063
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:26 +0000
16064
+
16065
+
16066
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:26 +0000
16067
+
16068
+
16069
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:27 +0000
16070
+
16071
+
16072
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:27 +0000
16073
+
16074
+
16075
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:27 +0000
16076
+
16077
+
16078
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:27 +0000
16079
+
16080
+
16081
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:28 +0000
16082
+
16083
+
16084
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:28 +0000
16085
+
16086
+
16087
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:28 +0000
16088
+
16089
+
16090
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:28 +0000
16091
+
16092
+
16093
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:29 +0000
16094
+
16095
+
16096
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:29 +0000
16097
+
16098
+
16099
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:29 +0000
16100
+
16101
+
16102
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:29 +0000
16103
+
16104
+
16105
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:33:30 +0000
16106
+
16107
+
16108
+ Started PATCH "/type_station/_admin/entities/573f10870e34570009e3cc2d" for 172.17.0.1 at 2016-05-20 14:34:17 +0000
16109
+ Processing by TypeStation::Admin::EntitiesController#update as JSON
16110
+ Parameters: {"contents"=>[{"field"=>"file", "value"=>{"identifier"=>"sjqjzlddvhsjnoghorqc", "format"=>"pdf"}, "type"=>"file"}], "id"=>"573f10870e34570009e3cc2d", "entity"=>{}}
16111
+ Can't verify CSRF token authenticity
16112
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
16113
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000613761s
16114
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16115
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005874960000000001s
16116
+ MONGODB | db:27017 | type_station_development.update | STARTED | {"update"=>"type_station_entities", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "u"=>{"$set"=>{"old_paths"=>["/", "/", "/", "/"], "contents.0.file"=>{"identifier"=>"sjqjzlddvhsjnoghorqc", "format"=>"pdf"}}}, "multi"=>false, ...
16117
+ MONGODB | db:27017 | type_station_development.update | SUCCEEDED | 0.000500937s
16118
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}}
16119
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.00040620900000000004s
16120
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
16121
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000500612s
16122
+ Completed 200 OK in 632ms (Views: 0.2ms)
16123
+
16124
+
16125
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:35:39 +0000
16126
+ Processing by TypeStation::PagesController#index as HTML
16127
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16128
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006300570000000001s
16129
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16130
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0005290070000000001s
16131
+ Rendered pages/index_other.html.erb within layouts/application (464.4ms)
16132
+ Completed 500 Internal Server Error in 677ms
16133
+
16134
+ ActionView::Template::Error (undefined method `mins' for 10:Fixnum):
16135
+ 116: consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
16136
+ 117: cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
16137
+ 118: proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
16138
+ 119: <%= file.link 'http://lorempixel.com/400/200/', class: 'text', title: 'hello' do %>
16139
+ 120: Hello
16140
+ 121: <%- end %>
16141
+ 122: <%- end %>
16142
+ app/views/pages/index_other.html.erb:119:in `block (2 levels) in _app_views_pages_index_other_html_erb__209452549334845935_70205872058860'
16143
+ app/views/pages/index_other.html.erb:112:in `block in _app_views_pages_index_other_html_erb__209452549334845935_70205872058860'
16144
+ app/views/pages/index_other.html.erb:5:in `_app_views_pages_index_other_html_erb__209452549334845935_70205872058860'
16145
+
16146
+
16147
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
16148
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
16149
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
16150
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.0ms)
16151
+
16152
+
16153
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:36:13 +0000
16154
+ Processing by TypeStation::PagesController#index as HTML
16155
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16156
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.00070551s
16157
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16158
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000756612s
16159
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
16160
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000687832s
16161
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (37.0ms)
16162
+ Rendered pages/index_other.html.erb within layouts/application (591.5ms)
16163
+ Completed 200 OK in 2922ms (Views: 2816.3ms)
16164
+
16165
+
16166
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:17 +0000
16167
+
16168
+
16169
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:17 +0000
16170
+
16171
+
16172
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:18 +0000
16173
+
16174
+
16175
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:18 +0000
16176
+
16177
+
16178
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:18 +0000
16179
+
16180
+
16181
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:18 +0000
16182
+
16183
+
16184
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:19 +0000
16185
+
16186
+
16187
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:19 +0000
16188
+
16189
+
16190
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:19 +0000
16191
+
16192
+
16193
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:19 +0000
16194
+
16195
+
16196
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:19 +0000
16197
+
16198
+
16199
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:20 +0000
16200
+
16201
+
16202
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:20 +0000
16203
+
16204
+
16205
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:36:20 +0000
16206
+
16207
+
16208
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:20 +0000
16209
+
16210
+
16211
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:20 +0000
16212
+
16213
+
16214
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:21 +0000
16215
+
16216
+
16217
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:21 +0000
16218
+
16219
+
16220
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:21 +0000
16221
+
16222
+
16223
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:21 +0000
16224
+
16225
+
16226
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:21 +0000
16227
+
16228
+
16229
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:22 +0000
16230
+
16231
+
16232
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:22 +0000
16233
+
16234
+
16235
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:22 +0000
16236
+
16237
+
16238
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:22 +0000
16239
+
16240
+
16241
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:23 +0000
16242
+
16243
+
16244
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:23 +0000
16245
+
16246
+
16247
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:23 +0000
16248
+
16249
+
16250
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:23 +0000
16251
+
16252
+
16253
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:24 +0000
16254
+
16255
+
16256
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:24 +0000
16257
+
16258
+
16259
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:24 +0000
16260
+
16261
+
16262
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:24 +0000
16263
+
16264
+
16265
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:24 +0000
16266
+
16267
+
16268
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:36:25 +0000
16269
+
16270
+
16271
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:48:38 +0000
16272
+ Processing by TypeStation::PagesController#index as HTML
16273
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16274
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000596712s
16275
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16276
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000794353s
16277
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
16278
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000795749s
16279
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (41.4ms)
16280
+ Rendered pages/index_other.html.erb within layouts/application (624.6ms)
16281
+ Completed 200 OK in 2969ms (Views: 2856.2ms)
16282
+
16283
+
16284
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:42 +0000
16285
+
16286
+
16287
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:42 +0000
16288
+
16289
+
16290
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:43 +0000
16291
+
16292
+
16293
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:43 +0000
16294
+
16295
+
16296
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:43 +0000
16297
+
16298
+
16299
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:43 +0000
16300
+
16301
+
16302
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:43 +0000
16303
+
16304
+
16305
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:44 +0000
16306
+
16307
+
16308
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:44 +0000
16309
+
16310
+
16311
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:44 +0000
16312
+
16313
+
16314
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:44 +0000
16315
+
16316
+
16317
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:45 +0000
16318
+
16319
+
16320
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:45 +0000
16321
+
16322
+
16323
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:48:45 +0000
16324
+
16325
+
16326
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:45 +0000
16327
+
16328
+
16329
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:46 +0000
16330
+
16331
+
16332
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:46 +0000
16333
+
16334
+
16335
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:46 +0000
16336
+
16337
+
16338
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:46 +0000
16339
+
16340
+
16341
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:47 +0000
16342
+
16343
+
16344
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:47 +0000
16345
+
16346
+
16347
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:47 +0000
16348
+
16349
+
16350
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:47 +0000
16351
+
16352
+
16353
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:48 +0000
16354
+
16355
+
16356
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:48 +0000
16357
+
16358
+
16359
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:48 +0000
16360
+
16361
+
16362
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:48 +0000
16363
+
16364
+
16365
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:48 +0000
16366
+
16367
+
16368
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:49 +0000
16369
+
16370
+
16371
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:49 +0000
16372
+
16373
+
16374
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:49 +0000
16375
+
16376
+
16377
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:49 +0000
16378
+
16379
+
16380
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:50 +0000
16381
+
16382
+
16383
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:50 +0000
16384
+
16385
+
16386
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:48:50 +0000
16387
+
16388
+
16389
+ Started GET "/type_station/_download/sjqjzlddvhsjnoghorqc.pdf" for 172.17.0.1 at 2016-05-20 14:50:21 +0000
16390
+ Processing by TypeStation::PagesController#download as PDF
16391
+ Parameters: {"identifier"=>"sjqjzlddvhsjnoghorqc"}
16392
+ Completed 500 Internal Server Error in 3ms
16393
+
16394
+ NameError (undefined local variable or method `content' for #<TypeStation::PagesController:0x007fb4296a82d8>):
16395
+ /workspace/app/controllers/type_station/pages_controller.rb:16:in `download'
16396
+ actionpack (4.2.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
16397
+ actionpack (4.2.0) lib/abstract_controller/base.rb:198:in `process_action'
16398
+ actionpack (4.2.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
16399
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
16400
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
16401
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16402
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_process_action_callbacks'
16403
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
16404
+ actionpack (4.2.0) lib/abstract_controller/callbacks.rb:19:in `process_action'
16405
+ actionpack (4.2.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
16406
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
16407
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `block in instrument'
16408
+ activesupport (4.2.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
16409
+ activesupport (4.2.0) lib/active_support/notifications.rb:164:in `instrument'
16410
+ actionpack (4.2.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
16411
+ actionpack (4.2.0) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
16412
+ actionpack (4.2.0) lib/abstract_controller/base.rb:137:in `process'
16413
+ actionview (4.2.0) lib/action_view/rendering.rb:30:in `process'
16414
+ actionpack (4.2.0) lib/action_controller/metal.rb:195:in `dispatch'
16415
+ actionpack (4.2.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
16416
+ actionpack (4.2.0) lib/action_controller/metal.rb:236:in `block in action'
16417
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `call'
16418
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
16419
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:42:in `serve'
16420
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16421
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
16422
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
16423
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
16424
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
16425
+ railties (4.2.0) lib/rails/railtie.rb:194:in `public_send'
16426
+ railties (4.2.0) lib/rails/railtie.rb:194:in `method_missing'
16427
+ actionpack (4.2.0) lib/action_dispatch/routing/mapper.rb:51:in `serve'
16428
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:43:in `block in serve'
16429
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `each'
16430
+ actionpack (4.2.0) lib/action_dispatch/journey/router.rb:30:in `serve'
16431
+ actionpack (4.2.0) lib/action_dispatch/routing/route_set.rb:802:in `call'
16432
+ rack (1.6.0) lib/rack/etag.rb:24:in `call'
16433
+ rack (1.6.0) lib/rack/conditionalget.rb:25:in `call'
16434
+ rack (1.6.0) lib/rack/head.rb:13:in `call'
16435
+ actionpack (4.2.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
16436
+ actionpack (4.2.0) lib/action_dispatch/middleware/flash.rb:260:in `call'
16437
+ rack (1.6.0) lib/rack/session/abstract/id.rb:225:in `context'
16438
+ rack (1.6.0) lib/rack/session/abstract/id.rb:220:in `call'
16439
+ actionpack (4.2.0) lib/action_dispatch/middleware/cookies.rb:560:in `call'
16440
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
16441
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `call'
16442
+ activesupport (4.2.0) lib/active_support/callbacks.rb:88:in `_run_callbacks'
16443
+ activesupport (4.2.0) lib/active_support/callbacks.rb:734:in `_run_call_callbacks'
16444
+ activesupport (4.2.0) lib/active_support/callbacks.rb:81:in `run_callbacks'
16445
+ actionpack (4.2.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
16446
+ actionpack (4.2.0) lib/action_dispatch/middleware/reloader.rb:73:in `call'
16447
+ actionpack (4.2.0) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
16448
+ actionpack (4.2.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
16449
+ actionpack (4.2.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16450
+ railties (4.2.0) lib/rails/rack/logger.rb:38:in `call_app'
16451
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `block in call'
16452
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16453
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:26:in `tagged'
16454
+ activesupport (4.2.0) lib/active_support/tagged_logging.rb:68:in `tagged'
16455
+ railties (4.2.0) lib/rails/rack/logger.rb:20:in `call'
16456
+ actionpack (4.2.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16457
+ rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
16458
+ rack (1.6.0) lib/rack/runtime.rb:18:in `call'
16459
+ activesupport (4.2.0) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
16460
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
16461
+ actionpack (4.2.0) lib/action_dispatch/middleware/static.rb:113:in `call'
16462
+ rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
16463
+ railties (4.2.0) lib/rails/engine.rb:518:in `call'
16464
+ railties (4.2.0) lib/rails/application.rb:164:in `call'
16465
+ rack (1.6.0) lib/rack/lock.rb:17:in `call'
16466
+ rack (1.6.0) lib/rack/content_length.rb:15:in `call'
16467
+ rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
16468
+ /usr/local/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service'
16469
+ /usr/local/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run'
16470
+ /usr/local/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread'
16471
+
16472
+
16473
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms)
16474
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
16475
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
16476
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (23.4ms)
16477
+
16478
+
16479
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-20 14:50:41 +0000
16480
+ Processing by TypeStation::PagesController#index as HTML
16481
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16482
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0006234s
16483
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16484
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000793883s
16485
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
16486
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000447017s
16487
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (38.5ms)
16488
+ Rendered pages/index_other.html.erb within layouts/application (663.2ms)
16489
+ Completed 200 OK in 2998ms (Views: 2883.6ms)
16490
+
16491
+
16492
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:45 +0000
16493
+
16494
+
16495
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:45 +0000
16496
+
16497
+
16498
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:45 +0000
16499
+
16500
+
16501
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:45 +0000
16502
+
16503
+
16504
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:45 +0000
16505
+
16506
+
16507
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:46 +0000
16508
+
16509
+
16510
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:46 +0000
16511
+
16512
+
16513
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:46 +0000
16514
+
16515
+
16516
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:46 +0000
16517
+
16518
+
16519
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:47 +0000
16520
+
16521
+
16522
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:47 +0000
16523
+
16524
+
16525
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:47 +0000
16526
+
16527
+
16528
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:47 +0000
16529
+
16530
+
16531
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-20 14:50:48 +0000
16532
+
16533
+
16534
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:48 +0000
16535
+
16536
+
16537
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:48 +0000
16538
+
16539
+
16540
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:48 +0000
16541
+
16542
+
16543
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:49 +0000
16544
+
16545
+
16546
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:49 +0000
16547
+
16548
+
16549
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:49 +0000
16550
+
16551
+
16552
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:49 +0000
16553
+
16554
+
16555
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:49 +0000
16556
+
16557
+
16558
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:50 +0000
16559
+
16560
+
16561
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:50 +0000
16562
+
16563
+
16564
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:50 +0000
16565
+
16566
+
16567
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:50 +0000
16568
+
16569
+
16570
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:51 +0000
16571
+
16572
+
16573
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:51 +0000
16574
+
16575
+
16576
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:51 +0000
16577
+
16578
+
16579
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:51 +0000
16580
+
16581
+
16582
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:52 +0000
16583
+
16584
+
16585
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:52 +0000
16586
+
16587
+
16588
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:52 +0000
16589
+
16590
+
16591
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:52 +0000
16592
+
16593
+
16594
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-20 14:50:52 +0000
16595
+
16596
+
16597
+ Started GET "/type_station/_download/sjqjzlddvhsjnoghorqc.pdf" for 172.17.0.1 at 2016-05-20 14:50:56 +0000
16598
+ Processing by TypeStation::PagesController#download as PDF
16599
+ Parameters: {"identifier"=>"sjqjzlddvhsjnoghorqc"}
16600
+ Redirected to https://api.cloudinary.com/v1_1/madwire/image/download?api_key=665773411575653&attachment=true&expires_at=1463755916&format=pdf&public_id=sjqjzlddvhsjnoghorqc&signature=58a12f05a508bbfa0bf1035414204da5539e5a37&timestamp=1463755856
16601
+ Completed 302 Found in 2ms
16602
+
16603
+
16604
+ Started GET "/" for 172.17.0.1 at 2016-05-26 12:13:04 +0000
16605
+ Processing by Rails::WelcomeController#index as HTML
16606
+ Rendered /usr/local/bundle/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (8.5ms)
16607
+ Completed 200 OK in 55ms (Views: 54.6ms)
16608
+
16609
+
16610
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:13:06 +0000
16611
+ Processing by TypeStation::PagesController#index as HTML
16612
+ MONGODB | Adding db:27017 to the cluster.
16613
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16614
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.002497477s
16615
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16616
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000792267s
16617
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
16618
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000878477s
16619
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (32.5ms)
16620
+ Rendered pages/index_other.html.erb within layouts/application (529.5ms)
16621
+ Completed 200 OK in 2391ms (Views: 2296.7ms)
16622
+
16623
+
16624
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:08 +0000
16625
+
16626
+
16627
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16628
+
16629
+
16630
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16631
+
16632
+
16633
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16634
+
16635
+
16636
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16637
+
16638
+
16639
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16640
+
16641
+
16642
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16643
+
16644
+
16645
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16646
+
16647
+
16648
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16649
+
16650
+
16651
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:09 +0000
16652
+
16653
+
16654
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16655
+
16656
+
16657
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16658
+
16659
+
16660
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16661
+
16662
+
16663
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16664
+
16665
+
16666
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16667
+
16668
+
16669
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16670
+
16671
+
16672
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16673
+
16674
+
16675
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:10 +0000
16676
+
16677
+
16678
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16679
+
16680
+
16681
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16682
+
16683
+
16684
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16685
+
16686
+
16687
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16688
+
16689
+
16690
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16691
+
16692
+
16693
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16694
+
16695
+
16696
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16697
+
16698
+
16699
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16700
+
16701
+
16702
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:11 +0000
16703
+
16704
+
16705
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16706
+
16707
+
16708
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16709
+
16710
+
16711
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16712
+
16713
+
16714
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16715
+
16716
+
16717
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16718
+
16719
+
16720
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16721
+
16722
+
16723
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16724
+
16725
+
16726
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:13:12 +0000
16727
+
16728
+
16729
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 172.17.0.1 at 2016-05-26 12:13:13 +0000
16730
+
16731
+
16732
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:14:51 +0000
16733
+ Processing by TypeStation::PagesController#index as HTML
16734
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16735
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0008999549999999999s
16736
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16737
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000745317s
16738
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
16739
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0007493129999999999s
16740
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (11.0ms)
16741
+ Rendered pages/index_other.html.erb within layouts/application (145.7ms)
16742
+ Completed 200 OK in 983ms (Views: 978.9ms)
16743
+
16744
+
16745
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16746
+
16747
+
16748
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16749
+
16750
+
16751
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16752
+
16753
+
16754
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16755
+
16756
+
16757
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16758
+
16759
+
16760
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16761
+
16762
+
16763
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16764
+
16765
+
16766
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16767
+
16768
+
16769
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16770
+
16771
+
16772
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:53 +0000
16773
+
16774
+
16775
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16776
+
16777
+
16778
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16779
+
16780
+
16781
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16782
+
16783
+
16784
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16785
+
16786
+
16787
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16788
+
16789
+
16790
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16791
+
16792
+
16793
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16794
+
16795
+
16796
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16797
+
16798
+
16799
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16800
+
16801
+
16802
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:54 +0000
16803
+
16804
+
16805
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16806
+
16807
+
16808
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16809
+
16810
+
16811
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16812
+
16813
+
16814
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16815
+
16816
+
16817
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16818
+
16819
+
16820
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16821
+
16822
+
16823
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16824
+
16825
+
16826
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:55 +0000
16827
+
16828
+
16829
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16830
+
16831
+
16832
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16833
+
16834
+
16835
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16836
+
16837
+
16838
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16839
+
16840
+
16841
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16842
+
16843
+
16844
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16845
+
16846
+
16847
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16848
+
16849
+
16850
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 172.17.0.1 at 2016-05-26 12:14:56 +0000
16851
+
16852
+
16853
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:16:30 +0000
16854
+ Processing by TypeStation::PagesController#index as HTML
16855
+ MONGODB | Adding db:27017 to the cluster.
16856
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16857
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001565955s
16858
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16859
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0009204329999999999s
16860
+ Rendered pages/index_other.html.erb within layouts/application (433.7ms)
16861
+ Completed 500 Internal Server Error in 603ms
16862
+
16863
+ ActionView::Template::Error (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true):
16864
+ 83: <%- end %>
16865
+ 84:
16866
+ 85:
16867
+ 86: <%= p.field :image_one, type: :image do |image| %>
16868
+ 87: <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
16869
+ 88: tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
16870
+ 89: quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
16871
+ app/views/pages/index_other.html.erb:86:in `block in _app_views_pages_index_other_html_erb___3052715887373706675_70247647327820'
16872
+ app/views/pages/index_other.html.erb:5:in `_app_views_pages_index_other_html_erb___3052715887373706675_70247647327820'
16873
+
16874
+
16875
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms)
16876
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
16877
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (29.4ms)
16878
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (63.6ms)
16879
+
16880
+
16881
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:16:33 +0000
16882
+ Processing by TypeStation::PagesController#index as HTML
16883
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16884
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0008618940000000001s
16885
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16886
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000773087s
16887
+ Rendered pages/index_other.html.erb within layouts/application (108.5ms)
16888
+ Completed 500 Internal Server Error in 142ms
16889
+
16890
+ ActionView::Template::Error (Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true):
16891
+ 83: <%- end %>
16892
+ 84:
16893
+ 85:
16894
+ 86: <%= p.field :image_one, type: :image do |image| %>
16895
+ 87: <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
16896
+ 88: tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
16897
+ 89: quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
16898
+ app/views/pages/index_other.html.erb:86:in `block in _app_views_pages_index_other_html_erb___3052715887373706675_70247647327820'
16899
+ app/views/pages/index_other.html.erb:5:in `_app_views_pages_index_other_html_erb___3052715887373706675_70247647327820'
16900
+
16901
+
16902
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.1ms)
16903
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.3ms)
16904
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
16905
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.3ms)
16906
+
16907
+
16908
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:17:52 +0000
16909
+ Processing by TypeStation::PagesController#index as HTML
16910
+ MONGODB | Adding db:27017 to the cluster.
16911
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16912
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001437122s
16913
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16914
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000832928s
16915
+ Rendered pages/index_other.html.erb within layouts/application (366.4ms)
16916
+ Completed 500 Internal Server Error in 507ms
16917
+
16918
+ ActionView::Template::Error (undefined method `type_station' for #<Module:0x005559825e0700>):
16919
+ 83: <%- end %>
16920
+ 84:
16921
+ 85:
16922
+ 86: <%= p.field :image_one, type: :image do |image| %>
16923
+ 87: <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
16924
+ 88: tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
16925
+ 89: quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
16926
+ app/views/pages/index_other.html.erb:86:in `block in _app_views_pages_index_other_html_erb___692921362433111102_70345693377420'
16927
+ app/views/pages/index_other.html.erb:5:in `_app_views_pages_index_other_html_erb___692921362433111102_70345693377420'
16928
+
16929
+
16930
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
16931
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.3ms)
16932
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (22.6ms)
16933
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.8ms)
16934
+
16935
+
16936
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:18:30 +0000
16937
+ Processing by TypeStation::PagesController#index as HTML
16938
+ MONGODB | Adding db:27017 to the cluster.
16939
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16940
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0022178109999999997s
16941
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16942
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0010140160000000002s
16943
+ Rendered pages/index_other.html.erb within layouts/application (371.9ms)
16944
+ Completed 500 Internal Server Error in 502ms
16945
+
16946
+ ActionView::Template::Error (undefined method `download_url' for #<Module:0x007f032c84b800>):
16947
+ 83: <%- end %>
16948
+ 84:
16949
+ 85:
16950
+ 86: <%= p.field :image_one, type: :image do |image| %>
16951
+ 87: <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
16952
+ 88: tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
16953
+ 89: quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
16954
+ app/views/pages/index_other.html.erb:86:in `block in _app_views_pages_index_other_html_erb___3949127349201771337_69825801006200'
16955
+ app/views/pages/index_other.html.erb:5:in `_app_views_pages_index_other_html_erb___3949127349201771337_69825801006200'
16956
+
16957
+
16958
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.9ms)
16959
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
16960
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (22.9ms)
16961
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.0ms)
16962
+
16963
+
16964
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:18:33 +0000
16965
+ Processing by TypeStation::PagesController#index as HTML
16966
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16967
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000679832s
16968
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16969
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000698012s
16970
+ Rendered pages/index_other.html.erb within layouts/application (112.8ms)
16971
+ Completed 500 Internal Server Error in 143ms
16972
+
16973
+ ActionView::Template::Error (undefined method `download_url' for #<Module:0x00563f85d87348>):
16974
+ 83: <%- end %>
16975
+ 84:
16976
+ 85:
16977
+ 86: <%= p.field :image_one, type: :image do |image| %>
16978
+ 87: <p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
16979
+ 88: tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
16980
+ 89: quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
16981
+ app/views/pages/index_other.html.erb:86:in `block in _app_views_pages_index_other_html_erb___3949127349201771337_69825801006200'
16982
+ app/views/pages/index_other.html.erb:5:in `_app_views_pages_index_other_html_erb___3949127349201771337_69825801006200'
16983
+
16984
+
16985
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms)
16986
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
16987
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
16988
+ Rendered /usr/local/bundle/gems/actionpack-4.2.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (27.2ms)
16989
+ MONGODB | IOError
16990
+
16991
+
16992
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:30:36 +0000
16993
+ Processing by TypeStation::PagesController#index as HTML
16994
+ MONGODB | Adding db:27017 to the cluster.
16995
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
16996
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001637554s
16997
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
16998
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.0009273539999999999s
16999
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
17000
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000865224s
17001
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (32.2ms)
17002
+ Rendered pages/index_other.html.erb within layouts/application (538.7ms)
17003
+ Completed 200 OK in 2538ms (Views: 2444.5ms)
17004
+
17005
+
17006
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:39 +0000
17007
+
17008
+
17009
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:39 +0000
17010
+
17011
+
17012
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17013
+
17014
+
17015
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17016
+
17017
+
17018
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17019
+
17020
+
17021
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17022
+
17023
+
17024
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17025
+
17026
+
17027
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17028
+
17029
+
17030
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17031
+
17032
+
17033
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17034
+
17035
+
17036
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:40 +0000
17037
+
17038
+
17039
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17040
+
17041
+
17042
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17043
+
17044
+
17045
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17046
+
17047
+
17048
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17049
+
17050
+
17051
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17052
+
17053
+
17054
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17055
+
17056
+
17057
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17058
+
17059
+
17060
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:41 +0000
17061
+
17062
+
17063
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17064
+
17065
+
17066
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17067
+
17068
+
17069
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17070
+
17071
+
17072
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17073
+
17074
+
17075
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17076
+
17077
+
17078
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17079
+
17080
+
17081
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17082
+
17083
+
17084
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17085
+
17086
+
17087
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:42 +0000
17088
+
17089
+
17090
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17091
+
17092
+
17093
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17094
+
17095
+
17096
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17097
+
17098
+
17099
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17100
+
17101
+
17102
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17103
+
17104
+
17105
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17106
+
17107
+
17108
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17109
+
17110
+
17111
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 172.17.0.1 at 2016-05-26 12:30:43 +0000
17112
+
17113
+
17114
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:36:25 +0000
17115
+ Processing by TypeStation::PagesController#index as HTML
17116
+ MONGODB | Adding db:27017 to the cluster.
17117
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
17118
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.002236608s
17119
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
17120
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000945565s
17121
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
17122
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000918075s
17123
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (30.2ms)
17124
+ Rendered pages/index_other.html.erb within layouts/application (491.4ms)
17125
+ Completed 200 OK in 2779ms (Views: 2686.6ms)
17126
+
17127
+
17128
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17129
+
17130
+
17131
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17132
+
17133
+
17134
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17135
+
17136
+
17137
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17138
+
17139
+
17140
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17141
+
17142
+
17143
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17144
+
17145
+
17146
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:28 +0000
17147
+
17148
+
17149
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17150
+
17151
+
17152
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17153
+
17154
+
17155
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17156
+
17157
+
17158
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17159
+
17160
+
17161
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17162
+
17163
+
17164
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17165
+
17166
+
17167
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17168
+
17169
+
17170
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:29 +0000
17171
+
17172
+
17173
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17174
+
17175
+
17176
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17177
+
17178
+
17179
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17180
+
17181
+
17182
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17183
+
17184
+
17185
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17186
+
17187
+
17188
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17189
+
17190
+
17191
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17192
+
17193
+
17194
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17195
+
17196
+
17197
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:30 +0000
17198
+
17199
+
17200
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17201
+
17202
+
17203
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17204
+
17205
+
17206
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17207
+
17208
+
17209
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17210
+
17211
+
17212
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17213
+
17214
+
17215
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17216
+
17217
+
17218
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17219
+
17220
+
17221
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17222
+
17223
+
17224
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:31 +0000
17225
+
17226
+
17227
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:32 +0000
17228
+
17229
+
17230
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:36:32 +0000
17231
+
17232
+
17233
+ Started GET "/type_station" for 172.17.0.1 at 2016-05-26 12:37:24 +0000
17234
+ Processing by TypeStation::PagesController#index as HTML
17235
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
17236
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000998371s
17237
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}}
17238
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001639046s
17239
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d'), "_type"=>"Team"}, "sort"=>{"position"=>1}}
17240
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.003860335s
17241
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (21.3ms)
17242
+ Rendered pages/index_other.html.erb within layouts/application (292.5ms)
17243
+ Completed 200 OK in 1246ms (Views: 1240.3ms)
17244
+
17245
+
17246
+ Started GET "/assets/jquery.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:25 +0000
17247
+
17248
+
17249
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17250
+
17251
+
17252
+ Started GET "/assets/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17253
+
17254
+
17255
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17256
+
17257
+
17258
+ Started GET "/assets/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17259
+
17260
+
17261
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17262
+
17263
+
17264
+ Started GET "/assets/chosen.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17265
+
17266
+
17267
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17268
+
17269
+
17270
+ Started GET "/assets/vex.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17271
+
17272
+
17273
+ Started GET "/assets/vex-theme-os.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:26 +0000
17274
+
17275
+
17276
+ Started GET "/assets/ionicons.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17277
+
17278
+
17279
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17280
+
17281
+
17282
+ Started GET "/assets/type_station/base.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17283
+
17284
+
17285
+ Started GET "/assets/type_station/application.css?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17286
+
17287
+
17288
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17289
+
17290
+
17291
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17292
+
17293
+
17294
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17295
+
17296
+
17297
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17298
+
17299
+
17300
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17301
+
17302
+
17303
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:27 +0000
17304
+
17305
+
17306
+ Started GET "/assets/classList.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17307
+
17308
+
17309
+ Started GET "/assets/medium-editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17310
+
17311
+
17312
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17313
+
17314
+
17315
+ Started GET "/assets/drop.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17316
+
17317
+
17318
+ Started GET "/assets/vex.combined.min.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17319
+
17320
+
17321
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17322
+
17323
+
17324
+ Started GET "/assets/type_station/lib/models.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17325
+
17326
+
17327
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17328
+
17329
+
17330
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17331
+
17332
+
17333
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:28 +0000
17334
+
17335
+
17336
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:29 +0000
17337
+
17338
+
17339
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:29 +0000
17340
+
17341
+
17342
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:29 +0000
17343
+
17344
+
17345
+ Started GET "/assets/type_station/init.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:29 +0000
17346
+
17347
+
17348
+ Started GET "/assets/type_station/application.js?body=1" for 172.17.0.1 at 2016-05-26 12:37:29 +0000
17349
+
17350
+
17351
+ Started PATCH "/type_station/_admin/entities/573f10870e34570009e3cc2d" for 172.17.0.1 at 2016-05-26 12:38:18 +0000
17352
+ Processing by TypeStation::Admin::EntitiesController#update as JSON
17353
+ Parameters: {"contents"=>[{"field"=>"file", "value"=>{"identifier"=>"xjqy1psebw89ookbtjlw", "format"=>"pdf"}, "type"=>"file"}, {"field"=>"private_file", "value"=>{"identifier"=>"faivlsbq7lbfbwgjfb54", "format"=>"pdf"}, "type"=>"file"}], "id"=>"573f10870e34570009e3cc2d", "entity"=>{}}
17354
+ Can't verify CSRF token authenticity
17355
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
17356
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.002755184s
17357
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>nil, "_type"=>"TypeStation::Page"}, "sort"=>{"position"=>1}, "limit"=>1, "singleBatch"=>true}
17358
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.001050012s
17359
+ MONGODB | db:27017 | type_station_development.update | STARTED | {"update"=>"type_station_entities", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "u"=>{"$set"=>{"old_paths"=>["/", "/", "/", "/", "/"], "contents.0.file"=>{"identifier"=>"xjqy1psebw89ookbtjlw", "format"=>"pdf"}}}, "multi"=>fa...
17360
+ MONGODB | db:27017 | type_station_development.update | SUCCEEDED | 0.0016794009999999999s
17361
+ MONGODB | db:27017 | type_station_development.update | STARTED | {"update"=>"type_station_entities", "updates"=>[{"q"=>{"_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "u"=>{"$pushAll"=>{"contents"=>[{"_id"=>BSON::ObjectId('5746ee3a0c00300007ddd7f1'), "type"=>:file, "name"=>:private_file, "file"=>{"identifier"=...
17362
+ MONGODB | db:27017 | type_station_development.update | SUCCEEDED | 0.0008781069999999999s
17363
+ MONGODB | db:27017 | type_station_development.count | STARTED | {"count"=>"type_station_entities", "query"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}}
17364
+ MONGODB | db:27017 | type_station_development.count | SUCCEEDED | 0.000544584s
17365
+ MONGODB | db:27017 | type_station_development.find | STARTED | {"find"=>"type_station_entities", "filter"=>{"parent_id"=>BSON::ObjectId('573f10870e34570009e3cc2d')}, "sort"=>{"position"=>1}}
17366
+ MONGODB | db:27017 | type_station_development.find | SUCCEEDED | 0.000698809s
17367
+ Completed 200 OK in 6072ms (Views: 0.6ms)
17368
+
17369
+
17370
+ Started GET "/type_station/file-download/faivlsbq7lbfbwgjfb54.pdf" for 172.17.0.1 at 2016-05-26 12:38:27 +0000
17371
+ Processing by TypeStation::FileController#download as PDF
17372
+ Parameters: {"identifier"=>"faivlsbq7lbfbwgjfb54"}
17373
+ Redirected to https://api.cloudinary.com/v1_1/madwire/image/download?api_key=665773411575653&attachment=true&expires_at=1464266367&format=pdf&public_id=faivlsbq7lbfbwgjfb54&signature=2c823c5a2e8b1442632c67ef56a2fc7ee0fb907b&timestamp=1464266307
17374
+ Completed 302 Found in 2ms