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.
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!
On Apr 17, 6:59 pm, Frederick C. [email protected]
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs