Understanding the Asset Pipeline Plugin
The asset pipeline is a very powerful feature that Rails offers, to solve a wide range of problems related to web designing.
It minimizes the manual works by compiling and processing all the stylesheets, javascript files, images etc whenever possible and is prepares for the use. Asset pipeline can improve the quality of the application in terms of its performance and flexibility. To read more visit : RailsCarma Blog
Post a comment