You are here: Home // Assets
Rails 3.1 Asset Pipeline
Podcast: Play in new window
| Download
Assets in Rails before version 3.1 were kept in the /public folder. In Rails 3.1 they’ve been moved to /app/assets and function in a slightly different way. Here are some of the highlights:
Javascript assets written in Coffeescript will now be compiled to Javascript.
CSS assets written in SASS or SCSS will now be compiled to CSS
Other templating...

