forever_style_guide 3.0.19 → 3.0.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 48b4974cee2b7137d29d0e05a04a0eda9a56775e
4
- data.tar.gz: ed237123efa3903b575672357a3169f5f28f79b3
3
+ metadata.gz: a391a2e37b095e4e6762fb31bb4299df47027462
4
+ data.tar.gz: 8164a3bacddbfaab2fc9c23832583de772218414
5
5
  SHA512:
6
- metadata.gz: 59f8883de686fb334c767caa1a7c81c8111a9f4b1e7b72125f879e4ad3e53184ceb471d4ba9b6262875f515bc2721acf47c55ba21b55ac07ab9edbb55f92a29c
7
- data.tar.gz: ab3510feca52b59d42cf2b0a13b20f285a8ac4134d31fec575795ce4e0816ede6b9ab03404f7820995bc931d27faf338c5dde9b6dcd41d9fde89f32308deca83
6
+ metadata.gz: 0f0dbd89bcdbe2b63a42b184f3d1a96402ec6390c3c46e2b035cae5b97002a1f16c783cee5e06b227785a0a65b0ff7a849af8b49b1ab3b6337e27ed8be8cbdce
7
+ data.tar.gz: 763f8669f1ff7b0357df3dbc620a249f5da74d81bd3994cce1c193b40865045bae0d9755a2c3a7753d4d7de548c0d21a20d3f6095ccd6a99c8cca3ecd979ac30
@@ -22,6 +22,10 @@ $padding-xs-horizontal: 6px !global;
22
22
  ---------------------------------------------------------------------------- */
23
23
  $header-height: 50px;
24
24
 
25
+ $footer-height: 455px;
26
+ $footer-height-sm: 340px;
27
+ $footer-height-md: 240px;
28
+
25
29
  $btn-lg-size: 64px;
26
30
  $btn-size: 42px;
27
31
  $btn-sm-size: 35px;
