add this to config/application.rb
config.assets.initialize_on_precompile=false
took me a while to hunt this down… adding it to config/environments/*.rb did NOT work
UPDATE: It doesn’t work with rails 4