- The new asset pipeline in Rails 3.1 makes assets first class citizens in Rails
- Assets now in app/assets rather than public (also lib/assets, vendor/assets)
- Asset files can inline other asset files using requires
- Asset packages are defined in manifests
/*