leather 3.3.2 → 3.3.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d04e716f91c05820a3445f302d218047dc73a4c0
4
- data.tar.gz: ce960207e9219974f31e01431172b6b540ace663
3
+ metadata.gz: f29b50e270a2459202216879b2413b911226f359
4
+ data.tar.gz: fde3cf3ee5bfeea9d5daae988ccb608e7188c37f
5
5
  SHA512:
6
- metadata.gz: 9b7135812f22c55fbb0820620867e9178f5b10fbce413eb369c9f380ba8ccc1665d16e3d43a7f556a69b53c5ba270f45a58b6a5c2ef8813863bce8c9be49f082
7
- data.tar.gz: c25c84cf33a119accd168caa167ff1bafb8356afdbeba8cec5d6c8f932314aed9ac72efe9e6d434af6640edeff7db8ffd4cd4a6d6ff10bc92714cad127e7f4b1
6
+ metadata.gz: 8adbc655405d37f93b2ea7723ca1dc8ba3b0f23e5bb1ca3aef51f1c6de4a7fa2006866500f2a1e06fb4317855445841b72ae5888744d2f3cbcfb66f5b916b9c2
7
+ data.tar.gz: 0b8052b3c2741734dfa27727f13ff65ba7c3ce916a34053026a554a463c6d3a581269a45f6b7d2bec40ba8c4d4f0ec19238f64a5ee5f3a110b89232dc1ddc32a
@@ -6,7 +6,7 @@ $ ->
6
6
  target = $(this).data("target")
7
7
  $(target).toggleClass("in")
8
8
 
9
- $("body").on "click", "#off-canvas-overlay", (e) ->
9
+ $("body").on "click touchstart", "#off-canvas-overlay", (e) ->
10
10
  e.preventDefault()
11
11
  $(".off-canvas.in").removeClass("in")
12
12
 
@@ -1,5 +1,4 @@
1
- = content_for :body_class do
2
- = "bg-gray-lighter container-lg"
1
+ = content_for :extra_body_classes, "bg-gray-lighter container-lg"
3
2
 
4
3
  .jumbotron.relative.no-margin.text-white{style: "height: 700px;"}
5
4
  .abs-cover.hero24
@@ -1,5 +1,5 @@
1
1
  .nav-menu-header
2
- = link_to "Leather", root_url, class: "nav-menu-brand"
2
+ = link_to "Leather", main_app.root_url, class: "nav-menu-brand"
3
3
  %ul.nav.nav-menu-nav
4
4
  %li= link_to "UI Kit", ui_kit_url
5
5
  %li= link_to "Components", components_url
@@ -1,5 +1,4 @@
1
- = content_for :body_class do
2
- = "container-lg bg-gray-lighter"
1
+ = content_for :extra_body_classes, "container-lg bg-gray-lighter"
3
2
 
4
3
  %nav.nav-menu.nav-menu-default.nav-menu-fixed-left.off-canvas.off-canvas-left#target
5
4
  = render 'links'
@@ -14,6 +14,10 @@ module Leather
14
14
  directory("views/pages", Rails.root.join("app", "views", "pages"))
15
15
  end
16
16
 
17
+ def copy_navigation
18
+ copy_file("_navigation.html.haml", Rails.root.join("app", "views", "application", "_navigation.html.haml"))
19
+ end
20
+
17
21
  def copy_bootstrap_variables
18
22
  copy_file("bootstrap_variables.css.scss", Rails.root.join("app", "assets", "stylesheets", "bootstrap_variables.css.scss"))
19
23
  end
@@ -1,3 +1,3 @@
1
1
  module Leather
2
- VERSION = "3.3.2"
2
+ VERSION = "3.3.3.1"
3
3
  end
@@ -7,7 +7,7 @@
7
7
  <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
8
8
  <%= csrf_meta_tags %>
9
9
  </head>
