speedo 0.0.8 → 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/assets/stylesheets/application.css.scss +2 -0
- data/app/assets/stylesheets/speedo.css.scss +13 -15
- data/app/views/layouts/speedo/application.html.haml +1 -1
- data/lib/generators/speedo/install_generator.rb +42 -15
- data/lib/speedo/sass.rb +12 -4
- data/lib/speedo/version.rb +1 -1
- data/lib/speedo.rb +1 -1
- data/test/dummy/log/development.log +1358 -0
- data/test/dummy/tmp/cache/assets/C41/5B0/sprockets%2F095415e1141a435237aa9464752d21fd +0 -0
- data/test/dummy/tmp/cache/assets/CE5/650/sprockets%2F8ab512c9b33ac90e699b73469d71f061 +0 -0
- data/test/dummy/tmp/cache/assets/D1D/D50/sprockets%2F5b87bedce3ae871f14e41e2479290866 +0 -0
- data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/D54/ED0/sprockets%2F71c9fa01091d432b131da3bb73faf3d4 +0 -0
- data/test/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +0 -0
- data/test/dummy/tmp/cache/assets/DA1/670/sprockets%2Fb71f32bbfb530e59ad7a177cf54a888b +0 -0
- data/test/dummy/tmp/cache/assets/DE9/520/sprockets%2Fe9f8259c99da2f355198dc4bcdebb69d +0 -0
- data/test/dummy/tmp/cache/assets/DEA/9B0/sprockets%2F1db5ff81be17f1a21ea3e8a9ad44ba12 +0 -0
- data/test/dummy/tmp/cache/assets/DF2/CB0/sprockets%2F4500acae993e0fa07bd48dceee07e2b3 +0 -0
- data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
- metadata +32 -18
- data/test/dummy/app/assets/stylesheets/application.css +0 -7
@@ -17031,3 +17031,1361 @@ Served asset /dataTables/sort_both.png - 304 Not Modified (0ms)
|
|
17031
17031
|
|
17032
17032
|
Started GET "/assets/chosen-sprite.png" for 127.0.0.1 at 2012-04-20 10:41:24 -0400
|
17033
17033
|
Served asset /chosen-sprite.png - 304 Not Modified (0ms)
|
17034
|
+
|
17035
|
+
|
17036
|
+
Started GET "/examples" for 127.0.0.1 at 2012-04-24 11:37:58 -0400
|
17037
|
+
|
17038
|
+
ActionController::RoutingError (No route matches [GET] "/examples"):
|
17039
|
+
|
17040
|
+
|
17041
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
17042
|
+
|
17043
|
+
|
17044
|
+
Started GET "/" for 127.0.0.1 at 2012-04-24 11:38:03 -0400
|
17045
|
+
|
17046
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
17047
|
+
|
17048
|
+
|
17049
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
17050
|
+
|
17051
|
+
|
17052
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 11:38:19 -0400
|
17053
|
+
Processing by Speedo::HomeController#examples as HTML
|
17054
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (57.7ms)
|
17055
|
+
Cache for Asset (application.css) is stale
|
17056
|
+
File to import not found or unreadable: normalize.
|
17057
|
+
Load paths:
|
17058
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17059
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17060
|
+
Compiled application.css (2ms) (pid 38326)
|
17061
|
+
Completed 500 Internal Server Error in 353ms
|
17062
|
+
|
17063
|
+
ActionView::Template::Error (File to import not found or unreadable: normalize.
|
17064
|
+
Load paths:
|
17065
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17066
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17067
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)):
|
17068
|
+
15:
|
17069
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17070
|
+
17: = javascript_include_tag 'respond.js'
|
17071
|
+
18: = stylesheet_link_tag :application
|
17072
|
+
19: = javascript_include_tag :application
|
17073
|
+
20: = yield :head
|
17074
|
+
21:
|
17075
|
+
app/assets/stylesheets/speedo.css.scss:1
|
17076
|
+
|
17077
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
17078
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms)
|
17079
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.7ms)
|
17080
|
+
|
17081
|
+
|
17082
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:22:28 -0400
|
17083
|
+
Processing by Speedo::HomeController#examples as HTML
|
17084
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (16.2ms)
|
17085
|
+
Compiled application.css (1ms) (pid 39340)
|
17086
|
+
Compiled speedo.js (24ms) (pid 39340)
|
17087
|
+
Compiled swim.js (398ms) (pid 39340)
|
17088
|
+
Compiled application.js (4ms) (pid 39340)
|
17089
|
+
Completed 200 OK in 744ms (Views: 743.7ms | ActiveRecord: 0.0ms)
|
17090
|
+
|
17091
|
+
|
17092
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:22:30 -0400
|
17093
|
+
Served asset /modernizr.min.js - 200 OK (70ms)
|
17094
|
+
|
17095
|
+
|
17096
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:22:30 -0400
|
17097
|
+
Served asset /respond.js - 200 OK (38ms)
|
17098
|
+
|
17099
|
+
|
17100
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:22:30 -0400
|
17101
|
+
Served asset /application.css - 200 OK (55ms)
|
17102
|
+
|
17103
|
+
|
17104
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:22:31 -0400
|
17105
|
+
Served asset /jquery.js - 200 OK (7ms)
|
17106
|
+
|
17107
|
+
|
17108
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:22:31 -0400
|
17109
|
+
Served asset /jquery_ujs.js - 200 OK (3ms)
|
17110
|
+
|
17111
|
+
|
17112
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:22:31 -0400
|
17113
|
+
Served asset /application.js - 200 OK (80ms)
|
17114
|
+
|
17115
|
+
|
17116
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:22:31 -0400
|
17117
|
+
Served asset /speedo/logo.png - 200 OK (20ms)
|
17118
|
+
|
17119
|
+
|
17120
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:08 -0400
|
17121
|
+
Processing by Speedo::HomeController#examples as HTML
|
17122
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (26.4ms)
|
17123
|
+
Completed 500 Internal Server Error in 224ms
|
17124
|
+
|
17125
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17126
|
+
Load paths:
|
17127
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17128
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17129
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17130
|
+
15:
|
17131
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17132
|
+
17: = javascript_include_tag 'respond.js'
|
17133
|
+
18: = stylesheet_link_tag :application
|
17134
|
+
19: = javascript_include_tag :application
|
17135
|
+
20: = yield :head
|
17136
|
+
21:
|
17137
|
+
app/assets/stylesheets/application.css.scss:2
|
17138
|
+
|
17139
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
17140
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17141
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms)
|
17142
|
+
|
17143
|
+
|
17144
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:12 -0400
|
17145
|
+
Processing by Speedo::HomeController#examples as HTML
|
17146
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.1ms)
|
17147
|
+
Completed 500 Internal Server Error in 12ms
|
17148
|
+
|
17149
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17150
|
+
Load paths:
|
17151
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17152
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17153
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17154
|
+
15:
|
17155
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17156
|
+
17: = javascript_include_tag 'respond.js'
|
17157
|
+
18: = stylesheet_link_tag :application
|
17158
|
+
19: = javascript_include_tag :application
|
17159
|
+
20: = yield :head
|
17160
|
+
21:
|
17161
|
+
app/assets/stylesheets/application.css.scss:2
|
17162
|
+
|
17163
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
17164
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
17165
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
|
17166
|
+
|
17167
|
+
|
17168
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:14 -0400
|
17169
|
+
Processing by Speedo::HomeController#examples as HTML
|
17170
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.7ms)
|
17171
|
+
Completed 500 Internal Server Error in 28ms
|
17172
|
+
|
17173
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17174
|
+
Load paths:
|
17175
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17176
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17177
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17178
|
+
15:
|
17179
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17180
|
+
17: = javascript_include_tag 'respond.js'
|
17181
|
+
18: = stylesheet_link_tag :application
|
17182
|
+
19: = javascript_include_tag :application
|
17183
|
+
20: = yield :head
|
17184
|
+
21:
|
17185
|
+
app/assets/stylesheets/application.css.scss:2
|
17186
|
+
|
17187
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
17188
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
17189
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (9.0ms)
|
17190
|
+
|
17191
|
+
|
17192
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:16 -0400
|
17193
|
+
Processing by Speedo::HomeController#examples as HTML
|
17194
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.6ms)
|
17195
|
+
Completed 500 Internal Server Error in 17ms
|
17196
|
+
|
17197
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17198
|
+
Load paths:
|
17199
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17200
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17201
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17202
|
+
15:
|
17203
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17204
|
+
17: = javascript_include_tag 'respond.js'
|
17205
|
+
18: = stylesheet_link_tag :application
|
17206
|
+
19: = javascript_include_tag :application
|
17207
|
+
20: = yield :head
|
17208
|
+
21:
|
17209
|
+
app/assets/stylesheets/application.css.scss:2
|
17210
|
+
|
17211
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
17212
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
17213
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms)
|
17214
|
+
|
17215
|
+
|
17216
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:17 -0400
|
17217
|
+
Processing by Speedo::HomeController#examples as HTML
|
17218
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17219
|
+
Completed 500 Internal Server Error in 14ms
|
17220
|
+
|
17221
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17222
|
+
Load paths:
|
17223
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17224
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17225
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17226
|
+
15:
|
17227
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17228
|
+
17: = javascript_include_tag 'respond.js'
|
17229
|
+
18: = stylesheet_link_tag :application
|
17230
|
+
19: = javascript_include_tag :application
|
17231
|
+
20: = yield :head
|
17232
|
+
21:
|
17233
|
+
app/assets/stylesheets/application.css.scss:2
|
17234
|
+
|
17235
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
17236
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17237
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
|
17238
|
+
|
17239
|
+
|
17240
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:18 -0400
|
17241
|
+
Processing by Speedo::HomeController#examples as HTML
|
17242
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.7ms)
|
17243
|
+
Completed 500 Internal Server Error in 15ms
|
17244
|
+
|
17245
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17246
|
+
Load paths:
|
17247
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17248
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17249
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17250
|
+
15:
|
17251
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17252
|
+
17: = javascript_include_tag 'respond.js'
|
17253
|
+
18: = stylesheet_link_tag :application
|
17254
|
+
19: = javascript_include_tag :application
|
17255
|
+
20: = yield :head
|
17256
|
+
21:
|
17257
|
+
app/assets/stylesheets/application.css.scss:2
|
17258
|
+
|
17259
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
17260
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17261
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.0ms)
|
17262
|
+
|
17263
|
+
|
17264
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:18 -0400
|
17265
|
+
Processing by Speedo::HomeController#examples as HTML
|
17266
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.9ms)
|
17267
|
+
Completed 500 Internal Server Error in 23ms
|
17268
|
+
|
17269
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17270
|
+
Load paths:
|
17271
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17272
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17273
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17274
|
+
15:
|
17275
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17276
|
+
17: = javascript_include_tag 'respond.js'
|
17277
|
+
18: = stylesheet_link_tag :application
|
17278
|
+
19: = javascript_include_tag :application
|
17279
|
+
20: = yield :head
|
17280
|
+
21:
|
17281
|
+
app/assets/stylesheets/application.css.scss:2
|
17282
|
+
|
17283
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
17284
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17285
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
|
17286
|
+
|
17287
|
+
|
17288
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:24:20 -0400
|
17289
|
+
Processing by Speedo::HomeController#examples as HTML
|
17290
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17291
|
+
Completed 500 Internal Server Error in 14ms
|
17292
|
+
|
17293
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17294
|
+
Load paths:
|
17295
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17296
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17297
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17298
|
+
15:
|
17299
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17300
|
+
17: = javascript_include_tag 'respond.js'
|
17301
|
+
18: = stylesheet_link_tag :application
|
17302
|
+
19: = javascript_include_tag :application
|
17303
|
+
20: = yield :head
|
17304
|
+
21:
|
17305
|
+
app/assets/stylesheets/application.css.scss:2
|
17306
|
+
|
17307
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
17308
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
17309
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.1ms)
|
17310
|
+
|
17311
|
+
|
17312
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:37:30 -0400
|
17313
|
+
Processing by Speedo::HomeController#examples as HTML
|
17314
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.6ms)
|
17315
|
+
Completed 500 Internal Server Error in 42ms
|
17316
|
+
|
17317
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17318
|
+
Load paths:
|
17319
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17320
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17321
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17322
|
+
15:
|
17323
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17324
|
+
17: = javascript_include_tag 'respond.js'
|
17325
|
+
18: = stylesheet_link_tag :application
|
17326
|
+
19: = javascript_include_tag :application
|
17327
|
+
20: = yield :head
|
17328
|
+
21:
|
17329
|
+
app/assets/stylesheets/application.css.scss:2
|
17330
|
+
|
17331
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
17332
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
17333
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms)
|
17334
|
+
|
17335
|
+
|
17336
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:40:32 -0400
|
17337
|
+
Processing by Speedo::HomeController#examples as HTML
|
17338
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17339
|
+
Completed 500 Internal Server Error in 14ms
|
17340
|
+
|
17341
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17342
|
+
Load paths:
|
17343
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17344
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17345
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17346
|
+
15:
|
17347
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17348
|
+
17: = javascript_include_tag 'respond.js'
|
17349
|
+
18: = stylesheet_link_tag :application
|
17350
|
+
19: = javascript_include_tag :application
|
17351
|
+
20: = yield :head
|
17352
|
+
21:
|
17353
|
+
app/assets/stylesheets/application.css.scss:2
|
17354
|
+
|
17355
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
17356
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17357
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms)
|
17358
|
+
|
17359
|
+
|
17360
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:40:32 -0400
|
17361
|
+
Processing by Speedo::HomeController#examples as HTML
|
17362
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (2.0ms)
|
17363
|
+
Completed 500 Internal Server Error in 16ms
|
17364
|
+
|
17365
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17366
|
+
Load paths:
|
17367
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17368
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17369
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17370
|
+
15:
|
17371
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17372
|
+
17: = javascript_include_tag 'respond.js'
|
17373
|
+
18: = stylesheet_link_tag :application
|
17374
|
+
19: = javascript_include_tag :application
|
17375
|
+
20: = yield :head
|
17376
|
+
21:
|
17377
|
+
app/assets/stylesheets/application.css.scss:2
|
17378
|
+
|
17379
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
17380
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17381
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (3.7ms)
|
17382
|
+
|
17383
|
+
|
17384
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:40:45 -0400
|
17385
|
+
Processing by Speedo::HomeController#examples as HTML
|
17386
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (15.5ms)
|
17387
|
+
Completed 500 Internal Server Error in 151ms
|
17388
|
+
|
17389
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17390
|
+
Load paths:
|
17391
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17392
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17393
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17394
|
+
15:
|
17395
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17396
|
+
17: = javascript_include_tag 'respond.js'
|
17397
|
+
18: = stylesheet_link_tag :application
|
17398
|
+
19: = javascript_include_tag :application
|
17399
|
+
20: = yield :head
|
17400
|
+
21:
|
17401
|
+
app/assets/stylesheets/application.css.scss:2
|
17402
|
+
|
17403
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
17404
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
17405
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.4ms)
|
17406
|
+
|
17407
|
+
|
17408
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:40:51 -0400
|
17409
|
+
Processing by Speedo::HomeController#examples as HTML
|
17410
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.2ms)
|
17411
|
+
Completed 500 Internal Server Error in 13ms
|
17412
|
+
|
17413
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17414
|
+
Load paths:
|
17415
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17416
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17417
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17418
|
+
15:
|
17419
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17420
|
+
17: = javascript_include_tag 'respond.js'
|
17421
|
+
18: = stylesheet_link_tag :application
|
17422
|
+
19: = javascript_include_tag :application
|
17423
|
+
20: = yield :head
|
17424
|
+
21:
|
17425
|
+
app/assets/stylesheets/application.css.scss:2
|
17426
|
+
|
17427
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
17428
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
17429
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms)
|
17430
|
+
|
17431
|
+
|
17432
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:16 -0400
|
17433
|
+
Processing by Speedo::HomeController#examples as HTML
|
17434
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (16.7ms)
|
17435
|
+
Completed 500 Internal Server Error in 131ms
|
17436
|
+
|
17437
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17438
|
+
Load paths:
|
17439
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17440
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17441
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17442
|
+
15:
|
17443
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17444
|
+
17: = javascript_include_tag 'respond.js'
|
17445
|
+
18: = stylesheet_link_tag :application
|
17446
|
+
19: = javascript_include_tag :application
|
17447
|
+
20: = yield :head
|
17448
|
+
21:
|
17449
|
+
app/assets/stylesheets/application.css.scss:2
|
17450
|
+
|
17451
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
17452
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
17453
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms)
|
17454
|
+
|
17455
|
+
|
17456
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:18 -0400
|
17457
|
+
Processing by Speedo::HomeController#examples as HTML
|
17458
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.8ms)
|
17459
|
+
Completed 500 Internal Server Error in 25ms
|
17460
|
+
|
17461
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17462
|
+
Load paths:
|
17463
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17464
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17465
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17466
|
+
15:
|
17467
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17468
|
+
17: = javascript_include_tag 'respond.js'
|
17469
|
+
18: = stylesheet_link_tag :application
|
17470
|
+
19: = javascript_include_tag :application
|
17471
|
+
20: = yield :head
|
17472
|
+
21:
|
17473
|
+
app/assets/stylesheets/application.css.scss:2
|
17474
|
+
|
17475
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
17476
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
17477
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms)
|
17478
|
+
|
17479
|
+
|
17480
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:19 -0400
|
17481
|
+
Processing by Speedo::HomeController#examples as HTML
|
17482
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.3ms)
|
17483
|
+
Completed 500 Internal Server Error in 14ms
|
17484
|
+
|
17485
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17486
|
+
Load paths:
|
17487
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17488
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17489
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17490
|
+
15:
|
17491
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17492
|
+
17: = javascript_include_tag 'respond.js'
|
17493
|
+
18: = stylesheet_link_tag :application
|
17494
|
+
19: = javascript_include_tag :application
|
17495
|
+
20: = yield :head
|
17496
|
+
21:
|
17497
|
+
app/assets/stylesheets/application.css.scss:2
|
17498
|
+
|
17499
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
17500
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
17501
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.4ms)
|
17502
|
+
|
17503
|
+
|
17504
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:21 -0400
|
17505
|
+
Processing by Speedo::HomeController#examples as HTML
|
17506
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17507
|
+
Completed 500 Internal Server Error in 21ms
|
17508
|
+
|
17509
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17510
|
+
Load paths:
|
17511
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17512
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17513
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17514
|
+
15:
|
17515
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17516
|
+
17: = javascript_include_tag 'respond.js'
|
17517
|
+
18: = stylesheet_link_tag :application
|
17518
|
+
19: = javascript_include_tag :application
|
17519
|
+
20: = yield :head
|
17520
|
+
21:
|
17521
|
+
app/assets/stylesheets/application.css.scss:2
|
17522
|
+
|
17523
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
17524
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
17525
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
|
17526
|
+
|
17527
|
+
|
17528
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:22 -0400
|
17529
|
+
Processing by Speedo::HomeController#examples as HTML
|
17530
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17531
|
+
Completed 500 Internal Server Error in 18ms
|
17532
|
+
|
17533
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17534
|
+
Load paths:
|
17535
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17536
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17537
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17538
|
+
15:
|
17539
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17540
|
+
17: = javascript_include_tag 'respond.js'
|
17541
|
+
18: = stylesheet_link_tag :application
|
17542
|
+
19: = javascript_include_tag :application
|
17543
|
+
20: = yield :head
|
17544
|
+
21:
|
17545
|
+
app/assets/stylesheets/application.css.scss:2
|
17546
|
+
|
17547
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms)
|
17548
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
17549
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.1ms)
|
17550
|
+
|
17551
|
+
|
17552
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:22 -0400
|
17553
|
+
Processing by Speedo::HomeController#examples as HTML
|
17554
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17555
|
+
Completed 500 Internal Server Error in 18ms
|
17556
|
+
|
17557
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17558
|
+
Load paths:
|
17559
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17560
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17561
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17562
|
+
15:
|
17563
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17564
|
+
17: = javascript_include_tag 'respond.js'
|
17565
|
+
18: = stylesheet_link_tag :application
|
17566
|
+
19: = javascript_include_tag :application
|
17567
|
+
20: = yield :head
|
17568
|
+
21:
|
17569
|
+
app/assets/stylesheets/application.css.scss:2
|
17570
|
+
|
17571
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
17572
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
17573
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.3ms)
|
17574
|
+
|
17575
|
+
|
17576
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:31 -0400
|
17577
|
+
Processing by Speedo::HomeController#examples as HTML
|
17578
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.2ms)
|
17579
|
+
Completed 500 Internal Server Error in 14ms
|
17580
|
+
|
17581
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17582
|
+
Load paths:
|
17583
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17584
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17585
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17586
|
+
15:
|
17587
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17588
|
+
17: = javascript_include_tag 'respond.js'
|
17589
|
+
18: = stylesheet_link_tag :application
|
17590
|
+
19: = javascript_include_tag :application
|
17591
|
+
20: = yield :head
|
17592
|
+
21:
|
17593
|
+
app/assets/stylesheets/application.css.scss:2
|
17594
|
+
|
17595
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
17596
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms)
|
17597
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms)
|
17598
|
+
|
17599
|
+
|
17600
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:32 -0400
|
17601
|
+
Processing by Speedo::HomeController#examples as HTML
|
17602
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
17603
|
+
Completed 500 Internal Server Error in 17ms
|
17604
|
+
|
17605
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17606
|
+
Load paths:
|
17607
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17608
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17609
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17610
|
+
15:
|
17611
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17612
|
+
17: = javascript_include_tag 'respond.js'
|
17613
|
+
18: = stylesheet_link_tag :application
|
17614
|
+
19: = javascript_include_tag :application
|
17615
|
+
20: = yield :head
|
17616
|
+
21:
|
17617
|
+
app/assets/stylesheets/application.css.scss:2
|
17618
|
+
|
17619
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
17620
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
17621
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms)
|
17622
|
+
|
17623
|
+
|
17624
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:50:40 -0400
|
17625
|
+
Processing by Speedo::HomeController#examples as HTML
|
17626
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.6ms)
|
17627
|
+
Completed 500 Internal Server Error in 15ms
|
17628
|
+
|
17629
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17630
|
+
Load paths:
|
17631
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17632
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17633
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17634
|
+
15:
|
17635
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17636
|
+
17: = javascript_include_tag 'respond.js'
|
17637
|
+
18: = stylesheet_link_tag :application
|
17638
|
+
19: = javascript_include_tag :application
|
17639
|
+
20: = yield :head
|
17640
|
+
21:
|
17641
|
+
app/assets/stylesheets/application.css.scss:2
|
17642
|
+
|
17643
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
|
17644
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms)
|
17645
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms)
|
17646
|
+
|
17647
|
+
|
17648
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:51:28 -0400
|
17649
|
+
Processing by Speedo::HomeController#examples as HTML
|
17650
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (11.4ms)
|
17651
|
+
Completed 500 Internal Server Error in 134ms
|
17652
|
+
|
17653
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17654
|
+
Load paths:
|
17655
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17656
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17657
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
17658
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17659
|
+
15:
|
17660
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17661
|
+
17: = javascript_include_tag 'respond.js'
|
17662
|
+
18: = stylesheet_link_tag :application
|
17663
|
+
19: = javascript_include_tag :application
|
17664
|
+
20: = yield :head
|
17665
|
+
21:
|
17666
|
+
app/assets/stylesheets/application.css.scss:2
|
17667
|
+
|
17668
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
17669
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
17670
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.3ms)
|
17671
|
+
|
17672
|
+
|
17673
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:51:41 -0400
|
17674
|
+
Processing by Speedo::HomeController#examples as HTML
|
17675
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.6ms)
|
17676
|
+
Completed 500 Internal Server Error in 17ms
|
17677
|
+
|
17678
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17679
|
+
Load paths:
|
17680
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17681
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17682
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
17683
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17684
|
+
15:
|
17685
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17686
|
+
17: = javascript_include_tag 'respond.js'
|
17687
|
+
18: = stylesheet_link_tag :application
|
17688
|
+
19: = javascript_include_tag :application
|
17689
|
+
20: = yield :head
|
17690
|
+
21:
|
17691
|
+
app/assets/stylesheets/application.css.scss:2
|
17692
|
+
|
17693
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
|
17694
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
17695
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms)
|
17696
|
+
|
17697
|
+
|
17698
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:51:43 -0400
|
17699
|
+
Processing by Speedo::HomeController#examples as HTML
|
17700
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.2ms)
|
17701
|
+
Completed 500 Internal Server Error in 12ms
|
17702
|
+
|
17703
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
17704
|
+
Load paths:
|
17705
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17706
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17707
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
17708
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
17709
|
+
15:
|
17710
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
17711
|
+
17: = javascript_include_tag 'respond.js'
|
17712
|
+
18: = stylesheet_link_tag :application
|
17713
|
+
19: = javascript_include_tag :application
|
17714
|
+
20: = yield :head
|
17715
|
+
21:
|
17716
|
+
app/assets/stylesheets/application.css.scss:2
|
17717
|
+
|
17718
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
|
17719
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
17720
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms)
|
17721
|
+
|
17722
|
+
|
17723
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:52:46 -0400
|
17724
|
+
Processing by Speedo::HomeController#examples as HTML
|
17725
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.9ms)
|
17726
|
+
Compiled application.css (6ms) (pid 40130)
|
17727
|
+
Compiled application.js (5ms) (pid 40130)
|
17728
|
+
Compiled swim.js (231ms) (pid 40130)
|
17729
|
+
Completed 200 OK in 509ms (Views: 508.3ms | ActiveRecord: 0.0ms)
|
17730
|
+
|
17731
|
+
|
17732
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17733
|
+
Served asset /modernizr.min.js - 304 Not Modified (0ms)
|
17734
|
+
|
17735
|
+
|
17736
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17737
|
+
Served asset /chosen.jquery.js - 200 OK (61ms)
|
17738
|
+
|
17739
|
+
|
17740
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17741
|
+
Served asset /application.css - 200 OK (5ms)
|
17742
|
+
|
17743
|
+
|
17744
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17745
|
+
Served asset /jquery.js - 304 Not Modified (5ms)
|
17746
|
+
|
17747
|
+
|
17748
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17749
|
+
Served asset /respond.js - 304 Not Modified (0ms)
|
17750
|
+
|
17751
|
+
|
17752
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17753
|
+
Served asset /jquery-ui.js - 200 OK (169ms)
|
17754
|
+
|
17755
|
+
|
17756
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17757
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
17758
|
+
|
17759
|
+
|
17760
|
+
Started GET "/assets/jquery.autoSuggest.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:47 -0400
|
17761
|
+
Served asset /jquery.autoSuggest.js - 200 OK (66ms)
|
17762
|
+
|
17763
|
+
|
17764
|
+
Started GET "/assets/jquery.autogrow.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17765
|
+
Served asset /jquery.autogrow.js - 200 OK (25ms)
|
17766
|
+
|
17767
|
+
|
17768
|
+
Started GET "/assets/jquery.dataTables.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17769
|
+
Served asset /jquery.dataTables.js - 200 OK (105ms)
|
17770
|
+
|
17771
|
+
|
17772
|
+
Started GET "/assets/jquery.fancybox-1.3.4.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17773
|
+
Served asset /jquery.fancybox-1.3.4.js - 200 OK (18ms)
|
17774
|
+
|
17775
|
+
|
17776
|
+
Started GET "/assets/jquery.livequery.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17777
|
+
Served asset /jquery.livequery.js - 200 OK (39ms)
|
17778
|
+
|
17779
|
+
|
17780
|
+
Started GET "/assets/jquery.mousewheel-3.0.4.pack.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17781
|
+
Served asset /jquery.mousewheel-3.0.4.pack.js - 200 OK (27ms)
|
17782
|
+
|
17783
|
+
|
17784
|
+
Started GET "/assets/jquery.placeholder.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17785
|
+
Served asset /jquery.placeholder.min.js - 200 OK (11ms)
|
17786
|
+
|
17787
|
+
|
17788
|
+
Started GET "/assets/jquery.timeago.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17789
|
+
Served asset /jquery.timeago.js - 200 OK (28ms)
|
17790
|
+
|
17791
|
+
|
17792
|
+
Started GET "/assets/jquery.uniform.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17793
|
+
Served asset /jquery.uniform.js - 200 OK (8ms)
|
17794
|
+
|
17795
|
+
|
17796
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17797
|
+
Served asset /swim.js - 200 OK (41ms)
|
17798
|
+
|
17799
|
+
|
17800
|
+
Started GET "/assets/speedo.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17801
|
+
Served asset /speedo.js - 200 OK (45ms)
|
17802
|
+
|
17803
|
+
|
17804
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17805
|
+
Served asset /application.js - 200 OK (122ms)
|
17806
|
+
|
17807
|
+
|
17808
|
+
Started GET "/assets/speedo.css" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17809
|
+
Error compiling asset speedo.css:
|
17810
|
+
Sass::SyntaxError: File to import not found or unreadable: normalize.
|
17811
|
+
Load paths:
|
17812
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17813
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17814
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
17815
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)
|
17816
|
+
Served asset /speedo.css - 500 Internal Server Error
|
17817
|
+
|
17818
|
+
|
17819
|
+
|
17820
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:52:48 -0400
|
17821
|
+
Served asset /speedo/logo.png - 304 Not Modified (17ms)
|
17822
|
+
|
17823
|
+
|
17824
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:52:49 -0400
|
17825
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
17826
|
+
|
17827
|
+
|
17828
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17829
|
+
Processing by Speedo::HomeController#examples as HTML
|
17830
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.8ms)
|
17831
|
+
Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
|
17832
|
+
|
17833
|
+
|
17834
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17835
|
+
Served asset /modernizr.min.js - 304 Not Modified (0ms)
|
17836
|
+
|
17837
|
+
|
17838
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17839
|
+
Served asset /respond.js - 304 Not Modified (0ms)
|
17840
|
+
|
17841
|
+
|
17842
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17843
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
17844
|
+
|
17845
|
+
|
17846
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17847
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
17848
|
+
|
17849
|
+
|
17850
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17851
|
+
Served asset /chosen.jquery.js - 304 Not Modified (0ms)
|
17852
|
+
|
17853
|
+
|
17854
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17855
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
17856
|
+
|
17857
|
+
|
17858
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17859
|
+
Served asset /jquery-ui.js - 304 Not Modified (0ms)
|
17860
|
+
|
17861
|
+
|
17862
|
+
Started GET "/assets/jquery.autoSuggest.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17863
|
+
Served asset /jquery.autoSuggest.js - 304 Not Modified (0ms)
|
17864
|
+
|
17865
|
+
|
17866
|
+
Started GET "/assets/jquery.autogrow.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17867
|
+
Served asset /jquery.autogrow.js - 304 Not Modified (1ms)
|
17868
|
+
|
17869
|
+
|
17870
|
+
Started GET "/assets/jquery.dataTables.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17871
|
+
Served asset /jquery.dataTables.js - 304 Not Modified (0ms)
|
17872
|
+
|
17873
|
+
|
17874
|
+
Started GET "/assets/jquery.fancybox-1.3.4.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17875
|
+
Served asset /jquery.fancybox-1.3.4.js - 304 Not Modified (0ms)
|
17876
|
+
|
17877
|
+
|
17878
|
+
Started GET "/assets/jquery.livequery.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17879
|
+
Served asset /jquery.livequery.js - 304 Not Modified (0ms)
|
17880
|
+
|
17881
|
+
|
17882
|
+
Started GET "/assets/jquery.mousewheel-3.0.4.pack.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17883
|
+
Served asset /jquery.mousewheel-3.0.4.pack.js - 304 Not Modified (0ms)
|
17884
|
+
|
17885
|
+
|
17886
|
+
Started GET "/assets/jquery.timeago.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17887
|
+
Served asset /jquery.timeago.js - 304 Not Modified (0ms)
|
17888
|
+
|
17889
|
+
|
17890
|
+
Started GET "/assets/jquery.uniform.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17891
|
+
Served asset /jquery.uniform.js - 304 Not Modified (0ms)
|
17892
|
+
|
17893
|
+
|
17894
|
+
Started GET "/assets/jquery.placeholder.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17895
|
+
Served asset /jquery.placeholder.min.js - 304 Not Modified (0ms)
|
17896
|
+
|
17897
|
+
|
17898
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17899
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
17900
|
+
|
17901
|
+
|
17902
|
+
Started GET "/assets/speedo.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17903
|
+
Served asset /speedo.js - 304 Not Modified (1ms)
|
17904
|
+
|
17905
|
+
|
17906
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17907
|
+
Served asset /application.js - 304 Not Modified (2ms)
|
17908
|
+
|
17909
|
+
|
17910
|
+
Started GET "/assets/speedo.css" for 127.0.0.1 at 2012-04-24 12:53:31 -0400
|
17911
|
+
Error compiling asset speedo.css:
|
17912
|
+
Sass::SyntaxError: File to import not found or unreadable: autoSuggest.
|
17913
|
+
Load paths:
|
17914
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
17915
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
17916
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
17917
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)
|
17918
|
+
Served asset /speedo.css - 500 Internal Server Error
|
17919
|
+
|
17920
|
+
|
17921
|
+
|
17922
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:32 -0400
|
17923
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
17924
|
+
|
17925
|
+
|
17926
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:53:32 -0400
|
17927
|
+
Served asset /speedo/logo.png - 304 Not Modified (0ms)
|
17928
|
+
|
17929
|
+
|
17930
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17931
|
+
Processing by Speedo::HomeController#examples as HTML
|
17932
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (5.6ms)
|
17933
|
+
Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)
|
17934
|
+
|
17935
|
+
|
17936
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17937
|
+
Served asset /modernizr.min.js - 304 Not Modified (0ms)
|
17938
|
+
|
17939
|
+
|
17940
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17941
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
17942
|
+
|
17943
|
+
|
17944
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17945
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
17946
|
+
|
17947
|
+
|
17948
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17949
|
+
Served asset /jquery-ui.js - 304 Not Modified (0ms)
|
17950
|
+
|
17951
|
+
|
17952
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17953
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
17954
|
+
|
17955
|
+
|
17956
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17957
|
+
Served asset /respond.js - 304 Not Modified (0ms)
|
17958
|
+
|
17959
|
+
|
17960
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17961
|
+
Served asset /chosen.jquery.js - 304 Not Modified (0ms)
|
17962
|
+
|
17963
|
+
|
17964
|
+
Started GET "/assets/jquery.autoSuggest.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17965
|
+
Served asset /jquery.autoSuggest.js - 304 Not Modified (0ms)
|
17966
|
+
|
17967
|
+
|
17968
|
+
Started GET "/assets/jquery.autogrow.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17969
|
+
Served asset /jquery.autogrow.js - 304 Not Modified (0ms)
|
17970
|
+
|
17971
|
+
|
17972
|
+
Started GET "/assets/jquery.dataTables.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17973
|
+
Served asset /jquery.dataTables.js - 304 Not Modified (0ms)
|
17974
|
+
|
17975
|
+
|
17976
|
+
Started GET "/assets/jquery.fancybox-1.3.4.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17977
|
+
Served asset /jquery.fancybox-1.3.4.js - 304 Not Modified (0ms)
|
17978
|
+
|
17979
|
+
|
17980
|
+
Started GET "/assets/jquery.livequery.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17981
|
+
Served asset /jquery.livequery.js - 304 Not Modified (0ms)
|
17982
|
+
|
17983
|
+
|
17984
|
+
Started GET "/assets/jquery.mousewheel-3.0.4.pack.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17985
|
+
Served asset /jquery.mousewheel-3.0.4.pack.js - 304 Not Modified (0ms)
|
17986
|
+
|
17987
|
+
|
17988
|
+
Started GET "/assets/jquery.placeholder.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17989
|
+
Served asset /jquery.placeholder.min.js - 304 Not Modified (0ms)
|
17990
|
+
|
17991
|
+
|
17992
|
+
Started GET "/assets/jquery.timeago.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17993
|
+
Served asset /jquery.timeago.js - 304 Not Modified (0ms)
|
17994
|
+
|
17995
|
+
|
17996
|
+
Started GET "/assets/jquery.uniform.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
17997
|
+
Served asset /jquery.uniform.js - 304 Not Modified (0ms)
|
17998
|
+
|
17999
|
+
|
18000
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
18001
|
+
Served asset /application.js - 304 Not Modified (1ms)
|
18002
|
+
|
18003
|
+
|
18004
|
+
Started GET "/assets/speedo.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
18005
|
+
Served asset /speedo.js - 304 Not Modified (4ms)
|
18006
|
+
|
18007
|
+
|
18008
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
18009
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18010
|
+
|
18011
|
+
|
18012
|
+
Started GET "/assets/speedo.css" for 127.0.0.1 at 2012-04-24 12:53:38 -0400
|
18013
|
+
Error compiling asset speedo.css:
|
18014
|
+
Sass::SyntaxError: File to import not found or unreadable: normalize.
|
18015
|
+
Load paths:
|
18016
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
18017
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
18018
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
18019
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)
|
18020
|
+
Served asset /speedo.css - 500 Internal Server Error
|
18021
|
+
|
18022
|
+
|
18023
|
+
|
18024
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:53:39 -0400
|
18025
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18026
|
+
|
18027
|
+
|
18028
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:53:39 -0400
|
18029
|
+
Served asset /speedo/logo.png - 304 Not Modified (0ms)
|
18030
|
+
|
18031
|
+
|
18032
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:54:44 -0400
|
18033
|
+
Processing by Speedo::HomeController#examples as HTML
|
18034
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (12.3ms)
|
18035
|
+
Completed 200 OK in 169ms (Views: 168.8ms | ActiveRecord: 0.0ms)
|
18036
|
+
|
18037
|
+
|
18038
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18039
|
+
Served asset /modernizr.min.js - 304 Not Modified (0ms)
|
18040
|
+
|
18041
|
+
|
18042
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18043
|
+
Served asset /respond.js - 304 Not Modified (0ms)
|
18044
|
+
|
18045
|
+
|
18046
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18047
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
18048
|
+
|
18049
|
+
|
18050
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18051
|
+
Served asset /jquery.js - 304 Not Modified (80ms)
|
18052
|
+
|
18053
|
+
|
18054
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18055
|
+
Served asset /chosen.jquery.js - 304 Not Modified (4ms)
|
18056
|
+
|
18057
|
+
|
18058
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18059
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
18060
|
+
|
18061
|
+
|
18062
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18063
|
+
Served asset /jquery-ui.js - 304 Not Modified (6ms)
|
18064
|
+
|
18065
|
+
|
18066
|
+
Started GET "/assets/jquery.autoSuggest.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18067
|
+
Served asset /jquery.autoSuggest.js - 304 Not Modified (4ms)
|
18068
|
+
|
18069
|
+
|
18070
|
+
Started GET "/assets/jquery.autogrow.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18071
|
+
Served asset /jquery.autogrow.js - 304 Not Modified (4ms)
|
18072
|
+
|
18073
|
+
|
18074
|
+
Started GET "/assets/jquery.dataTables.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18075
|
+
Served asset /jquery.dataTables.js - 304 Not Modified (8ms)
|
18076
|
+
|
18077
|
+
|
18078
|
+
Started GET "/assets/jquery.fancybox-1.3.4.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18079
|
+
Served asset /jquery.fancybox-1.3.4.js - 304 Not Modified (4ms)
|
18080
|
+
|
18081
|
+
|
18082
|
+
Started GET "/assets/jquery.livequery.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18083
|
+
Served asset /jquery.livequery.js - 304 Not Modified (4ms)
|
18084
|
+
|
18085
|
+
|
18086
|
+
Started GET "/assets/jquery.mousewheel-3.0.4.pack.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18087
|
+
Served asset /jquery.mousewheel-3.0.4.pack.js - 304 Not Modified (4ms)
|
18088
|
+
|
18089
|
+
|
18090
|
+
Started GET "/assets/jquery.placeholder.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18091
|
+
Served asset /jquery.placeholder.min.js - 304 Not Modified (4ms)
|
18092
|
+
|
18093
|
+
|
18094
|
+
Started GET "/assets/jquery.timeago.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18095
|
+
Served asset /jquery.timeago.js - 304 Not Modified (3ms)
|
18096
|
+
|
18097
|
+
|
18098
|
+
Started GET "/assets/jquery.uniform.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18099
|
+
Served asset /jquery.uniform.js - 304 Not Modified (3ms)
|
18100
|
+
|
18101
|
+
|
18102
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18103
|
+
Served asset /swim.js - 304 Not Modified (1ms)
|
18104
|
+
|
18105
|
+
|
18106
|
+
Started GET "/assets/speedo.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18107
|
+
Served asset /speedo.js - 304 Not Modified (7ms)
|
18108
|
+
|
18109
|
+
|
18110
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18111
|
+
Served asset /application.js - 304 Not Modified (1ms)
|
18112
|
+
|
18113
|
+
|
18114
|
+
Started GET "/assets/speedo.css" for 127.0.0.1 at 2012-04-24 12:54:45 -0400
|
18115
|
+
Error compiling asset speedo.css:
|
18116
|
+
Sass::SyntaxError: File to import not found or unreadable: normalize.
|
18117
|
+
Load paths:
|
18118
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
18119
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
18120
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
18121
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/vendor/assets/stylesheets
|
18122
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)
|
18123
|
+
Served asset /speedo.css - 500 Internal Server Error
|
18124
|
+
|
18125
|
+
|
18126
|
+
|
18127
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:46 -0400
|
18128
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18129
|
+
|
18130
|
+
|
18131
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:54:46 -0400
|
18132
|
+
Served asset /speedo/logo.png - 304 Not Modified (3ms)
|
18133
|
+
|
18134
|
+
|
18135
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18136
|
+
Processing by Speedo::HomeController#examples as HTML
|
18137
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.1ms)
|
18138
|
+
Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
|
18139
|
+
|
18140
|
+
|
18141
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18142
|
+
Served asset /modernizr.min.js - 304 Not Modified (0ms)
|
18143
|
+
|
18144
|
+
|
18145
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18146
|
+
Served asset /respond.js - 304 Not Modified (0ms)
|
18147
|
+
|
18148
|
+
|
18149
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18150
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
18151
|
+
|
18152
|
+
|
18153
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18154
|
+
Served asset /jquery-ui.js - 304 Not Modified (0ms)
|
18155
|
+
|
18156
|
+
|
18157
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18158
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
18159
|
+
|
18160
|
+
|
18161
|
+
Started GET "/assets/jquery.autoSuggest.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18162
|
+
Served asset /jquery.autoSuggest.js - 304 Not Modified (0ms)
|
18163
|
+
|
18164
|
+
|
18165
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18166
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
18167
|
+
|
18168
|
+
|
18169
|
+
Started GET "/assets/jquery.mousewheel-3.0.4.pack.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18170
|
+
Served asset /jquery.mousewheel-3.0.4.pack.js - 304 Not Modified (0ms)
|
18171
|
+
|
18172
|
+
|
18173
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18174
|
+
Served asset /chosen.jquery.js - 304 Not Modified (0ms)
|
18175
|
+
|
18176
|
+
|
18177
|
+
Started GET "/assets/jquery.dataTables.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18178
|
+
Served asset /jquery.dataTables.js - 304 Not Modified (0ms)
|
18179
|
+
|
18180
|
+
|
18181
|
+
Started GET "/assets/jquery.fancybox-1.3.4.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18182
|
+
Served asset /jquery.fancybox-1.3.4.js - 304 Not Modified (0ms)
|
18183
|
+
|
18184
|
+
|
18185
|
+
Started GET "/assets/jquery.livequery.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18186
|
+
Served asset /jquery.livequery.js - 304 Not Modified (0ms)
|
18187
|
+
|
18188
|
+
|
18189
|
+
Started GET "/assets/jquery.autogrow.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18190
|
+
Served asset /jquery.autogrow.js - 304 Not Modified (0ms)
|
18191
|
+
|
18192
|
+
|
18193
|
+
Started GET "/assets/speedo.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18194
|
+
Served asset /speedo.js - 304 Not Modified (1ms)
|
18195
|
+
|
18196
|
+
|
18197
|
+
Started GET "/assets/jquery.timeago.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18198
|
+
Served asset /jquery.timeago.js - 304 Not Modified (0ms)
|
18199
|
+
|
18200
|
+
|
18201
|
+
Started GET "/assets/jquery.uniform.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18202
|
+
Served asset /jquery.uniform.js - 304 Not Modified (0ms)
|
18203
|
+
|
18204
|
+
|
18205
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18206
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18207
|
+
|
18208
|
+
|
18209
|
+
Started GET "/assets/jquery.placeholder.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18210
|
+
Served asset /jquery.placeholder.min.js - 304 Not Modified (0ms)
|
18211
|
+
|
18212
|
+
|
18213
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18214
|
+
Served asset /application.js - 304 Not Modified (1ms)
|
18215
|
+
|
18216
|
+
|
18217
|
+
Started GET "/assets/speedo.css" for 127.0.0.1 at 2012-04-24 12:54:48 -0400
|
18218
|
+
Error compiling asset speedo.css:
|
18219
|
+
Sass::SyntaxError: File to import not found or unreadable: normalize.
|
18220
|
+
Load paths:
|
18221
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
18222
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
18223
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
18224
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/vendor/assets/stylesheets
|
18225
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)
|
18226
|
+
Served asset /speedo.css - 500 Internal Server Error
|
18227
|
+
|
18228
|
+
|
18229
|
+
|
18230
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:54:49 -0400
|
18231
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18232
|
+
|
18233
|
+
|
18234
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:54:49 -0400
|
18235
|
+
Served asset /speedo/logo.png - 304 Not Modified (0ms)
|
18236
|
+
|
18237
|
+
|
18238
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:55:03 -0400
|
18239
|
+
Processing by Speedo::HomeController#examples as HTML
|
18240
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.6ms)
|
18241
|
+
Completed 500 Internal Server Error in 29ms
|
18242
|
+
|
18243
|
+
ActionView::Template::Error (File to import not found or unreadable: speedo.
|
18244
|
+
Load paths:
|
18245
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
18246
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
18247
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
18248
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/vendor/assets/stylesheets
|
18249
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
18250
|
+
15:
|
18251
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
18252
|
+
17: = javascript_include_tag 'respond.js'
|
18253
|
+
18: = stylesheet_link_tag :application
|
18254
|
+
19: = javascript_include_tag :application
|
18255
|
+
20: = yield :head
|
18256
|
+
21:
|
18257
|
+
app/assets/stylesheets/application.css.scss:2
|
18258
|
+
|
18259
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
18260
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
18261
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.6ms)
|
18262
|
+
|
18263
|
+
|
18264
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:55:11 -0400
|
18265
|
+
Processing by Speedo::HomeController#examples as HTML
|
18266
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.5ms)
|
18267
|
+
Completed 500 Internal Server Error in 38ms
|
18268
|
+
|
18269
|
+
ActionView::Template::Error (File to import not found or unreadable: normalize.
|
18270
|
+
Load paths:
|
18271
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
18272
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
18273
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
18274
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/vendor/assets/stylesheets
|
18275
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/application.css.scss)):
|
18276
|
+
15:
|
18277
|
+
16: = javascript_include_tag 'modernizr.min.js'
|
18278
|
+
17: = javascript_include_tag 'respond.js'
|
18279
|
+
18: = stylesheet_link_tag :application
|
18280
|
+
19: = javascript_include_tag :application
|
18281
|
+
20: = yield :head
|
18282
|
+
21:
|
18283
|
+
app/assets/stylesheets/speedo.css.scss:1
|
18284
|
+
app/assets/stylesheets/application.css.scss:2
|
18285
|
+
|
18286
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
|
18287
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms)
|
18288
|
+
Rendered /Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms)
|
18289
|
+
|
18290
|
+
|
18291
|
+
Started GET "/speedo" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18292
|
+
Processing by Speedo::HomeController#examples as HTML
|
18293
|
+
Rendered /Users/stu/Documents/Work/CrankApps/Projects/speedo/app/views/speedo/home/examples.html.haml within layouts/speedo/application (1.7ms)
|
18294
|
+
Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
|
18295
|
+
|
18296
|
+
|
18297
|
+
Started GET "/assets/modernizr.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18298
|
+
Served asset /modernizr.min.js - 304 Not Modified (0ms)
|
18299
|
+
|
18300
|
+
|
18301
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18302
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
18303
|
+
|
18304
|
+
|
18305
|
+
Started GET "/assets/respond.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18306
|
+
Served asset /respond.js - 304 Not Modified (0ms)
|
18307
|
+
|
18308
|
+
|
18309
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18310
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
18311
|
+
|
18312
|
+
|
18313
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18314
|
+
Served asset /jquery-ui.js - 304 Not Modified (0ms)
|
18315
|
+
|
18316
|
+
|
18317
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18318
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
18319
|
+
|
18320
|
+
|
18321
|
+
Started GET "/assets/chosen.jquery.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18322
|
+
Served asset /chosen.jquery.js - 304 Not Modified (0ms)
|
18323
|
+
|
18324
|
+
|
18325
|
+
Started GET "/assets/jquery.autoSuggest.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18326
|
+
Served asset /jquery.autoSuggest.js - 304 Not Modified (0ms)
|
18327
|
+
|
18328
|
+
|
18329
|
+
Started GET "/assets/jquery.autogrow.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18330
|
+
Served asset /jquery.autogrow.js - 304 Not Modified (0ms)
|
18331
|
+
|
18332
|
+
|
18333
|
+
Started GET "/assets/jquery.dataTables.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18334
|
+
Served asset /jquery.dataTables.js - 304 Not Modified (0ms)
|
18335
|
+
|
18336
|
+
|
18337
|
+
Started GET "/assets/jquery.fancybox-1.3.4.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18338
|
+
Served asset /jquery.fancybox-1.3.4.js - 304 Not Modified (0ms)
|
18339
|
+
|
18340
|
+
|
18341
|
+
Started GET "/assets/jquery.livequery.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18342
|
+
Served asset /jquery.livequery.js - 304 Not Modified (0ms)
|
18343
|
+
|
18344
|
+
|
18345
|
+
Started GET "/assets/jquery.mousewheel-3.0.4.pack.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18346
|
+
Served asset /jquery.mousewheel-3.0.4.pack.js - 304 Not Modified (0ms)
|
18347
|
+
|
18348
|
+
|
18349
|
+
Started GET "/assets/jquery.placeholder.min.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18350
|
+
Served asset /jquery.placeholder.min.js - 304 Not Modified (0ms)
|
18351
|
+
|
18352
|
+
|
18353
|
+
Started GET "/assets/jquery.timeago.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18354
|
+
Served asset /jquery.timeago.js - 304 Not Modified (0ms)
|
18355
|
+
|
18356
|
+
|
18357
|
+
Started GET "/assets/jquery.uniform.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18358
|
+
Served asset /jquery.uniform.js - 304 Not Modified (0ms)
|
18359
|
+
|
18360
|
+
|
18361
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18362
|
+
Served asset /application.js - 304 Not Modified (1ms)
|
18363
|
+
|
18364
|
+
|
18365
|
+
Started GET "/assets/speedo.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18366
|
+
Served asset /speedo.js - 304 Not Modified (1ms)
|
18367
|
+
|
18368
|
+
|
18369
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:16 -0400
|
18370
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18371
|
+
|
18372
|
+
|
18373
|
+
Started GET "/assets/speedo.css" for 127.0.0.1 at 2012-04-24 12:55:17 -0400
|
18374
|
+
Error compiling asset speedo.css:
|
18375
|
+
Sass::SyntaxError: File to import not found or unreadable: normalize.
|
18376
|
+
Load paths:
|
18377
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy
|
18378
|
+
/Users/stu/.rvm/gems/ruby-1.9.2-p290/gems/bourbon-1.4.0/app/assets/stylesheets
|
18379
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets
|
18380
|
+
/Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/vendor/assets/stylesheets
|
18381
|
+
(in /Users/stu/Documents/Work/CrankApps/Projects/speedo/test/dummy/app/assets/stylesheets/speedo.css.scss)
|
18382
|
+
Served asset /speedo.css - 500 Internal Server Error
|
18383
|
+
|
18384
|
+
|
18385
|
+
|
18386
|
+
Started GET "/assets/swim.js?body=1" for 127.0.0.1 at 2012-04-24 12:55:17 -0400
|
18387
|
+
Served asset /swim.js - 304 Not Modified (0ms)
|
18388
|
+
|
18389
|
+
|
18390
|
+
Started GET "/assets/speedo/logo.png" for 127.0.0.1 at 2012-04-24 12:55:17 -0400
|
18391
|
+
Served asset /speedo/logo.png - 304 Not Modified (0ms)
|