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 shows… any
idea why?


Mister Blood R.

On 17 Apr 2008, at 11:53, Mister Blood R. wrote:

I have <%= javascript_include_tag “prototype”, “effects”, “controls”,
“dragdrop”, “lowpro”, “time”, “application”, :cache => ‘mysite’ %> in
my _header.html.erb, but in the browser only 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:

On Apr 17, 6:59 pm, Frederick C. [email protected]