i wonder if ruby on rails have bundles, the ones similar in django?
kind of a plugin that contains css, js, images, ruby code and everything for one feature.
thanks
i wonder if ruby on rails have bundles, the ones similar in django?
kind of a plugin that contains css, js, images, ruby code and everything for one feature.
thanks
You could use generators to copy CSS, JS and image files from a plugin to your application's public dir. For models, controllers and the rest please see http://guides.rails.info/plugins.html