sprockets
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 分类:问答sprockets error
when i use rails 3.1 version for my rails application . i got this error Routing Error No route matches {:action=>\"show\", :controller=>\"assets\", :id=>#<Sprockets::BundledAsset:0xa821[详细]
2023-03-31 17:53 分类:问答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 分类:问答requiring asset files from subdirectories of the asset path
I\'m in the process of trying to upgrade my app to Rails 3.1, and I have quite a lot of custom Javascript files that I\'m trying to开发者_StackOverflow migrate to the new assets pipeline.[详细]
2023-03-29 22:08 分类:问答Rails 3.1.0 assets folder not rendering: Sprockets::Environment#static_root is deprecated
When trying to update my rails 3.1.0.rc4 app to rc6, I must have messed something up because my assets (JS and CSS files) stop开发者_开发百科ped rendering. I tried to revert to rc4, but was still havi[详细]
2023-03-29 16:51 分类:问答Problems with sprockets when deploying Rails 3.1.rc4
I\'m sure that I am just overlooking something simple here but this has been driving me crazy all night! When trying to deploy a Rails 3.1.rc4 application to the Cedar stack on Heroku (I did this succ[详细]
2023-03-27 18:59 分类:问答Why the heck is Rails 3.1 / Sprockets 2 / CoffeeScript adding extra code?
Working with Rails 3.1 (rc5), and I\'m noticing that any coffeescript file I include rails (or sprockets) is adding in initializing javascript at the top and bottom. In other words, a blank .js.coffee[详细]
2023-03-26 04:52 分类:问答Heroku Push Error: "sprockets-2.0.0.beta.2 in any of the sources"
I\'m tryting to push my RoR 3.1.0.beta1 project up to Heroku from my Git repository using the following command as usual:[详细]
2023-03-26 04:44 分类:问答How to use Sprockets 2 with Rails 3.0.x (how to use precompiled assets)
I\'m trying to replicate the basics of the asset pipeline introduced in rails 3.1 in my rails 3.0 app.[详细]
2023-03-24 21:46 分类:问答Sprockets not properly porcessing erb in js file
i have a simple gmaps V3 api call to produce a static map based on a lat/lon in the location record. the file reisdes in the asset/javascripts dir, and is named location_static_map.erb.js[详细]
2023-03-24 02:44 分类:问答