marcroberts
11 February, 2010
View Website
Rails 3.0✓
Thread Safety?
JRuby?
Ruby 1.9✓
Rails 3.1?
Is it working for you?
in addition to the html_safe workaround already mentioned, I am unable to include prototype-1.7_rc2 in a package, otherwise working.
Leave a Comment
It only works if you add .html_safe to the output of the javascript_include_merged and stylesheet_include_merged helper methods.
It works if you add .html_safe to the helpers (stylesheet|javascript)_link_merged. :)
in addition to the html_safe workaround already mentioned, I am unable to include prototype-1.7_rc2 in a package, otherwise working.