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
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
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
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.
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
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
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
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:
I\'m trying to replicate the basics of the asset pipeline introduced in rails 3.1 in my rails 3.0 app.
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