type_station 0.3.1 → 0.3.2

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7f727c42559fda0d1785aae498049d5962a2392b
4
- data.tar.gz: a79ed1ec8452901ffdcc2ed74c37412fcedf9d8a
3
+ metadata.gz: 64198e1d0a1273b9fecb551341af5f1dd507aee8
4
+ data.tar.gz: bcd6250269e60220a515efc2f31aed120eaa4357
5
5
  SHA512:
6
- metadata.gz: 6fa59979d74fb32558047c115fec04d7697b545e5cda8b6e639bbb986133ba292e6f806cb39d2ed4344eb2135df4213f3605b7a8525900c620dca7bade7dc6b7
7
- data.tar.gz: 916db463f86df89a663471bd25656030e3bd086e0367aed6b7c9a76927757265d6df964aa2d82ea23f3c0d4d9f44275e09b99814eb3fd047e765243ffbd66743
6
+ metadata.gz: 78bc062d0939b0ccbb2d8f8e5a0e640dd708192c9e6735c2bebdb6aeee1a393018ba9274fbd83fde7fd0ca1bfccc4a83a2387f261dfe684047b8752f6c242ca5
7
+ data.tar.gz: 15b28f3a70930074ac7ae99c4d1b58351183234cfcc9da4270ee47cdf6c928bbf8d9e3ee025af2bd05b9a618323e217338691f2d6618c6b862d537d56d97881f
@@ -97,7 +97,7 @@ handleCreateEditEntity = (editor) ->
97
97
  when 'html'
98
98
  valid = true
99
99
  else
