ndbroadbent / turbo-sprockets-rails3

Speeds up your Rails 3 assets:precompile by only recompiling changed files, and only compiling once to generate all assets
MIT License
975 stars 78 forks source link

uninitialized constant Sprockets::Helpers::AssetNotPrecompiledError #15

Closed aquach closed 11 years ago

aquach commented 11 years ago
NameError: uninitialized constant Sprockets::Helpers::AssetNotPrecompiledError
/usr/local/html/member/vendor/bundle/ruby/1.8/gems/turbo-sprockets-rails3-0.1.13/lib/turbo-sprockets/sprockets_overrides/helpers/rails_helper.rb:37:in `const_missing'
/usr/local/html/member/vendor/bundle/ruby/1.8/gems/turbo-sprockets-rails3-0.1.13/lib/turbo-sprockets/sprockets_overrides/helpers/rails_helper.rb:37:in `digest_for'
/usr/local/html/member/vendor/bundle/ruby/1.8/gems/actionpack-3.2.3/lib/sprockets/helpers/rails_helper.rb:150:in `rewrite_asset_path'
ndbroadbent commented 11 years ago

Hi there, thanks for the bug report! I've fixed this, so please try updating to 0.1.14 and try again.

However, it looks like you are still going to receive a AssetNotPrecompiledError error on your next try.. I will look into that

ndbroadbent commented 11 years ago

Closing as duplicate of issue #14. I would be grateful if you could provide more information by following the instructions in this comment: https://github.com/ndbroadbent/turbo-sprockets-rails3/issues/14#issuecomment-9326126