It looks like this change to rails 3.1rc6 - https://github.com/rails/rails/commit/0c57ae102f938b8f3d14d7cc37ab15b87bdaa4f5 - mean that assets will now not be included in production by default.
Does this mean though that I need to precompile on my development PC first before deploying with capistrano, or will it also work as I currently have it - precompiling on the server ? I.e. will the asset gems still be available on the server, but just used for the precompile ? Also asked similar question on rails group. -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
