I recently upgraded my application to rails 3.1 and generally everything seems to be working but one thing is driving me insane.
I have 2 main js files, we\'ll call the
I had the same issue and found that removing the asset digests in development fixed the issue. Make sure you set it to false in developmen.rb:
config.assets.digest = false