JavaScripts don't show

I have <%= javascript_include_tag "prototype", "effects", "controls", "dragdrop", "lowpro", "time", "application", :cache => 'mysite' %> in my _header.html.erb, but in the browser only <script src="/javascripts/ mysite.js?1208425672" type="text/javascript"></script> shows... any idea why?

Isn't that the point of the :cache option (it amalgamates all the files into a single javascript file) ?

Fred

I honestly didn't know that. Removing the cache fixed everything.

Thanks man! :slight_smile: