asset-pipeline
How do you catch errors in the rails asset pipeline before production?
I\'m just getting acquainted with Rails 3.1, and I burned some time updating an old project and trying to work out how the new asset pipeline behaves in development mode versus production.[详细]
2023-04-02 02:41 分类:问答Should I port my existing Jammit asset pipeline to the new Rails 3.1 version?
We\'ve implemented Jammit for asset caching, compression and optimization in our Rails application. It\'s fully integrated with our continuous integration process and works well. That said, I am seein[详细]
2023-04-02 01:23 分类:问答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 分类:问答How to temporarily change output path when precompiling assets, Sprockets / Rails assets pipeline, 3.1.0
I\'m trying to update this code to work with the released Rails 3.1.0: # temporarily set the static assets location from public/assets to our spec directory[详细]
2023-04-01 11:54 分类:问答rails 3.1.0 ActionView::Template::Error (application.css isn't precompiled)
I made a basic rails app with a simple pages controller with an index function and when I load the page I get:[详细]
2023-04-01 03:50 分类:问答How can I reference images in the asset pipeline from a model?
I have a model with a method to return a url to a person\'s avatar that looks like this: def avatar_url[详细]
2023-04-01 00:30 分类:问答Including external libraries using the Rails 3.1 asset pipeline
Background: I wish to use freebase suggest in my app. I intend to add an autocomplete to the #location input using coffeescript:[详细]
2023-03-31 19:20 分类:问答Can't get asset pipeline working
I can\'t get the asset 开发者_运维技巧pipeline working for some reason.I get a 404 on request to both application.css and application.js.I\'m using rails 3.1.0.rc6.Nothing special, just created a new[详细]
2023-03-31 09:43 分类:问答Storing webfonts in a gem using the Rails 3.1 Asset Pipeline
I\'m trying to use the Rails 3.1 Asset Pipeline to store some fonts that I\'m using across multiple applications.开发者_运维百科 I\'ve tried just about every combination of storage location but I can\[详细]
2023-03-31 00:02 分类:问答Why do I get "no route matches" for requests to the asset pipeline?
I\'m working on upgrading an app to use Rails 3.1 and I\'m trying to use the asset pipeline. As a test, I\'ve added foobar.js to app/assets/javascripts.[详细]
2023-03-30 22:30 分类:问答