100
- check_value = v.replace(/[\{\}\.\,\:\;\/\&\?\!\(\)]/g, '')
100
+ check_value = v.replace(/[\'\"\=\|\@\{\}\.\,\:\;\/\&\?\!\(\)]/g, '')
101
101
  if check_value.length > 0
102
102
  if check_value.length > 1 # seems to be an issue when the text length is around 1 ? :confused:
103
103
  try
@@ -120,7 +120,7 @@ handleCreateEditEntity = (editor) ->
120
120
  else
121
121
  vex.dialog.buttons.YES.text = 'Ok'
122
122
  vex.dialog.alert
123
- message: 'Unable to save: Please make sure all required fields are completed'
123
+ message: 'Unable to save: Invalid inputs please check and try again'
124
124
  callback: ->
125
125
  self.$el.click()
126
126
 
@@ -135,7 +135,7 @@ handleCreateEditEntity = (editor) ->
135
135
  when 'html'
136
136
  valid = true
137
137
  else
138
- check_value = v.replace(/[\{\}\.\,\:\;\/\&\?\!\(\)]/g, '')
138
+ check_value = v.replace(/[\'\"\=\|\@\{\}\.\,\:\;\/\&\?\!\(\)]/g, '')
139
139
  if check_value.length > 0
140
140
  if check_value.length > 1 # seems to be an issue when the text length is around 1 ? :confused:
141
141
  try
@@ -163,7 +163,7 @@ handleCreateEditEntity = (editor) ->
163
163
  else
164
164
  vex.dialog.buttons.YES.text = 'Ok'
165
165
  vex.dialog.alert
166
- message: 'Unable to save: Please make sure all required fields are completed'
166
+ message: 'Unable to save: Invalid inputs please check and try again'
167
167
  callback: ->
168
168
  self.$el.click()
169
169
 
@@ -2,7 +2,7 @@ module TypeStation
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 3
5
- TINY = 1
5
+ TINY = 2
6
6
  PRE = nil
7
7
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
8
8
  end
@@ -10379,3 +10379,902 @@ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 201
10379
10379
 
10380
10380
 
10381
10381
  Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-12 11:32:47 +0000
10382
+
10383
+
10384
+ Started GET "/" for 192.168.99.1 at 2016-02-16 14:28:52 +0000
10385
+ Processing by Rails::WelcomeController#index as HTML
10386
+ Rendered /usr/local/bundle/gems/railties-4.2.0/lib/rails/templates/rails/welcome/index.html.erb (48.2ms)
10387
+ Completed 200 OK in 237ms (Views: 236.1ms)
10388
+
10389
+
10390
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:28:56 +0000
10391
+ Processing by TypeStation::PagesController#index as HTML
10392
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 4.9128ms
10393
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 2.5756ms
10394
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x46992405007460 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 2.4685ms
10395
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x46992405007460 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 1.4368ms
10396
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (87.0ms)
10397
+ Rendered pages/index_other.html.erb within layouts/application (1949.0ms)
10398
+ Completed 200 OK in 13463ms (Views: 13104.9ms)
10399
+
10400
+
10401
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:11 +0000
10402
+
10403
+
10404
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:11 +0000
10405
+
10406
+
10407
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:12 +0000
10408
+
10409
+
10410
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:13 +0000
10411
+
10412
+
10413
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:14 +0000
10414
+
10415
+
10416
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:15 +0000
10417
+
10418
+
10419
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:16 +0000
10420
+
10421
+
10422
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:17 +0000
10423
+
10424
+
10425
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:17 +0000
10426
+
10427
+
10428
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:18 +0000
10429
+
10430
+
10431
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:18 +0000
10432
+
10433
+
10434
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:29:19 +0000
10435
+
10436
+
10437
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:20 +0000
10438
+
10439
+
10440
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:20 +0000
10441
+
10442
+
10443
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:21 +0000
10444
+
10445
+
10446
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:22 +0000
10447
+
10448
+
10449
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:22 +0000
10450
+
10451
+
10452
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:23 +0000
10453
+
10454
+
10455
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:23 +0000
10456
+
10457
+
10458
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:24 +0000
10459
+
10460
+
10461
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:24 +0000
10462
+
10463
+
10464
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:25 +0000
10465
+
10466
+
10467
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:25 +0000
10468
+
10469
+
10470
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:26 +0000
10471
+
10472
+
10473
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:26 +0000
10474
+
10475
+
10476
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:27 +0000
10477
+
10478
+
10479
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:27 +0000
10480
+
10481
+
10482
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10483
+
10484
+
10485
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10486
+
10487
+
10488
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10489
+
10490
+
10491
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10492
+
10493
+
10494
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10495
+
10496
+
10497
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10498
+
10499
+
10500
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10501
+
10502
+
10503
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:29:28 +0000
10504
+
10505
+
10506
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-16 14:29:29 +0000
10507
+
10508
+
10509
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:30:49 +0000
10510
+ Processing by TypeStation::PagesController#index as HTML
10511
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5193ms
10512
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.5915ms
10513
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x46992407598180 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6555ms
10514
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x46992407598180 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5803ms
10515
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (12.3ms)
10516
+ Rendered pages/index_other.html.erb within layouts/application (167.2ms)
10517
+ Completed 200 OK in 1102ms (Views: 1097.4ms)
10518
+
10519
+
10520
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10521
+
10522
+
10523
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10524
+
10525
+
10526
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10527
+
10528
+
10529
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10530
+
10531
+
10532
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10533
+
10534
+
10535
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10536
+
10537
+
10538
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10539
+
10540
+
10541
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10542
+
10543
+
10544
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10545
+
10546
+
10547
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10548
+
10549
+
10550
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:51 +0000
10551
+
10552
+
10553
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10554
+
10555
+
10556
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10557
+
10558
+
10559
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10560
+
10561
+
10562
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10563
+
10564
+
10565
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10566
+
10567
+
10568
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10569
+
10570
+
10571
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10572
+
10573
+
10574
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10575
+
10576
+
10577
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:52 +0000
10578
+
10579
+
10580
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10581
+
10582
+
10583
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10584
+
10585
+
10586
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10587
+
10588
+
10589
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10590
+
10591
+
10592
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10593
+
10594
+
10595
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10596
+
10597
+
10598
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10599
+
10600
+
10601
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10602
+
10603
+
10604
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10605
+
10606
+
10607
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10608
+
10609
+
10610
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10611
+
10612
+
10613
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:53 +0000
10614
+
10615
+
10616
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:54 +0000
10617
+
10618
+
10619
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:54 +0000
10620
+
10621
+
10622
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:30:54 +0000
10623
+
10624
+
10625
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:31:10 +0000
10626
+ Processing by TypeStation::PagesController#index as HTML
10627
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.5645ms
10628
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.7905ms
10629
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149602333160 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7950ms
10630
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149602333160 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5017ms
10631
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (11.3ms)
10632
+ Rendered pages/index_other.html.erb within layouts/application (163.4ms)
10633
+ Completed 200 OK in 1117ms (Views: 1105.5ms)
10634
+
10635
+
10636
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:11 +0000
10637
+
10638
+
10639
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:11 +0000
10640
+
10641
+
10642
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:11 +0000
10643
+
10644
+
10645
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:11 +0000
10646
+
10647
+
10648
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10649
+
10650
+
10651
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10652
+
10653
+
10654
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10655
+
10656
+
10657
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10658
+
10659
+
10660
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10661
+
10662
+
10663
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10664
+
10665
+
10666
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10667
+
10668
+
10669
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10670
+
10671
+
10672
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10673
+
10674
+
10675
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10676
+
10677
+
10678
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10679
+
10680
+
10681
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:12 +0000
10682
+
10683
+
10684
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10685
+
10686
+
10687
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10688
+
10689
+
10690
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10691
+
10692
+
10693
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10694
+
10695
+
10696
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10697
+
10698
+
10699
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10700
+
10701
+
10702
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10703
+
10704
+
10705
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10706
+
10707
+
10708
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10709
+
10710
+
10711
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10712
+
10713
+
10714
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10715
+
10716
+
10717
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10718
+
10719
+
10720
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:13 +0000
10721
+
10722
+
10723
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10724
+
10725
+
10726
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10727
+
10728
+
10729
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10730
+
10731
+
10732
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10733
+
10734
+
10735
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10736
+
10737
+
10738
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10739
+
10740
+
10741
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10742
+
10743
+
10744
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10745
+
10746
+
10747
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10748
+
10749
+
10750
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10751
+
10752
+
10753
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10754
+
10755
+
10756
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-16 14:31:14 +0000
10757
+
10758
+
10759
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:35:38 +0000
10760
+ Processing by TypeStation::PagesController#index as HTML
10761
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4125ms
10762
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.6143ms
10763
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149600756600 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.7298ms
10764
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149600756600 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5608ms
10765
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (8.8ms)
10766
+ Rendered pages/index_other.html.erb within layouts/application (125.6ms)
10767
+ Completed 200 OK in 948ms (Views: 944.3ms)
10768
+
10769
+
10770
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:39 +0000
10771
+
10772
+
10773
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10774
+
10775
+
10776
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10777
+
10778
+
10779
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10780
+
10781
+
10782
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10783
+
10784
+
10785
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10786
+
10787
+
10788
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10789
+
10790
+
10791
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10792
+
10793
+
10794
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10795
+
10796
+
10797
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10798
+
10799
+
10800
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10801
+
10802
+
10803
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10804
+
10805
+
10806
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10807
+
10808
+
10809
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10810
+
10811
+
10812
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:40 +0000
10813
+
10814
+
10815
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10816
+
10817
+
10818
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10819
+
10820
+
10821
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10822
+
10823
+
10824
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10825
+
10826
+
10827
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10828
+
10829
+
10830
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10831
+
10832
+
10833
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10834
+
10835
+
10836
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10837
+
10838
+
10839
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10840
+
10841
+
10842
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10843
+
10844
+
10845
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10846
+
10847
+
10848
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10849
+
10850
+
10851
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10852
+
10853
+
10854
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:41 +0000
10855
+
10856
+
10857
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10858
+
10859
+
10860
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10861
+
10862
+
10863
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10864
+
10865
+
10866
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10867
+
10868
+
10869
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10870
+
10871
+
10872
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10873
+
10874
+
10875
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10876
+
10877
+
10878
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10879
+
10880
+
10881
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10882
+
10883
+
10884
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10885
+
10886
+
10887
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:35:42 +0000
10888
+
10889
+
10890
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-16 14:35:43 +0000
10891
+
10892
+
10893
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:36:19 +0000
10894
+ Processing by TypeStation::PagesController#index as HTML
10895
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4865ms
10896
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4677ms
10897
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x46992405418120 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.6127ms
10898
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x46992405418120 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5301ms
10899
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (9.4ms)
10900
+ Rendered pages/index_other.html.erb within layouts/application (145.4ms)
10901
+ Completed 200 OK in 1219ms (Views: 1215.8ms)
10902
+
10903
+
10904
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:20 +0000
10905
+
10906
+
10907
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:20 +0000
10908
+
10909
+
10910
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:20 +0000
10911
+
10912
+
10913
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:20 +0000
10914
+
10915
+
10916
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:20 +0000
10917
+
10918
+
10919
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:20 +0000
10920
+
10921
+
10922
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10923
+
10924
+
10925
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10926
+
10927
+
10928
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10929
+
10930
+
10931
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10932
+
10933
+
10934
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10935
+
10936
+
10937
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10938
+
10939
+
10940
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10941
+
10942
+
10943
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10944
+
10945
+
10946
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10947
+
10948
+
10949
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10950
+
10951
+
10952
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10953
+
10954
+
10955
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:21 +0000
10956
+
10957
+
10958
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10959
+
10960
+
10961
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10962
+
10963
+
10964
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10965
+
10966
+
10967
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10968
+
10969
+
10970
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10971
+
10972
+
10973
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10974
+
10975
+
10976
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10977
+
10978
+
10979
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10980
+
10981
+
10982
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10983
+
10984
+
10985
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:22 +0000
10986
+
10987
+
10988
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
10989
+
10990
+
10991
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
10992
+
10993
+
10994
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
10995
+
10996
+
10997
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
10998
+
10999
+
11000
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11001
+
11002
+
11003
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11004
+
11005
+
11006
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11007
+
11008
+
11009
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11010
+
11011
+
11012
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11013
+
11014
+
11015
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11016
+
11017
+
11018
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11019
+
11020
+
11021
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11022
+
11023
+
11024
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11025
+
11026
+
11027
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:36:23 +0000
11028
+
11029
+
11030
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-16 14:36:24 +0000
11031
+
11032
+
11033
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:37:17 +0000
11034
+ Processing by TypeStation::PagesController#index as HTML
11035
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4300ms
11036
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.8967ms
11037
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149667546400 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.9153ms
11038
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149667546400 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4275ms
11039
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (10.2ms)
11040
+ Rendered pages/index_other.html.erb within layouts/application (148.9ms)
11041
+ Completed 200 OK in 817ms (Views: 812.0ms)
11042
+
11043
+
11044
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11045
+
11046
+
11047
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11048
+
11049
+
11050
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11051
+
11052
+
11053
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11054
+
11055
+
11056
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11057
+
11058
+
11059
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11060
+
11061
+
11062
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11063
+
11064
+
11065
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11066
+
11067
+
11068
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11069
+
11070
+
11071
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11072
+
11073
+
11074
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11075
+
11076
+
11077
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11078
+
11079
+
11080
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:19 +0000
11081
+
11082
+
11083
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11084
+
11085
+
11086
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11087
+
11088
+
11089
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11090
+
11091
+
11092
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11093
+
11094
+
11095
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11096
+
11097
+
11098
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11099
+
11100
+
11101
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11102
+
11103
+
11104
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11105
+
11106
+
11107
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11108
+
11109
+
11110
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11111
+
11112
+
11113
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11114
+
11115
+
11116
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:20 +0000
11117
+
11118
+
11119
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11120
+
11121
+
11122
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11123
+
11124
+
11125
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11126
+
11127
+
11128
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11129
+
11130
+
11131
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11132
+
11133
+
11134
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11135
+
11136
+
11137
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11138
+
11139
+
11140
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11141
+
11142
+
11143
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11144
+
11145
+
11146
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11147
+
11148
+
11149
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11150
+
11151
+
11152
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11153
+
11154
+
11155
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:21 +0000
11156
+
11157
+
11158
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:22 +0000
11159
+
11160
+
11161
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-16 14:37:22 +0000
11162
+
11163
+
11164
+ Started GET "/type_station" for 192.168.99.1 at 2016-02-16 14:37:50 +0000
11165
+ Processing by TypeStation::PagesController#index as HTML
11166
+ MOPED: 172.17.0.4:27017 COMMAND database=admin command={:ismaster=>1} runtime: 0.4043ms
11167
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=>nil, "_type"=>{"$in"=>["TypeStation::Page"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=-1 skip=0 batch_size=nil fields=nil runtime: 0.4270ms
11168
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149601267760 data=55c9024d6531330008000000>, "_type"=>"TypeStation::Page"}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.5426ms
11169
+ MOPED: 172.17.0.4:27017 QUERY database=type_station_development collection=type_station_entities selector={"$query"=>{"parent_id"=><BSON::ObjectId:0x70149601267760 data=55c9024d6531330008000000>, "_type"=>{"$in"=>["Team"]}}, "$orderby"=>{"position"=>1}} flags=[] limit=0 skip=0 batch_size=nil fields=nil runtime: 0.4171ms
11170
+ Rendered /workspace/app/views/type_station/toolbars/_admin_bar.html.haml (8.5ms)
11171
+ Rendered pages/index_other.html.erb within layouts/application (114.7ms)
11172
+ Completed 200 OK in 974ms (Views: 970.5ms)
11173
+
11174
+
11175
+ Started GET "/assets/jquery-fileupload/vendor/jquery.ui.widget.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:51 +0000
11176
+
11177
+
11178
+ Started GET "/assets/jquery-fileupload/jquery.iframe-transport.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:51 +0000
11179
+
11180
+
11181
+ Started GET "/assets/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:51 +0000
11182
+
11183
+
11184
+ Started GET "/assets/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:51 +0000
11185
+
11186
+
11187
+ Started GET "/assets/jquery-fileupload/jquery.fileupload.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:51 +0000
11188
+
11189
+
11190
+ Started GET "/assets/jquery.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11191
+
11192
+
11193
+ Started GET "/assets/jquery-fileupload/basic.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11194
+
11195
+
11196
+ Started GET "/assets/jquery.cloudinary.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11197
+
11198
+
11199
+ Started GET "/assets/jquery.textcomplete.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11200
+
11201
+
11202
+ Started GET "/assets/classList.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11203
+
11204
+
11205
+ Started GET "/assets/medium-editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11206
+
11207
+
11208
+ Started GET "/assets/chosen.jquery.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11209
+
11210
+
11211
+ Started GET "/assets/medium-editor/medium-editor.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11212
+
11213
+
11214
+ Started GET "/assets/medium-editor/themes/bootstrap.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11215
+
11216
+
11217
+ Started GET "/assets/jquery.textcomplete.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11218
+
11219
+
11220
+ Started GET "/assets/chosen.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11221
+
11222
+
11223
+ Started GET "/assets/drop-theme-arrows-bounce-dark.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:52 +0000
11224
+
11225
+
11226
+ Started GET "/assets/vex.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11227
+
11228
+
11229
+ Started GET "/assets/vex-theme-os.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11230
+
11231
+
11232
+ Started GET "/assets/ionicons.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11233
+
11234
+
11235
+ Started GET "/assets/type_station/admin_bar.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11236
+
11237
+
11238
+ Started GET "/assets/type_station/base.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11239
+
11240
+
11241
+ Started GET "/assets/type_station/application.css?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11242
+
11243
+
11244
+ Started GET "/assets/drop.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11245
+
11246
+
11247
+ Started GET "/assets/vex.combined.min.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11248
+
11249
+
11250
+ Started GET "/assets/type_station/lib/ts.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11251
+
11252
+
11253
+ Started GET "/assets/type_station/lib/models.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11254
+
11255
+
11256
+ Started GET "/assets/type_station/lib/helpers.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11257
+
11258
+
11259
+ Started GET "/assets/type_station/editables/admin_bar.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11260
+
11261
+
11262
+ Started GET "/assets/type_station/editables/entity_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:53 +0000
11263
+
11264
+
11265
+ Started GET "/assets/type_station/editables/file_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:54 +0000
11266
+
11267
+
11268
+ Started GET "/assets/type_station/editables/link_finder.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:54 +0000
11269
+
11270
+
11271
+ Started GET "/assets/type_station/editables/text_html_editor.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:54 +0000
11272
+
11273
+
11274
+ Started GET "/assets/type_station/init.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:54 +0000
11275
+
11276
+
11277
+ Started GET "/assets/type_station/application.js?body=1" for 192.168.99.1 at 2016-02-16 14:37:54 +0000
11278
+
11279
+
11280
+ Started GET "/assets/ionicons.ttf?v=2.0.0" for 192.168.99.1 at 2016-02-16 14:37:54 +0000
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: type_station
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Adams
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-12 00:00:00.000000000 Z
11
+ date: 2016-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails