asset-pipeline
rails 3.1.0: images with fingerprint not loaded in production
My problem: All images aren\'t loaded correctly when I start my app in production mode. I see only a placeholder for the image. When I copy the image-url I get \"assets/mylogo.png\". I miss the finge[详细]
2023-04-13 08:54 分类:问答When are compiled assets being cached in rails
When I precompile my assets for a rails 3.1 app with rake assets:precompile it spits out an old cached version if nothing changes in the asset files. I can tell because my erb开发者_开发问答 is making[详细]
2023-04-13 01:59 分类:问答Rails 3.1 remote requests submitting twice
I developed a Rails 3.1 application that consists of a 100% Ajax CRUD forms to input users and customers.I created two separate models, controllers, views etc.The views for each model contain jquery f[详细]
2023-04-12 07:30 分类:问答Dynamic (S)CSS in rails 3.1
I\'m trying to allow the user to customize my application using YML files. When the user updates certain things the CSS needs to be updated as well.[详细]
2023-04-12 04:23 分类:问答Static pages and assets in Rails 3.1.1
Currently working on a project where we need to drop in various static html pages + static assets for those from time to time that \"just work.\"We cannot have anyone editing the html directly to plac[详细]
2023-04-12 02:00 分类:问答Rails 3.1.1 assets precompile - rake aborted
EDIT: Anybody else has any suggestions? I\'m totally stumped!!! I have an app in which all the assets compile just fine but in this second app, when I run:[详细]
2023-04-12 00:07 分类:问答Why is Asset Pipeline trying to compress my CSS twice (or not compressing at all)?
After upgrading our Compass-powered app to Rails 3.1.1.rc1 and Asset Pipeline, I\'ve started getting \"regexp buffer overflow\" error when trying to precompile stylesheets locally. I\'ve discovered th[详细]
2023-04-11 13:04 分类:问答Twitter bootstrap has Invalid CSS according to Rails 3.1 asset pipeline during precompilation?
I created a brand new Rails 3.1 app. I added the twitter bootstrap CSS file in app/assets/stylesheets/bootstrap.min.css. Here is the relevant code[详细]
2023-04-11 12:18 分类:问答Rails 3.1 rake assets:precompile failing
Anyone seen this befor开发者_运维百科e?If not, any good tips on debugging rake issues w/ no stack trace would be appreciated![详细]
2023-04-11 06:16 分类:问答Rails 3.1 does not precompile images that are not referenced by CSS?
I am getting the following error: Sprockets::Helpers::RailsHelper::AssetPaths::AssetNotPrecompiledError in Photos#edit[详细]
2023-04-10 21:41 分类:问答