Asset Packager’s functionality added into rails core
Asset Packager’s functionality added into core - http://dev.rubyonrails.org/changeset/6164
For anyone that’s never used Asset Packager, it basically just combines all your stylesheets into a single file, and all your javascripts into a single file. It speeds things up alot by reducing the number of HTTP requests the browser has to make.