Skip to content

Instantly share code, notes, and snippets.

@l4u
Created January 22, 2012 03:54
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save l4u/1655392 to your computer and use it in GitHub Desktop.
Save l4u/1655392 to your computer and use it in GitHub Desktop.
Upgrading to Rails 3.2
@jibiel
Copy link

jibiel commented Jan 24, 2012

Unfortunately config.assets.logger = false silents only Sprockets log but not all the Started GET "/assets/whatever.js?body=1" stuff. You still need initializer. See rails/rails#4569

@l4u
Copy link
Author

l4u commented Jan 24, 2012

thanks @jibiel. added a link to the issue for reference.

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