@@ -18,6 +18,7 @@ $offcanvas-media: $grid-float-breakpoint!default;
18
18
  .navbar-offcanvas {
19
19
  position: fixed;
20
20
  width: 100%;
21
+ min-height: 100%; // Ensure offcanvas menu ignores mobile-safari's padding garbage
21
22
  max-width: $offcanvas-width;
22
23
  left: -$offcanvas-width;
23
24
  top: 0;
@@ -27,7 +27,7 @@ module ForeverStyleGuide
27
27
  url.host = url.host.sub(replace, "#{sub}.")
28
28
 
29
29
  # Allow ember routes like /#/settings/password
30
- url.path = URI.escape(path, '#')
30
+ url.path = URI.escape(path, '#, ?')
31
31
  url.query = nil
32
32
  url = URI.decode(url.to_s)
33
33
  end
@@ -61,6 +61,10 @@ module ForeverStyleGuide
61
61
  web_app_url('/inbox')
62
62
  end
63
63
 
64
+ def inbox_url
65
+ web_app_url('/#/inbox?inbox_filter_type=unorganized-items')
66
+ end
67
+
64
68
  def projects_url
65
69
  web_app_url('/projects')
66
70
  end
@@ -35,7 +35,7 @@
35
35
  <h4 class="color-gray-300 footer-title">Support</h4>
36
36
  <hr class="footer-divider" />
37
37
  <ul class="list-unstyled">
38
- <li><%= link_to "Visit Forever Help Center", help_center_url, class: "footer-link", title: "Visit the Forever Help Center" %></li>
38
+ <li><%= link_to "Visit Forever Help Center", help_center_url, class: "footer-link", title: "Visit the Forever Help Center", target: '_blank' %></li>
39
39
  <li><%= mail_to "support@forever.com", "support@forever.com", class: "footer-link", title: "Email us at support@forever.com" %></li>
40
40
  <li><%= link_to "1-888-FOREVER (1-888-367-3837)", "tel:1-888-367-3837", class: "footer-link", title: "Call us at 1-888-367-3837" %></li>
41
41
  </ul>
@@ -45,11 +45,11 @@
45
45
  <h4 class="color-gray-300 footer-title">Stay Connected</h4>
46
46
  <hr class="footer-divider" />
47
47
  <div class="footer-social_icons">
48
- <%= link_to (fa_stacked_icon "facebook feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), facebook_url, title: "Follow Forever on Facebook" %>
49
- <%= link_to (fa_stacked_icon "twitter feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), twitter_url, title: "Follow Forever on Twitter" %>
50
- <%= link_to (fa_stacked_icon "instagram feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), instagram_url, title: "Follow Forever on Instagram" %>
51
- <%= link_to (fa_stacked_icon "youtube feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), youtube_url, title: "Follow Forever on YouTube" %>
52
- <%= link_to (fa_stacked_icon "pinterest feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), pinterest_url, title: "Follow Forever on Pinterest" %>
48
+ <%= link_to (fa_stacked_icon "facebook feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), facebook_url, title: "Follow Forever on Facebook", target: '_blank' %>
49
+ <%= link_to (fa_stacked_icon "twitter feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), twitter_url, title: "Follow Forever on Twitter", target: '_blank' %>
50
+ <%= link_to (fa_stacked_icon "instagram feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), instagram_url, title: "Follow Forever on Instagram", target: '_blank' %>
51
+ <%= link_to (fa_stacked_icon "youtube feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), youtube_url, title: "Follow Forever on YouTube", target: '_blank' %>
52
+ <%= link_to (fa_stacked_icon "pinterest feature_bullet-icon", base: "circle", class: "fa-feature_bullet color-gray-600"), pinterest_url, title: "Follow Forever on Pinterest", target: '_blank' %>
53
53
  </div>
54
54
  </div>
55
55
  </div>
@@ -60,7 +60,7 @@
60
60
  </div>
61
61
  <div class="col-xs-12 col-sm-6 footer-policy_links">
62
62
  <p class="small color-gray-400">
63
- <%= link_to "Careers", careers_url, title: "Join the Forever Team", class: "footer-link footer-link-dark" %> |
63
+ <%= link_to "Careers", careers_url, title: "Join the Forever Team", class: "footer-link footer-link-dark", target: '_blank' %> |
64
64
  <%= link_to "Privacy Policy", privacy_url, class: "footer-link footer-link-dark", title: "Forever Privacy Policy" %> |
65
65
  <%= link_to "Terms of Service", tos_url, class: "footer-link footer-link-dark", title: "Forever Terms of Service" %>
66
66
  </p>
@@ -5,7 +5,7 @@
5
5
 
6
6
  <% if defined?(current_user) && current_user.present? %>
7
7
  <li class='navbar-account_item-inbox navbar-account_item'>
8
- <%= link_to library_url, class: "nav-icon-stack hidden-grid-float-breakpoint" do %>
8
+ <%= link_to inbox_url, class: "nav-icon-stack hidden-grid-float-breakpoint", title: "Organize Photos from Your Forever Inbox" do %>
9
9
  <i class='fa fa-inbox'></i>
10
10
  <span class="nav-icon-label">Inbox</span>
11
11
  <% end %>
@@ -11,19 +11,19 @@
11
11
 
12
12
  <ul class="list-unstyled">
13
13
  <li>
14
- <%= link_to 'Help Center', help_center_url, class: 'dropdown-menu-nav-link', title: 'Forever Help Center' %>
14
+ <%= link_to 'Help Center', help_center_url, class: 'dropdown-menu-nav-link', title: 'Forever Help Center', target: '_blank' %>
15
15
  </li>
16
16
 
17
17
  <li>
18
- <%= link_to 'Web & Mobile App FAQ', web_faq_url, class: 'dropdown-menu-nav-link', title: 'Forever Artisan Frequently Asked Questions' %>
18
+ <%= link_to 'Web & Mobile App FAQ', web_faq_url, class: 'dropdown-menu-nav-link', title: 'Forever Artisan Frequently Asked Questions', target: '_blank' %>
19
19
  </li>
20
20
 
21
21
  <li>
22
- <%= link_to 'Artisan FAQ', artisan_faq_url, class: 'dropdown-menu-nav-link', title: 'Forever Artisan Frequently Asked Questions' %>
22
+ <%= link_to 'Artisan FAQ', artisan_faq_url, class: 'dropdown-menu-nav-link', title: 'Forever Artisan Frequently Asked Questions', target: '_blank' %>
23
23
  </li>
24
24
 
25
25
  <li>
26
- <%= link_to 'Historian FAQ', historian_faq_url, class: 'dropdown-menu-nav-link', title: 'Forever Historian Frequently Asked Questions' %>
26
+ <%= link_to 'Historian FAQ', historian_faq_url, class: 'dropdown-menu-nav-link', title: 'Forever Historian Frequently Asked Questions', target: '_blank' %>
27
27
  </li>
28
28
 
29
29
  <li>
@@ -31,7 +31,7 @@
31
31
  </li>
32
32
 
33
33
  <li>
34
- <%= link_to 'Contact Us', contact_us_url, class: 'dropdown-menu-nav-link', title: 'Contact Us' %>
34
+ <%= link_to 'Contact Us', contact_us_url, class: 'dropdown-menu-nav-link', title: 'Contact Us', target: '_blank' %>
35
35
  </li>
36
36
  </ul>
37
37
  </div>
@@ -1,3 +1,3 @@
1
1
  module ForeverStyleGuide
2
- VERSION = "3.0.19"
2
+ VERSION = "3.0.20"
3
3
  end
@@ -579129,3 +579129,1075 @@ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-22 1
579129
579129
 
579130
579130
 
579131
579131
  Started GET "/assets/application.css?body=1" for ::1 at 2016-08-22 13:06:50 -0400
579132
+
579133
+
579134
+ Started GET "/style_guide" for ::1 at 2016-08-23 13:54:13 -0400
579135
+ Processing by ForeverStyleGuide::StyleController#index as HTML
579136
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.6ms)
579137
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.9ms)
579138
+ Completed 200 OK in 3600ms (Views: 3599.6ms | ActiveRecord: 0.0ms)
579139
+
579140
+
579141
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579142
+
579143
+
579144
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579145
+
579146
+
579147
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579148
+
579149
+
579150
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579151
+
579152
+
579153
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579154
+
579155
+
579156
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579157
+
579158
+
579159
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579160
+
579161
+
579162
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579163
+
579164
+
579165
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579166
+
579167
+
579168
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579169
+
579170
+
579171
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579172
+
579173
+
579174
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579175
+
579176
+
579177
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579178
+
579179
+
579180
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579181
+
579182
+
579183
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579184
+
579185
+
579186
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579187
+
579188
+
579189
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579190
+
579191
+
579192
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579193
+
579194
+
579195
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579196
+
579197
+
579198
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579199
+
579200
+
579201
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579202
+
579203
+
579204
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579205
+
579206
+
579207
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-23 13:54:17 -0400
579208
+
579209
+
579210
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-23 13:54:17 -0400
579211
+
579212
+
579213
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-23 13:54:17 -0400
579214
+
579215
+
579216
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-23 13:54:17 -0400
579217
+
579218
+
579219
+ Started GET "/style_guide/visual_elements" for ::1 at 2016-08-23 13:54:23 -0400
579220
+ Processing by ForeverStyleGuide::StyleController#show as HTML
579221
+ Parameters: {"id"=>"visual_elements"}
579222
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.2ms)
579223
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (1.0ms)
579224
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_buttons.erb (0.8ms)
579225
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (28.0ms)
579226
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_dropdowns.erb (0.1ms)
579227
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.1ms)
579228
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_effects.erb (0.1ms)
579229
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (16.9ms)
579230
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_forms.erb (0.6ms)
579231
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (22.7ms)
579232
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_input_groups.erb (0.3ms)
579233
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (21.5ms)
579234
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_lists.erb (0.2ms)
579235
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (20.3ms)
579236
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_progress.erb (0.1ms)
579237
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.5ms)
579238
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_headings.erb (0.1ms)
579239
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_formatting.erb (0.1ms)
579240
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_styles.erb (0.3ms)
579241
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_typography.html.erb (19.5ms)
579242
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (196.9ms)
579243
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.6ms)
579244
+ Completed 200 OK in 305ms (Views: 305.0ms | ActiveRecord: 0.0ms)
579245
+
579246
+
579247
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 13:54:24 -0400
579248
+
579249
+
579250
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-23 13:54:24 -0400
579251
+
579252
+
579253
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-23 13:54:24 -0400
579254
+
579255
+
579256
+ Started GET "/assets/style_guide/hero/beach-girl-xs.jpg" for ::1 at 2016-08-23 13:54:24 -0400
579257
+
579258
+
579259
+ Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-08-23 13:54:24 -0400
579260
+
579261
+
579262
+ Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-23 13:54:24 -0400
579263
+
579264
+
579265
+ Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-08-23 13:54:24 -0400
579266
+
579267
+
579268
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 13:54:32 -0400
579269
+
579270
+
579271
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-23 13:54:32 -0400
579272
+
579273
+
579274
+ Started GET "/style_guide/visual_elements" for ::1 at 2016-08-23 13:57:03 -0400
579275
+ Processing by ForeverStyleGuide::StyleController#show as HTML
579276
+ Parameters: {"id"=>"visual_elements"}
579277
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.2ms)
579278
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (0.7ms)
579279
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_buttons.erb (0.5ms)
579280
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.3ms)
579281
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_dropdowns.erb (0.1ms)
579282
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.8ms)
579283
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_effects.erb (0.0ms)
579284
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (14.0ms)
579285
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_forms.erb (0.0ms)
579286
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.0ms)
579287
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_input_groups.erb (0.2ms)
579288
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.3ms)
579289
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_lists.erb (0.1ms)
579290
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (19.7ms)
579291
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_progress.erb (0.1ms)
579292
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (16.7ms)
579293
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_headings.erb (0.1ms)
579294
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_formatting.erb (0.0ms)
579295
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_styles.erb (0.1ms)
579296
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_typography.html.erb (12.8ms)
579297
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (161.2ms)
579298
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (8.8ms)
579299
+ Completed 200 OK in 264ms (Views: 263.6ms | ActiveRecord: 0.0ms)
579300
+
579301
+
579302
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579303
+
579304
+
579305
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-23 13:57:04 -0400
579306
+
579307
+
579308
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579309
+
579310
+
579311
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579312
+
579313
+
579314
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579315
+
579316
+
579317
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579318
+
579319
+
579320
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579321
+
579322
+
579323
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579324
+
579325
+
579326
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579327
+
579328
+
579329
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579330
+
579331
+
579332
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579333
+
579334
+
579335
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579336
+
579337
+
579338
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579339
+
579340
+
579341
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579342
+
579343
+
579344
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579345
+
579346
+
579347
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579348
+
579349
+
579350
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579351
+
579352
+
579353
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579354
+
579355
+
579356
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579357
+
579358
+
579359
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579360
+
579361
+
579362
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579363
+
579364
+
579365
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579366
+
579367
+
579368
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579369
+
579370
+
579371
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-23 13:57:04 -0400
579372
+
579373
+
579374
+ Started GET "/assets/style_guide/hero/beach-girl-xs.jpg" for ::1 at 2016-08-23 13:57:04 -0400
579375
+
579376
+
579377
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-23 13:57:04 -0400
579378
+
579379
+
579380
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-23 13:57:04 -0400
579381
+
579382
+
579383
+ Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-08-23 13:57:04 -0400
579384
+
579385
+
579386
+ Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-08-23 13:57:04 -0400
579387
+
579388
+
579389
+ Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-23 13:57:04 -0400
579390
+
579391
+
579392
+ Started GET "/style_guide" for ::1 at 2016-08-23 16:06:02 -0400
579393
+ Processing by ForeverStyleGuide::StyleController#index as HTML
579394
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (1.4ms)
579395
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.6ms)
579396
+ Completed 200 OK in 149ms (Views: 147.8ms | ActiveRecord: 0.0ms)
579397
+
579398
+
579399
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579400
+
579401
+
579402
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579403
+
579404
+
579405
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579406
+
579407
+
579408
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579409
+
579410
+
579411
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579412
+
579413
+
579414
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579415
+
579416
+
579417
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579418
+
579419
+
579420
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579421
+
579422
+
579423
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579424
+
579425
+
579426
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579427
+
579428
+
579429
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579430
+
579431
+
579432
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579433
+
579434
+
579435
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579436
+
579437
+
579438
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579439
+
579440
+
579441
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579442
+
579443
+
579444
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579445
+
579446
+
579447
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579448
+
579449
+
579450
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579451
+
579452
+
579453
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-23 16:06:03 -0400
579454
+
579455
+
579456
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-23 16:06:03 -0400
579457
+
579458
+
579459
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579460
+
579461
+
579462
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579463
+
579464
+
579465
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579466
+
579467
+
579468
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579469
+
579470
+
579471
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-23 16:06:03 -0400
579472
+
579473
+
579474
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-23 16:06:03 -0400
579475
+
579476
+
579477
+ Started GET "/style_guide" for ::1 at 2016-08-23 16:06:13 -0400
579478
+ Processing by ForeverStyleGuide::StyleController#index as HTML
579479
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (1.3ms)
579480
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.4ms)
579481
+ Completed 200 OK in 124ms (Views: 123.7ms | ActiveRecord: 0.0ms)
579482
+
579483
+
579484
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-23 16:06:14 -0400
579485
+
579486
+
579487
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579488
+
579489
+
579490
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579491
+
579492
+
579493
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579494
+
579495
+
579496
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579497
+
579498
+
579499
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579500
+
579501
+
579502
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579503
+
579504
+
579505
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579506
+
579507
+
579508
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579509
+
579510
+
579511
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579512
+
579513
+
579514
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579515
+
579516
+
579517
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579518
+
579519
+
579520
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-23 16:06:14 -0400
579521
+
579522
+
579523
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-23 16:06:14 -0400
579524
+
579525
+
579526
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579527
+
579528
+
579529
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579530
+
579531
+
579532
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579533
+
579534
+
579535
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579536
+
579537
+
579538
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579539
+
579540
+
579541
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579542
+
579543
+
579544
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579545
+
579546
+
579547
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579548
+
579549
+
579550
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579551
+
579552
+
579553
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579554
+
579555
+
579556
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579557
+
579558
+
579559
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-23 16:06:14 -0400
579560
+
579561
+
579562
+ Started GET "/style_guide/css_guide" for ::1 at 2016-08-23 16:06:18 -0400
579563
+ Processing by ForeverStyleGuide::StyleController#show as HTML
579564
+ Parameters: {"id"=>"css_guide"}
579565
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.3ms)
579566
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (0.7ms)
579567
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/css_guide/_best_practices.html.erb (0.7ms)
579568
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/css_guide/_code_style.html.erb (0.4ms)
579569
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/css_guide/_naming_system.html.erb (0.7ms)
579570
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/css_guide/_shame.html.erb (0.3ms)
579571
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (79.9ms)
579572
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.4ms)
579573
+ Completed 200 OK in 190ms (Views: 189.7ms | ActiveRecord: 0.0ms)
579574
+
579575
+
579576
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579577
+
579578
+
579579
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579580
+
579581
+
579582
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-23 16:06:19 -0400
579583
+
579584
+
579585
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579586
+
579587
+
579588
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579589
+
579590
+
579591
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579592
+
579593
+
579594
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579595
+
579596
+
579597
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579598
+
579599
+
579600
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579601
+
579602
+
579603
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579604
+
579605
+
579606
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579607
+
579608
+
579609
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579610
+
579611
+
579612
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579613
+
579614
+
579615
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579616
+
579617
+
579618
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579619
+
579620
+
579621
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579622
+
579623
+
579624
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579625
+
579626
+
579627
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-23 16:06:19 -0400
579628
+
579629
+
579630
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-23 16:06:19 -0400
579631
+
579632
+
579633
+ Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-23 16:06:19 -0400
579634
+
579635
+
579636
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579637
+
579638
+
579639
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579640
+
579641
+
579642
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579643
+
579644
+
579645
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579646
+
579647
+
579648
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579649
+
579650
+
579651
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579652
+
579653
+
579654
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-23 16:06:19 -0400
579655
+
579656
+
579657
+ Started GET "/style_guide" for ::1 at 2016-08-24 12:45:55 -0400
579658
+ Processing by ForeverStyleGuide::StyleController#index as HTML
579659
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (1.5ms)
579660
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (3.0ms)
579661
+ Completed 200 OK in 234ms (Views: 232.7ms | ActiveRecord: 0.0ms)
579662
+
579663
+
579664
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579665
+
579666
+
579667
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579668
+
579669
+
579670
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579671
+
579672
+
579673
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579674
+
579675
+
579676
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579677
+
579678
+
579679
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579680
+
579681
+
579682
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579683
+
579684
+
579685
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579686
+
579687
+
579688
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579689
+
579690
+
579691
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579692
+
579693
+
579694
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579695
+
579696
+
579697
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579698
+
579699
+
579700
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579701
+
579702
+
579703
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579704
+
579705
+
579706
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579707
+
579708
+
579709
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579710
+
579711
+
579712
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579713
+
579714
+
579715
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579716
+
579717
+
579718
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-24 12:45:55 -0400
579719
+
579720
+
579721
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579722
+
579723
+
579724
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-24 12:45:55 -0400
579725
+
579726
+
579727
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579728
+
579729
+
579730
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579731
+
579732
+
579733
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579734
+
579735
+
579736
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-24 12:45:55 -0400
579737
+
579738
+
579739
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-24 12:45:55 -0400
579740
+
579741
+
579742
+ Started GET "/style_guide/visual_elements" for ::1 at 2016-08-24 12:46:02 -0400
579743
+ Processing by ForeverStyleGuide::StyleController#show as HTML
579744
+ Parameters: {"id"=>"visual_elements"}
579745
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.3ms)
579746
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (1.2ms)
579747
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_buttons.erb (0.6ms)
579748
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (31.7ms)
579749
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_dropdowns.erb (0.8ms)
579750
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.7ms)
579751
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_effects.erb (0.0ms)
579752
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (15.8ms)
579753
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_forms.erb (0.1ms)
579754
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.6ms)
579755
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_input_groups.erb (0.2ms)
579756
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.8ms)
579757
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_lists.erb (0.2ms)
579758
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (23.1ms)
579759
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_progress.erb (0.1ms)
579760
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.6ms)
579761
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_headings.erb (0.1ms)
579762
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_formatting.erb (0.1ms)
579763
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_styles.erb (0.3ms)
579764
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_typography.html.erb (18.6ms)
579765
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (194.2ms)
579766
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.5ms)
579767
+ Completed 200 OK in 310ms (Views: 309.0ms | ActiveRecord: 0.0ms)
579768
+
579769
+
579770
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579771
+
579772
+
579773
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579774
+
579775
+
579776
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579777
+
579778
+
579779
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579780
+
579781
+
579782
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579783
+
579784
+
579785
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579786
+
579787
+
579788
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579789
+
579790
+
579791
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579792
+
579793
+
579794
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579795
+
579796
+
579797
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579798
+
579799
+
579800
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579801
+
579802
+
579803
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579804
+
579805
+
579806
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579807
+
579808
+
579809
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579810
+
579811
+
579812
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579813
+
579814
+
579815
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579816
+
579817
+
579818
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579819
+
579820
+
579821
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579822
+
579823
+
579824
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-24 12:46:03 -0400
579825
+
579826
+
579827
+ Started GET "/assets/style_guide/hero/beach-girl-xs.jpg" for ::1 at 2016-08-24 12:46:03 -0400
579828
+
579829
+
579830
+ Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-08-24 12:46:03 -0400
579831
+
579832
+
579833
+ Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-24 12:46:03 -0400
579834
+
579835
+
579836
+ Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-08-24 12:46:03 -0400
579837
+
579838
+
579839
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-24 12:46:09 -0400
579840
+
579841
+
579842
+ Started GET "/style_guide" for ::1 at 2016-08-24 14:15:34 -0400
579843
+ Processing by ForeverStyleGuide::StyleController#index as HTML
579844
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.5ms)
579845
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.4ms)
579846
+ Completed 200 OK in 134ms (Views: 134.0ms | ActiveRecord: 0.0ms)
579847
+
579848
+
579849
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579850
+
579851
+
579852
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579853
+
579854
+
579855
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579856
+
579857
+
579858
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579859
+
579860
+
579861
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579862
+
579863
+
579864
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579865
+
579866
+
579867
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579868
+
579869
+
579870
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579871
+
579872
+
579873
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579874
+
579875
+
579876
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579877
+
579878
+
579879
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579880
+
579881
+
579882
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579883
+
579884
+
579885
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579886
+
579887
+
579888
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579889
+
579890
+
579891
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579892
+
579893
+
579894
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579895
+
579896
+
579897
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579898
+
579899
+
579900
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579901
+
579902
+
579903
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579904
+
579905
+
579906
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579907
+
579908
+
579909
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579910
+
579911
+
579912
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579913
+
579914
+
579915
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-24 14:15:34 -0400
579916
+
579917
+
579918
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-24 14:15:34 -0400
579919
+
579920
+
579921
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-24 14:15:34 -0400
579922
+
579923
+
579924
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-24 14:15:34 -0400
579925
+
579926
+
579927
+ Started GET "/style_guide/visual_elements" for ::1 at 2016-08-24 14:15:36 -0400
579928
+ Processing by ForeverStyleGuide::StyleController#show as HTML
579929
+ Parameters: {"id"=>"visual_elements"}
579930
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_header.erb (0.3ms)
579931
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_sidebar.erb (1.6ms)
579932
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_buttons.erb (0.4ms)
579933
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.0ms)
579934
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_dropdowns.erb (0.1ms)
579935
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (16.3ms)
579936
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_effects.erb (0.1ms)
579937
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (16.7ms)
579938
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_forms.erb (0.0ms)
579939
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (17.9ms)
579940
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_input_groups.erb (0.1ms)
579941
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (18.1ms)
579942
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_lists.erb (0.3ms)
579943
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (22.1ms)
579944
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_progress.erb (0.1ms)
579945
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/_partial.erb (19.8ms)
579946
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_headings.erb (0.1ms)
579947
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_formatting.erb (0.1ms)
579948
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/typography/_styles.erb (0.3ms)
579949
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/sections/visual_elements/_typography.html.erb (16.5ms)
579950
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/show.html.erb within layouts/forever_style_guide/application (171.9ms)
579951
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.6ms)
579952
+ Completed 200 OK in 284ms (Views: 284.1ms | ActiveRecord: 0.0ms)
579953
+
579954
+
579955
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579956
+
579957
+
579958
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579959
+
579960
+
579961
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579962
+
579963
+
579964
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579965
+
579966
+
579967
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579968
+
579969
+
579970
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579971
+
579972
+
579973
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579974
+
579975
+
579976
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579977
+
579978
+
579979
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579980
+
579981
+
579982
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579983
+
579984
+
579985
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579986
+
579987
+
579988
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579989
+
579990
+
579991
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579992
+
579993
+
579994
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579995
+
579996
+
579997
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
579998
+
579999
+
580000
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
580001
+
580002
+
580003
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
580004
+
580005
+
580006
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
580007
+
580008
+
580009
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-24 14:15:37 -0400
580010
+
580011
+
580012
+ Started GET "/assets/style_guide/hero/beach-girl-xs.jpg" for ::1 at 2016-08-24 14:15:37 -0400
580013
+
580014
+
580015
+ Started GET "/assets/ProximaNova-Light-webfont.woff" for ::1 at 2016-08-24 14:15:37 -0400
580016
+
580017
+
580018
+ Started GET "/assets/ProximaNova-Bold-webfont.woff" for ::1 at 2016-08-24 14:15:37 -0400
580019
+
580020
+
580021
+ Started GET "/assets/forever_style_guide/check.png" for ::1 at 2016-08-24 14:15:37 -0400
580022
+
580023
+
580024
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-24 14:48:34 -0400
580025
+
580026
+
580027
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-24 14:48:35 -0400
580028
+
580029
+
580030
+ Started GET "/style_guide" for ::1 at 2016-08-25 08:52:30 -0400
580031
+ Processing by ForeverStyleGuide::StyleController#index as HTML
580032
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (1.0ms)
580033
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (2.8ms)
580034
+ Completed 200 OK in 3942ms (Views: 3941.1ms | ActiveRecord: 0.0ms)
580035
+
580036
+
580037
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580038
+
580039
+
580040
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580041
+
580042
+
580043
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580044
+
580045
+
580046
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580047
+
580048
+
580049
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580050
+
580051
+
580052
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580053
+
580054
+
580055
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580056
+
580057
+
580058
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580059
+
580060
+
580061
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580062
+
580063
+
580064
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580065
+
580066
+
580067
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580068
+
580069
+
580070
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580071
+
580072
+
580073
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580074
+
580075
+
580076
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580077
+
580078
+
580079
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580080
+
580081
+
580082
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580083
+
580084
+
580085
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580086
+
580087
+
580088
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580089
+
580090
+
580091
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580092
+
580093
+
580094
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580095
+
580096
+
580097
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580098
+
580099
+
580100
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580101
+
580102
+
580103
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-25 08:52:35 -0400
580104
+
580105
+
580106
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-25 08:52:35 -0400
580107
+
580108
+
580109
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-25 08:52:35 -0400
580110
+
580111
+
580112
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-25 08:52:35 -0400
580113
+
580114
+
580115
+ Started GET "/style_guide" for ::1 at 2016-08-25 08:55:47 -0400
580116
+ Processing by ForeverStyleGuide::StyleController#index as HTML
580117
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/forever_style_guide/style/index.html.erb within layouts/forever_style_guide/application (0.4ms)
580118
+ Rendered /Users/zschweitzer/git/forever-style-guide/app/views/layouts/forever_style_guide/_navigation.erb (1.7ms)
580119
+ Completed 200 OK in 116ms (Views: 115.8ms | ActiveRecord: 0.0ms)
580120
+
580121
+
580122
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580123
+
580124
+
580125
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580126
+
580127
+
580128
+ Started GET "/assets/jquery.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580129
+
580130
+
580131
+ Started GET "/assets/bootstrap/affix.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580132
+
580133
+
580134
+ Started GET "/assets/bootstrap/alert.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580135
+
580136
+
580137
+ Started GET "/assets/bootstrap/button.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580138
+
580139
+
580140
+ Started GET "/assets/bootstrap/carousel.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580141
+
580142
+
580143
+ Started GET "/assets/bootstrap/collapse.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580144
+
580145
+
580146
+ Started GET "/assets/bootstrap/dropdown.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580147
+
580148
+
580149
+ Started GET "/assets/bootstrap/modal.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580150
+
580151
+
580152
+ Started GET "/assets/bootstrap/scrollspy.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580153
+
580154
+
580155
+ Started GET "/assets/bootstrap/tab.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580156
+
580157
+
580158
+ Started GET "/assets/bootstrap/transition.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580159
+
580160
+
580161
+ Started GET "/assets/bootstrap/popover.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580162
+
580163
+
580164
+ Started GET "/assets/bootstrap/tooltip.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580165
+
580166
+
580167
+ Started GET "/assets/bootstrap-sprockets.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580168
+
580169
+
580170
+ Started GET "/assets/style_guide/application.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580171
+
580172
+
580173
+ Started GET "/assets/forever_style_guide/account-popover.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580174
+
580175
+
580176
+ Started GET "/assets/forever_style_guide/hero-blur.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580177
+
580178
+
580179
+ Started GET "/assets/forever_style_guide/list-toggle.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580180
+
580181
+
580182
+ Started GET "/assets/forever_style_guide/offcanvas.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580183
+
580184
+
580185
+ Started GET "/assets/forever_style_guide/popover.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580186
+
580187
+
580188
+ Started GET "/assets/forever_style_guide/application.js?body=1" for ::1 at 2016-08-25 08:55:48 -0400
580189
+
580190
+
580191
+ Started GET "/assets/forever_style_guide/forever-logo.jpg" for ::1 at 2016-08-25 08:55:48 -0400
580192
+
580193
+
580194
+ Started GET "/assets/ProximaNova-Reg-webfont.woff" for ::1 at 2016-08-25 08:55:48 -0400
580195
+
580196
+
580197
+ Started GET "/assets/fontawesome-webfont.woff2?v=4.5.0" for ::1 at 2016-08-25 08:55:48 -0400
580198
+
580199
+
580200
+ Started GET "/assets/style_guide/application.css?body=1" for ::1 at 2016-08-25 08:55:51 -0400
580201
+
580202
+
580203
+ Started GET "/assets/application.css?body=1" for ::1 at 2016-08-25 08:55:51 -0400
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.19
4
+ version: 3.0.20
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-22 00:00:00.000000000 Z
11
+ date: 2016-08-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails