nd_foundation 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (200) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +15 -0
  3. data/README.md +18 -0
  4. data/Rakefile +32 -0
  5. data/lib/assets/images/icons/searchmag.png +0 -0
  6. data/lib/assets/images/noise.png +0 -0
  7. data/lib/assets/images/noise3.png +0 -0
  8. data/lib/assets/images/noise3@2x.png +0 -0
  9. data/lib/assets/images/noise4.png +0 -0
  10. data/lib/assets/images/noise4@2x.png +0 -0
  11. data/lib/assets/images/noise5.png +0 -0
  12. data/lib/assets/images/noise5@2x.png +0 -0
  13. data/lib/assets/images/texture-checkers-lightblue50.png +0 -0
  14. data/lib/assets/images/texture-gold.png +0 -0
  15. data/lib/assets/stylesheets/nd_base.css.scss +135 -0
  16. data/lib/assets/stylesheets/nd_fonts.css.scss +21 -0
  17. data/lib/assets/stylesheets/nd_foundation.css.scss +9 -0
  18. data/lib/assets/stylesheets/nd_layout.css.scss +72 -0
  19. data/lib/assets/stylesheets/nd_print.css.scss +49 -0
  20. data/lib/assets/stylesheets/nd_settings.css.scss +1078 -0
  21. data/lib/assets/stylesheets/nd_themes.css.scss +259 -0
  22. data/lib/nd/foundation.rb +8 -0
  23. data/lib/nd/foundation/engine.rb +6 -0
  24. data/lib/nd/foundation/version.rb +5 -0
  25. data/lib/nd_foundation.rb +1 -0
  26. data/lib/tasks/nd_foundation_tasks.rake +4 -0
  27. data/test/dummy/Gemfile +8 -0
  28. data/test/dummy/Gemfile.lock +114 -0
  29. data/test/dummy/README.rdoc +28 -0
  30. data/test/dummy/Rakefile +6 -0
  31. data/test/dummy/app/assets/javascripts/application.js +18 -0
  32. data/test/dummy/app/assets/javascripts/styleguide.js +2 -0
  33. data/test/dummy/app/assets/stylesheets/application.css.scss +15 -0
  34. data/test/dummy/app/assets/stylesheets/foundation_and_overrides.scss +1300 -0
  35. data/test/dummy/app/assets/stylesheets/styleguide.css.scss +3 -0
  36. data/test/dummy/app/controllers/application_controller.rb +5 -0
  37. data/test/dummy/app/controllers/styleguide_controller.rb +4 -0
  38. data/test/dummy/app/helpers/application_helper.rb +2 -0
  39. data/test/dummy/app/helpers/styleguide_helper.rb +2 -0
  40. data/test/dummy/app/views/layouts/application.html.erb +86 -0
  41. data/test/dummy/app/views/styleguide/_top_bar.html.erb +78 -0
  42. data/test/dummy/app/views/styleguide/index.html.erb +147 -0
  43. data/test/dummy/bin/bundle +3 -0
  44. data/test/dummy/bin/rails +4 -0
  45. data/test/dummy/bin/rake +4 -0
  46. data/test/dummy/config.ru +4 -0
  47. data/test/dummy/config/application.rb +23 -0
  48. data/test/dummy/config/boot.rb +5 -0
  49. data/test/dummy/config/database.yml +25 -0
  50. data/test/dummy/config/environment.rb +5 -0
  51. data/test/dummy/config/environments/development.rb +37 -0
  52. data/test/dummy/config/environments/production.rb +83 -0
  53. data/test/dummy/config/environments/test.rb +39 -0
  54. data/test/dummy/config/initializers/assets.rb +1 -0
  55. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  56. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  57. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  58. data/test/dummy/config/initializers/inflections.rb +16 -0
  59. data/test/dummy/config/initializers/mime_types.rb +4 -0
  60. data/test/dummy/config/initializers/session_store.rb +3 -0
  61. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  62. data/test/dummy/config/locales/en.yml +23 -0
  63. data/test/dummy/config/routes.rb +59 -0
  64. data/test/dummy/config/secrets.yml +22 -0
  65. data/test/dummy/db/development.sqlite3 +0 -0
  66. data/test/dummy/log/development.log +3584 -0
  67. data/test/dummy/public/404.html +67 -0
  68. data/test/dummy/public/422.html +67 -0
  69. data/test/dummy/public/500.html +66 -0
  70. data/test/dummy/public/favicon.ico +0 -0
  71. data/test/dummy/test/controllers/styleguide_controller_test.rb +9 -0
  72. data/test/dummy/test/helpers/styleguide_helper_test.rb +4 -0
  73. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_accordion.scssc +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_alert-boxes.scssc +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_block-grid.scssc +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_breadcrumbs.scssc +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_button-groups.scssc +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_buttons.scssc +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_clearing.scssc +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_dropdown-buttons.scssc +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_dropdown.scssc +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_flex-video.scssc +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_forms.scssc +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_global.scssc +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_grid.scssc +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_icon-bar.scssc +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_inline-lists.scssc +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_joyride.scssc +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_keystrokes.scssc +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_labels.scssc +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_magellan.scssc +0 -0
  92. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_offcanvas.scssc +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_orbit.scssc +0 -0
  94. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_pagination.scssc +0 -0
  95. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_panels.scssc +0 -0
  96. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_pricing-tables.scssc +0 -0
  97. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_progress-bars.scssc +0 -0
  98. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_range-slider.scssc +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_reveal.scssc +0 -0
  100. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_side-nav.scssc +0 -0
  101. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_split-buttons.scssc +0 -0
  102. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_sub-nav.scssc +0 -0
  103. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_switches.scssc +0 -0
  104. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_tables.scssc +0 -0
  105. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_tabs.scssc +0 -0
  106. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_thumbs.scssc +0 -0
  107. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_tooltips.scssc +0 -0
  108. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_top-bar.scssc +0 -0
  109. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_type.scssc +0 -0
  110. data/test/dummy/tmp/cache/assets/development/sass/071414bb46fb3393a15f678e09ea0ad0a083cb30/_visibility.scssc +0 -0
  111. data/test/dummy/tmp/cache/assets/development/sass/297d63865417ff68a1a48467b69e380aedc62ccd/application.css.scssc +0 -0
  112. data/test/dummy/tmp/cache/assets/development/sass/5695a408dcdf1f09958f4279b9972e148cba2bcb/foundation.scssc +0 -0
  113. data/test/dummy/tmp/cache/assets/development/sass/89f895f47216f815d57d67a0e005247f8aa12882/_functions.scssc +0 -0
  114. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_base.css.scssc +0 -0
  115. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_fonts.css.scssc +0 -0
  116. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_foundation.css.scssc +0 -0
  117. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_layout.css.scssc +0 -0
  118. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_print.css.scssc +0 -0
  119. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_settings.css.scssc +0 -0
  120. data/test/dummy/tmp/cache/assets/development/sass/db01201bac8cf5328b949169cb10737afa1c7b24/nd_themes.css.scssc +0 -0
  121. data/test/dummy/tmp/cache/assets/development/sprockets/041f91b27ca846cb513516a0645d18c4 +0 -0
  122. data/test/dummy/tmp/cache/assets/development/sprockets/04cedf52bdfddb8cee2866ae21f805dd +0 -0
  123. data/test/dummy/tmp/cache/assets/development/sprockets/053d34b5772f4fd3603fe0bc570b54cb +0 -0
  124. data/test/dummy/tmp/cache/assets/development/sprockets/060901fe7bd6923e51f54112bb01db14 +0 -0
  125. data/test/dummy/tmp/cache/assets/development/sprockets/0750cb5ab7cd18c01c543e5dff18094f +0 -0
  126. data/test/dummy/tmp/cache/assets/development/sprockets/0776c63b052264bf963aab0b061a3c60 +0 -0
  127. data/test/dummy/tmp/cache/assets/development/sprockets/0d77666dccf6fae469b000e479da81dc +0 -0
  128. data/test/dummy/tmp/cache/assets/development/sprockets/1bf6c458c08cf4e61fb77f10f400e7cc +0 -0
  129. data/test/dummy/tmp/cache/assets/development/sprockets/1c33f3e7ba869cbdd2488f274b99c8c9 +0 -0
  130. data/test/dummy/tmp/cache/assets/development/sprockets/1d356958ca06558fd1974de25b4fa22f +0 -0
  131. data/test/dummy/tmp/cache/assets/development/sprockets/1f054954d860e387d51941f1612ee5cd +0 -0
  132. data/test/dummy/tmp/cache/assets/development/sprockets/1f6cd76203a757ae7f0fa16fd70f62e6 +0 -0
  133. data/test/dummy/tmp/cache/assets/development/sprockets/20273a1704af2bb9cbe72e459ded8bc2 +0 -0
  134. data/test/dummy/tmp/cache/assets/development/sprockets/216edffa28718ea2b38b534c400b691f +0 -0
  135. data/test/dummy/tmp/cache/assets/development/sprockets/23002fa934f85977fd39103f937f122d +0 -0
  136. data/test/dummy/tmp/cache/assets/development/sprockets/25bcb86eea461627312d7751ad05606c +0 -0
  137. data/test/dummy/tmp/cache/assets/development/sprockets/25d1efa8a812aa9516880a7e1eb900fa +0 -0
  138. data/test/dummy/tmp/cache/assets/development/sprockets/2c0d173480326789dd22aaea5e11b189 +0 -0
  139. data/test/dummy/tmp/cache/assets/development/sprockets/2ce46335a12179d8d0720d09a1cf1451 +0 -0
  140. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  141. data/test/dummy/tmp/cache/assets/development/sprockets/36f556d4bb0210f6162f56bee8ce719b +0 -0
  142. data/test/dummy/tmp/cache/assets/development/sprockets/3c04f2388b4b1a01a8f6c01f848f1fb6 +0 -0
  143. data/test/dummy/tmp/cache/assets/development/sprockets/3cddc75f3b6e30e91b3e304fbe337774 +0 -0
  144. data/test/dummy/tmp/cache/assets/development/sprockets/3df83ebdff5dc95e693f4b48fb9594a1 +0 -0
  145. data/test/dummy/tmp/cache/assets/development/sprockets/3fb545e7fa59e61892e17bfc724bcab6 +0 -0
  146. data/test/dummy/tmp/cache/assets/development/sprockets/491a255fc69cbb33ecf58eca58a40dc6 +0 -0
  147. data/test/dummy/tmp/cache/assets/development/sprockets/4d0775de964bd46e41926ce4c944f234 +0 -0
  148. data/test/dummy/tmp/cache/assets/development/sprockets/4dfa0abbfda4a70d1dd0605e2b62ea48 +0 -0
  149. data/test/dummy/tmp/cache/assets/development/sprockets/5191873d72ffbaad1b320f224b92bd7b +0 -0
  150. data/test/dummy/tmp/cache/assets/development/sprockets/532d336875bf7818aa1ab05568e07c16 +0 -0
  151. data/test/dummy/tmp/cache/assets/development/sprockets/6589e905537b9a314a6a792797b80d05 +0 -0
  152. data/test/dummy/tmp/cache/assets/development/sprockets/68079fbb26964f61fa09154d5f644217 +0 -0
  153. data/test/dummy/tmp/cache/assets/development/sprockets/6dd4b442cfc0d712e7b1760ae6acf4ea +0 -0
  154. data/test/dummy/tmp/cache/assets/development/sprockets/715d2a9c55ef1e4f7d2fe72e0b8994b7 +0 -0
  155. data/test/dummy/tmp/cache/assets/development/sprockets/7392028e4b8541a301d8677de6c990ee +0 -0
  156. data/test/dummy/tmp/cache/assets/development/sprockets/73eeb5567dd1b59c948133020550c744 +0 -0
  157. data/test/dummy/tmp/cache/assets/development/sprockets/77315ae4d423de3c6b0cf77a5478ee25 +0 -0
  158. data/test/dummy/tmp/cache/assets/development/sprockets/7992674640cfddeab9318763eedaa611 +0 -0
  159. data/test/dummy/tmp/cache/assets/development/sprockets/7a329b37c21577faab37441b07df6305 +0 -0
  160. data/test/dummy/tmp/cache/assets/development/sprockets/7d048020c53ce8d3633b0fcd9cc7ac94 +0 -0
  161. data/test/dummy/tmp/cache/assets/development/sprockets/83d18b4309abbd7899363e51dd804cf9 +0 -0
  162. data/test/dummy/tmp/cache/assets/development/sprockets/854edef93be09f48218cfaca1d732f37 +0 -0
  163. data/test/dummy/tmp/cache/assets/development/sprockets/881ceba8bcbd8f2edeb8b4e8ebcf133e +0 -0
  164. data/test/dummy/tmp/cache/assets/development/sprockets/8ab512c9b33ac90e699b73469d71f061 +0 -0
  165. data/test/dummy/tmp/cache/assets/development/sprockets/9235e112488605852bdb9ea9d767262d +0 -0
  166. data/test/dummy/tmp/cache/assets/development/sprockets/9305009d6e784bd35520009cea4a0df3 +0 -0
  167. data/test/dummy/tmp/cache/assets/development/sprockets/95f64ec95416cea2be121039423c2f8c +0 -0
  168. data/test/dummy/tmp/cache/assets/development/sprockets/95fb118e2e1ee9a97882b54154763489 +0 -0
  169. data/test/dummy/tmp/cache/assets/development/sprockets/9a227d12bcd77989c1672c42c8c2abcc +0 -0
  170. data/test/dummy/tmp/cache/assets/development/sprockets/a880d4ac32672c6c441416ffaec880af +0 -0
  171. data/test/dummy/tmp/cache/assets/development/sprockets/adaf579aebf8a3d4e38b56591fcda21c +0 -0
  172. data/test/dummy/tmp/cache/assets/development/sprockets/b6f4664580ab130b879ad015bb40c181 +0 -0
  173. data/test/dummy/tmp/cache/assets/development/sprockets/b897b434bdb235db99799e6090eee181 +0 -0
  174. data/test/dummy/tmp/cache/assets/development/sprockets/bcca522c6302f184f12fe0e8a7d7e71a +0 -0
  175. data/test/dummy/tmp/cache/assets/development/sprockets/c13fc73ceafa45876a901b3e775b83ae +0 -0
  176. data/test/dummy/tmp/cache/assets/development/sprockets/c66a486e7b073f7925989fad19a79487 +0 -0
  177. data/test/dummy/tmp/cache/assets/development/sprockets/c7ec5debbb0967d585f99f76007ec63c +0 -0
  178. data/test/dummy/tmp/cache/assets/development/sprockets/cc9dde33e7ca839f3440d033b2f86d2b +0 -0
  179. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  180. data/test/dummy/tmp/cache/assets/development/sprockets/d02ebcf04675b48745741c1d9accb3eb +0 -0
  181. data/test/dummy/tmp/cache/assets/development/sprockets/d370a5a8d5d8a138a31b494ce51a9815 +0 -0
  182. data/test/dummy/tmp/cache/assets/development/sprockets/daf3083ac2602ae51a46984a9d6f088c +0 -0
  183. data/test/dummy/tmp/cache/assets/development/sprockets/db46aff0eafddd177a5ae7cf0577af67 +0 -0
  184. data/test/dummy/tmp/cache/assets/development/sprockets/e096352fd67fc17c3e5845477b8ff115 +0 -0
  185. data/test/dummy/tmp/cache/assets/development/sprockets/e4f434aa0dc6b8d21d6e512ef96d1755 +0 -0
  186. data/test/dummy/tmp/cache/assets/development/sprockets/ec5ef328b246c6ccf9821558ddd31dc5 +0 -0
  187. data/test/dummy/tmp/cache/assets/development/sprockets/f16766ee22720ce4de92d00889243e45 +0 -0
  188. data/test/dummy/tmp/cache/assets/development/sprockets/f5181adeeb15c0ab774cf94aeda242ca +0 -0
  189. data/test/dummy/tmp/cache/assets/development/sprockets/f7a82db2b4d53c6c7a0a82bc7d33fd76 +0 -0
  190. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  191. data/test/dummy/tmp/cache/assets/development/sprockets/f7e63b096e85178f0764ef26a72fe9a8 +0 -0
  192. data/test/dummy/tmp/cache/assets/development/sprockets/f9048170d42611c28f5de37be79d9b39 +0 -0
  193. data/test/dummy/tmp/cache/assets/development/sprockets/f9a0a0d5eb4740078fb42526dbc236f8 +0 -0
  194. data/test/dummy/tmp/cache/assets/development/sprockets/f9efe5a38e7accdb3151c7ba637750d7 +0 -0
  195. data/test/dummy/tmp/cache/assets/development/sprockets/fb18f0699d18e453eb374ec381029e77 +0 -0
  196. data/test/dummy/tmp/cache/assets/development/sprockets/fd098479beaf9c0fa47c13c5d1ae0055 +0 -0
  197. data/test/dummy/tmp/cache/assets/development/sprockets/ff78db9f1f4b981f7b273dde83ff72f6 +0 -0
  198. data/test/nd_foundation_test.rb +7 -0
  199. data/test/test_helper.rb +15 -0
  200. metadata +461 -0
