Rails Assets Compile

2012年02月14日

By default Rails assumes that you have your files precompiled in the production environment, if you want use live compiling (compile your assets during runtime) in production you must set theconfig.assets.compile to true.

# config/environments/production.rb
...
config
.assets.compile = true
...

You can use this option to fallback to Sprockets when you are using precompiled assets but there are any missing precompiled files.

If config.assets.compile option is set to false and there are missing precompiled files you will get an "AssetNoPrecompiledError" indicating the name of the missing file.

____________________________________________________

You will get better performance in production if you set config.assets.compile to false in production.rb and precompile your assets. You can precompile with this rake task:

bundle exec rake assets:precompile

If you are using Capistrano, version 2.8.0 has a recipe to handle this at deploy time. For more info, see the "In Production" section of the Asset Pipeline Guide: http://guides.rubyonrails.org/asset_pipeline.html

http://stackoverflow.com/questions/7275636/rails-3-1-0-actionviewtemplateerrror-application-css-isnt-precompiled

 
Leave a comment
Comments
  1. 3271d35ce17e1460b07073e9c060f7e4?s=48

    Ritika :

    Hot damn, lokoing pretty useful buddy.

    2012年04月21日

     
  2. 3271d35ce17e1460b07073e9c060f7e4?s=48

    Ritika :

    Hot damn, lokoing pretty useful buddy.

    2012年04月21日

     
  3. 3271d35ce17e1460b07073e9c060f7e4?s=48

    Ritika :

    Hot damn, lokoing pretty useful buddy.

    2012年04月21日

     
  4. 26bfddd645a5c60fedaf898a3c40bb93?s=48

    qjpuzrswbah :

    8NMYwH <a href="http://ciqyyieukrox.com/">ciqyyieukrox</a>, [url=http://cptwzxkyhhvw.com/]cptwzxkyhhvw[/url], [link=http://ngguyoknzvee.com/]ngguyoknzvee[/link], http://ildxravypzdu.com/

    2012年04月16日

     
  5. Bdedfa34a3d891fd36a3b10840feae04?s=48

    ssmazbhzbfo :

    qns11q <a href="http://fevjennanqmk.com/">fevjennanqmk</a>, [url=http://ntjqiiibiats.com/]ntjqiiibiats[/url], [link=http://bggzuecoxdgq.com/]bggzuecoxdgq[/link], http://zzyvdrapcudb.com/

    2012年02月22日

     
  6. Bdedfa34a3d891fd36a3b10840feae04?s=48

    ssmazbhzbfo :

    qns11q <a href="http://fevjennanqmk.com/">fevjennanqmk</a>, [url=http://ntjqiiibiats.com/]ntjqiiibiats[/url], [link=http://bggzuecoxdgq.com/]bggzuecoxdgq[/link], http://zzyvdrapcudb.com/

    2012年02月22日

     
YOUR COMMENT
Name: Name is required
E-mail:
Comment:
Comment is required

Home Blog Delicious Github Flickr About Contact

© Miclle.Zheng . Powered by Forest Chalet