以前可以用<%= javascript_include_tag :all ,:cache=>true %>合并的,现在新版本怎么不行?
http://guides.rubyonrails.org/asset_pipeline.html
改了运作方法,现在静态文件有个编译阶段
是不是执行下 bundle exec rake assets:precompile 就可以? 还是要修改很多配置?能不能简单说下要处理的地方。