Jeff,
Why don''t you want the timestamp?
It makes it so newer versions of your stylesheets are picked up by
users who currently have them cached. Very useful.
Of course like anything in rails just monkey patch (override) the
stylesheet_link_tag method if you really can''t live with it.
Zack
On 8/4/06, Jeff Cole <rails@jeffcole.net> wrote:> When I use stylesheet_link_tag, the results come back with a timestamp
> ID, like this:
>
> <link href="/stylesheets/style.css?1154009736"
media="screen"
> rel="Stylesheet" type="text/css" />
>
> I don''t want the query string and ID on the end, but I
can''t see how to
> disable this in the docs. How do I do this?
>
> thanks,
> jeff
>
> --
> Posted via http://www.ruby-forum.com/.
> _______________________________________________
> Rails mailing list
> Rails@lists.rubyonrails.org
> http://lists.rubyonrails.org/mailman/listinfo/rails
>