@@ -0,0 +1,83 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # Code is not reloaded between requests.
5
+ config.cache_classes = true
6
+
7
+ # Eager load code on boot. This eager loads most of Rails and
8
+ # your application in memory, allowing both threaded web servers
9
+ # and those relying on copy on write to perform better.
10
+ # Rake tasks automatically ignore this option for performance.
11
+ config.eager_load = true
12
+
13
+ # Full error reports are disabled and caching is turned on.
14
+ config.consider_all_requests_local = false
15
+ config.action_controller.perform_caching = true
16
+
17
+ # Enable Rack::Cache to put a simple HTTP cache in front of your application
18
+ # Add `rack-cache` to your Gemfile before enabling this.
19
+ # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid.
20
+ # config.action_dispatch.rack_cache = true
21
+
22
+ # Disable Rails's static asset server (Apache or nginx will already do this).
23
+ config.serve_static_assets = false
24
+
25
+ # Compress JavaScripts and CSS.
26
+ config.assets.js_compressor = :uglifier
27
+ # config.assets.css_compressor = :sass
28
+
29
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
30
+ config.assets.compile = false
31
+
32
+ # Generate digests for assets URLs.
33
+ config.assets.digest = true
34
+
35
+ # Version of your assets, change this if you want to expire all your assets.
36
+ config.assets.version = '1.0'
37
+
38
+ # Specifies the header that your server uses for sending files.
39
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
40
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
41
+
42
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
43
+ # config.force_ssl = true
44
+
45
+ # Set to :debug to see everything in the log.
46
+ config.log_level = :info
47
+
48
+ # Prepend all log lines with the following tags.
49
+ # config.log_tags = [ :subdomain, :uuid ]
50
+
51
+ # Use a different logger for distributed setups.
52
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
53
+
54
+ # Use a different cache store in production.
55
+ # config.cache_store = :mem_cache_store
56
+
57
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
58
+ # config.action_controller.asset_host = "http://assets.example.com"
59
+
60
+ # Precompile additional assets.
61
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
62
+ # config.assets.precompile += %w( search.js )
63
+
64
+ # Ignore bad email addresses and do not raise email delivery errors.
65
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
66
+ # config.action_mailer.raise_delivery_errors = false
67
+
68
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
69
+ # the I18n.default_locale when a translation cannot be found).
70
+ config.i18n.fallbacks = true
71
+
72
+ # Send deprecation notices to registered listeners.
73
+ config.active_support.deprecation = :notify
74
+
75
+ # Disable automatic flushing of the log to improve performance.
76
+ # config.autoflush_log = false
77
+
78
+ # Use default logging formatter so that PID and timestamp are not suppressed.
79
+ config.log_formatter = ::Logger::Formatter.new
80
+
81
+ # Do not dump schema after migrations.
82
+ config.active_record.dump_schema_after_migration = false
83
+ end
@@ -0,0 +1,39 @@
1
+ Rails.application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # The test environment is used exclusively to run your application's
5
+ # test suite. You never need to work with it otherwise. Remember that
6
+ # your test database is "scratch space" for the test suite and is wiped
7
+ # and recreated between test runs. Don't rely on the data there!
8
+ config.cache_classes = true
9
+
10
+ # Do not eager load code on boot. This avoids loading your whole application
11
+ # just for the purpose of running a single test. If you are using a tool that
12
+ # preloads Rails for running tests, you may have to set it to true.
13
+ config.eager_load = false
14
+
15
+ # Configure static asset server for tests with Cache-Control for performance.
16
+ config.serve_static_assets = true
17
+ config.static_cache_control = 'public, max-age=3600'
18
+
19
+ # Show full error reports and disable caching.
20
+ config.consider_all_requests_local = true
21
+ config.action_controller.perform_caching = false
22
+
23
+ # Raise exceptions instead of rendering exception templates.
24
+ config.action_dispatch.show_exceptions = false
25
+
26
+ # Disable request forgery protection in test environment.
27
+ config.action_controller.allow_forgery_protection = false
28
+
29
+ # Tell Action Mailer not to deliver emails to the real world.
30
+ # The :test delivery method accumulates sent emails in the
31
+ # ActionMailer::Base.deliveries array.
32
+ config.action_mailer.delivery_method = :test
33
+
34
+ # Print deprecation notices to the stderr.
35
+ config.active_support.deprecation = :stderr
36
+
37
+ # Raises error for missing translations
38
+ # config.action_view.raise_on_missing_translations = true
39
+ end
@@ -0,0 +1 @@
1
+ # Rails.application.config.assets.precompile += %w( foundation.css jquery.js foundation.js )
@@ -0,0 +1,7 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
+ # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
+
6
+ # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
+ # Rails.backtrace_cleaner.remove_silencers!
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.action_dispatch.cookies_serializer = :json
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Configure sensitive parameters which will be filtered from the log file.
4
+ Rails.application.config.filter_parameters += [:password]
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,4 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new mime types for use in respond_to blocks:
4
+ # Mime::Type.register "text/richtext", :rtf
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Rails.application.config.session_store :cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,59 @@
1
+ Rails.application.routes.draw do
2
+ get 'styleguide/index'
3
+
4
+ root 'styleguide#index'
5
+ # The priority is based upon order of creation: first created -> highest priority.
6
+ # See how all your routes lay out with "rake routes".
7
+
8
+ # You can have the root of your site routed with "root"
9
+ # root 'welcome#index'
10
+
11
+ # Example of regular route:
12
+ # get 'products/:id' => 'catalog#view'
13
+
14
+ # Example of named route that can be invoked with purchase_url(id: product.id)
15
+ # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
16
+
17
+ # Example resource route (maps HTTP verbs to controller actions automatically):
18
+ # resources :products
19
+
20
+ # Example resource route with options:
21
+ # resources :products do
22
+ # member do
23
+ # get 'short'
24
+ # post 'toggle'
25
+ # end
26
+ #
27
+ # collection do
28
+ # get 'sold'
29
+ # end
30
+ # end
31
+
32
+ # Example resource route with sub-resources:
33
+ # resources :products do
34
+ # resources :comments, :sales
35
+ # resource :seller
36
+ # end
37
+
38
+ # Example resource route with more complex sub-resources:
39
+ # resources :products do
40
+ # resources :comments
41
+ # resources :sales do
42
+ # get 'recent', on: :collection
43
+ # end
44
+ # end
45
+
46
+ # Example resource route with concerns:
47
+ # concern :toggleable do
48
+ # post 'toggle'
49
+ # end
50
+ # resources :posts, concerns: :toggleable
51
+ # resources :photos, concerns: :toggleable
52
+
53
+ # Example resource route within a namespace:
54
+ # namespace :admin do
55
+ # # Directs /admin/products/* to Admin::ProductsController
56
+ # # (app/controllers/admin/products_controller.rb)
57
+ # resources :products
58
+ # end
59
+ end
@@ -0,0 +1,22 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Your secret key is used for verifying the integrity of signed cookies.
4
+ # If you change this key, all old signed cookies will become invalid!
5
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure the secrets in this file are kept private
11
+ # if you're sharing your code publicly.
12
+
13
+ development:
14
+ secret_key_base: a38a986a28d6e307c1a83b7dfb3009cfc6e725f27fcebd9f142d7703746a0eb98256882c66b0d18a8328188f27589f33d135653b15d240e4db9e00eebdda333e
15
+
16
+ test:
17
+ secret_key_base: ed49187715342a2f9ec2b0a4fe515b9829ec4a3242ea997a467ed22574732828d76dd297f4633c1474e5b4a46929dedfaf76ab578907157d2f456cc8a9d4ede6
18
+
19
+ # Do not keep production secrets in the repository,
20
+ # instead read values from the environment.
21
+ production:
22
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
File without changes
@@ -0,0 +1,3584 @@
1
+
2
+
3
+ Started GET "/styleguide" for 127.0.0.1 at 2014-06-23 09:06:29 -0400
4
+ Processing by Foundation::Rails::StyleguideController#show as HTML
5
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/app/views/foundation/rails/styleguide/show.html.erb (1899.1ms)
6
+ Completed 500 Internal Server Error in 1910ms
7
+
8
+ ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( foundation.css )` to `config/initializers/assets.rb` and restart your server):
9
+ 6:
10
+ 7: <title>Foundation | Styleguide</title>
11
+ 8:
12
+ 9: <%= stylesheet_link_tag "foundation" %>
13
+ 10: <% if false %>
14
+ 11: <%= javascript_include_tag "vendor/custom.modernizr" %>
15
+ 12: <% end %>
16
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:185:in `check_errors_for'
17
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:156:in `block in stylesheet_link_tag'
18
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `map'
19
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:155:in `stylesheet_link_tag'
20
+ foundation-rails (5.3.0.1) app/views/foundation/rails/styleguide/show.html.erb:9:in `___sers_alech__rvm_gems_ruby_______rails__gems_foundation_rails_________app_views_foundation_rails_styleguide_show_html_erb___460877742126129858_70363787258300'
21
+ actionview (4.1.1) lib/action_view/template.rb:145:in `block in render'
22
+ activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument'
23
+ actionview (4.1.1) lib/action_view/template.rb:339:in `instrument'
24
+ actionview (4.1.1) lib/action_view/template.rb:143:in `render'
25
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
26
+ actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
27
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
28
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
29
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
30
+ actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
31
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
32
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
33
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
34
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
35
+ actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
36
+ actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render'
37
+ actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template'
38
+ actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
39
+ actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body'
40
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
41
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
42
+ actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
43
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
44
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
45
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
46
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
47
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
48
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
49
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
50
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
51
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
52
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
53
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
54
+ actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
55
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
56
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
57
+ activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
58
+ activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
59
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
60
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
61
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
62
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
63
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
64
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
65
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
66
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
67
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
68
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
69
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
70
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
71
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
72
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
73
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
74
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
75
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
76
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
77
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
78
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
79
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
80
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
81
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
82
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
83
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
84
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
85
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
86
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
87
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
88
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
89
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
90
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
91
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
92
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
93
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
94
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
95
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
96
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
97
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
98
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
99
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
100
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
101
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
102
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
103
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
104
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
105
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
106
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
107
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
108
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
109
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
110
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
111
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
112
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
113
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
114
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
115
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
116
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
117
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
118
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
119
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
120
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
121
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
122
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
123
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
124
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
125
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
126
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
127
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
128
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
129
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
130
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
131
+
132
+
133
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
134
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.4ms)
135
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (17.4ms)
136
+
137
+
138
+ Started GET "/styleguide" for 127.0.0.1 at 2014-06-23 09:07:29 -0400
139
+ Processing by Foundation::Rails::StyleguideController#show as HTML
140
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/app/views/foundation/rails/styleguide/show.html.erb (41.7ms)
141
+ Completed 500 Internal Server Error in 46ms
142
+
143
+ ActionView::Template::Error (Asset filtered out and will not be served: add `Rails.application.config.assets.precompile += %w( jquery.js )` to `config/initializers/assets.rb` and restart your server):
144
+ 125: <a class="close-reveal-modal">&#215;</a>
145
+ 126: </div>
146
+ 127:
147
+ 128: <%= javascript_include_tag "jquery" %>
148
+ 129: <%= javascript_include_tag "foundation" %>
149
+ 130: <script>
150
+ 131: $(document).foundation();
151
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:185:in `check_errors_for'
152
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:134:in `block in javascript_include_tag'
153
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `map'
154
+ sprockets-rails (2.1.3) lib/sprockets/rails/helper.rb:133:in `javascript_include_tag'
155
+ foundation-rails (5.3.0.1) app/views/foundation/rails/styleguide/show.html.erb:128:in `___sers_alech__rvm_gems_ruby_______rails__gems_foundation_rails_________app_views_foundation_rails_styleguide_show_html_erb__2757077864301404418_70094413478140'
156
+ actionview (4.1.1) lib/action_view/template.rb:145:in `block in render'
157
+ activesupport (4.1.1) lib/active_support/notifications.rb:161:in `instrument'
158
+ actionview (4.1.1) lib/action_view/template.rb:339:in `instrument'
159
+ actionview (4.1.1) lib/action_view/template.rb:143:in `render'
160
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:55:in `block (2 levels) in render_template'
161
+ actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument'
162
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
163
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
164
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
165
+ actionview (4.1.1) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument'
166
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:54:in `block in render_template'
167
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:62:in `render_with_layout'
168
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:53:in `render_template'
169
+ actionview (4.1.1) lib/action_view/renderer/template_renderer.rb:17:in `render'
170
+ actionview (4.1.1) lib/action_view/renderer/renderer.rb:42:in `render_template'
171
+ actionview (4.1.1) lib/action_view/renderer/renderer.rb:23:in `render'
172
+ actionview (4.1.1) lib/action_view/rendering.rb:99:in `_render_template'
173
+ actionpack (4.1.1) lib/action_controller/metal/streaming.rb:217:in `_render_template'
174
+ actionview (4.1.1) lib/action_view/rendering.rb:82:in `render_to_body'
175
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
176
+ actionpack (4.1.1) lib/action_controller/metal/renderers.rb:32:in `render_to_body'
177
+ actionpack (4.1.1) lib/abstract_controller/rendering.rb:25:in `render'
178
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:16:in `render'
179
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
180
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
181
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/benchmark.rb:294:in `realtime'
182
+ activesupport (4.1.1) lib/active_support/core_ext/benchmark.rb:12:in `ms'
183
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
184
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
185
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
186
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:40:in `render'
187
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
188
+ actionpack (4.1.1) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
189
+ actionpack (4.1.1) lib/abstract_controller/base.rb:189:in `process_action'
190
+ actionpack (4.1.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
191
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
192
+ activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
193
+ activesupport (4.1.1) lib/active_support/callbacks.rb:113:in `call'
194
+ activesupport (4.1.1) lib/active_support/callbacks.rb:229:in `block in halting'
195
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `call'
196
+ activesupport (4.1.1) lib/active_support/callbacks.rb:166:in `block in halting'
197
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `call'
198
+ activesupport (4.1.1) lib/active_support/callbacks.rb:86:in `run_callbacks'
199
+ actionpack (4.1.1) lib/abstract_controller/callbacks.rb:19:in `process_action'
200
+ actionpack (4.1.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
201
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
202
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `block in instrument'
203
+ activesupport (4.1.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
204
+ activesupport (4.1.1) lib/active_support/notifications.rb:159:in `instrument'
205
+ actionpack (4.1.1) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
206
+ actionpack (4.1.1) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
207
+ activerecord (4.1.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
208
+ actionpack (4.1.1) lib/abstract_controller/base.rb:136:in `process'
209
+ actionview (4.1.1) lib/action_view/rendering.rb:30:in `process'
210
+ actionpack (4.1.1) lib/action_controller/metal.rb:195:in `dispatch'
211
+ actionpack (4.1.1) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
212
+ actionpack (4.1.1) lib/action_controller/metal.rb:231:in `block in action'
213
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `call'
214
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
215
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:48:in `call'
216
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
217
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
218
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
219
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
220
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
221
+ railties (4.1.1) lib/rails/railtie.rb:194:in `public_send'
222
+ railties (4.1.1) lib/rails/railtie.rb:194:in `method_missing'
223
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:71:in `block in call'
224
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `each'
225
+ actionpack (4.1.1) lib/action_dispatch/journey/router.rb:59:in `call'
226
+ actionpack (4.1.1) lib/action_dispatch/routing/route_set.rb:676:in `call'
227
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
228
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
229
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
230
+ actionpack (4.1.1) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
231
+ actionpack (4.1.1) lib/action_dispatch/middleware/flash.rb:254:in `call'
232
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
233
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
234
+ actionpack (4.1.1) lib/action_dispatch/middleware/cookies.rb:560:in `call'
235
+ activerecord (4.1.1) lib/active_record/query_cache.rb:36:in `call'
236
+ activerecord (4.1.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
237
+ activerecord (4.1.1) lib/active_record/migration.rb:380:in `call'
238
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
239
+ activesupport (4.1.1) lib/active_support/callbacks.rb:82:in `run_callbacks'
240
+ actionpack (4.1.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
241
+ actionpack (4.1.1) lib/action_dispatch/middleware/reloader.rb:73:in `call'
242
+ actionpack (4.1.1) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
243
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
244
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
245
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
246
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
247
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
248
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
249
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
250
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
251
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
252
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
253
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
254
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
255
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
256
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
257
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
258
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
259
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
260
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
261
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
262
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
263
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
264
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
265
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
266
+
267
+
268
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
269
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
270
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.3ms)
271
+
272
+
273
+ Started GET "/styleguide" for 127.0.0.1 at 2014-06-23 09:08:12 -0400
274
+ Processing by Foundation::Rails::StyleguideController#show as HTML
275
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/app/views/foundation/rails/styleguide/show.html.erb (163.2ms)
276
+ Completed 200 OK in 168ms (Views: 167.4ms | ActiveRecord: 0.0ms)
277
+
278
+
279
+ Started GET "/assets/foundation.css?body=1" for 127.0.0.1 at 2014-06-23 09:08:12 -0400
280
+
281
+
282
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:12 -0400
283
+
284
+
285
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:12 -0400
286
+
287
+
288
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:12 -0400
289
+
290
+
291
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:12 -0400
292
+
293
+
294
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
295
+
296
+
297
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
298
+
299
+
300
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
301
+
302
+
303
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
304
+
305
+
306
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
307
+
308
+
309
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
310
+
311
+
312
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
313
+
314
+
315
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
316
+
317
+
318
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
319
+
320
+
321
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
322
+
323
+
324
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
325
+
326
+
327
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
328
+
329
+
330
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
331
+
332
+
333
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
334
+
335
+
336
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:08:13 -0400
337
+
338
+
339
+ Started GET "/styleguide" for 127.0.0.1 at 2014-06-23 09:13:17 -0400
340
+
341
+ ActionController::RoutingError (No route matches [GET] "/styleguide"):
342
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
343
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
344
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
345
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
346
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
347
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
348
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
349
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
350
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
351
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
352
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
353
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
354
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
355
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
356
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
357
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
358
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
359
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
360
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
361
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
362
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
363
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
364
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
365
+
366
+
367
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
368
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
369
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.7ms)
370
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (28.0ms)
371
+
372
+
373
+ Started GET "/styleguide/index" for 127.0.0.1 at 2014-06-23 09:13:23 -0400
374
+ Processing by StyleguideController#index as HTML
375
+ Rendered styleguide/index.html.erb within layouts/application (0.5ms)
376
+ Completed 500 Internal Server Error in 132ms
377
+
378
+ ActionView::Template::Error (File to import not found or unreadable: foundation.
379
+ Load paths:
380
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/images
381
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/javascripts
382
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets
383
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:14)):
384
+ 6:
385
+ 7: <title><%= content_for?(:title) ? yield(:title) : "foundation-rails" %></title>
386
+ 8:
387
+ 9: <%= stylesheet_link_tag "application" %>
388
+ 10: <%= javascript_include_tag "vendor/modernizr" %>
389
+ 11: <%= csrf_meta_tags %>
390
+ 12: </head>
391
+ app/assets/stylesheets/application.css.scss:14
392
+ app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb___129414618902660013_70162366774760'
393
+
394
+
395
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
396
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.8ms)
397
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.8ms)
398
+
399
+
400
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:13:25 -0400
401
+ Processing by StyleguideController#index as HTML
402
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
403
+ Completed 500 Internal Server Error in 6ms
404
+
405
+ ActionView::Template::Error (File to import not found or unreadable: foundation.
406
+ Load paths:
407
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/images
408
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/javascripts
409
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets
410
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:14)):
411
+ 6:
412
+ 7: <title><%= content_for?(:title) ? yield(:title) : "foundation-rails" %></title>
413
+ 8:
414
+ 9: <%= stylesheet_link_tag "application" %>
415
+ 10: <%= javascript_include_tag "vendor/modernizr" %>
416
+ 11: <%= csrf_meta_tags %>
417
+ 12: </head>
418
+ app/assets/stylesheets/application.css.scss:14
419
+ app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb___129414618902660013_70162366774760'
420
+
421
+
422
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
423
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
424
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.0ms)
425
+
426
+
427
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:14:07 -0400
428
+ Processing by StyleguideController#index as HTML
429
+ Rendered styleguide/index.html.erb within layouts/application (1.1ms)
430
+ Completed 500 Internal Server Error in 987ms
431
+
432
+ ActionView::Template::Error (File to import not found or unreadable: nd_foundation.
433
+ Load paths:
434
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/images
435
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/javascripts
436
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets
437
+ /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/jquery-rails-3.1.0/vendor/assets/javascripts
438
+ /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/vendor/assets/javascripts
439
+ /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/vendor/assets/stylesheets
440
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:15)):
441
+ 6:
442
+ 7: <title><%= content_for?(:title) ? yield(:title) : "foundation-rails" %></title>
443
+ 8:
444
+ 9: <%= stylesheet_link_tag "application" %>
445
+ 10: <%= javascript_include_tag "vendor/modernizr" %>
446
+ 11: <%= csrf_meta_tags %>
447
+ 12: </head>
448
+ app/assets/stylesheets/application.css.scss:15
449
+ app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb__1991406948562517602_70279908411520'
450
+
451
+
452
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
453
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.9ms)
454
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.7ms)
455
+
456
+
457
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:16:38 -0400
458
+ Processing by StyleguideController#index as HTML
459
+ Rendered styleguide/index.html.erb within layouts/application (1.4ms)
460
+ Completed 500 Internal Server Error in 971ms
461
+
462
+ ActionView::Template::Error (File to import not found or unreadable: nd_foundation.
463
+ Load paths:
464
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/images
465
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/javascripts
466
+ /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets
467
+ /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/jquery-rails-3.1.0/vendor/assets/javascripts
468
+ /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/vendor/assets/javascripts
469
+ /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/foundation-rails-5.3.0.1/vendor/assets/stylesheets
470
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:16)):
471
+ 6:
472
+ 7: <title><%= content_for?(:title) ? yield(:title) : "foundation-rails" %></title>
473
+ 8:
474
+ 9: <%= stylesheet_link_tag "application" %>
475
+ 10: <%= javascript_include_tag "vendor/modernizr" %>
476
+ 11: <%= csrf_meta_tags %>
477
+ 12: </head>
478
+ app/assets/stylesheets/application.css.scss:16
479
+ app/views/layouts/application.html.erb:9:in `_app_views_layouts_application_html_erb___2178081823324497086_70322498198060'
480
+
481
+
482
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
483
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms)
484
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.2ms)
485
+
486
+
487
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:25:13 -0400
488
+ Processing by StyleguideController#index as HTML
489
+ Rendered styleguide/index.html.erb within layouts/application (1.1ms)
490
+ Completed 200 OK in 2271ms (Views: 2270.6ms | ActiveRecord: 0.0ms)
491
+
492
+
493
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:25:16 -0400
494
+
495
+
496
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:16 -0400
497
+
498
+
499
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:16 -0400
500
+
501
+
502
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:16 -0400
503
+
504
+
505
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:25:28 -0400
506
+ Processing by StyleguideController#index as HTML
507
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
508
+ Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.0ms)
509
+
510
+
511
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:25:28 -0400
512
+
513
+
514
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:28 -0400
515
+
516
+
517
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:28 -0400
518
+
519
+
520
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:28 -0400
521
+
522
+
523
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:25:30 -0400
524
+ Processing by StyleguideController#index as HTML
525
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
526
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
527
+
528
+
529
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:25:30 -0400
530
+
531
+
532
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:30 -0400
533
+
534
+
535
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:30 -0400
536
+
537
+
538
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 09:25:30 -0400
539
+
540
+
541
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:26:21 -0400
542
+ Processing by StyleguideController#index as HTML
543
+ Rendered styleguide/index.html.erb within layouts/application (1.0ms)
544
+ Completed 200 OK in 131ms (Views: 130.5ms | ActiveRecord: 0.0ms)
545
+
546
+
547
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
548
+
549
+
550
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
551
+
552
+
553
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
554
+
555
+
556
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
557
+
558
+
559
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
560
+
561
+
562
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
563
+
564
+
565
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
566
+
567
+
568
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
569
+
570
+
571
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
572
+
573
+
574
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
575
+
576
+
577
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
578
+
579
+
580
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
581
+
582
+
583
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
584
+
585
+
586
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
587
+
588
+
589
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
590
+
591
+
592
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
593
+
594
+
595
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
596
+
597
+
598
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
599
+
600
+
601
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
602
+
603
+
604
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
605
+
606
+
607
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
608
+
609
+
610
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
611
+
612
+
613
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
614
+
615
+
616
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 09:26:22 -0400
617
+
618
+
619
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:27:29 -0400
620
+
621
+
622
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
623
+ Processing by StyleguideController#index as HTML
624
+ Rendered styleguide/index.html.erb within layouts/application (1.1ms)
625
+ Rendered styleguide/_top_bar.html.erb (0.3ms)
626
+ Completed 200 OK in 99ms (Views: 98.4ms | ActiveRecord: 0.0ms)
627
+
628
+
629
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
630
+
631
+
632
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
633
+
634
+
635
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
636
+
637
+
638
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
639
+
640
+
641
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
642
+
643
+
644
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
645
+
646
+
647
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
648
+
649
+
650
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
651
+
652
+
653
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
654
+
655
+
656
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
657
+
658
+
659
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
660
+
661
+
662
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
663
+
664
+
665
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
666
+
667
+
668
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
669
+
670
+
671
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
672
+
673
+
674
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
675
+
676
+
677
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
678
+
679
+
680
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
681
+
682
+
683
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
684
+
685
+
686
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
687
+
688
+
689
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:32 -0400
690
+
691
+
692
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:33 -0400
693
+
694
+
695
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:33 -0400
696
+
697
+
698
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 09:29:33 -0400
699
+
700
+
701
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 09:29:33 -0400
702
+
703
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
704
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
705
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
706
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
707
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
708
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
709
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
710
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
711
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
712
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
713
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
714
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
715
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
716
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
717
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
718
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
719
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
720
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
721
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
722
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
723
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
724
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
725
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
726
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
727
+
728
+
729
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
730
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
731
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.0ms)
732
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (14.8ms)
733
+
734
+
735
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:29:33 -0400
736
+
737
+
738
+ Started GET "/" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
739
+ Processing by StyleguideController#index as HTML
740
+ Rendered styleguide/index.html.erb within layouts/application (1.1ms)
741
+ Rendered styleguide/_top_bar.html.erb (0.3ms)
742
+ Completed 200 OK in 104ms (Views: 104.1ms | ActiveRecord: 0.0ms)
743
+
744
+
745
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
746
+
747
+
748
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
749
+
750
+
751
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
752
+
753
+
754
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
755
+
756
+
757
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
758
+
759
+
760
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
761
+
762
+
763
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
764
+
765
+
766
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
767
+
768
+
769
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
770
+
771
+
772
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
773
+
774
+
775
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
776
+
777
+
778
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
779
+
780
+
781
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
782
+
783
+
784
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
785
+
786
+
787
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
788
+
789
+
790
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
791
+
792
+
793
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
794
+
795
+
796
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
797
+
798
+
799
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
800
+
801
+
802
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
803
+
804
+
805
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
806
+
807
+
808
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
809
+
810
+
811
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
812
+
813
+
814
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
815
+
816
+
817
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 09:32:20 -0400
818
+
819
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
820
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
821
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
822
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
823
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
824
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
825
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
826
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
827
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
828
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
829
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
830
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
831
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
832
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
833
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
834
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
835
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
836
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
837
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
838
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
839
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
840
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
841
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
842
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
843
+
844
+
845
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
846
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
847
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.2ms)
848
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (15.5ms)
849
+
850
+
851
+ Started GET "/" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
852
+ Processing by StyleguideController#index as HTML
853
+ Rendered styleguide/index.html.erb within layouts/application (1.1ms)
854
+ Rendered styleguide/_top_bar.html.erb (0.3ms)
855
+ Completed 200 OK in 106ms (Views: 105.4ms | ActiveRecord: 0.0ms)
856
+
857
+
858
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
859
+
860
+
861
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
862
+
863
+
864
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
865
+
866
+
867
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
868
+
869
+
870
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
871
+
872
+
873
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
874
+
875
+
876
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
877
+
878
+
879
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
880
+
881
+
882
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
883
+
884
+
885
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
886
+
887
+
888
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
889
+
890
+
891
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
892
+
893
+
894
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
895
+
896
+
897
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
898
+
899
+
900
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
901
+
902
+
903
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
904
+
905
+
906
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
907
+
908
+
909
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
910
+
911
+
912
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
913
+
914
+
915
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
916
+
917
+
918
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
919
+
920
+
921
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
922
+
923
+
924
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
925
+
926
+
927
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
928
+
929
+
930
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 10:30:24 -0400
931
+
932
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
933
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
934
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
935
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
936
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
937
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
938
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
939
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
940
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
941
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
942
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
943
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
944
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
945
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
946
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
947
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
948
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
949
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
950
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
951
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
952
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
953
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
954
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
955
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
956
+
957
+
958
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
959
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
960
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.5ms)
961
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (15.8ms)
962
+
963
+
964
+ Started GET "/" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
965
+ Processing by StyleguideController#index as HTML
966
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
967
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
968
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
969
+
970
+
971
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
972
+
973
+
974
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
975
+
976
+
977
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
978
+
979
+
980
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
981
+
982
+
983
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
984
+
985
+
986
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
987
+
988
+
989
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
990
+
991
+
992
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
993
+
994
+
995
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
996
+
997
+
998
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
999
+
1000
+
1001
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1002
+
1003
+
1004
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1005
+
1006
+
1007
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1008
+
1009
+
1010
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1011
+
1012
+
1013
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1014
+
1015
+
1016
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1017
+
1018
+
1019
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1020
+
1021
+
1022
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1023
+
1024
+
1025
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1026
+
1027
+
1028
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1029
+
1030
+
1031
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1032
+
1033
+
1034
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1035
+
1036
+
1037
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1038
+
1039
+
1040
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 10:30:39 -0400
1041
+
1042
+
1043
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 10:30:40 -0400
1044
+
1045
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
1046
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1047
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1048
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
1049
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
1050
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1051
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1052
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1053
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
1054
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1055
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1056
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1057
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1058
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1059
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1060
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1061
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
1062
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
1063
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1064
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1065
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1066
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1067
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1068
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1069
+
1070
+
1071
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
1072
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1073
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
1074
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (10.3ms)
1075
+
1076
+
1077
+ Started GET "/" for 127.0.0.1 at 2014-06-23 12:49:16 -0400
1078
+ Processing by StyleguideController#index as HTML
1079
+ Rendered styleguide/index.html.erb within layouts/application (1.9ms)
1080
+ Rendered styleguide/_top_bar.html.erb (0.4ms)
1081
+ Completed 200 OK in 158ms (Views: 158.1ms | ActiveRecord: 0.0ms)
1082
+
1083
+
1084
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1085
+
1086
+
1087
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1088
+
1089
+
1090
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1091
+
1092
+
1093
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1094
+
1095
+
1096
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1097
+
1098
+
1099
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1100
+
1101
+
1102
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1103
+
1104
+
1105
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1106
+
1107
+
1108
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1109
+
1110
+
1111
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1112
+
1113
+
1114
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1115
+
1116
+
1117
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1118
+
1119
+
1120
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1121
+
1122
+
1123
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1124
+
1125
+
1126
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1127
+
1128
+
1129
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1130
+
1131
+
1132
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1133
+
1134
+
1135
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1136
+
1137
+
1138
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1139
+
1140
+
1141
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1142
+
1143
+
1144
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1145
+
1146
+
1147
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1148
+
1149
+
1150
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1151
+
1152
+
1153
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1154
+
1155
+
1156
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 12:49:17 -0400
1157
+
1158
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
1159
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1160
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1161
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
1162
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
1163
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1164
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1165
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1166
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
1167
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1168
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1169
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1170
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1171
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1172
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1173
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1174
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
1175
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
1176
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1177
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1178
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1179
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1180
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1181
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1182
+
1183
+
1184
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
1185
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
1186
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.9ms)
1187
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (23.4ms)
1188
+
1189
+
1190
+ Started GET "/" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1191
+ Processing by StyleguideController#index as HTML
1192
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1193
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1194
+ Completed 200 OK in 9ms (Views: 8.9ms | ActiveRecord: 0.0ms)
1195
+
1196
+
1197
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1198
+
1199
+
1200
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1201
+
1202
+
1203
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1204
+
1205
+
1206
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1207
+
1208
+
1209
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1210
+
1211
+
1212
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1213
+
1214
+
1215
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1216
+
1217
+
1218
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1219
+
1220
+
1221
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1222
+
1223
+
1224
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1225
+
1226
+
1227
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1228
+
1229
+
1230
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1231
+
1232
+
1233
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1234
+
1235
+
1236
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1237
+
1238
+
1239
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1240
+
1241
+
1242
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1243
+
1244
+
1245
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1246
+
1247
+
1248
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1249
+
1250
+
1251
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1252
+
1253
+
1254
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1255
+
1256
+
1257
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1258
+
1259
+
1260
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1261
+
1262
+
1263
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1264
+
1265
+
1266
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 12:49:24 -0400
1267
+
1268
+
1269
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 12:49:25 -0400
1270
+
1271
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
1272
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1273
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1274
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
1275
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
1276
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1277
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1278
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1279
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
1280
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1281
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1282
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1283
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1284
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1285
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1286
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1287
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
1288
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
1289
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1290
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1291
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1292
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1293
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1294
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1295
+
1296
+
1297
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
1298
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1299
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
1300
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (10.2ms)
1301
+
1302
+
1303
+ Started GET "/" for 127.0.0.1 at 2014-06-23 12:53:00 -0400
1304
+ Processing by StyleguideController#index as HTML
1305
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1306
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1307
+ Completed 200 OK in 2329ms (Views: 2328.7ms | ActiveRecord: 0.0ms)
1308
+
1309
+
1310
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1311
+
1312
+
1313
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1314
+
1315
+
1316
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1317
+
1318
+
1319
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1320
+
1321
+
1322
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1323
+
1324
+
1325
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1326
+
1327
+
1328
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1329
+
1330
+
1331
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1332
+
1333
+
1334
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1335
+
1336
+
1337
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1338
+
1339
+
1340
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1341
+
1342
+
1343
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1344
+
1345
+
1346
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1347
+
1348
+
1349
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1350
+
1351
+
1352
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1353
+
1354
+
1355
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1356
+
1357
+
1358
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1359
+
1360
+
1361
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1362
+
1363
+
1364
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1365
+
1366
+
1367
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1368
+
1369
+
1370
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1371
+
1372
+
1373
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1374
+
1375
+
1376
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1377
+
1378
+
1379
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1380
+
1381
+
1382
+ Started GET "/assets/images/texture-gold.png" for 127.0.0.1 at 2014-06-23 12:53:03 -0400
1383
+
1384
+ ActionController::RoutingError (No route matches [GET] "/assets/images/texture-gold.png"):
1385
+ actionpack (4.1.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1386
+ actionpack (4.1.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1387
+ railties (4.1.1) lib/rails/rack/logger.rb:38:in `call_app'
1388
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `block in call'
1389
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
1390
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:26:in `tagged'
1391
+ activesupport (4.1.1) lib/active_support/tagged_logging.rb:68:in `tagged'
1392
+ railties (4.1.1) lib/rails/rack/logger.rb:20:in `call'
1393
+ actionpack (4.1.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1394
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1395
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1396
+ activesupport (4.1.1) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call'
1397
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1398
+ actionpack (4.1.1) lib/action_dispatch/middleware/static.rb:64:in `call'
1399
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
1400
+ railties (4.1.1) lib/rails/engine.rb:514:in `call'
1401
+ railties (4.1.1) lib/rails/application.rb:144:in `call'
1402
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1403
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1404
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1405
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service'
1406
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run'
1407
+ /Users/alech/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread'
1408
+
1409
+
1410
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.8ms)
1411
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
1412
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms)
1413
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (9.9ms)
1414
+
1415
+
1416
+ Started GET "/" for 127.0.0.1 at 2014-06-23 12:53:31 -0400
1417
+ Processing by StyleguideController#index as HTML
1418
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1419
+ Rendered styleguide/_top_bar.html.erb (0.1ms)
1420
+ Completed 200 OK in 2230ms (Views: 2229.7ms | ActiveRecord: 0.0ms)
1421
+
1422
+
1423
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1424
+
1425
+
1426
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1427
+
1428
+
1429
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1430
+
1431
+
1432
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1433
+
1434
+
1435
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1436
+
1437
+
1438
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1439
+
1440
+
1441
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1442
+
1443
+
1444
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1445
+
1446
+
1447
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1448
+
1449
+
1450
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1451
+
1452
+
1453
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1454
+
1455
+
1456
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1457
+
1458
+
1459
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1460
+
1461
+
1462
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1463
+
1464
+
1465
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1466
+
1467
+
1468
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1469
+
1470
+
1471
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1472
+
1473
+
1474
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1475
+
1476
+
1477
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1478
+
1479
+
1480
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1481
+
1482
+
1483
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1484
+
1485
+
1486
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1487
+
1488
+
1489
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1490
+
1491
+
1492
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1493
+
1494
+
1495
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 12:53:33 -0400
1496
+
1497
+
1498
+ Started GET "/" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1499
+ Processing by StyleguideController#index as HTML
1500
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1501
+ Rendered styleguide/_top_bar.html.erb (0.3ms)
1502
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
1503
+
1504
+
1505
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1506
+
1507
+
1508
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1509
+
1510
+
1511
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1512
+
1513
+
1514
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1515
+
1516
+
1517
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1518
+
1519
+
1520
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1521
+
1522
+
1523
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1524
+
1525
+
1526
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1527
+
1528
+
1529
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1530
+
1531
+
1532
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1533
+
1534
+
1535
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1536
+
1537
+
1538
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1539
+
1540
+
1541
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1542
+
1543
+
1544
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1545
+
1546
+
1547
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1548
+
1549
+
1550
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1551
+
1552
+
1553
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1554
+
1555
+
1556
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1557
+
1558
+
1559
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1560
+
1561
+
1562
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1563
+
1564
+
1565
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1566
+
1567
+
1568
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1569
+
1570
+
1571
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1572
+
1573
+
1574
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1575
+
1576
+
1577
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 12:54:00 -0400
1578
+
1579
+
1580
+ Started GET "/" for 127.0.0.1 at 2014-06-23 12:59:14 -0400
1581
+ Processing by StyleguideController#index as HTML
1582
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1583
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1584
+ Completed 200 OK in 1489ms (Views: 1489.1ms | ActiveRecord: 0.0ms)
1585
+
1586
+
1587
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1588
+
1589
+
1590
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1591
+
1592
+
1593
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1594
+
1595
+
1596
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1597
+
1598
+
1599
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1600
+
1601
+
1602
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1603
+
1604
+
1605
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1606
+
1607
+
1608
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1609
+
1610
+
1611
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1612
+
1613
+
1614
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1615
+
1616
+
1617
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1618
+
1619
+
1620
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1621
+
1622
+
1623
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1624
+
1625
+
1626
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1627
+
1628
+
1629
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1630
+
1631
+
1632
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1633
+
1634
+
1635
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1636
+
1637
+
1638
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1639
+
1640
+
1641
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1642
+
1643
+
1644
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1645
+
1646
+
1647
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1648
+
1649
+
1650
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1651
+
1652
+
1653
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1654
+
1655
+
1656
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1657
+
1658
+
1659
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 12:59:16 -0400
1660
+
1661
+
1662
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:06:47 -0400
1663
+ Processing by StyleguideController#index as HTML
1664
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1665
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1666
+ Completed 200 OK in 1458ms (Views: 1458.0ms | ActiveRecord: 0.0ms)
1667
+
1668
+
1669
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1670
+
1671
+
1672
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1673
+
1674
+
1675
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1676
+
1677
+
1678
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1679
+
1680
+
1681
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1682
+
1683
+
1684
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1685
+
1686
+
1687
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1688
+
1689
+
1690
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1691
+
1692
+
1693
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1694
+
1695
+
1696
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1697
+
1698
+
1699
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1700
+
1701
+
1702
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1703
+
1704
+
1705
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1706
+
1707
+
1708
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1709
+
1710
+
1711
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1712
+
1713
+
1714
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1715
+
1716
+
1717
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1718
+
1719
+
1720
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1721
+
1722
+
1723
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1724
+
1725
+
1726
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1727
+
1728
+
1729
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1730
+
1731
+
1732
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1733
+
1734
+
1735
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1736
+
1737
+
1738
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1739
+
1740
+
1741
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:06:49 -0400
1742
+
1743
+
1744
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:06:57 -0400
1745
+ Processing by StyleguideController#index as HTML
1746
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1747
+ Rendered styleguide/_top_bar.html.erb (0.1ms)
1748
+ Completed 200 OK in 1244ms (Views: 1243.4ms | ActiveRecord: 0.0ms)
1749
+
1750
+
1751
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1752
+
1753
+
1754
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1755
+
1756
+
1757
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1758
+
1759
+
1760
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1761
+
1762
+
1763
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1764
+
1765
+
1766
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1767
+
1768
+
1769
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1770
+
1771
+
1772
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1773
+
1774
+
1775
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1776
+
1777
+
1778
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1779
+
1780
+
1781
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1782
+
1783
+
1784
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1785
+
1786
+
1787
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1788
+
1789
+
1790
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1791
+
1792
+
1793
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1794
+
1795
+
1796
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1797
+
1798
+
1799
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1800
+
1801
+
1802
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1803
+
1804
+
1805
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1806
+
1807
+
1808
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1809
+
1810
+
1811
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1812
+
1813
+
1814
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1815
+
1816
+
1817
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1818
+
1819
+
1820
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:06:58 -0400
1821
+
1822
+
1823
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:06:59 -0400
1824
+
1825
+
1826
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:09:20 -0400
1827
+ Processing by StyleguideController#index as HTML
1828
+ Rendered styleguide/index.html.erb within layouts/application (0.1ms)
1829
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1830
+ Completed 200 OK in 1463ms (Views: 1462.7ms | ActiveRecord: 0.0ms)
1831
+
1832
+
1833
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1834
+
1835
+
1836
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1837
+
1838
+
1839
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1840
+
1841
+
1842
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1843
+
1844
+
1845
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1846
+
1847
+
1848
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1849
+
1850
+
1851
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1852
+
1853
+
1854
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1855
+
1856
+
1857
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1858
+
1859
+
1860
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1861
+
1862
+
1863
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1864
+
1865
+
1866
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1867
+
1868
+
1869
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1870
+
1871
+
1872
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1873
+
1874
+
1875
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1876
+
1877
+
1878
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1879
+
1880
+
1881
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1882
+
1883
+
1884
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1885
+
1886
+
1887
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1888
+
1889
+
1890
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1891
+
1892
+
1893
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1894
+
1895
+
1896
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1897
+
1898
+
1899
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1900
+
1901
+
1902
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1903
+
1904
+
1905
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:09:22 -0400
1906
+
1907
+
1908
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:11:39 -0400
1909
+ Processing by StyleguideController#index as HTML
1910
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1911
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1912
+ Completed 200 OK in 1255ms (Views: 1255.0ms | ActiveRecord: 0.0ms)
1913
+
1914
+
1915
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1916
+
1917
+
1918
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1919
+
1920
+
1921
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1922
+
1923
+
1924
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1925
+
1926
+
1927
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1928
+
1929
+
1930
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1931
+
1932
+
1933
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1934
+
1935
+
1936
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1937
+
1938
+
1939
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1940
+
1941
+
1942
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1943
+
1944
+
1945
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1946
+
1947
+
1948
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1949
+
1950
+
1951
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1952
+
1953
+
1954
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1955
+
1956
+
1957
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1958
+
1959
+
1960
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1961
+
1962
+
1963
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1964
+
1965
+
1966
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1967
+
1968
+
1969
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1970
+
1971
+
1972
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1973
+
1974
+
1975
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1976
+
1977
+
1978
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1979
+
1980
+
1981
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1982
+
1983
+
1984
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1985
+
1986
+
1987
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:11:41 -0400
1988
+
1989
+
1990
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:14:22 -0400
1991
+ Processing by StyleguideController#index as HTML
1992
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
1993
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
1994
+ Completed 200 OK in 1406ms (Views: 1405.4ms | ActiveRecord: 0.0ms)
1995
+
1996
+
1997
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
1998
+
1999
+
2000
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2001
+
2002
+
2003
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2004
+
2005
+
2006
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2007
+
2008
+
2009
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2010
+
2011
+
2012
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2013
+
2014
+
2015
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2016
+
2017
+
2018
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2019
+
2020
+
2021
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2022
+
2023
+
2024
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2025
+
2026
+
2027
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2028
+
2029
+
2030
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2031
+
2032
+
2033
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2034
+
2035
+
2036
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2037
+
2038
+
2039
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2040
+
2041
+
2042
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2043
+
2044
+
2045
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2046
+
2047
+
2048
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2049
+
2050
+
2051
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2052
+
2053
+
2054
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2055
+
2056
+
2057
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2058
+
2059
+
2060
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2061
+
2062
+
2063
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2064
+
2065
+
2066
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2067
+
2068
+
2069
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:14:24 -0400
2070
+
2071
+
2072
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:15:44 -0400
2073
+ Processing by StyleguideController#index as HTML
2074
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2075
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2076
+ Completed 200 OK in 1324ms (Views: 1324.1ms | ActiveRecord: 0.0ms)
2077
+
2078
+
2079
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2080
+
2081
+
2082
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2083
+
2084
+
2085
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2086
+
2087
+
2088
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2089
+
2090
+
2091
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2092
+
2093
+
2094
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2095
+
2096
+
2097
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2098
+
2099
+
2100
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2101
+
2102
+
2103
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2104
+
2105
+
2106
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2107
+
2108
+
2109
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2110
+
2111
+
2112
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2113
+
2114
+
2115
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2116
+
2117
+
2118
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2119
+
2120
+
2121
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2122
+
2123
+
2124
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2125
+
2126
+
2127
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2128
+
2129
+
2130
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2131
+
2132
+
2133
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2134
+
2135
+
2136
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2137
+
2138
+
2139
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2140
+
2141
+
2142
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2143
+
2144
+
2145
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2146
+
2147
+
2148
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2149
+
2150
+
2151
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:15:46 -0400
2152
+
2153
+
2154
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:22:22 -0400
2155
+ Processing by StyleguideController#index as HTML
2156
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2157
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2158
+ Completed 200 OK in 1359ms (Views: 1358.7ms | ActiveRecord: 0.0ms)
2159
+
2160
+
2161
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2162
+
2163
+
2164
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2165
+
2166
+
2167
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2168
+
2169
+
2170
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2171
+
2172
+
2173
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2174
+
2175
+
2176
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2177
+
2178
+
2179
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2180
+
2181
+
2182
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2183
+
2184
+
2185
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2186
+
2187
+
2188
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2189
+
2190
+
2191
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2192
+
2193
+
2194
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2195
+
2196
+
2197
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2198
+
2199
+
2200
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2201
+
2202
+
2203
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2204
+
2205
+
2206
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2207
+
2208
+
2209
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2210
+
2211
+
2212
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2213
+
2214
+
2215
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2216
+
2217
+
2218
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2219
+
2220
+
2221
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2222
+
2223
+
2224
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2225
+
2226
+
2227
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2228
+
2229
+
2230
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:22:23 -0400
2231
+
2232
+
2233
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:22:24 -0400
2234
+
2235
+
2236
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:23:00 -0400
2237
+ Processing by StyleguideController#index as HTML
2238
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2239
+ Completed 500 Internal Server Error in 932ms
2240
+
2241
+ ActionView::Template::Error (Invalid CSS after " 287px": expected "{", was ";"
2242
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:1013)):
2243
+ 14: <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/webclips/nd-webclip-72.png">
2244
+ 15: <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/webclips/nd-webclip-114.png">
2245
+ 16: <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/webclips/nd-webclip-144.png">
2246
+ 17: <%= stylesheet_link_tag "application" %>
2247
+ 18: <%= javascript_include_tag "vendor/modernizr" %>
2248
+ 19: <%= csrf_meta_tags %>
2249
+ 20: </head>
2250
+ app/assets/stylesheets/application.css.scss:16
2251
+ app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___2602129491053301534_70105065747880'
2252
+
2253
+
2254
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
2255
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
2256
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.9ms)
2257
+
2258
+
2259
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:29:57 -0400
2260
+ Processing by StyleguideController#index as HTML
2261
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2262
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2263
+ Completed 200 OK in 1225ms (Views: 1224.9ms | ActiveRecord: 0.0ms)
2264
+
2265
+
2266
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2267
+
2268
+
2269
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2270
+
2271
+
2272
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2273
+
2274
+
2275
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2276
+
2277
+
2278
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2279
+
2280
+
2281
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2282
+
2283
+
2284
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2285
+
2286
+
2287
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2288
+
2289
+
2290
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2291
+
2292
+
2293
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2294
+
2295
+
2296
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2297
+
2298
+
2299
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2300
+
2301
+
2302
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2303
+
2304
+
2305
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2306
+
2307
+
2308
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2309
+
2310
+
2311
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2312
+
2313
+
2314
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2315
+
2316
+
2317
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2318
+
2319
+
2320
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2321
+
2322
+
2323
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2324
+
2325
+
2326
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2327
+
2328
+
2329
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2330
+
2331
+
2332
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2333
+
2334
+
2335
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2336
+
2337
+
2338
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:29:59 -0400
2339
+
2340
+
2341
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:30:22 -0400
2342
+ Processing by StyleguideController#index as HTML
2343
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2344
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2345
+ Completed 200 OK in 1271ms (Views: 1270.8ms | ActiveRecord: 0.0ms)
2346
+
2347
+
2348
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2349
+
2350
+
2351
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2352
+
2353
+
2354
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2355
+
2356
+
2357
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2358
+
2359
+
2360
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2361
+
2362
+
2363
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2364
+
2365
+
2366
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2367
+
2368
+
2369
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2370
+
2371
+
2372
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2373
+
2374
+
2375
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2376
+
2377
+
2378
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2379
+
2380
+
2381
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2382
+
2383
+
2384
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2385
+
2386
+
2387
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2388
+
2389
+
2390
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2391
+
2392
+
2393
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2394
+
2395
+
2396
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2397
+
2398
+
2399
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2400
+
2401
+
2402
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2403
+
2404
+
2405
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2406
+
2407
+
2408
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2409
+
2410
+
2411
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2412
+
2413
+
2414
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2415
+
2416
+
2417
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:23 -0400
2418
+
2419
+
2420
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:30:24 -0400
2421
+
2422
+
2423
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:30:34 -0400
2424
+ Processing by StyleguideController#index as HTML
2425
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2426
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2427
+ Completed 200 OK in 1241ms (Views: 1240.5ms | ActiveRecord: 0.0ms)
2428
+
2429
+
2430
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2431
+
2432
+
2433
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2434
+
2435
+
2436
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2437
+
2438
+
2439
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2440
+
2441
+
2442
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2443
+
2444
+
2445
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2446
+
2447
+
2448
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2449
+
2450
+
2451
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2452
+
2453
+
2454
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2455
+
2456
+
2457
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2458
+
2459
+
2460
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2461
+
2462
+
2463
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2464
+
2465
+
2466
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2467
+
2468
+
2469
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2470
+
2471
+
2472
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2473
+
2474
+
2475
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2476
+
2477
+
2478
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2479
+
2480
+
2481
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2482
+
2483
+
2484
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2485
+
2486
+
2487
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2488
+
2489
+
2490
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2491
+
2492
+
2493
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2494
+
2495
+
2496
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2497
+
2498
+
2499
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:35 -0400
2500
+
2501
+
2502
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:30:36 -0400
2503
+
2504
+
2505
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:30:53 -0400
2506
+ Processing by StyleguideController#index as HTML
2507
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2508
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2509
+ Completed 200 OK in 1282ms (Views: 1281.5ms | ActiveRecord: 0.0ms)
2510
+
2511
+
2512
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2513
+
2514
+
2515
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2516
+
2517
+
2518
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2519
+
2520
+
2521
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2522
+
2523
+
2524
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2525
+
2526
+
2527
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2528
+
2529
+
2530
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2531
+
2532
+
2533
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2534
+
2535
+
2536
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2537
+
2538
+
2539
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2540
+
2541
+
2542
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2543
+
2544
+
2545
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2546
+
2547
+
2548
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2549
+
2550
+
2551
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2552
+
2553
+
2554
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2555
+
2556
+
2557
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2558
+
2559
+
2560
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2561
+
2562
+
2563
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2564
+
2565
+
2566
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2567
+
2568
+
2569
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2570
+
2571
+
2572
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2573
+
2574
+
2575
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2576
+
2577
+
2578
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2579
+
2580
+
2581
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2582
+
2583
+
2584
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:30:55 -0400
2585
+
2586
+
2587
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:31:16 -0400
2588
+ Processing by StyleguideController#index as HTML
2589
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2590
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2591
+ Completed 200 OK in 1396ms (Views: 1395.4ms | ActiveRecord: 0.0ms)
2592
+
2593
+
2594
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2595
+
2596
+
2597
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2598
+
2599
+
2600
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2601
+
2602
+
2603
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2604
+
2605
+
2606
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2607
+
2608
+
2609
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2610
+
2611
+
2612
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2613
+
2614
+
2615
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2616
+
2617
+
2618
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2619
+
2620
+
2621
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2622
+
2623
+
2624
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2625
+
2626
+
2627
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2628
+
2629
+
2630
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2631
+
2632
+
2633
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2634
+
2635
+
2636
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2637
+
2638
+
2639
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2640
+
2641
+
2642
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2643
+
2644
+
2645
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2646
+
2647
+
2648
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2649
+
2650
+
2651
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2652
+
2653
+
2654
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2655
+
2656
+
2657
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2658
+
2659
+
2660
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2661
+
2662
+
2663
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:31:17 -0400
2664
+
2665
+
2666
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:31:18 -0400
2667
+
2668
+
2669
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:31:50 -0400
2670
+
2671
+
2672
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:33:50 -0400
2673
+
2674
+
2675
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:34:07 -0400
2676
+ Processing by StyleguideController#index as HTML
2677
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2678
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2679
+ Completed 200 OK in 164ms (Views: 164.3ms | ActiveRecord: 0.0ms)
2680
+
2681
+
2682
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2683
+
2684
+
2685
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2686
+
2687
+
2688
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2689
+
2690
+
2691
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2692
+
2693
+
2694
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2695
+
2696
+
2697
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2698
+
2699
+
2700
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2701
+
2702
+
2703
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2704
+
2705
+
2706
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2707
+
2708
+
2709
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2710
+
2711
+
2712
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2713
+
2714
+
2715
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2716
+
2717
+
2718
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2719
+
2720
+
2721
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2722
+
2723
+
2724
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2725
+
2726
+
2727
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2728
+
2729
+
2730
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2731
+
2732
+
2733
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2734
+
2735
+
2736
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2737
+
2738
+
2739
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2740
+
2741
+
2742
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2743
+
2744
+
2745
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2746
+
2747
+
2748
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2749
+
2750
+
2751
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2752
+
2753
+
2754
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:34:08 -0400
2755
+
2756
+
2757
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:37:16 -0400
2758
+ Processing by StyleguideController#index as HTML
2759
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2760
+ Rendered styleguide/_top_bar.html.erb (0.1ms)
2761
+ Completed 200 OK in 1167ms (Views: 1166.8ms | ActiveRecord: 0.0ms)
2762
+
2763
+
2764
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2765
+
2766
+
2767
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2768
+
2769
+
2770
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2771
+
2772
+
2773
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2774
+
2775
+
2776
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2777
+
2778
+
2779
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2780
+
2781
+
2782
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2783
+
2784
+
2785
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2786
+
2787
+
2788
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2789
+
2790
+
2791
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2792
+
2793
+
2794
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2795
+
2796
+
2797
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2798
+
2799
+
2800
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2801
+
2802
+
2803
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2804
+
2805
+
2806
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2807
+
2808
+
2809
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2810
+
2811
+
2812
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2813
+
2814
+
2815
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2816
+
2817
+
2818
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2819
+
2820
+
2821
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2822
+
2823
+
2824
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2825
+
2826
+
2827
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2828
+
2829
+
2830
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2831
+
2832
+
2833
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:17 -0400
2834
+
2835
+
2836
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:37:18 -0400
2837
+
2838
+
2839
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:37:54 -0400
2840
+ Processing by StyleguideController#index as HTML
2841
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
2842
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
2843
+ Completed 200 OK in 1218ms (Views: 1218.0ms | ActiveRecord: 0.0ms)
2844
+
2845
+
2846
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2847
+
2848
+
2849
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2850
+
2851
+
2852
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2853
+
2854
+
2855
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2856
+
2857
+
2858
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2859
+
2860
+
2861
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2862
+
2863
+
2864
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2865
+
2866
+
2867
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2868
+
2869
+
2870
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2871
+
2872
+
2873
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2874
+
2875
+
2876
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2877
+
2878
+
2879
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2880
+
2881
+
2882
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2883
+
2884
+
2885
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2886
+
2887
+
2888
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2889
+
2890
+
2891
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2892
+
2893
+
2894
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2895
+
2896
+
2897
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2898
+
2899
+
2900
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2901
+
2902
+
2903
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2904
+
2905
+
2906
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2907
+
2908
+
2909
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2910
+
2911
+
2912
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2913
+
2914
+
2915
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2916
+
2917
+
2918
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:37:56 -0400
2919
+
2920
+
2921
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:40:40 -0400
2922
+ Processing by StyleguideController#index as HTML
2923
+ Rendered styleguide/index.html.erb within layouts/application (0.1ms)
2924
+ Rendered styleguide/_top_bar.html.erb (0.1ms)
2925
+ Completed 200 OK in 1273ms (Views: 1273.0ms | ActiveRecord: 0.0ms)
2926
+
2927
+
2928
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2929
+
2930
+
2931
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2932
+
2933
+
2934
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2935
+
2936
+
2937
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2938
+
2939
+
2940
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2941
+
2942
+
2943
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2944
+
2945
+
2946
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2947
+
2948
+
2949
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2950
+
2951
+
2952
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2953
+
2954
+
2955
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2956
+
2957
+
2958
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2959
+
2960
+
2961
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2962
+
2963
+
2964
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2965
+
2966
+
2967
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2968
+
2969
+
2970
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2971
+
2972
+
2973
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2974
+
2975
+
2976
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2977
+
2978
+
2979
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2980
+
2981
+
2982
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2983
+
2984
+
2985
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2986
+
2987
+
2988
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2989
+
2990
+
2991
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2992
+
2993
+
2994
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2995
+
2996
+
2997
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:40:41 -0400
2998
+
2999
+
3000
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:40:42 -0400
3001
+
3002
+
3003
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:40:59 -0400
3004
+ Processing by StyleguideController#index as HTML
3005
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3006
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
3007
+ Completed 200 OK in 1130ms (Views: 1129.8ms | ActiveRecord: 0.0ms)
3008
+
3009
+
3010
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3011
+
3012
+
3013
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3014
+
3015
+
3016
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3017
+
3018
+
3019
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3020
+
3021
+
3022
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3023
+
3024
+
3025
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3026
+
3027
+
3028
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3029
+
3030
+
3031
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3032
+
3033
+
3034
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3035
+
3036
+
3037
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3038
+
3039
+
3040
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3041
+
3042
+
3043
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3044
+
3045
+
3046
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3047
+
3048
+
3049
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3050
+
3051
+
3052
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3053
+
3054
+
3055
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3056
+
3057
+
3058
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3059
+
3060
+
3061
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3062
+
3063
+
3064
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3065
+
3066
+
3067
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3068
+
3069
+
3070
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3071
+
3072
+
3073
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3074
+
3075
+
3076
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3077
+
3078
+
3079
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:00 -0400
3080
+
3081
+
3082
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:41:01 -0400
3083
+
3084
+
3085
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:41:13 -0400
3086
+ Processing by StyleguideController#index as HTML
3087
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3088
+ Rendered styleguide/_top_bar.html.erb (0.1ms)
3089
+ Completed 200 OK in 1236ms (Views: 1235.9ms | ActiveRecord: 0.0ms)
3090
+
3091
+
3092
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3093
+
3094
+
3095
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3096
+
3097
+
3098
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3099
+
3100
+
3101
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3102
+
3103
+
3104
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3105
+
3106
+
3107
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3108
+
3109
+
3110
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3111
+
3112
+
3113
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3114
+
3115
+
3116
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3117
+
3118
+
3119
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3120
+
3121
+
3122
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3123
+
3124
+
3125
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3126
+
3127
+
3128
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3129
+
3130
+
3131
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3132
+
3133
+
3134
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3135
+
3136
+
3137
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3138
+
3139
+
3140
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3141
+
3142
+
3143
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3144
+
3145
+
3146
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3147
+
3148
+
3149
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3150
+
3151
+
3152
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3153
+
3154
+
3155
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3156
+
3157
+
3158
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3159
+
3160
+
3161
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:41:14 -0400
3162
+
3163
+
3164
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:41:15 -0400
3165
+
3166
+
3167
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:42:46 -0400
3168
+ Processing by StyleguideController#index as HTML
3169
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3170
+ Completed 500 Internal Server Error in 34ms
3171
+
3172
+ ActionView::Template::Error (Undefined variable: "$topbar-bg-color".
3173
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:26)):
3174
+ 14: <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/webclips/nd-webclip-72.png">
3175
+ 15: <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/webclips/nd-webclip-114.png">
3176
+ 16: <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/webclips/nd-webclip-144.png">
3177
+ 17: <%= stylesheet_link_tag "application" %>
3178
+ 18: <%= javascript_include_tag "vendor/modernizr" %>
3179
+ 19: <%= csrf_meta_tags %>
3180
+ 20: </head>
3181
+ app/assets/stylesheets/application.css.scss:15
3182
+ app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___2602129491053301534_70105116191800'
3183
+
3184
+
3185
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
3186
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
3187
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.0ms)
3188
+
3189
+
3190
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:43:05 -0400
3191
+ Processing by StyleguideController#index as HTML
3192
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3193
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
3194
+ Completed 200 OK in 1275ms (Views: 1274.6ms | ActiveRecord: 0.0ms)
3195
+
3196
+
3197
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3198
+
3199
+
3200
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3201
+
3202
+
3203
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3204
+
3205
+
3206
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3207
+
3208
+
3209
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3210
+
3211
+
3212
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3213
+
3214
+
3215
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3216
+
3217
+
3218
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3219
+
3220
+
3221
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3222
+
3223
+
3224
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3225
+
3226
+
3227
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3228
+
3229
+
3230
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3231
+
3232
+
3233
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3234
+
3235
+
3236
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3237
+
3238
+
3239
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3240
+
3241
+
3242
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3243
+
3244
+
3245
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3246
+
3247
+
3248
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3249
+
3250
+
3251
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3252
+
3253
+
3254
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3255
+
3256
+
3257
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3258
+
3259
+
3260
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3261
+
3262
+
3263
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3264
+
3265
+
3266
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:06 -0400
3267
+
3268
+
3269
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:43:07 -0400
3270
+
3271
+
3272
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:43:15 -0400
3273
+ Processing by StyleguideController#index as HTML
3274
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3275
+ Completed 500 Internal Server Error in 29ms
3276
+
3277
+ ActionView::Template::Error (Undefined variable: "$topbar-bg-color".
3278
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:26)):
3279
+ 14: <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/webclips/nd-webclip-72.png">
3280
+ 15: <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/webclips/nd-webclip-114.png">
3281
+ 16: <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/webclips/nd-webclip-144.png">
3282
+ 17: <%= stylesheet_link_tag "application" %>
3283
+ 18: <%= javascript_include_tag "vendor/modernizr" %>
3284
+ 19: <%= csrf_meta_tags %>
3285
+ 20: </head>
3286
+ app/assets/stylesheets/application.css.scss:15
3287
+ app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___2602129491053301534_70105116191800'
3288
+
3289
+
3290
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
3291
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
3292
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@rails4/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (7.9ms)
3293
+
3294
+
3295
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:43:48 -0400
3296
+ Processing by StyleguideController#index as HTML
3297
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3298
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
3299
+ Completed 200 OK in 1153ms (Views: 1152.7ms | ActiveRecord: 0.0ms)
3300
+
3301
+
3302
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:43:49 -0400
3303
+
3304
+
3305
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3306
+
3307
+
3308
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3309
+
3310
+
3311
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3312
+
3313
+
3314
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3315
+
3316
+
3317
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3318
+
3319
+
3320
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3321
+
3322
+
3323
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3324
+
3325
+
3326
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3327
+
3328
+
3329
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3330
+
3331
+
3332
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3333
+
3334
+
3335
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3336
+
3337
+
3338
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3339
+
3340
+
3341
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3342
+
3343
+
3344
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3345
+
3346
+
3347
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3348
+
3349
+
3350
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3351
+
3352
+
3353
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3354
+
3355
+
3356
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3357
+
3358
+
3359
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3360
+
3361
+
3362
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3363
+
3364
+
3365
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3366
+
3367
+
3368
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3369
+
3370
+
3371
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3372
+
3373
+
3374
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:43:50 -0400
3375
+
3376
+
3377
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:47:42 -0400
3378
+ Processing by StyleguideController#index as HTML
3379
+ Rendered styleguide/index.html.erb within layouts/application (0.1ms)
3380
+ Rendered styleguide/_top_bar.html.erb (0.0ms)
3381
+ Completed 200 OK in 1138ms (Views: 1137.6ms | ActiveRecord: 0.0ms)
3382
+
3383
+
3384
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3385
+
3386
+
3387
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3388
+
3389
+
3390
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3391
+
3392
+
3393
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3394
+
3395
+
3396
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3397
+
3398
+
3399
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3400
+
3401
+
3402
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3403
+
3404
+
3405
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3406
+
3407
+
3408
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3409
+
3410
+
3411
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3412
+
3413
+
3414
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3415
+
3416
+
3417
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3418
+
3419
+
3420
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3421
+
3422
+
3423
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3424
+
3425
+
3426
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3427
+
3428
+
3429
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3430
+
3431
+
3432
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3433
+
3434
+
3435
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3436
+
3437
+
3438
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3439
+
3440
+
3441
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3442
+
3443
+
3444
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3445
+
3446
+
3447
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3448
+
3449
+
3450
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3451
+
3452
+
3453
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3454
+
3455
+
3456
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:47:44 -0400
3457
+
3458
+
3459
+ Started GET "/" for 127.0.0.1 at 2014-06-23 13:48:35 -0400
3460
+ Processing by StyleguideController#index as HTML
3461
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3462
+ Rendered styleguide/_top_bar.html.erb (0.1ms)
3463
+ Completed 200 OK in 1250ms (Views: 1250.0ms | ActiveRecord: 0.0ms)
3464
+
3465
+
3466
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3467
+
3468
+
3469
+ Started GET "/assets/vendor/modernizr.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3470
+
3471
+
3472
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3473
+
3474
+
3475
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3476
+
3477
+
3478
+ Started GET "/assets/foundation/foundation.clearing.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3479
+
3480
+
3481
+ Started GET "/assets/foundation/foundation.abide.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3482
+
3483
+
3484
+ Started GET "/assets/foundation/foundation.dropdown.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3485
+
3486
+
3487
+ Started GET "/assets/foundation/foundation.accordion.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3488
+
3489
+
3490
+ Started GET "/assets/foundation/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3491
+
3492
+
3493
+ Started GET "/assets/foundation/foundation.alert.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3494
+
3495
+
3496
+ Started GET "/assets/foundation/foundation.joyride.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3497
+
3498
+
3499
+ Started GET "/assets/foundation/foundation.interchange.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3500
+
3501
+
3502
+ Started GET "/assets/foundation/foundation.magellan.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3503
+
3504
+
3505
+ Started GET "/assets/foundation/foundation.offcanvas.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3506
+
3507
+
3508
+ Started GET "/assets/foundation/foundation.orbit.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3509
+
3510
+
3511
+ Started GET "/assets/foundation/foundation.reveal.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3512
+
3513
+
3514
+ Started GET "/assets/foundation/foundation.slider.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3515
+
3516
+
3517
+ Started GET "/assets/foundation/foundation.tab.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3518
+
3519
+
3520
+ Started GET "/assets/foundation/foundation.tooltip.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3521
+
3522
+
3523
+ Started GET "/assets/foundation/foundation.topbar.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3524
+
3525
+
3526
+ Started GET "/assets/foundation/foundation.equalizer.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3527
+
3528
+
3529
+ Started GET "/assets/foundation.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3530
+
3531
+
3532
+ Started GET "/assets/styleguide.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3533
+
3534
+
3535
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3536
+
3537
+
3538
+ Started GET "/assets/texture-gold.png" for 127.0.0.1 at 2014-06-23 13:48:37 -0400
3539
+
3540
+
3541
+ Started GET "/" for 127.0.0.1 at 2014-06-23 14:38:32 -0400
3542
+ Processing by StyleguideController#index as HTML
3543
+ Rendered styleguide/index.html.erb within layouts/application (2.4ms)
3544
+ Completed 500 Internal Server Error in 58ms
3545
+
3546
+ ActionView::Template::Error (Undefined variable: "$topbar-bg-color".
3547
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:26)):
3548
+ 14: <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/webclips/nd-webclip-72.png">
3549
+ 15: <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/webclips/nd-webclip-114.png">
3550
+ 16: <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/webclips/nd-webclip-144.png">
3551
+ 17: <%= stylesheet_link_tag "application" %>
3552
+ 18: <%= javascript_include_tag "vendor/modernizr" %>
3553
+ 19: <%= csrf_meta_tags %>
3554
+ 20: </head>
3555
+ app/assets/stylesheets/application.css.scss:16
3556
+ app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___3931439995989194461_70123068052180'
3557
+
3558
+
3559
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@nd_foundation/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
3560
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@nd_foundation/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.2ms)
3561
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@nd_foundation/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (19.3ms)
3562
+
3563
+
3564
+ Started GET "/" for 127.0.0.1 at 2014-06-23 14:39:33 -0400
3565
+ Processing by StyleguideController#index as HTML
3566
+ Rendered styleguide/index.html.erb within layouts/application (0.0ms)
3567
+ Completed 500 Internal Server Error in 63ms
3568
+
3569
+ ActionView::Template::Error (Undefined mixin 'radius'.
3570
+ (in /Users/alech/work/nd_foundation/test/dummy/app/assets/stylesheets/application.css.scss:59)):
3571
+ 14: <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/webclips/nd-webclip-72.png">
3572
+ 15: <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/webclips/nd-webclip-114.png">
3573
+ 16: <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/webclips/nd-webclip-144.png">
3574
+ 17: <%= stylesheet_link_tag "application" %>
3575
+ 18: <%= javascript_include_tag "vendor/modernizr" %>
3576
+ 19: <%= csrf_meta_tags %>
3577
+ 20: </head>
3578
+ app/assets/stylesheets/application.css.scss:16
3579
+ app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___3931439995989194461_70123068052180'
3580
+
3581
+
3582
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@nd_foundation/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
3583
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@nd_foundation/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
3584
+ Rendered /Users/alech/.rvm/gems/ruby-2.1.1@nd_foundation/gems/actionpack-4.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (8.6ms)