forever_style_guide 3.0.14 → 3.0.15
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 +4 -4
- data/app/assets/javascripts/forever_style_guide/list-toggle.js +3 -4
- data/lib/forever_style_guide/version.rb +1 -1
- data/test/dummy/log/development.log +641 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_all.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_list-toggle.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_list.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_nav-fixed.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_nav.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/1fccdb6be9da19cc345d4b92b55eb0d4fbf7c363/_promo_banner.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_breakpoints.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_colors.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_effects.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_mixins.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/44a991b1a17620dd9d4d80bb5c1b3e298e4ef98a/_variables.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/77afe34ae60f4f73cffcc8a92e720a6db579269d/_all.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/77afe34ae60f4f73cffcc8a92e720a6db579269d/_hero_simple.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/77afe34ae60f4f73cffcc8a92e720a6db579269d/_partial.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sass/b7a4a2cc1ae6dd8beea9163f40226a4c9c3e7926/_bootstrap_reset.scssc +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13c6cfef7d2dae6157cb1e9a83970e58 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/16ae65fae89ac9713129ac86c08be0fd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/3cf528a4fef672b5e891869ad69cd78c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/74ee448666a16d19f05d144192a607fd +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/93ba27aa64423f74732b1f2b12b84118 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a073b29da00202d41130a601a80b0763 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a5339910db1afb33301cc638679d0cc2 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/afe21ae0433c18cab8821712e10adf2f +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/b7c77fa9ddbae9998b1339d6c2c3eef0 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d139d4c466cbb442154adf9c2b8149f4 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/e4a50f6ac0abd0a5af7071d8eb233a48 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ee286b59ae897606bfd68a7f060d5baf +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 38c5d1cf1efcaa3f81237c3e66c85810ac5eb926
|
|
4
|
+
data.tar.gz: 19f6c60f9ab387274e1c741abdc8b7b096d8bf8e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 24e89c1d4737a06c18ab0d4d883f77c276f14d6b240c799bfa475b8a9bc6ba217a689dff549de29a168ca5f33b9f33c9c35726299ab33f83360f66b61b7f2f5f
|
|
7
|
+
data.tar.gz: 743632078fe74a797ccd9e7dae8131a596830648e67c3c4b3893608043eba8bd6209d8b4c1b5d01b20f3000741dd18ce436eba4dac278b446636c4871739f2b1
|
|
@@ -36,11 +36,10 @@ var setup_toggle_list = function () {
|
|
|
36
36
|
$(activeListItems).next("input[type='checkbox']").prop('checked', true);
|
|
37
37
|
$(activeListItems).addClass('list-group-link-is_active');
|
|
38
38
|
$(activeListItems).parents('.list-group-item-child').addClass('is_open');
|
|
39
|
-
$(activeListItems).parents('.list-group-item').addClass('is_active');
|
|
40
39
|
$(activeListItems).parents('.list-group-item')
|
|
41
|
-
.
|
|
42
|
-
.
|
|
43
|
-
.
|
|
40
|
+
.find('.list-group-toggle-trigger.fa')
|
|
41
|
+
.removeClass('fa-plus')
|
|
42
|
+
.addClass('fa-minus');
|
|
44
43
|
}
|
|
45
44
|
};
|
|
46
45
|
$(document).ready(setup_toggle_list);
|
|
@@ -548609,3 +548609,644 @@ Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-05 11:37:
|
|
|
548609
548609
|
|
|
548610
548610
|
|
|
548611
548611
|
Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-08-05 11:37:45 -0400
|
|
548612
|
+
|
|
548613
|
+
|
|
548614
|
+
Started GET "/style_guide" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548615
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
548616
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (1.0ms)
|
|
548617
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.0ms)
|
|
548618
|
+
Completed 200 OK in 111ms (Views: 110.5ms | ActiveRecord: 0.0ms)
|
|
548619
|
+
|
|
548620
|
+
|
|
548621
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548622
|
+
|
|
548623
|
+
|
|
548624
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548625
|
+
|
|
548626
|
+
|
|
548627
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548628
|
+
|
|
548629
|
+
|
|
548630
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548631
|
+
|
|
548632
|
+
|
|
548633
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548634
|
+
|
|
548635
|
+
|
|
548636
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548637
|
+
|
|
548638
|
+
|
|
548639
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548640
|
+
|
|
548641
|
+
|
|
548642
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548643
|
+
|
|
548644
|
+
|
|
548645
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548646
|
+
|
|
548647
|
+
|
|
548648
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548649
|
+
|
|
548650
|
+
|
|
548651
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548652
|
+
|
|
548653
|
+
|
|
548654
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548655
|
+
|
|
548656
|
+
|
|
548657
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548658
|
+
|
|
548659
|
+
|
|
548660
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548661
|
+
|
|
548662
|
+
|
|
548663
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548664
|
+
|
|
548665
|
+
|
|
548666
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548667
|
+
|
|
548668
|
+
|
|
548669
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548670
|
+
|
|
548671
|
+
|
|
548672
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548673
|
+
|
|
548674
|
+
|
|
548675
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548676
|
+
|
|
548677
|
+
|
|
548678
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548679
|
+
|
|
548680
|
+
|
|
548681
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548682
|
+
|
|
548683
|
+
|
|
548684
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548685
|
+
|
|
548686
|
+
|
|
548687
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548688
|
+
|
|
548689
|
+
|
|
548690
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548691
|
+
|
|
548692
|
+
|
|
548693
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548694
|
+
|
|
548695
|
+
|
|
548696
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-05 15:18:17 -0400
|
|
548697
|
+
|
|
548698
|
+
|
|
548699
|
+
Started GET "/style_guide" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548700
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
548701
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.4ms)
|
|
548702
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.0ms)
|
|
548703
|
+
Completed 200 OK in 139ms (Views: 138.2ms | ActiveRecord: 0.0ms)
|
|
548704
|
+
|
|
548705
|
+
|
|
548706
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548707
|
+
|
|
548708
|
+
|
|
548709
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548710
|
+
|
|
548711
|
+
|
|
548712
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548713
|
+
|
|
548714
|
+
|
|
548715
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548716
|
+
|
|
548717
|
+
|
|
548718
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548719
|
+
|
|
548720
|
+
|
|
548721
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548722
|
+
|
|
548723
|
+
|
|
548724
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548725
|
+
|
|
548726
|
+
|
|
548727
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548728
|
+
|
|
548729
|
+
|
|
548730
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548731
|
+
|
|
548732
|
+
|
|
548733
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548734
|
+
|
|
548735
|
+
|
|
548736
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548737
|
+
|
|
548738
|
+
|
|
548739
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548740
|
+
|
|
548741
|
+
|
|
548742
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548743
|
+
|
|
548744
|
+
|
|
548745
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548746
|
+
|
|
548747
|
+
|
|
548748
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548749
|
+
|
|
548750
|
+
|
|
548751
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548752
|
+
|
|
548753
|
+
|
|
548754
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548755
|
+
|
|
548756
|
+
|
|
548757
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548758
|
+
|
|
548759
|
+
|
|
548760
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548761
|
+
|
|
548762
|
+
|
|
548763
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548764
|
+
|
|
548765
|
+
|
|
548766
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548767
|
+
|
|
548768
|
+
|
|
548769
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548770
|
+
|
|
548771
|
+
|
|
548772
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548773
|
+
|
|
548774
|
+
|
|
548775
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548776
|
+
|
|
548777
|
+
|
|
548778
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548779
|
+
|
|
548780
|
+
|
|
548781
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-05 15:48:58 -0400
|
|
548782
|
+
|
|
548783
|
+
|
|
548784
|
+
Started GET "/style_guide" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548785
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
548786
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.5ms)
|
|
548787
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.0ms)
|
|
548788
|
+
Completed 200 OK in 107ms (Views: 106.4ms | ActiveRecord: 0.0ms)
|
|
548789
|
+
|
|
548790
|
+
|
|
548791
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548792
|
+
|
|
548793
|
+
|
|
548794
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548795
|
+
|
|
548796
|
+
|
|
548797
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548798
|
+
|
|
548799
|
+
|
|
548800
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548801
|
+
|
|
548802
|
+
|
|
548803
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548804
|
+
|
|
548805
|
+
|
|
548806
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548807
|
+
|
|
548808
|
+
|
|
548809
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548810
|
+
|
|
548811
|
+
|
|
548812
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548813
|
+
|
|
548814
|
+
|
|
548815
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548816
|
+
|
|
548817
|
+
|
|
548818
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548819
|
+
|
|
548820
|
+
|
|
548821
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548822
|
+
|
|
548823
|
+
|
|
548824
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548825
|
+
|
|
548826
|
+
|
|
548827
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548828
|
+
|
|
548829
|
+
|
|
548830
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548831
|
+
|
|
548832
|
+
|
|
548833
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548834
|
+
|
|
548835
|
+
|
|
548836
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548837
|
+
|
|
548838
|
+
|
|
548839
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548840
|
+
|
|
548841
|
+
|
|
548842
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548843
|
+
|
|
548844
|
+
|
|
548845
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548846
|
+
|
|
548847
|
+
|
|
548848
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548849
|
+
|
|
548850
|
+
|
|
548851
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548852
|
+
|
|
548853
|
+
|
|
548854
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548855
|
+
|
|
548856
|
+
|
|
548857
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548858
|
+
|
|
548859
|
+
|
|
548860
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548861
|
+
|
|
548862
|
+
|
|
548863
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548864
|
+
|
|
548865
|
+
|
|
548866
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-05 16:05:06 -0400
|
|
548867
|
+
|
|
548868
|
+
|
|
548869
|
+
Started GET "/style_guide" for ::1 at 2016-08-05 16:47:21 -0400
|
|
548870
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
548871
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.8ms)
|
|
548872
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (3.0ms)
|
|
548873
|
+
Completed 200 OK in 121ms (Views: 120.2ms | ActiveRecord: 0.0ms)
|
|
548874
|
+
|
|
548875
|
+
|
|
548876
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548877
|
+
|
|
548878
|
+
|
|
548879
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548880
|
+
|
|
548881
|
+
|
|
548882
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548883
|
+
|
|
548884
|
+
|
|
548885
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548886
|
+
|
|
548887
|
+
|
|
548888
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548889
|
+
|
|
548890
|
+
|
|
548891
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548892
|
+
|
|
548893
|
+
|
|
548894
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548895
|
+
|
|
548896
|
+
|
|
548897
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548898
|
+
|
|
548899
|
+
|
|
548900
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548901
|
+
|
|
548902
|
+
|
|
548903
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548904
|
+
|
|
548905
|
+
|
|
548906
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548907
|
+
|
|
548908
|
+
|
|
548909
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548910
|
+
|
|
548911
|
+
|
|
548912
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548913
|
+
|
|
548914
|
+
|
|
548915
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548916
|
+
|
|
548917
|
+
|
|
548918
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548919
|
+
|
|
548920
|
+
|
|
548921
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548922
|
+
|
|
548923
|
+
|
|
548924
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548925
|
+
|
|
548926
|
+
|
|
548927
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548928
|
+
|
|
548929
|
+
|
|
548930
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548931
|
+
|
|
548932
|
+
|
|
548933
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548934
|
+
|
|
548935
|
+
|
|
548936
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548937
|
+
|
|
548938
|
+
|
|
548939
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548940
|
+
|
|
548941
|
+
|
|
548942
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548943
|
+
|
|
548944
|
+
|
|
548945
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548946
|
+
|
|
548947
|
+
|
|
548948
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548949
|
+
|
|
548950
|
+
|
|
548951
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-05 16:47:22 -0400
|
|
548952
|
+
|
|
548953
|
+
|
|
548954
|
+
Started GET "/style_guide" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548955
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
548956
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (2.6ms)
|
|
548957
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (7.0ms)
|
|
548958
|
+
Completed 200 OK in 268ms (Views: 264.9ms | ActiveRecord: 0.0ms)
|
|
548959
|
+
|
|
548960
|
+
|
|
548961
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548962
|
+
|
|
548963
|
+
|
|
548964
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548965
|
+
|
|
548966
|
+
|
|
548967
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548968
|
+
|
|
548969
|
+
|
|
548970
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548971
|
+
|
|
548972
|
+
|
|
548973
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548974
|
+
|
|
548975
|
+
|
|
548976
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548977
|
+
|
|
548978
|
+
|
|
548979
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548980
|
+
|
|
548981
|
+
|
|
548982
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548983
|
+
|
|
548984
|
+
|
|
548985
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548986
|
+
|
|
548987
|
+
|
|
548988
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548989
|
+
|
|
548990
|
+
|
|
548991
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548992
|
+
|
|
548993
|
+
|
|
548994
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548995
|
+
|
|
548996
|
+
|
|
548997
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
548998
|
+
|
|
548999
|
+
|
|
549000
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549001
|
+
|
|
549002
|
+
|
|
549003
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549004
|
+
|
|
549005
|
+
|
|
549006
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549007
|
+
|
|
549008
|
+
|
|
549009
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549010
|
+
|
|
549011
|
+
|
|
549012
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549013
|
+
|
|
549014
|
+
|
|
549015
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549016
|
+
|
|
549017
|
+
|
|
549018
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549019
|
+
|
|
549020
|
+
|
|
549021
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549022
|
+
|
|
549023
|
+
|
|
549024
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549025
|
+
|
|
549026
|
+
|
|
549027
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549028
|
+
|
|
549029
|
+
|
|
549030
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549031
|
+
|
|
549032
|
+
|
|
549033
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549034
|
+
|
|
549035
|
+
|
|
549036
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-08 10:02:39 -0400
|
|
549037
|
+
|
|
549038
|
+
|
|
549039
|
+
Started GET "/style_guide" for ::1 at 2016-08-09 20:06:43 -0400
|
|
549040
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
549041
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (1.9ms)
|
|
549042
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (5.6ms)
|
|
549043
|
+
Completed 200 OK in 245ms (Views: 243.2ms | ActiveRecord: 0.0ms)
|
|
549044
|
+
|
|
549045
|
+
|
|
549046
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549047
|
+
|
|
549048
|
+
|
|
549049
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549050
|
+
|
|
549051
|
+
|
|
549052
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549053
|
+
|
|
549054
|
+
|
|
549055
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549056
|
+
|
|
549057
|
+
|
|
549058
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549059
|
+
|
|
549060
|
+
|
|
549061
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549062
|
+
|
|
549063
|
+
|
|
549064
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549065
|
+
|
|
549066
|
+
|
|
549067
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549068
|
+
|
|
549069
|
+
|
|
549070
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549071
|
+
|
|
549072
|
+
|
|
549073
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549074
|
+
|
|
549075
|
+
|
|
549076
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549077
|
+
|
|
549078
|
+
|
|
549079
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549080
|
+
|
|
549081
|
+
|
|
549082
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549083
|
+
|
|
549084
|
+
|
|
549085
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549086
|
+
|
|
549087
|
+
|
|
549088
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549089
|
+
|
|
549090
|
+
|
|
549091
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549092
|
+
|
|
549093
|
+
|
|
549094
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549095
|
+
|
|
549096
|
+
|
|
549097
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549098
|
+
|
|
549099
|
+
|
|
549100
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549101
|
+
|
|
549102
|
+
|
|
549103
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549104
|
+
|
|
549105
|
+
|
|
549106
|
+
Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549107
|
+
|
|
549108
|
+
|
|
549109
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549110
|
+
|
|
549111
|
+
|
|
549112
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549113
|
+
|
|
549114
|
+
|
|
549115
|
+
Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549116
|
+
|
|
549117
|
+
|
|
549118
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549119
|
+
|
|
549120
|
+
|
|
549121
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-09 20:06:44 -0400
|
|
549122
|
+
|
|
549123
|
+
|
|
549124
|
+
Started GET "/style_guide/visual_elements" for ::1 at 2016-08-09 20:06:49 -0400
|
|
549125
|
+
Processing by ForeverStyleGuide::StyleController#show as HTML
|
|
549126
|
+
Parameters: {"id"=>"visual_elements"}
|
|
549127
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.6ms)
|
|
549128
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (1.1ms)
|
|
549129
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_buttons.erb (1.1ms)
|
|
549130
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (32.2ms)
|
|
549131
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_dropdowns.erb (0.1ms)
|
|
549132
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.9ms)
|
|
549133
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_effects.erb (0.1ms)
|
|
549134
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (19.1ms)
|
|
549135
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_forms.erb (0.1ms)
|
|
549136
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (20.5ms)
|
|
549137
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_input_groups.erb (0.2ms)
|
|
549138
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (21.0ms)
|
|
549139
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_lists.erb (1.9ms)
|
|
549140
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (22.6ms)
|
|
549141
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_progress.erb (0.2ms)
|
|
549142
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (19.2ms)
|
|
549143
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_headings.erb (0.1ms)
|
|
549144
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_formatting.erb (0.1ms)
|
|
549145
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_styles.erb (0.4ms)
|
|
549146
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_typography.html.erb (15.4ms)
|
|
549147
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (200.5ms)
|
|
549148
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.8ms)
|
|
549149
|
+
Completed 200 OK in 363ms (Views: 362.1ms | ActiveRecord: 0.0ms)
|
|
549150
|
+
|
|
549151
|
+
|
|
549152
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-09 20:06:50 -0400
|
|
549153
|
+
|
|
549154
|
+
|
|
549155
|
+
Started GET "/assets/style_guide/hero/beach-girl-xs.jpg" for ::1 at 2016-08-09 20:06:50 -0400
|
|
549156
|
+
|
|
549157
|
+
|
|
549158
|
+
Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-08-09 20:06:50 -0400
|
|
549159
|
+
|
|
549160
|
+
|
|
549161
|
+
Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-09 20:06:50 -0400
|
|
549162
|
+
|
|
549163
|
+
|
|
549164
|
+
Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-08-09 20:06:50 -0400
|
|
549165
|
+
|
|
549166
|
+
|
|
549167
|
+
Started GET "/style_guide" for ::1 at 2016-08-09 20:09:42 -0400
|
|
549168
|
+
Processing by ForeverStyleGuide::StyleController#index as HTML
|
|
549169
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.5ms)
|
|
549170
|
+
Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.7ms)
|
|
549171
|
+
Completed 200 OK in 3054ms (Views: 3053.5ms | ActiveRecord: 0.0ms)
|
|
549172
|
+
|
|
549173
|
+
|
|
549174
|
+
Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549175
|
+
|
|
549176
|
+
|
|
549177
|
+
Started GET "/assets/application.css?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549178
|
+
|
|
549179
|
+
|
|
549180
|
+
Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549181
|
+
|
|
549182
|
+
|
|
549183
|
+
Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549184
|
+
|
|
549185
|
+
|
|
549186
|
+
Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549187
|
+
|
|
549188
|
+
|
|
549189
|
+
Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549190
|
+
|
|
549191
|
+
|
|
549192
|
+
Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549193
|
+
|
|
549194
|
+
|
|
549195
|
+
Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549196
|
+
|
|
549197
|
+
|
|
549198
|
+
Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549199
|
+
|
|
549200
|
+
|
|
549201
|
+
Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549202
|
+
|
|
549203
|
+
|
|
549204
|
+
Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549205
|
+
|
|
549206
|
+
|
|
549207
|
+
Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549208
|
+
|
|
549209
|
+
|
|
549210
|
+
Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549211
|
+
|
|
549212
|
+
|
|
549213
|
+
Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549214
|
+
|
|
549215
|
+
|
|
549216
|
+
Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549217
|
+
|
|
549218
|
+
|
|
549219
|
+
Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549220
|
+
|
|
549221
|
+
|
|
549222
|
+
Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549223
|
+
|
|
549224
|
+
|
|
549225
|
+
Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549226
|
+
|
|
549227
|
+
|
|
549228
|
+
Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549229
|
+
|
|
549230
|
+
|
|
549231
|
+
Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549232
|
+
|
|
549233
|
+
|
|
549234
|
+
Started GET "/assets/forever_style_guide/nav-fixed.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549235
|
+
|
|
549236
|
+
|
|
549237
|
+
Started GET "/assets/forever_style_guide/navbar.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549238
|
+
|
|
549239
|
+
|
|
549240
|
+
Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549241
|
+
|
|
549242
|
+
|
|
549243
|
+
Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549244
|
+
|
|
549245
|
+
|
|
549246
|
+
Started GET "/assets/forever_style_guide/forever-logo.png" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549247
|
+
|
|
549248
|
+
|
|
549249
|
+
Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-09 20:09:45 -0400
|
|
549250
|
+
|
|
549251
|
+
|
|
549252
|
+
Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-09 20:09:45 -0400
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: forever_style_guide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Nicholas McClay
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-08-
|
|
11
|
+
date: 2016-08-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|