sprockets
rails 3.1 customize sprockets precompile assets
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.[详细]
2023-04-06 14:14 分类:问答Rails 3.1 Asset Pipeline for Javascript
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.[详细]
2023-04-05 00:43 分类:问答Use Rails 3.1 Asset Paths in a SCSS Partial
I have the following setup: app/assets/stylesheets/application.css.scss /* *= require_self *= require fancybox[详细]
2023-04-04 22:41 分类:问答SASS, Rails 3.1: Loading stylesheets in vendor/assets
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 -[详细]
2023-04-03 19:45 分类:问答Precompiling a .scss manifest file using Rails 3.1's asset pipeline
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[详细]
2023-04-03 17:20 分类:问答What WYSIWYG works well with jQuery and Ruby on Rails 3.1 (Sprockets)?
I am having trouble making any \"common\" WYSIWYG work with Rails. We even had to do one ourselves with RedCloth for the moment.[详细]
2023-04-02 17:19 分类:问答Broken precompiled assets in Rails 3.1 when deploying to a sub-URI
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[详细]
2023-04-02 09:28 分类:问答Sprockets require_directory problem
I\'m using Yahoo\'s reset.css in my new generated Rails 3.1 app. Given following app structure: - myapp[详细]
2023-04-02 08:45 分类:问答Get undefined method with sprockets 2.0 (can use 2.0.0.beta.15) with Rails 3.1.0.rc5 for Michael Hartl's Rails Tutorial sample_app project
Bundle install is green, but when I run \"rake\" I get the following: rake aborted! undefined method `static_root=\' for[详细]
2023-04-01 17:26 分类:问答Where to put Galleria (jQuery image gallery framework) in Rails 3.1 Asset Pipeline?
I\'m a bit confused as to where to put a jQuery framework like Galleria in Rails 3.1开发者_如何学C\'s new Asset Pipeline?[详细]
2023-04-01 15:10 分类:问答