beetstrap 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (219) hide show
  1. checksums.yaml +7 -0
  2. data/README.md +61 -0
  3. data/Rakefile +32 -0
  4. data/assets/fonts/beetstrap/OpenSans/LICENSE.txt +202 -0
  5. data/assets/fonts/beetstrap/OpenSans/OpenSans.eot +0 -0
  6. data/assets/fonts/beetstrap/OpenSans/OpenSans.svg +1637 -0
  7. data/assets/fonts/beetstrap/OpenSans/OpenSans.ttf +0 -0
  8. data/assets/fonts/beetstrap/OpenSans/OpenSans.woff +0 -0
  9. data/assets/fonts/beetstrap/OpenSans-Bold/LICENSE.txt +202 -0
  10. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.eot +0 -0
  11. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.svg +1635 -0
  12. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.ttf +0 -0
  13. data/assets/fonts/beetstrap/OpenSans-Bold/OpenSans-Bold.woff +0 -0
  14. data/assets/fonts/beetstrap/OpenSans-Light/LICENSE.txt +202 -0
  15. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.eot +0 -0
  16. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.svg +1823 -0
  17. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.ttf +0 -0
  18. data/assets/fonts/beetstrap/OpenSans-Light/OpenSans-Light.woff +0 -0
  19. data/assets/fonts/beetstrap/OpenSans-Semibold/LICENSE.txt +202 -0
  20. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.eot +0 -0
  21. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.svg +1827 -0
  22. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.ttf +0 -0
  23. data/assets/fonts/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff +0 -0
  24. data/assets/fonts/beetstrap/ic-icons.eot +0 -0
  25. data/assets/fonts/beetstrap/ic-icons.svg +78 -0
  26. data/assets/fonts/beetstrap/ic-icons.ttf +0 -0
  27. data/assets/fonts/beetstrap/ic-icons.woff +0 -0
  28. data/assets/images/beetstrap/icon-arrow-down-white-4.png +0 -0
  29. data/assets/images/beetstrap/icon-arrow-down-white-4@2x.png +0 -0
  30. data/assets/images/beetstrap/icon-arrow-down-white-4@3x.png +0 -0
  31. data/assets/images/beetstrap/icon-arrow-right-gray-4.png +0 -0
  32. data/assets/images/beetstrap/icon-arrow-right-gray-4@2x.png +0 -0
  33. data/assets/images/beetstrap/icon-arrow-right-gray-4@3x.png +0 -0
  34. data/assets/images/beetstrap/icon-cart.png +0 -0
  35. data/assets/images/beetstrap/icon-cart@2x.png +0 -0
  36. data/assets/images/beetstrap/icon-cart@3x.png +0 -0
  37. data/assets/images/beetstrap/icon-departments-hamburger.png +0 -0
  38. data/assets/images/beetstrap/icon-departments-hamburger@2x.png +0 -0
  39. data/assets/images/beetstrap/icon-departments-hamburger@3x.png +0 -0
  40. data/assets/images/beetstrap/icon-help.png +0 -0
  41. data/assets/images/beetstrap/icon-help@2x.png +0 -0
  42. data/assets/images/beetstrap/icon-help@3x.png +0 -0
  43. data/assets/images/beetstrap/icon-home.png +0 -0
  44. data/assets/images/beetstrap/icon-home@2x.png +0 -0
  45. data/assets/images/beetstrap/icon-home@3x.png +0 -0
  46. data/assets/images/beetstrap/icon-lists-and-recipes.png +0 -0
  47. data/assets/images/beetstrap/icon-lists-and-recipes@2x.png +0 -0
  48. data/assets/images/beetstrap/icon-lists-and-recipes@3x.png +0 -0
  49. data/assets/images/beetstrap/icon-more.png +0 -0
  50. data/assets/images/beetstrap/icon-more@2x.png +0 -0
  51. data/assets/images/beetstrap/icon-more@3x.png +0 -0
  52. data/assets/images/beetstrap/icon-search.png +0 -0
  53. data/assets/images/beetstrap/icon-search@2x.png +0 -0
  54. data/assets/images/beetstrap/icon-search@3x.png +0 -0
  55. data/assets/images/beetstrap/instacart-logo-top-bar.png +0 -0
  56. data/assets/images/beetstrap/instacart-logo-top-bar@2x.png +0 -0
  57. data/assets/images/beetstrap/instacart-logo-top-bar@3x.png +0 -0
  58. data/assets/javascripts/beetstrap.js +387 -0
  59. data/assets/stylesheets/_beetstrap.scss +19 -0
  60. data/assets/stylesheets/beetstrap/_button-groups.scss +228 -0
  61. data/assets/stylesheets/beetstrap/_buttons.scss +223 -0
  62. data/assets/stylesheets/beetstrap/_fonts.scss +51 -0
  63. data/assets/stylesheets/beetstrap/_forms.scss +578 -0
  64. data/assets/stylesheets/beetstrap/_grid.scss +84 -0
  65. data/assets/stylesheets/beetstrap/_hero.scss +27 -0
  66. data/assets/stylesheets/beetstrap/_icons.scss +241 -0
  67. data/assets/stylesheets/beetstrap/_input-groups.scss +166 -0
  68. data/assets/stylesheets/beetstrap/_labels.scss +66 -0
  69. data/assets/stylesheets/beetstrap/_mixins.scss +33 -0
  70. data/assets/stylesheets/beetstrap/_modal.scss +50 -0
  71. data/assets/stylesheets/beetstrap/_scaffolding.scss +129 -0
  72. data/assets/stylesheets/beetstrap/_topbar.scss +20 -0
  73. data/assets/stylesheets/beetstrap/_topbar_static.scss +111 -0
  74. data/assets/stylesheets/beetstrap/_type.scss +298 -0
  75. data/assets/stylesheets/beetstrap/_utils.scss +128 -0
  76. data/assets/stylesheets/beetstrap/_variables.scss +883 -0
  77. data/assets/stylesheets/beetstrap/mixins/_background-variant.scss +11 -0
  78. data/assets/stylesheets/beetstrap/mixins/_border-radius.scss +18 -0
  79. data/assets/stylesheets/beetstrap/mixins/_buttons.scss +52 -0
  80. data/assets/stylesheets/beetstrap/mixins/_center-block.scss +7 -0
  81. data/assets/stylesheets/beetstrap/mixins/_clearfix.scss +22 -0
  82. data/assets/stylesheets/beetstrap/mixins/_forms.scss +88 -0
  83. data/assets/stylesheets/beetstrap/mixins/_gradients.scss +56 -0
  84. data/assets/stylesheets/beetstrap/mixins/_grid-framework.scss +81 -0
  85. data/assets/stylesheets/beetstrap/mixins/_grid.scss +122 -0
  86. data/assets/stylesheets/beetstrap/mixins/_hide-text.scss +21 -0
  87. data/assets/stylesheets/beetstrap/mixins/_image.scss +33 -0
  88. data/assets/stylesheets/beetstrap/mixins/_labels.scss +12 -0
  89. data/assets/stylesheets/beetstrap/mixins/_list-group.scss +31 -0
  90. data/assets/stylesheets/beetstrap/mixins/_opacity.scss +8 -0
  91. data/assets/stylesheets/beetstrap/mixins/_reset-filter.scss +8 -0
  92. data/assets/stylesheets/beetstrap/mixins/_resize.scss +6 -0
  93. data/assets/stylesheets/beetstrap/mixins/_responsive-visibility.scss +21 -0
  94. data/assets/stylesheets/beetstrap/mixins/_size.scss +10 -0
  95. data/assets/stylesheets/beetstrap/mixins/_tab-focus.scss +9 -0
  96. data/assets/stylesheets/beetstrap/mixins/_table-row.scss +28 -0
  97. data/assets/stylesheets/beetstrap/mixins/_text-emphasis.scss +11 -0
  98. data/assets/stylesheets/beetstrap/mixins/_text-overflow.scss +8 -0
  99. data/assets/stylesheets/beetstrap/mixins/_vendor-prefixes.scss +222 -0
  100. data/lib/beetstrap/engine.rb +11 -0
  101. data/lib/beetstrap/version.rb +3 -0
  102. data/lib/beetstrap.rb +4 -0
  103. data/lib/tasks/beetstrap_tasks.rake +4 -0
  104. data/test/beetstrap_test.rb +7 -0
  105. data/test/dummy/README.rdoc +28 -0
  106. data/test/dummy/Rakefile +6 -0
  107. data/test/dummy/app/assets/javascripts/application.js +14 -0
  108. data/test/dummy/app/assets/stylesheets/application.scss +42 -0
  109. data/test/dummy/app/controllers/application_controller.rb +5 -0
  110. data/test/dummy/app/controllers/static_controller.rb +6 -0
  111. data/test/dummy/app/helpers/application_helper.rb +2 -0
  112. data/test/dummy/app/views/layouts/application.html.erb +15 -0
  113. data/test/dummy/app/views/static/_buttons.html +38 -0
  114. data/test/dummy/app/views/static/_type.html +12 -0
  115. data/test/dummy/app/views/static/index.html.erb +291 -0
  116. data/test/dummy/bin/bundle +3 -0
  117. data/test/dummy/bin/rails +4 -0
  118. data/test/dummy/bin/rake +4 -0
  119. data/test/dummy/config/application.rb +22 -0
  120. data/test/dummy/config/boot.rb +5 -0
  121. data/test/dummy/config/database.yml +25 -0
  122. data/test/dummy/config/environment.rb +5 -0
  123. data/test/dummy/config/environments/development.rb +37 -0
  124. data/test/dummy/config/environments/production.rb +78 -0
  125. data/test/dummy/config/environments/test.rb +39 -0
  126. data/test/dummy/config/initializers/assets.rb +9 -0
  127. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  128. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  129. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  130. data/test/dummy/config/initializers/inflections.rb +16 -0
  131. data/test/dummy/config/initializers/mime_types.rb +4 -0
  132. data/test/dummy/config/initializers/session_store.rb +3 -0
  133. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  134. data/test/dummy/config/locales/en.yml +23 -0
  135. data/test/dummy/config/routes.rb +7 -0
  136. data/test/dummy/config/secrets.yml +22 -0
  137. data/test/dummy/config.ru +4 -0
  138. data/test/dummy/db/development.sqlite3 +0 -0
  139. data/test/dummy/log/development.log +1862 -0
  140. data/test/dummy/public/404.html +67 -0
  141. data/test/dummy/public/422.html +67 -0
  142. data/test/dummy/public/500.html +66 -0
  143. data/test/dummy/public/favicon.ico +0 -0
  144. data/test/dummy/tmp/cache/assets/development/sass/10a9d129f1e51b537e9c5b6f7e3152c77b72e426/application.scssc +0 -0
  145. data/test/dummy/tmp/cache/assets/development/sass/4f8cf8ed81d6ca603edef1eb0a94183224831d18/_beetstrap.scssc +0 -0
  146. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_button-groups.scssc +0 -0
  147. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_buttons.scssc +0 -0
  148. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_fonts.scssc +0 -0
  149. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_forms.scssc +0 -0
  150. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_grid.scssc +0 -0
  151. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_hero.scssc +0 -0
  152. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_icons.scssc +0 -0
  153. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_input-groups.scssc +0 -0
  154. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_labels.scssc +0 -0
  155. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_mixins.scssc +0 -0
  156. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_scaffolding.scssc +0 -0
  157. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_topbar.scssc +0 -0
  158. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_topbar_static.scssc +0 -0
  159. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_type.scssc +0 -0
  160. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_utils.scssc +0 -0
  161. data/test/dummy/tmp/cache/assets/development/sass/bd16a4626145afe8673074e4f3522cd2a53f5f08/_variables.scssc +0 -0
  162. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_background-variant.scssc +0 -0
  163. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_border-radius.scssc +0 -0
  164. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_buttons.scssc +0 -0
  165. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_center-block.scssc +0 -0
  166. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_clearfix.scssc +0 -0
  167. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_forms.scssc +0 -0
  168. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_gradients.scssc +0 -0
  169. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_grid-framework.scssc +0 -0
  170. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_grid.scssc +0 -0
  171. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_hide-text.scssc +0 -0
  172. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_image.scssc +0 -0
  173. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_labels.scssc +0 -0
  174. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_list-group.scssc +0 -0
  175. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_opacity.scssc +0 -0
  176. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_reset-filter.scssc +0 -0
  177. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_resize.scssc +0 -0
  178. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_responsive-visibility.scssc +0 -0
  179. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_size.scssc +0 -0
  180. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_tab-focus.scssc +0 -0
  181. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_table-row.scssc +0 -0
  182. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_text-emphasis.scssc +0 -0
  183. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_text-overflow.scssc +0 -0
  184. data/test/dummy/tmp/cache/assets/development/sass/caf7f31c90225e9db582a235bc48e13e4ca1a4e1/_vendor-prefixes.scssc +0 -0
  185. data/test/dummy/tmp/cache/assets/development/sprockets/02724eb02223ea401dcbfcf8c8da073f +0 -0
  186. data/test/dummy/tmp/cache/assets/development/sprockets/03766eeda9849d89c2623e05e8befbd2 +0 -0
  187. data/test/dummy/tmp/cache/assets/development/sprockets/06c3406d07bf8cb91e2e0fb627fbbc92 +0 -0
  188. data/test/dummy/tmp/cache/assets/development/sprockets/0c63ec19c11d21da9af625533da57c37 +0 -0
  189. data/test/dummy/tmp/cache/assets/development/sprockets/0d9ecc579ee4186e9c90534201d5aab0 +0 -0
  190. data/test/dummy/tmp/cache/assets/development/sprockets/1800dac7caca3c785beff977e8b0ee39 +0 -0
  191. data/test/dummy/tmp/cache/assets/development/sprockets/2a0015201081b900361d359b28b44d93 +0 -0
  192. data/test/dummy/tmp/cache/assets/development/sprockets/2bddb09b441a5af534e43a2e452fa52a +0 -0
  193. data/test/dummy/tmp/cache/assets/development/sprockets/2bfcff81727b10efbbe7a9d4f76991d0 +0 -0
  194. data/test/dummy/tmp/cache/assets/development/sprockets/2caacee8bda199f19e9610d85824e4e6 +0 -0
  195. data/test/dummy/tmp/cache/assets/development/sprockets/2dd64da8168da05a04782e32f4c4dddd +0 -0
  196. data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
  197. data/test/dummy/tmp/cache/assets/development/sprockets/352bab412d75fa19d0a07504553b59df +0 -0
  198. data/test/dummy/tmp/cache/assets/development/sprockets/3601bdb1facede412601307d16288586 +0 -0
  199. data/test/dummy/tmp/cache/assets/development/sprockets/4f1679e1ed38fc6bd1a9bad30b1240e8 +0 -0
  200. data/test/dummy/tmp/cache/assets/development/sprockets/53030e85be9ede4bf5c22f1afd65894c +0 -0
  201. data/test/dummy/tmp/cache/assets/development/sprockets/6552437661667470bc41a67b11a8d560 +0 -0
  202. data/test/dummy/tmp/cache/assets/development/sprockets/66674ec5126e89bccf50082f5bb00784 +0 -0
  203. data/test/dummy/tmp/cache/assets/development/sprockets/6e1bd95023705b5529e7ccc754a02867 +0 -0
  204. data/test/dummy/tmp/cache/assets/development/sprockets/7ce5d0e58ceda2f38c9cbfa38916ff4c +0 -0
  205. data/test/dummy/tmp/cache/assets/development/sprockets/88b9b036a738dbce732946581fcdbc89 +0 -0
  206. data/test/dummy/tmp/cache/assets/development/sprockets/8d9c5f45e9807699e2fc3f0d2404af9d +0 -0
  207. data/test/dummy/tmp/cache/assets/development/sprockets/92613a75279536c4bcf4f3ba6cfde494 +0 -0
  208. data/test/dummy/tmp/cache/assets/development/sprockets/bc87aa562082007306fb307b8e8e1562 +0 -0
  209. data/test/dummy/tmp/cache/assets/development/sprockets/bd8ad07d4bfd456040073b9b09d55c1d +0 -0
  210. data/test/dummy/tmp/cache/assets/development/sprockets/c2bcd0edcebbd88cb77913aea0259e27 +0 -0
  211. data/test/dummy/tmp/cache/assets/development/sprockets/c9e0a4a74865873c0a98c2bd4cabacf6 +0 -0
  212. data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
  213. data/test/dummy/tmp/cache/assets/development/sprockets/d4295a244c48a28cdac19098c838465c +0 -0
  214. data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
  215. data/test/dummy/tmp/cache/assets/development/sprockets/f8fb64e5df91a6e8a627e9dc517c6708 +0 -0
  216. data/test/dummy/tmp/cache/assets/development/sprockets/fd6551e205411b5803cc9898b3508ebc +0 -0
  217. data/test/dummy/tmp/cache/assets/development/sprockets/ff6c66a957b10ee3f7de313ac23c23f4 +0 -0
  218. data/test/test_helper.rb +15 -0
  219. metadata +419 -0
