I\'m using rails 3.1.0 and trying to setup Capistrano to precompile assets. Capistrano v2.8.0 has \"load \'deploy/assets\'\" in Capfile. But when I run \"cap deploy\" it shows the following error:
I have trouble using any form of the asset pipeline within mailer, wether the Mailer itself or the view.
I am using JW Player to play streaming audio files. I have built a custom skin but can\'t get the player to show up. When you build your custom skin, you zip up the skin along with the skin.xml file (
In rails 3.1, when you precompile the assets, rails create public/assets directory and add files there.
I have found jasminerice very helpful for getting all my Jasmine tests to run via Rails 3.1\'s asset pipeline. The only thing I remain stuck with, is that I cannot get my setup to load any stylesheets
I was wondering if there was a way to ignore a css file from being added to the manifest application.css file.
I have been really p开发者_开发百科uzzled because I was trying to work out some jQuery tutorials in coffeescript for rails 3.1 and it seems like none of the animation functions of jquery work.
I just switched from Ruby on Rails 3.0.10 to 3.1.0 and I would like to deploy my asset files by using the Capistrano gem (my local machine is a MacOs running Snow Leopard, my remote machine is running
I am using Ruby on Rails 3.1.0 and Capistrano. I have a problem on make the application to work in production mode (the remote machine is running Ubuntu 10.4 - my local machine is a MacOS running Snow
I just switched from Ruby on Rails 3.0.10 to 3.1.0 and I am using jQuery UI 1.8.14. I have a problem to load css files in production mode on the remote machine.