I am trying to customize what assets get precompiled. In production I only want application.js and applicaiton.css to be compiled and not all the subsequent files that are included.
Ok, I\'ve read a lot of information about the new Asset Pipe开发者_如何学运维line for Rails 3.1 and I couldn\'t find a proper answer to my doubt.
I have the following setup: app/assets/stylesheets/application.css.scss /* *= require_self *= require fancybox
I\'m using SASS to load stylesheets in a Rails 3.1(sass-rails 3.1) app. For example, sass partials in app/assets/stylesheets are loaded using @import in application.sass -
The release version of Rails 3.1 is having some weird issues with precompiling a sass manifest file with the extension scss. The weird thing is that the default manifest file application.scss compiles
I am having trouble making any \"common\" WYSIWYG work with Rails. We even had to do one ourselves with RedCloth for the moment.
I\'m in the process of updating a Rails 3 app to use Rails 3.1 and as part of that, am making use of the new asset pipeline. So far, I\'ve got everything working apart from one rather annoying problem
I\'m using Yahoo\'s reset.css in my new generated Rails 3.1 app. Given following app structure: - myapp
Bundle install is green, but when I run \"rake\" I get the following: rake aborted! undefined method `static_root=\' for
I\'m a bit confused as to where to put a jQuery framework like Galleria in Rails 3.1开发者_如何学C\'s new Asset Pipeline?