@@ -0,0 +1,1862 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2015-05-11 10:51:40 -0700
4
+ Processing by StaticController#index as HTML
5
+ Rendered static/index.html.erb within layouts/application (1.3ms)
6
+ Completed 200 OK in 825ms (Views: 824.5ms | ActiveRecord: 0.0ms)
7
+
8
+
9
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
10
+
11
+
12
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
13
+
14
+
15
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
16
+
17
+
18
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
19
+
20
+
21
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
22
+
23
+
24
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
25
+
26
+
27
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 10:51:41 -0700
28
+
29
+
30
+ Started GET "/" for 127.0.0.1 at 2015-05-11 10:52:17 -0700
31
+ Processing by StaticController#index as HTML
32
+ Rendered static/index.html.erb within layouts/application (0.3ms)
33
+ Completed 200 OK in 671ms (Views: 669.8ms | ActiveRecord: 0.0ms)
34
+
35
+
36
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
37
+
38
+
39
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
40
+
41
+
42
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
43
+
44
+
45
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
46
+
47
+
48
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
49
+
50
+
51
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
52
+
53
+
54
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 10:52:18 -0700
55
+
56
+
57
+ Started GET "/" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
58
+ Processing by StaticController#index as HTML
59
+ Rendered static/index.html.erb within layouts/application (0.1ms)
60
+ Completed 200 OK in 643ms (Views: 643.4ms | ActiveRecord: 0.0ms)
61
+
62
+
63
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
64
+
65
+
66
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
67
+
68
+
69
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
70
+
71
+
72
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
73
+
74
+
75
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
76
+
77
+
78
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
79
+
80
+
81
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 10:52:25 -0700
82
+
83
+
84
+ Started GET "/" for 127.0.0.1 at 2015-05-11 19:41:28 -0700
85
+ Processing by StaticController#index as HTML
86
+ Rendered static/index.html.erb within layouts/application (13.0ms)
87
+ Completed 200 OK in 3009ms (Views: 2969.7ms | ActiveRecord: 0.0ms)
88
+
89
+
90
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
91
+
92
+
93
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
94
+
95
+
96
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
97
+
98
+
99
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
100
+
101
+
102
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
103
+
104
+
105
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
106
+
107
+
108
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 19:41:32 -0700
109
+
110
+
111
+ Started GET "/" for 127.0.0.1 at 2015-05-11 19:42:08 -0700
112
+ Processing by StaticController#index as HTML
113
+ Rendered static/index.html.erb within layouts/application (3.9ms)
114
+ Completed 200 OK in 927ms (Views: 925.9ms | ActiveRecord: 0.0ms)
115
+
116
+
117
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
118
+
119
+
120
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
121
+
122
+
123
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
124
+
125
+
126
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
127
+
128
+
129
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
130
+
131
+
132
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
133
+
134
+
135
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 19:42:09 -0700
136
+
137
+
138
+ Started GET "/" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
139
+ Processing by StaticController#index as HTML
140
+ Rendered static/index.html.erb within layouts/application (0.0ms)
141
+ Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms)
142
+
143
+
144
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
145
+
146
+
147
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
148
+
149
+
150
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
151
+
152
+
153
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
154
+
155
+
156
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
157
+
158
+
159
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
160
+
161
+
162
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 19:42:19 -0700
163
+
164
+
165
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 19:42:22 -0700
166
+
167
+
168
+ Started GET "/" for 127.0.0.1 at 2015-05-11 19:42:44 -0700
169
+ Processing by StaticController#index as HTML
170
+ Rendered static/index.html.erb within layouts/application (0.3ms)
171
+ Completed 200 OK in 1011ms (Views: 1009.6ms | ActiveRecord: 0.0ms)
172
+
173
+
174
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
175
+
176
+
177
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
178
+
179
+
180
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
181
+
182
+
183
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
184
+
185
+
186
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
187
+
188
+
189
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
190
+
191
+
192
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 19:42:46 -0700
193
+
194
+
195
+ Started GET "/" for 127.0.0.1 at 2015-05-11 19:43:19 -0700
196
+ Processing by StaticController#index as HTML
197
+ Rendered static/index.html.erb within layouts/application (0.7ms)
198
+ Completed 200 OK in 895ms (Views: 894.1ms | ActiveRecord: 0.0ms)
199
+
200
+
201
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
202
+
203
+
204
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
205
+
206
+
207
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
208
+
209
+
210
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
211
+
212
+
213
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
214
+
215
+
216
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
217
+
218
+
219
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 19:43:20 -0700
220
+
221
+
222
+ Started GET "/" for 127.0.0.1 at 2015-05-11 23:24:49 -0700
223
+ Processing by StaticController#index as HTML
224
+ Rendered static/index.html.erb within layouts/application (2.7ms)
225
+ Completed 200 OK in 255ms (Views: 246.9ms | ActiveRecord: 0.0ms)
226
+
227
+
228
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
229
+
230
+
231
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
232
+
233
+
234
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
235
+
236
+
237
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
238
+
239
+
240
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
241
+
242
+
243
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
244
+
245
+
246
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 23:24:50 -0700
247
+
248
+
249
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 23:24:54 -0700
250
+
251
+
252
+ Started GET "/" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
253
+ Processing by StaticController#index as HTML
254
+ Rendered static/index.html.erb within layouts/application (2.4ms)
255
+ Completed 200 OK in 199ms (Views: 190.2ms | ActiveRecord: 0.0ms)
256
+
257
+
258
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
259
+
260
+
261
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
262
+
263
+
264
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
265
+
266
+
267
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
268
+
269
+
270
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
271
+
272
+
273
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
274
+
275
+
276
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-11 23:26:01 -0700
277
+
278
+
279
+ Started GET "/" for 127.0.0.1 at 2015-05-12 11:11:58 -0700
280
+ Processing by StaticController#index as HTML
281
+ Rendered static/index.html.erb within layouts/application (2.0ms)
282
+ Completed 200 OK in 728ms (Views: 727.8ms | ActiveRecord: 0.0ms)
283
+
284
+
285
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
286
+
287
+
288
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
289
+
290
+
291
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
292
+
293
+
294
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
295
+
296
+
297
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
298
+
299
+
300
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
301
+
302
+
303
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 11:11:59 -0700
304
+
305
+
306
+ Started GET "/" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
307
+ Processing by StaticController#index as HTML
308
+ Rendered static/index.html.erb within layouts/application (0.0ms)
309
+ Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
310
+
311
+
312
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
313
+
314
+
315
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
316
+
317
+
318
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
319
+
320
+
321
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
322
+
323
+
324
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
325
+
326
+
327
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
328
+
329
+
330
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 11:12:52 -0700
331
+
332
+
333
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
334
+ Processing by StaticController#index as HTML
335
+ Rendered static/index.html.erb within layouts/application (0.3ms)
336
+ Completed 200 OK in 754ms (Views: 751.8ms | ActiveRecord: 0.0ms)
337
+
338
+
339
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
340
+
341
+
342
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
343
+
344
+
345
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
346
+
347
+
348
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
349
+
350
+
351
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
352
+
353
+
354
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
355
+
356
+
357
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:04:23 -0700
358
+
359
+
360
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
361
+ Processing by StaticController#index as HTML
362
+ Rendered static/index.html.erb within layouts/application (0.0ms)
363
+ Completed 200 OK in 7ms (Views: 7.2ms | ActiveRecord: 0.0ms)
364
+
365
+
366
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
367
+
368
+
369
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
370
+
371
+
372
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
373
+
374
+
375
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
376
+
377
+
378
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
379
+
380
+
381
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
382
+
383
+
384
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:04:45 -0700
385
+
386
+
387
+ Started GET "/assets/application.css" for 127.0.0.1 at 2015-05-12 12:04:49 -0700
388
+
389
+
390
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:27:04 -0700
391
+ Processing by StaticController#index as HTML
392
+ Rendered static/index.html.erb within layouts/application (1.0ms)
393
+ Completed 200 OK in 748ms (Views: 747.4ms | ActiveRecord: 0.0ms)
394
+
395
+
396
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
397
+
398
+
399
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
400
+
401
+
402
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
403
+
404
+
405
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
406
+
407
+
408
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
409
+
410
+
411
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
412
+
413
+
414
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:27:05 -0700
415
+
416
+
417
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
418
+ Processing by StaticController#index as HTML
419
+ Rendered static/index.html.erb within layouts/application (0.6ms)
420
+ Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.0ms)
421
+
422
+
423
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
424
+
425
+
426
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
427
+
428
+
429
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
430
+
431
+
432
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
433
+
434
+
435
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
436
+
437
+
438
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
439
+
440
+
441
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:27:16 -0700
442
+
443
+
444
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
445
+ Processing by StaticController#index as HTML
446
+ Rendered static/_type.html (0.3ms)
447
+ Rendered static/index.html.erb within layouts/application (18.5ms)
448
+ Completed 200 OK in 27ms (Views: 26.7ms | ActiveRecord: 0.0ms)
449
+
450
+
451
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
452
+
453
+
454
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
455
+
456
+
457
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
458
+
459
+
460
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
461
+
462
+
463
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
464
+
465
+
466
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
467
+
468
+
469
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:30:38 -0700
470
+
471
+
472
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
473
+ Processing by StaticController#index as HTML
474
+ Rendered static/_type.html (0.0ms)
475
+ Rendered static/index.html.erb within layouts/application (0.7ms)
476
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
477
+
478
+
479
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
480
+
481
+
482
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
483
+
484
+
485
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
486
+
487
+
488
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
489
+
490
+
491
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
492
+
493
+
494
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
495
+
496
+
497
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:30:39 -0700
498
+
499
+
500
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
501
+ Processing by StaticController#index as HTML
502
+ Rendered static/_type.html (0.2ms)
503
+ Rendered static/index.html.erb within layouts/application (0.9ms)
504
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
505
+
506
+
507
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
508
+
509
+
510
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
511
+
512
+
513
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
514
+
515
+
516
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
517
+
518
+
519
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
520
+
521
+
522
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
523
+
524
+
525
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:30:54 -0700
526
+
527
+
528
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
529
+ Processing by StaticController#index as HTML
530
+ Rendered static/_type.html (0.3ms)
531
+ Rendered static/index.html.erb within layouts/application (0.9ms)
532
+ Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
533
+
534
+
535
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
536
+
537
+
538
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
539
+
540
+
541
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
542
+
543
+
544
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
545
+
546
+
547
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
548
+
549
+
550
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
551
+
552
+
553
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:30:57 -0700
554
+
555
+
556
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
557
+ Processing by StaticController#index as HTML
558
+ Rendered static/_type.html (0.2ms)
559
+ Rendered static/index.html.erb within layouts/application (0.8ms)
560
+ Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms)
561
+
562
+
563
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
564
+
565
+
566
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
567
+
568
+
569
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
570
+
571
+
572
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
573
+
574
+
575
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
576
+
577
+
578
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
579
+
580
+
581
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:31:01 -0700
582
+
583
+
584
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
585
+ Processing by StaticController#index as HTML
586
+ Rendered static/_type.html (0.3ms)
587
+ Rendered static/index.html.erb within layouts/application (0.9ms)
588
+ Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms)
589
+
590
+
591
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
592
+
593
+
594
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
595
+
596
+
597
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
598
+
599
+
600
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
601
+
602
+
603
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
604
+
605
+
606
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
607
+
608
+
609
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:34:15 -0700
610
+
611
+
612
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:34:22 -0700
613
+
614
+
615
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:36:14 -0700
616
+ Processing by StaticController#index as HTML
617
+ Rendered static/_type.html (0.0ms)
618
+ Rendered static/index.html.erb within layouts/application (0.9ms)
619
+ Completed 500 Internal Server Error in 337ms
620
+
621
+ ActionView::Template::Error (Undefined mixin 'border-radius'.
622
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/stylesheets/application.scss:46)):
623
+ 2: <html>
624
+ 3: <head>
625
+ 4: <title>Dummy</title>
626
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
627
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
628
+ 7: <%= csrf_meta_tags %>
629
+ 8: </head>
630
+ app/assets/stylesheets/application.scss:46:in `border-radius'
631
+ app/assets/stylesheets/application.scss:46
632
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3997973356536374118_70262953961620'
633
+
634
+
635
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
636
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
637
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.2ms)
638
+
639
+
640
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:36:24 -0700
641
+ Processing by StaticController#index as HTML
642
+ Rendered static/_type.html (0.0ms)
643
+ Rendered static/index.html.erb within layouts/application (0.7ms)
644
+ Completed 200 OK in 458ms (Views: 457.5ms | ActiveRecord: 0.0ms)
645
+
646
+
647
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
648
+
649
+
650
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
651
+
652
+
653
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
654
+
655
+
656
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
657
+
658
+
659
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
660
+
661
+
662
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
663
+
664
+
665
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:36:25 -0700
666
+
667
+
668
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:36:49 -0700
669
+ Processing by StaticController#index as HTML
670
+ Rendered static/_type.html (0.0ms)
671
+ Rendered static/index.html.erb within layouts/application (0.8ms)
672
+ Completed 500 Internal Server Error in 296ms
673
+
674
+ ActionView::Template::Error (Undefined variable: "$colo-gray".
675
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/stylesheets/application.scss:47)):
676
+ 2: <html>
677
+ 3: <head>
678
+ 4: <title>Dummy</title>
679
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
680
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
681
+ 7: <%= csrf_meta_tags %>
682
+ 8: </head>
683
+ app/assets/stylesheets/application.scss:47
684
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3997973356536374118_70262953961620'
685
+
686
+
687
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
688
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
689
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.2ms)
690
+
691
+
692
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:36:54 -0700
693
+ Processing by StaticController#index as HTML
694
+ Rendered static/_type.html (0.0ms)
695
+ Rendered static/index.html.erb within layouts/application (0.7ms)
696
+ Completed 200 OK in 546ms (Views: 545.8ms | ActiveRecord: 0.0ms)
697
+
698
+
699
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
700
+
701
+
702
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
703
+
704
+
705
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
706
+
707
+
708
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
709
+
710
+
711
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
712
+
713
+
714
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
715
+
716
+
717
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:36:55 -0700
718
+
719
+
720
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
721
+ Processing by StaticController#index as HTML
722
+ Rendered static/_type.html (0.0ms)
723
+ Rendered static/index.html.erb within layouts/application (1.0ms)
724
+ Completed 200 OK in 500ms (Views: 499.4ms | ActiveRecord: 0.0ms)
725
+
726
+
727
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
728
+
729
+
730
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
731
+
732
+
733
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
734
+
735
+
736
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
737
+
738
+
739
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
740
+
741
+
742
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
743
+
744
+
745
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:37:06 -0700
746
+
747
+
748
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:37:12 -0700
749
+ Processing by StaticController#index as HTML
750
+ Rendered static/_type.html (0.0ms)
751
+ Rendered static/index.html.erb within layouts/application (0.7ms)
752
+ Completed 200 OK in 486ms (Views: 486.2ms | ActiveRecord: 0.0ms)
753
+
754
+
755
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
756
+
757
+
758
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
759
+
760
+
761
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
762
+
763
+
764
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
765
+
766
+
767
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
768
+
769
+
770
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
771
+
772
+
773
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:37:13 -0700
774
+
775
+
776
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:37:15 -0700
777
+ Processing by StaticController#index as HTML
778
+ Rendered static/_type.html (0.0ms)
779
+ Rendered static/index.html.erb within layouts/application (0.7ms)
780
+ Completed 200 OK in 527ms (Views: 526.5ms | ActiveRecord: 0.0ms)
781
+
782
+
783
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
784
+
785
+
786
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
787
+
788
+
789
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
790
+
791
+
792
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
793
+
794
+
795
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
796
+
797
+
798
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
799
+
800
+
801
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:37:16 -0700
802
+
803
+
804
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
805
+ Processing by StaticController#index as HTML
806
+ Rendered static/_type.html (0.0ms)
807
+ Rendered static/index.html.erb within layouts/application (0.8ms)
808
+ Completed 200 OK in 498ms (Views: 497.8ms | ActiveRecord: 0.0ms)
809
+
810
+
811
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
812
+
813
+
814
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
815
+
816
+
817
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
818
+
819
+
820
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
821
+
822
+
823
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
824
+
825
+
826
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
827
+
828
+
829
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:37:21 -0700
830
+
831
+
832
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
833
+ Processing by StaticController#index as HTML
834
+ Rendered static/_type.html (1.2ms)
835
+ Rendered static/index.html.erb within layouts/application (23.3ms)
836
+ Completed 200 OK in 136ms (Views: 135.1ms | ActiveRecord: 0.0ms)
837
+
838
+
839
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
840
+
841
+
842
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
843
+
844
+
845
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
846
+
847
+
848
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
849
+
850
+
851
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
852
+
853
+
854
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
855
+
856
+
857
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:48:37 -0700
858
+
859
+
860
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
861
+ Processing by StaticController#index as HTML
862
+ Rendered static/_type.html (0.0ms)
863
+ Rendered static/index.html.erb within layouts/application (0.8ms)
864
+ Completed 200 OK in 95ms (Views: 94.8ms | ActiveRecord: 0.0ms)
865
+
866
+
867
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
868
+
869
+
870
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
871
+
872
+
873
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
874
+
875
+
876
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
877
+
878
+
879
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
880
+
881
+
882
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
883
+
884
+
885
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:50:45 -0700
886
+
887
+
888
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:50:55 -0700
889
+ Processing by StaticController#index as HTML
890
+ Rendered static/_type.html (0.0ms)
891
+ Rendered static/_buttons.html (1.4ms)
892
+ Rendered static/index.html.erb within layouts/application (18.3ms)
893
+ Completed 200 OK in 44ms (Views: 44.0ms | ActiveRecord: 0.0ms)
894
+
895
+
896
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
897
+
898
+
899
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
900
+
901
+
902
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
903
+
904
+
905
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
906
+
907
+
908
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
909
+
910
+
911
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
912
+
913
+
914
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:50:56 -0700
915
+
916
+
917
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
918
+ Processing by StaticController#index as HTML
919
+ Rendered static/_type.html (0.0ms)
920
+ Rendered static/_buttons.html (1.7ms)
921
+ Rendered static/index.html.erb within layouts/application (3.2ms)
922
+ Completed 200 OK in 13ms (Views: 13.0ms | ActiveRecord: 0.0ms)
923
+
924
+
925
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
926
+
927
+
928
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
929
+
930
+
931
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
932
+
933
+
934
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
935
+
936
+
937
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
938
+
939
+
940
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
941
+
942
+
943
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:51:48 -0700
944
+
945
+
946
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
947
+ Processing by StaticController#index as HTML
948
+ Rendered static/_type.html (0.9ms)
949
+ Rendered static/_buttons.html (7.7ms)
950
+ Rendered static/index.html.erb within layouts/application (13.1ms)
951
+ Completed 200 OK in 95ms (Views: 93.4ms | ActiveRecord: 0.0ms)
952
+
953
+
954
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
955
+
956
+
957
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
958
+
959
+
960
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
961
+
962
+
963
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
964
+
965
+
966
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
967
+
968
+
969
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
970
+
971
+
972
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:57:00 -0700
973
+
974
+
975
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:57:50 -0700
976
+ Processing by StaticController#index as HTML
977
+ Rendered static/_type.html (2.3ms)
978
+ Rendered static/_buttons.html (0.5ms)
979
+ Rendered static/index.html.erb within layouts/application (9.9ms)
980
+ Completed 200 OK in 922ms (Views: 920.4ms | ActiveRecord: 0.0ms)
981
+
982
+
983
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
984
+
985
+
986
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
987
+
988
+
989
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
990
+
991
+
992
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
993
+
994
+
995
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
996
+
997
+
998
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
999
+
1000
+
1001
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
1002
+
1003
+
1004
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 12:57:51 -0700
1005
+
1006
+
1007
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1008
+ Processing by StaticController#index as HTML
1009
+ Rendered static/_type.html (0.0ms)
1010
+ Rendered static/_buttons.html (0.4ms)
1011
+ Rendered static/index.html.erb within layouts/application (1.8ms)
1012
+ Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
1013
+
1014
+
1015
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1016
+
1017
+
1018
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1019
+
1020
+
1021
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1022
+
1023
+
1024
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1025
+
1026
+
1027
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1028
+
1029
+
1030
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1031
+
1032
+
1033
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1034
+
1035
+
1036
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 12:58:06 -0700
1037
+
1038
+
1039
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:58:45 -0700
1040
+ Processing by StaticController#index as HTML
1041
+ Rendered static/_type.html (0.0ms)
1042
+ Rendered static/_buttons.html (0.0ms)
1043
+ Rendered static/index.html.erb within layouts/application (2.4ms)
1044
+ Completed 200 OK in 667ms (Views: 666.7ms | ActiveRecord: 0.0ms)
1045
+
1046
+
1047
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1048
+
1049
+
1050
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1051
+
1052
+
1053
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1054
+
1055
+
1056
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1057
+
1058
+
1059
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1060
+
1061
+
1062
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1063
+
1064
+
1065
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1066
+
1067
+
1068
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 12:58:46 -0700
1069
+
1070
+
1071
+ Started GET "/" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1072
+ Processing by StaticController#index as HTML
1073
+ Rendered static/_type.html (0.0ms)
1074
+ Rendered static/_buttons.html (0.3ms)
1075
+ Rendered static/index.html.erb within layouts/application (1.6ms)
1076
+ Completed 200 OK in 9ms (Views: 9.3ms | ActiveRecord: 0.0ms)
1077
+
1078
+
1079
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1080
+
1081
+
1082
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1083
+
1084
+
1085
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1086
+
1087
+
1088
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1089
+
1090
+
1091
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1092
+
1093
+
1094
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1095
+
1096
+
1097
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1098
+
1099
+
1100
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 12:59:47 -0700
1101
+
1102
+
1103
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1104
+ Processing by StaticController#index as HTML
1105
+ Rendered static/_type.html (0.0ms)
1106
+ Rendered static/_buttons.html (2.7ms)
1107
+ Rendered static/index.html.erb within layouts/application (4.3ms)
1108
+ Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.0ms)
1109
+
1110
+
1111
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1112
+
1113
+
1114
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1115
+
1116
+
1117
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1118
+
1119
+
1120
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1121
+
1122
+
1123
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1124
+
1125
+
1126
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1127
+
1128
+
1129
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1130
+
1131
+
1132
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:00:26 -0700
1133
+
1134
+
1135
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1136
+ Processing by StaticController#index as HTML
1137
+ Rendered static/_type.html (0.0ms)
1138
+ Rendered static/_buttons.html (2.7ms)
1139
+ Rendered static/index.html.erb within layouts/application (4.0ms)
1140
+ Completed 200 OK in 11ms (Views: 11.4ms | ActiveRecord: 0.0ms)
1141
+
1142
+
1143
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1144
+
1145
+
1146
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1147
+
1148
+
1149
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1150
+
1151
+
1152
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1153
+
1154
+
1155
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1156
+
1157
+
1158
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1159
+
1160
+
1161
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:02:58 -0700
1162
+
1163
+
1164
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:02:59 -0700
1165
+
1166
+
1167
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1168
+ Processing by StaticController#index as HTML
1169
+ Rendered static/_type.html (0.0ms)
1170
+ Rendered static/_buttons.html (0.3ms)
1171
+ Rendered static/index.html.erb within layouts/application (1.7ms)
1172
+ Completed 200 OK in 9ms (Views: 9.4ms | ActiveRecord: 0.0ms)
1173
+
1174
+
1175
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1176
+
1177
+
1178
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1179
+
1180
+
1181
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1182
+
1183
+
1184
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1185
+
1186
+
1187
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1188
+
1189
+
1190
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1191
+
1192
+
1193
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1194
+
1195
+
1196
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:03:06 -0700
1197
+
1198
+
1199
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1200
+ Processing by StaticController#index as HTML
1201
+ Rendered static/_type.html (0.0ms)
1202
+ Rendered static/_buttons.html (2.7ms)
1203
+ Rendered static/index.html.erb within layouts/application (4.1ms)
1204
+ Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms)
1205
+
1206
+
1207
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1208
+
1209
+
1210
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1211
+
1212
+
1213
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1214
+
1215
+
1216
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1217
+
1218
+
1219
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1220
+
1221
+
1222
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1223
+
1224
+
1225
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1226
+
1227
+
1228
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:03:28 -0700
1229
+
1230
+
1231
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1232
+ Processing by StaticController#index as HTML
1233
+ Rendered static/_type.html (0.0ms)
1234
+ Rendered static/_buttons.html (1.9ms)
1235
+ Rendered static/index.html.erb within layouts/application (3.4ms)
1236
+ Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.0ms)
1237
+
1238
+
1239
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1240
+
1241
+
1242
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1243
+
1244
+
1245
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1246
+
1247
+
1248
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1249
+
1250
+
1251
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1252
+
1253
+
1254
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1255
+
1256
+
1257
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1258
+
1259
+
1260
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:03:42 -0700
1261
+
1262
+
1263
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1264
+ Processing by StaticController#index as HTML
1265
+ Rendered static/_type.html (0.0ms)
1266
+ Rendered static/_buttons.html (2.7ms)
1267
+ Rendered static/index.html.erb within layouts/application (4.2ms)
1268
+ Completed 200 OK in 15ms (Views: 15.3ms | ActiveRecord: 0.0ms)
1269
+
1270
+
1271
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1272
+
1273
+
1274
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1275
+
1276
+
1277
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1278
+
1279
+
1280
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1281
+
1282
+
1283
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1284
+
1285
+
1286
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1287
+
1288
+
1289
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1290
+
1291
+
1292
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:04:18 -0700
1293
+
1294
+
1295
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1296
+ Processing by StaticController#index as HTML
1297
+ Rendered static/_type.html (0.0ms)
1298
+ Rendered static/_buttons.html (1.6ms)
1299
+ Rendered static/index.html.erb within layouts/application (3.2ms)
1300
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
1301
+
1302
+
1303
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1304
+
1305
+
1306
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1307
+
1308
+
1309
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1310
+
1311
+
1312
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1313
+
1314
+
1315
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1316
+
1317
+
1318
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1319
+
1320
+
1321
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:04:29 -0700
1322
+
1323
+
1324
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:04:30 -0700
1325
+
1326
+
1327
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1328
+ Processing by StaticController#index as HTML
1329
+ Rendered static/_type.html (0.0ms)
1330
+ Rendered static/_buttons.html (0.3ms)
1331
+ Rendered static/index.html.erb within layouts/application (1.8ms)
1332
+ Completed 200 OK in 9ms (Views: 8.7ms | ActiveRecord: 0.0ms)
1333
+
1334
+
1335
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1336
+
1337
+
1338
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1339
+
1340
+
1341
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1342
+
1343
+
1344
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1345
+
1346
+
1347
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1348
+
1349
+
1350
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1351
+
1352
+
1353
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:06:18 -0700
1354
+
1355
+
1356
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:06:19 -0700
1357
+
1358
+
1359
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1360
+ Processing by StaticController#index as HTML
1361
+ Rendered static/_type.html (0.0ms)
1362
+ Rendered static/_buttons.html (2.1ms)
1363
+ Rendered static/index.html.erb within layouts/application (3.6ms)
1364
+ Completed 200 OK in 12ms (Views: 12.3ms | ActiveRecord: 0.0ms)
1365
+
1366
+
1367
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1368
+
1369
+
1370
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1371
+
1372
+
1373
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1374
+
1375
+
1376
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1377
+
1378
+
1379
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1380
+
1381
+
1382
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1383
+
1384
+
1385
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1386
+
1387
+
1388
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:06:48 -0700
1389
+
1390
+
1391
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:06:58 -0700
1392
+ Processing by StaticController#index as HTML
1393
+ Rendered static/_type.html (0.0ms)
1394
+ Rendered static/_buttons.html (0.3ms)
1395
+ Rendered static/index.html.erb within layouts/application (1.6ms)
1396
+ Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
1397
+
1398
+
1399
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1400
+
1401
+
1402
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1403
+
1404
+
1405
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1406
+
1407
+
1408
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1409
+
1410
+
1411
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1412
+
1413
+
1414
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1415
+
1416
+
1417
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1418
+
1419
+
1420
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:06:59 -0700
1421
+
1422
+
1423
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1424
+ Processing by StaticController#index as HTML
1425
+ Rendered static/_type.html (0.0ms)
1426
+ Rendered static/_buttons.html (2.1ms)
1427
+ Rendered static/index.html.erb within layouts/application (3.5ms)
1428
+ Completed 200 OK in 12ms (Views: 12.4ms | ActiveRecord: 0.0ms)
1429
+
1430
+
1431
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1432
+
1433
+
1434
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1435
+
1436
+
1437
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1438
+
1439
+
1440
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1441
+
1442
+
1443
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1444
+
1445
+
1446
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1447
+
1448
+
1449
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1450
+
1451
+
1452
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:07:02 -0700
1453
+
1454
+
1455
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1456
+ Processing by StaticController#index as HTML
1457
+ Rendered static/_type.html (0.0ms)
1458
+ Rendered static/_buttons.html (1.4ms)
1459
+ Rendered static/index.html.erb within layouts/application (2.9ms)
1460
+ Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.0ms)
1461
+
1462
+
1463
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1464
+
1465
+
1466
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1467
+
1468
+
1469
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1470
+
1471
+
1472
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1473
+
1474
+
1475
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1476
+
1477
+
1478
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1479
+
1480
+
1481
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1482
+
1483
+
1484
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:07:30 -0700
1485
+
1486
+
1487
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1488
+ Processing by StaticController#index as HTML
1489
+ Rendered static/_type.html (0.1ms)
1490
+ Rendered static/_buttons.html (0.1ms)
1491
+ Rendered static/index.html.erb within layouts/application (1.8ms)
1492
+ Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
1493
+
1494
+
1495
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1496
+
1497
+
1498
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1499
+
1500
+
1501
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1502
+
1503
+
1504
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1505
+
1506
+
1507
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1508
+
1509
+
1510
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1511
+
1512
+
1513
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1514
+
1515
+
1516
+ Started GET "/assets/beetstrap/ic-icons.ttf" for 127.0.0.1 at 2015-05-12 13:08:29 -0700
1517
+
1518
+
1519
+ Started GET "/" for 127.0.0.1 at 2015-05-12 13:11:27 -0700
1520
+ Processing by StaticController#index as HTML
1521
+ Rendered static/_type.html (0.2ms)
1522
+ Rendered static/_buttons.html (0.1ms)
1523
+ Rendered static/index.html.erb within layouts/application (5.0ms)
1524
+ Completed 200 OK in 1095ms (Views: 1094.0ms | ActiveRecord: 0.0ms)
1525
+
1526
+
1527
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1528
+
1529
+
1530
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1531
+
1532
+
1533
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1534
+
1535
+
1536
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1537
+
1538
+
1539
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1540
+
1541
+
1542
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1543
+
1544
+
1545
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-12 13:11:28 -0700
1546
+
1547
+
1548
+ Started GET "/" for 127.0.0.1 at 2015-05-27 11:01:56 -0700
1549
+ Processing by StaticController#index as HTML
1550
+ Rendered static/_type.html (0.3ms)
1551
+ Rendered static/_buttons.html (0.3ms)
1552
+ Rendered static/index.html.erb within layouts/application (7.2ms)
1553
+ Completed 200 OK in 765ms (Views: 764.3ms | ActiveRecord: 0.0ms)
1554
+
1555
+
1556
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1557
+
1558
+
1559
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1560
+
1561
+
1562
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1563
+
1564
+
1565
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1566
+
1567
+
1568
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1569
+
1570
+
1571
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1572
+
1573
+
1574
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-05-27 11:01:57 -0700
1575
+
1576
+
1577
+ Started GET "/" for 127.0.0.1 at 2015-07-07 18:32:36 -0700
1578
+ Processing by StaticController#index as HTML
1579
+ Rendered static/_type.html (0.2ms)
1580
+ Rendered static/_buttons.html (0.4ms)
1581
+ Rendered static/index.html.erb within layouts/application (7.5ms)
1582
+ Completed 500 Internal Server Error in 795ms
1583
+
1584
+ ActionView::Template::Error (couldn't find file 'beetstrap'
1585
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1586
+ 3: <head>
1587
+ 4: <title>Dummy</title>
1588
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1589
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1590
+ 7: <%= csrf_meta_tags %>
1591
+ 8: </head>
1592
+ 9: <body>
1593
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3152804191475238157_70317152438280'
1594
+
1595
+
1596
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
1597
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.2ms)
1598
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (31.9ms)
1599
+
1600
+
1601
+ Started GET "/" for 127.0.0.1 at 2015-07-07 18:33:15 -0700
1602
+ Processing by StaticController#index as HTML
1603
+ Rendered static/_type.html (0.0ms)
1604
+ Rendered static/_buttons.html (0.0ms)
1605
+ Rendered static/index.html.erb within layouts/application (2.2ms)
1606
+ Completed 500 Internal Server Error in 13ms
1607
+
1608
+ ActionView::Template::Error (couldn't find file 'beetstrap/beetstrap'
1609
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1610
+ 3: <head>
1611
+ 4: <title>Dummy</title>
1612
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1613
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1614
+ 7: <%= csrf_meta_tags %>
1615
+ 8: </head>
1616
+ 9: <body>
1617
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3152804191475238157_70317152438280'
1618
+
1619
+
1620
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
1621
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
1622
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (32.7ms)
1623
+
1624
+
1625
+ Started GET "/" for 127.0.0.1 at 2015-07-07 18:38:54 -0700
1626
+ Processing by StaticController#index as HTML
1627
+ Rendered static/_type.html (0.6ms)
1628
+ Rendered static/_buttons.html (0.3ms)
1629
+ Rendered static/index.html.erb within layouts/application (7.1ms)
1630
+ Completed 200 OK in 55ms (Views: 53.2ms | ActiveRecord: 0.0ms)
1631
+
1632
+
1633
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-07-07 18:38:54 -0700
1634
+
1635
+
1636
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-07-07 18:38:54 -0700
1637
+
1638
+
1639
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-07-07 18:38:55 -0700
1640
+
1641
+
1642
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-07-07 18:38:55 -0700
1643
+
1644
+
1645
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-07-07 18:38:55 -0700
1646
+
1647
+
1648
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-07-07 18:38:55 -0700
1649
+
1650
+
1651
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-07-07 18:38:55 -0700
1652
+
1653
+
1654
+ Started GET "/" for 127.0.0.1 at 2015-07-07 18:39:05 -0700
1655
+ Processing by StaticController#index as HTML
1656
+ Rendered static/_type.html (0.0ms)
1657
+ Rendered static/_buttons.html (0.0ms)
1658
+ Rendered static/index.html.erb within layouts/application (1.7ms)
1659
+ Completed 500 Internal Server Error in 18ms
1660
+
1661
+ ActionView::Template::Error (couldn't find file 'beetstrap'
1662
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1663
+ 3: <head>
1664
+ 4: <title>Dummy</title>
1665
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1666
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1667
+ 7: <%= csrf_meta_tags %>
1668
+ 8: </head>
1669
+ 9: <body>
1670
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3152804191475238157_70317152438280'
1671
+
1672
+
1673
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
1674
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
1675
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (29.6ms)
1676
+
1677
+
1678
+ Started GET "/" for 127.0.0.1 at 2015-07-07 20:53:51 -0700
1679
+ Processing by StaticController#index as HTML
1680
+ Rendered static/_type.html (0.1ms)
1681
+ Rendered static/_buttons.html (0.1ms)
1682
+ Rendered static/index.html.erb within layouts/application (4.4ms)
1683
+ Completed 500 Internal Server Error in 82ms
1684
+
1685
+ ActionView::Template::Error (couldn't find file 'beetstrap'
1686
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1687
+ 3: <head>
1688
+ 4: <title>Dummy</title>
1689
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1690
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1691
+ 7: <%= csrf_meta_tags %>
1692
+ 8: </head>
1693
+ 9: <body>
1694
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3152804191475238157_70317152438280'
1695
+
1696
+
1697
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
1698
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.1ms)
1699
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.7ms)
1700
+
1701
+
1702
+ Started GET "/" for 127.0.0.1 at 2015-07-07 20:56:00 -0700
1703
+ Processing by StaticController#index as HTML
1704
+ Rendered static/_type.html (0.0ms)
1705
+ Rendered static/_buttons.html (0.0ms)
1706
+ Rendered static/index.html.erb within layouts/application (1.9ms)
1707
+ Completed 500 Internal Server Error in 20ms
1708
+
1709
+ ActionView::Template::Error (couldn't find file 'jquery'
1710
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1711
+ 3: <head>
1712
+ 4: <title>Dummy</title>
1713
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1714
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1715
+ 7: <%= csrf_meta_tags %>
1716
+ 8: </head>
1717
+ 9: <body>
1718
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3152804191475238157_70317152438280'
1719
+
1720
+
1721
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (23.7ms)
1722
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
1723
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.5ms)
1724
+
1725
+
1726
+ Started GET "/" for 127.0.0.1 at 2015-07-07 20:56:43 -0700
1727
+ Processing by StaticController#index as HTML
1728
+ Rendered static/_type.html (0.0ms)
1729
+ Rendered static/_buttons.html (0.0ms)
1730
+ Rendered static/index.html.erb within layouts/application (1.3ms)
1731
+ Completed 500 Internal Server Error in 21ms
1732
+
1733
+ ActionView::Template::Error (couldn't find file 'beetstrap'
1734
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/stylesheets/application.scss:15)):
1735
+ 2: <html>
1736
+ 3: <head>
1737
+ 4: <title>Dummy</title>
1738
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1739
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1740
+ 7: <%= csrf_meta_tags %>
1741
+ 8: </head>
1742
+ app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3152804191475238157_70317152438280'
1743
+
1744
+
1745
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
1746
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
1747
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.6ms)
1748
+
1749
+
1750
+ Started GET "/" for 127.0.0.1 at 2015-07-07 20:57:35 -0700
1751
+ Processing by StaticController#index as HTML
1752
+ Rendered static/_type.html (0.3ms)
1753
+ Rendered static/_buttons.html (0.3ms)
1754
+ Rendered static/index.html.erb within layouts/application (7.4ms)
1755
+ Completed 500 Internal Server Error in 43ms
1756
+
1757
+ ActionView::Template::Error (couldn't find file 'jquery'
1758
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1759
+ 3: <head>
1760
+ 4: <title>Dummy</title>
1761
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1762
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1763
+ 7: <%= csrf_meta_tags %>
1764
+ 8: </head>
1765
+ 9: <body>
1766
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__2998032018867816443_70334319790060'
1767
+
1768
+
1769
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
1770
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (11.5ms)
1771
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (40.1ms)
1772
+
1773
+
1774
+ Started GET "/" for 127.0.0.1 at 2015-07-07 20:57:47 -0700
1775
+ Processing by StaticController#index as HTML
1776
+ Rendered static/_type.html (0.0ms)
1777
+ Rendered static/_buttons.html (0.1ms)
1778
+ Rendered static/index.html.erb within layouts/application (1.8ms)
1779
+ Completed 500 Internal Server Error in 15ms
1780
+
1781
+ ActionView::Template::Error (couldn't find file 'beetstrap'
1782
+ (in /Users/mikesea/code/beetstrap/test/dummy/app/assets/javascripts/application.js:14)):
1783
+ 3: <head>
1784
+ 4: <title>Dummy</title>
1785
+ 5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
1786
+ 6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
1787
+ 7: <%= csrf_meta_tags %>
1788
+ 8: </head>
1789
+ 9: <body>
1790
+ app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__2998032018867816443_70334319790060'
1791
+
1792
+
1793
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
1794
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
1795
+ Rendered /Users/mikesea/.rbenv/versions/2.2.0/lib/ruby/gems/2.2.0/gems/actionpack-4.1.8/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.5ms)
1796
+
1797
+
1798
+ Started GET "/" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1799
+ Processing by StaticController#index as HTML
1800
+ Rendered static/_type.html (0.4ms)
1801
+ Rendered static/_buttons.html (0.5ms)
1802
+ Rendered static/index.html.erb within layouts/application (19.9ms)
1803
+ Completed 200 OK in 69ms (Views: 68.5ms | ActiveRecord: 0.0ms)
1804
+
1805
+
1806
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1807
+
1808
+
1809
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1810
+
1811
+
1812
+ Started GET "/assets/beetstrap.js?body=1" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1813
+
1814
+
1815
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1816
+
1817
+
1818
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1819
+
1820
+
1821
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1822
+
1823
+
1824
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1825
+
1826
+
1827
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-07-07 21:03:33 -0700
1828
+
1829
+
1830
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-07-07 21:03:35 -0700
1831
+
1832
+
1833
+ Started GET "/" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1834
+ Processing by StaticController#index as HTML
1835
+ Rendered static/_type.html (0.0ms)
1836
+ Rendered static/_buttons.html (0.0ms)
1837
+ Rendered static/index.html.erb within layouts/application (1.9ms)
1838
+ Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
1839
+
1840
+
1841
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1842
+
1843
+
1844
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1845
+
1846
+
1847
+ Started GET "/assets/beetstrap.js?body=1" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1848
+
1849
+
1850
+ Started GET "/assets/beetstrap/instacart-logo-top-bar@2x.png" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1851
+
1852
+
1853
+ Started GET "/assets/beetstrap/OpenSans-Bold/OpenSans-Bold.woff" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1854
+
1855
+
1856
+ Started GET "/assets/beetstrap/OpenSans/OpenSans.woff" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1857
+
1858
+
1859
+ Started GET "/assets/beetstrap/OpenSans-Semibold/OpenSans-Semibold.woff" for 127.0.0.1 at 2015-07-07 21:04:51 -0700
1860
+
1861
+
1862
+ Started GET "/assets/beetstrap/ic-icons.woff" for 127.0.0.1 at 2015-07-07 21:04:51 -0700