asset-pipeline
Precompiling assets with Capistrano shows error on load 'deploy/assets'
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:[详细]
2023-04-08 11:32 分类:问答How can I use assets within Mailer?
I have trouble using any form of the asset pipeline within mailer, wether the Mailer itself or the view.[详细]
2023-04-08 08:31 分类:问答Rails 3.1 Asset Pipeline Woes
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 ([详细]
2023-04-08 00:11 分类:问答Do you add public/assets in version control?
In rails 3.1, when you precompile the assets, rails create public/assets directory and add files there.[详细]
2023-04-07 13:08 分类:问答Jasminerice and stylesheets for fixtures
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[详细]
2023-04-07 13:06 分类:问答Ignore file with CSS manifest?
I was wondering if there was a way to ignore a css file from being added to the manifest application.css file.[详细]
2023-04-07 11:33 分类:问答Does rails 3.1 include the entire jQuery library?
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.[详细]
2023-04-07 11:17 分类:问答Rails 3.1 and Asset Pipeline: Trouble on deploying with Capistrano
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[详细]
2023-04-07 04:26 分类:问答Asset Pipeline: Trouble on deploying my Rails 3.1 application with Capistrano
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[详细]
2023-04-07 03:55 分类:问答Trouble with the Asset Pipeline on deploying (production mode)
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.[详细]
2023-04-07 03:04 分类:问答