I\'m getting that error on my production server, and can\'t figure out why. It happens when running this command:
bundle exec rake assets:precompile RAILS_EN
That's strange. You could always try adding
load "sprockets/assets.rake"
to your Rakefile. It should be included by the actionpack railtie.
My Rakefile contains:
require File.expand_path('../config/application', __FILE__) Qnm::Application.load_tasks