Skip to content

Instantly share code, notes, and snippets.

@baroquebobcat
Created September 2, 2011 17:02
Show Gist options
  • Save baroquebobcat/1189168 to your computer and use it in GitHub Desktop.
Save baroquebobcat/1189168 to your computer and use it in GitHub Desktop.
Upgrading from rails 3.1.0.rc to final notes

Asset Pipeline changes

There's a manifest it has a bug rails/rails#2772, which means if you use config.assets.prefix, you need to add config.assets.manifest = false to your config/application.rb.

Also, there is a new default in the production environment template.

   config.assets.digest=true

Without that, precompiled assets won't work correctly all the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment