Re: [Rails] javascript_include_tag and stylesheet_link_tag additional generated parameters

2010-06-11 Thread Rem Zolotykh
And if you want to get rid of them for some reason just create new initializer with following code: ENV['RAILS_ASSET_ID'] = '' and restart your server. All this numbers will go away. On Jun 11, 2010, at 1:00 AM, P.A. wrote: Hi. I just wonder why do the javascript_include_tag and stylesheet

[Rails] javascript_include_tag and stylesheet_link_tag additional generated parameters

2010-06-10 Thread P.A.
Hi. I just wonder why do the javascript_include_tag and stylesheet_link_tag methods generate additional parameters and add them to the paths on output? For example, I have the following view: # app/views/test.haml %html %head = stylesheet_link_tag 'styles.css' = javascript_include_tag