Forum: Rails deployment css and js gzip Compression

Posted by Michael M. (xinu)
on 2009-11-15 12:16
hi.

I use apache with passenger and I want to enable the gzip Compression.

I use the apache sample configuration
http://httpd.apache.org/docs/2.0/mod/mod_deflate.html with following
filters
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css
text/javascript

The compression works fine if I include the .js or .css files in this
way.
<script src="/javascripts/effects.js" type="text/javascript"></script>

But if I use the javascript_include_tag or the stylesheet_link_tag the
compression doesn't work.
<script src="/javascripts/effects.js?1241801841"
type="text/javascript"></script>

Why does this not work?

thanks,
Michael
Please log in before posting. Registration is free and takes only a minute.
Existing account (Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
No account? Register here.