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
976 stars 78 forks source link

private methid 'actions' called for Rake::Task #106

Open DVG opened 9 years ago

DVG commented 9 years ago

Trying this out and I get the following error:

NoMethodError: private method `actions' called for <Rake::Task assets:precompile:primary => [assets:cache:clean]>:Rake::Task
/home/me/.rvm/gems/ruby-1.9.3-p547@gemset/gems/turbo-sprockets-rails3-0.3.14/lib/turbo-sprockets/tasks/assets.rake:116:in `block (3 levels) in <top (required)>

Line of code here: https://github.com/ndbroadbent/turbo-sprockets-rails3/blob/98179a67745a0f3cccc671498d16c69939cf4312/lib/turbo-sprockets/tasks/assets.rake#L116