Hello!
I installed sprockets 2.0.1 and found that javascript_include_tag and stylesheet_link_tag dont’ support script and style files from public folder anymore. If I use javascript_include_tag ‘/some-file-from-public.js’ I get error that file not found in assets paths.
Is it right behaviour? I prefer to use big 3rd party libraries like tinymce from public folder.
In any case with new 2.0.1 version documentation pages http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper/JavascriptTagHelpers.html#method-i-javascript_include_tag and http://api.rubyonrails.org/classes/ActionView/Helpers/AssetTagHelper/StylesheetTagHelpers.html#method-i-stylesheet_link_tag are obsoleted.
Unfortunately I don’t have time to investigate changes deep now