10
- <body class="<%= params[:controller].split("/").join("_") %> <%= params[:action] %> <%= yield(:body_class) %>">
10
+ <body class="<%= params[:controller].split("/").join("_") %> <%= params[:action] %> <%= yield :extra_body_classes %>">
11
11
  <%= render 'navigation' %>
12
12
  <%= yield %>
13
13
  </body>
@@ -82915,3 +82915,826 @@ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 12:48:39 -
82915
82915
 
82916
82916
 
82917
82917
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 12:48:39 -0600
82918
+
82919
+
82920
+ Started GET "/ui_kit" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82921
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
82922
+ Processing by Leather::ApplicationController#ui_kit as HTML
82923
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (1.6ms)
82924
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82925
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82926
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
82927
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82928
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82929
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (2.4ms)
82930
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (1.3ms)
82931
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82932
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82933
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82934
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82935
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82936
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.5ms)
82937
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
82938
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (7.9ms)
82939
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
82940
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82941
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82942
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
82943
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82944
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
82945
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.6ms)
82946
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.4ms)
82947
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
82948
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82949
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82950
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82951
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82952
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.5ms)
82953
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.1ms)
82954
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.4ms)
82955
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/_table.html.haml (2.8ms)
82956
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/_table.html.haml (0.1ms)
82957
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/_table.html.haml (0.1ms)
82958
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/_table.html.haml (0.1ms)
82959
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/_table.html.haml (0.2ms)
82960
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/ui_kit.html.haml within layouts/application (151.6ms)
82961
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
82962
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
82963
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82964
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82965
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82966
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.5ms)
82967
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
82968
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.5ms)
82969
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
82970
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
82971
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.5ms)
82972
+ Rendered application/_navigation.html.haml (26.5ms)
82973
+ Completed 200 OK in 255ms (Views: 254.0ms | ActiveRecord: 0.0ms)
82974
+
82975
+
82976
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82977
+
82978
+
82979
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82980
+
82981
+
82982
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82983
+
82984
+
82985
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82986
+
82987
+
82988
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82989
+
82990
+
82991
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82992
+
82993
+
82994
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 12:50:50 -0600
82995
+
82996
+
82997
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
82998
+ Processing by Leather::ApplicationController#components as HTML
82999
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (28.9ms)
83000
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
83001
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83002
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83003
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83004
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83005
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.5ms)
83006
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.1ms)
83007
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83008
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.5ms)
83009
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83010
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.5ms)
83011
+ Rendered application/_navigation.html.haml (19.8ms)
83012
+ Completed 200 OK in 61ms (Views: 60.8ms | ActiveRecord: 0.0ms)
83013
+
83014
+
83015
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83016
+
83017
+
83018
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83019
+
83020
+
83021
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83022
+
83023
+
83024
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83025
+
83026
+
83027
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83028
+
83029
+
83030
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83031
+
83032
+
83033
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83034
+
83035
+
83036
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83037
+
83038
+
83039
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 12:51:01 -0600
83040
+
83041
+
83042
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83043
+ Processing by Leather::LayoutsController#two_column as HTML
83044
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (5.5ms)
83045
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (15.7ms)
83046
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (1.2ms)
83047
+ Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms)
83048
+
83049
+
83050
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83051
+
83052
+
83053
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83054
+
83055
+
83056
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83057
+
83058
+
83059
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83060
+
83061
+
83062
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83063
+
83064
+
83065
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83066
+
83067
+
83068
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 12:51:03 -0600
83069
+
83070
+
83071
+ Started GET "/layouts/admin" for 127.0.0.1 at 2015-01-20 14:48:42 -0600
83072
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
83073
+ Processing by Leather::LayoutsController#admin as HTML
83074
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (8.5ms)
83075
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/admin.html.haml within layouts/application (25.7ms)
83076
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (2.1ms)
83077
+ Completed 200 OK in 622ms (Views: 620.6ms | ActiveRecord: 0.0ms)
83078
+
83079
+
83080
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83081
+
83082
+
83083
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83084
+
83085
+
83086
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83087
+
83088
+
83089
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83090
+
83091
+
83092
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83093
+
83094
+
83095
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83096
+
83097
+
83098
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:43 -0600
83099
+
83100
+
83101
+ Started GET "/layouts/admin" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83102
+ Processing by Leather::LayoutsController#admin as HTML
83103
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (2.7ms)
83104
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/admin.html.haml within layouts/application (4.5ms)
83105
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.1ms)
83106
+ Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)
83107
+
83108
+
83109
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83110
+
83111
+
83112
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83113
+
83114
+
83115
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83116
+
83117
+
83118
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83119
+
83120
+
83121
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83122
+
83123
+
83124
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 14:48:58 -0600
83125
+
83126
+
83127
+ Started GET "/layouts/admin" for 127.0.0.1 at 2015-01-20 14:49:14 -0600
83128
+ Processing by Leather::LayoutsController#admin as HTML
83129
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (3.0ms)
83130
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/admin.html.haml within layouts/application (4.8ms)
83131
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.1ms)
83132
+ Completed 200 OK in 255ms (Views: 255.1ms | ActiveRecord: 0.0ms)
83133
+
83134
+
83135
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83136
+
83137
+
83138
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83139
+
83140
+
83141
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83142
+
83143
+
83144
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83145
+
83146
+
83147
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83148
+
83149
+
83150
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83151
+
83152
+
83153
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 14:49:15 -0600
83154
+
83155
+
83156
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 14:49:20 -0600
83157
+
83158
+
83159
+ Started GET "/layouts/admin" for 127.0.0.1 at 2015-01-20 14:50:10 -0600
83160
+ Processing by Leather::LayoutsController#admin as HTML
83161
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (4.5ms)
83162
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/admin.html.haml within layouts/application (7.5ms)
83163
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.2ms)
83164
+ Completed 200 OK in 482ms (Views: 481.4ms | ActiveRecord: 0.0ms)
83165
+
83166
+
83167
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 14:50:10 -0600
83168
+
83169
+
83170
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:10 -0600
83171
+
83172
+
83173
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:10 -0600
83174
+
83175
+
83176
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:11 -0600
83177
+
83178
+
83179
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:11 -0600
83180
+
83181
+
83182
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:11 -0600
83183
+
83184
+
83185
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:11 -0600
83186
+
83187
+
83188
+ Started GET "/layouts/admin" for 127.0.0.1 at 2015-01-20 14:50:28 -0600
83189
+ Processing by Leather::LayoutsController#admin as HTML
83190
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (3.1ms)
83191
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/admin.html.haml within layouts/application (6.6ms)
83192
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.1ms)
83193
+ Completed 200 OK in 354ms (Views: 354.1ms | ActiveRecord: 0.0ms)
83194
+
83195
+
83196
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83197
+
83198
+
83199
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83200
+
83201
+
83202
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83203
+
83204
+
83205
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83206
+
83207
+
83208
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83209
+
83210
+
83211
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83212
+
83213
+
83214
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 14:50:29 -0600
83215
+
83216
+
83217
+ Started GET "/" for 127.0.0.1 at 2015-01-20 16:32:45 -0600
83218
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
83219
+ Processing by HighVoltage::PagesController#show as HTML
83220
+ Parameters: {"id"=>"home"}
83221
+ Rendered pages/home.html.haml within layouts/application (4.1ms)
83222
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (1.6ms)
83223
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83224
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83225
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83226
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83227
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (2.7ms)
83228
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (1.5ms)
83229
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83230
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.5ms)
83231
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83232
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (11.2ms)
83233
+ Rendered application/_navigation.html.haml (47.5ms)
83234
+ Completed 200 OK in 162ms (Views: 160.7ms | ActiveRecord: 0.0ms)
83235
+
83236
+
83237
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83238
+
83239
+
83240
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83241
+
83242
+
83243
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83244
+
83245
+
83246
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83247
+
83248
+
83249
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83250
+
83251
+
83252
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83253
+
83254
+
83255
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:46 -0600
83256
+
83257
+
83258
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83259
+ Processing by Leather::ApplicationController#components as HTML
83260
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (39.0ms)
83261
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
83262
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83263
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83264
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83265
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83266
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.6ms)
83267
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.1ms)
83268
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83269
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83270
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.1ms)
83271
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.5ms)
83272
+ Rendered application/_navigation.html.haml (20.1ms)
83273
+ Completed 200 OK in 69ms (Views: 68.9ms | ActiveRecord: 0.0ms)
83274
+
83275
+
83276
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83277
+
83278
+
83279
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83280
+
83281
+
83282
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83283
+
83284
+
83285
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83286
+
83287
+
83288
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83289
+
83290
+
83291
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83292
+
83293
+
83294
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83295
+
83296
+
83297
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83298
+
83299
+
83300
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 16:32:48 -0600
83301
+
83302
+
83303
+ Started GET "/layouts/admin" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83304
+ Processing by Leather::LayoutsController#admin as HTML
83305
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (6.6ms)
83306
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/admin.html.haml within layouts/application (12.5ms)
83307
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (1.0ms)
83308
+ Completed 200 OK in 26ms (Views: 26.0ms | ActiveRecord: 0.0ms)
83309
+
83310
+
83311
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83312
+
83313
+
83314
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83315
+
83316
+
83317
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83318
+
83319
+
83320
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83321
+
83322
+
83323
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83324
+
83325
+
83326
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83327
+
83328
+
83329
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:51 -0600
83330
+
83331
+
83332
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83333
+ Processing by Leather::LayoutsController#two_column as HTML
83334
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (2.8ms)
83335
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (10.8ms)
83336
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.1ms)
83337
+ Completed 200 OK in 23ms (Views: 22.9ms | ActiveRecord: 0.0ms)
83338
+
83339
+
83340
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83341
+
83342
+
83343
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83344
+
83345
+
83346
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83347
+
83348
+
83349
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83350
+
83351
+
83352
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83353
+
83354
+
83355
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83356
+
83357
+
83358
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:32:53 -0600
83359
+
83360
+
83361
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:33:26 -0600
83362
+ Processing by Leather::LayoutsController#two_column as HTML
83363
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (2.9ms)
83364
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (5.4ms)
83365
+ Completed 500 Internal Server Error in 38ms
83366
+
83367
+ ActionView::Template::Error (undefined local variable or method `body_class' for #<#<Class:0x007fc4ae26c288>:0x007fc4abb203f0>):
83368
+ 7: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
83369
+ 8: <%= csrf_meta_tags %>
83370
+ 9: </head>
83371
+ 10: <body class="<%= params[:controller].split("/").join("_") %> <%= params[:action] %> <%= body_class %>">
83372
+ 11: <%= render 'navigation' %>
83373
+ 12: <%= yield %>
83374
+ 13: </body>
83375
+ app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1557405699224817709_70241335416380'
83376
+
83377
+
83378
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
83379
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
83380
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.5ms)
83381
+
83382
+
83383
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:34:25 -0600
83384
+ Processing by Leather::LayoutsController#two_column as HTML
83385
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (2.6ms)
83386
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (4.8ms)
83387
+ Completed 500 Internal Server Error in 36ms
83388
+
83389
+ ActionView::Template::Error (undefined local variable or method `body_class' for #<#<Class:0x007fc4ae26c288>:0x007fc4ae7de2e8>):
83390
+ 7: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
83391
+ 8: <%= csrf_meta_tags %>
83392
+ 9: </head>
83393
+ 10: <body class="<%= params[:controller].split("/").join("_") %> <%= params[:action] %> <%= body_class %>">
83394
+ 11: <%= render 'navigation' %>
83395
+ 12: <%= yield %>
83396
+ 13: </body>
83397
+ app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___1557405699224817709_70241358919740'
83398
+
83399
+
83400
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
83401
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
83402
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.4ms)
83403
+
83404
+
83405
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:35:54 -0600
83406
+ ActiveRecord::SchemaMigration Load (0.7ms) SELECT "schema_migrations".* FROM "schema_migrations"
83407
+ Processing by Leather::LayoutsController#two_column as HTML
83408
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (4.8ms)
83409
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (18.3ms)
83410
+ Completed 500 Internal Server Error in 133ms
83411
+
83412
+ ActionView::Template::Error (undefined local variable or method `body_class' for #<#<Class:0x007fd9d1eeaa68>:0x007fd9d1ee9550>):
83413
+ 7: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
83414
+ 8: <%= csrf_meta_tags %>
83415
+ 9: </head>
83416
+ 10: <body class="<%= params[:controller].split("/").join("_") %> <%= params[:action] %> <%= body_class %>">
83417
+ 11: <%= render 'navigation' %>
83418
+ 12: <%= yield %>
83419
+ 13: </body>
83420
+ app/views/layouts/application.html.erb:10:in `_app_views_layouts_application_html_erb___2793369451313353343_70286754887940'
83421
+
83422
+
83423
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
83424
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
83425
+ Rendered /Users/earlynovrock/.rvm/gems/ruby-2.1.2/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.7ms)
83426
+
83427
+
83428
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:40:46 -0600
83429
+ Processing by Leather::LayoutsController#two_column as HTML
83430
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (13.4ms)
83431
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (23.8ms)
83432
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (4.4ms)
83433
+ Completed 200 OK in 55ms (Views: 52.6ms | ActiveRecord: 0.0ms)
83434
+
83435
+
83436
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:40:46 -0600
83437
+
83438
+
83439
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:40:46 -0600
83440
+
83441
+
83442
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:40:47 -0600
83443
+
83444
+
83445
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:40:47 -0600
83446
+
83447
+
83448
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:40:47 -0600
83449
+
83450
+
83451
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:40:47 -0600
83452
+
83453
+
83454
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:40:47 -0600
83455
+
83456
+
83457
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:40:51 -0600
83458
+
83459
+
83460
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83461
+ Processing by Leather::LayoutsController#two_column as HTML
83462
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (4.2ms)
83463
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (33.8ms)
83464
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.1ms)
83465
+ Completed 200 OK in 45ms (Views: 45.1ms | ActiveRecord: 0.0ms)
83466
+
83467
+
83468
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83469
+
83470
+
83471
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83472
+
83473
+
83474
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83475
+
83476
+
83477
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83478
+
83479
+
83480
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83481
+
83482
+
83483
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83484
+
83485
+
83486
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:45 -0600
83487
+
83488
+
83489
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83490
+ Processing by Leather::ApplicationController#components as HTML
83491
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (31.5ms)
83492
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (1.3ms)
83493
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83494
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83495
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83496
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83497
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (2.7ms)
83498
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (1.5ms)
83499
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83500
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83501
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.1ms)
83502
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (9.0ms)
83503
+ Rendered application/_navigation.html.haml (39.3ms)
83504
+ Completed 200 OK in 82ms (Views: 82.1ms | ActiveRecord: 0.0ms)
83505
+
83506
+
83507
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83508
+
83509
+
83510
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83511
+
83512
+
83513
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83514
+
83515
+
83516
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83517
+
83518
+
83519
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83520
+
83521
+
83522
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83523
+
83524
+
83525
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83526
+
83527
+
83528
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83529
+
83530
+
83531
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 16:41:48 -0600
83532
+
83533
+
83534
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83535
+ Processing by Leather::ApplicationController#components as HTML
83536
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (56.5ms)
83537
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83538
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83539
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83540
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83541
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83542
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.5ms)
83543
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83544
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83545
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83546
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83547
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.4ms)
83548
+ Rendered application/_navigation.html.haml (16.3ms)
83549
+ Completed 200 OK in 83ms (Views: 82.7ms | ActiveRecord: 0.0ms)
83550
+
83551
+
83552
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83553
+
83554
+
83555
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83556
+
83557
+
83558
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83559
+
83560
+
83561
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83562
+
83563
+
83564
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83565
+
83566
+
83567
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83568
+
83569
+
83570
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83571
+
83572
+
83573
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83574
+
83575
+
83576
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 16:42:16 -0600
83577
+
83578
+
83579
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83580
+ Processing by Leather::ApplicationController#components as HTML
83581
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (1.7ms)
83582
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83583
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83584
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83585
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83586
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83587
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.7ms)
83588
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83589
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83590
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
83591
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83592
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.6ms)
83593
+ Rendered application/_navigation.html.haml (21.7ms)
83594
+ Completed 200 OK in 34ms (Views: 34.2ms | ActiveRecord: 0.0ms)
83595
+
83596
+
83597
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83598
+
83599
+
83600
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83601
+
83602
+
83603
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83604
+
83605
+
83606
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83607
+
83608
+
83609
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83610
+
83611
+
83612
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83613
+
83614
+
83615
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83616
+
83617
+
83618
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83619
+
83620
+
83621
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 16:42:33 -0600
83622
+
83623
+
83624
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83625
+ Processing by Leather::ApplicationController#components as HTML
83626
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (23.5ms)
83627
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83628
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83629
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83630
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83631
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83632
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (1.0ms)
83633
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (1.7ms)
83634
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
83635
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83636
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83637
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.5ms)
83638
+ Rendered application/_navigation.html.haml (22.7ms)
83639
+ Completed 200 OK in 59ms (Views: 58.7ms | ActiveRecord: 0.0ms)
83640
+
83641
+
83642
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83643
+
83644
+
83645
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83646
+
83647
+
83648
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83649
+
83650
+
83651
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83652
+
83653
+
83654
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83655
+
83656
+
83657
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83658
+
83659
+
83660
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83661
+
83662
+
83663
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83664
+
83665
+
83666
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 16:43:10 -0600
83667
+
83668
+
83669
+ Started GET "/layouts/two_column" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83670
+ Processing by Leather::LayoutsController#two_column as HTML
83671
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_links.html.haml (5.5ms)
83672
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/two_column.html.haml within layouts/application (18.2ms)
83673
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/layouts/_navigation.html.haml (0.1ms)
83674
+ Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)
83675
+
83676
+
83677
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83678
+
83679
+
83680
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83681
+
83682
+
83683
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83684
+
83685
+
83686
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83687
+
83688
+
83689
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83690
+
83691
+
83692
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83693
+
83694
+
83695
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:12 -0600
83696
+
83697
+
83698
+ Started GET "/components" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83699
+ Processing by Leather::ApplicationController#components as HTML
83700
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/application/components.html.haml within layouts/application (2.8ms)
83701
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.6ms)
83702
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.4ms)
83703
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83704
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83705
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83706
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_dropdown_nav_item.html.haml (0.7ms)
83707
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83708
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.3ms)
83709
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_item.html.haml (0.2ms)
83710
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_nav_list.html.haml (0.2ms)
83711
+ Rendered /Users/earlynovrock/Web/leather/app/views/leather/bootstrap_components/_navbar.html.haml (0.5ms)
83712
+ Rendered application/_navigation.html.haml (22.9ms)
83713
+ Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms)
83714
+
83715
+
83716
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83717
+
83718
+
83719
+ Started GET "/assets/leather/off_canvas.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83720
+
83721
+
83722
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83723
+
83724
+
83725
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83726
+
83727
+
83728
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83729
+
83730
+
83731
+ Started GET "/assets/leather.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83732
+
83733
+
83734
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83735
+
83736
+
83737
+ Started GET "/assets/leather/phone.png" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
83738
+
83739
+
83740
+ Started GET "/assets/leather/hero24.jpg" for 127.0.0.1 at 2015-01-20 16:43:15 -0600
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: leather
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.2
4
+ version: 3.3.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Van Der Beek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-20 00:00:00.000000000 Z
11
+ date: 2015-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 3.3.2
75
+ version: 3.3.3
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 3.3.2
82
+ version: 3.3.3
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: jquery-rails
85
85
  requirement: !ruby/object:Gem::Requirement