I have a Rails 3.1 project with the asset pipeline working great. The problem is that I need to reference images in my Sass, but Rails calculates image URLs. (This is particularly important in product
I just upgraded my Rails 3 app to 3.1. My jquery-rails gem\'s version is 1.0.11, the up to date one, yet when I check out the application.js, the file that \"//= require jquery\", it still shows that
Sprockets tends to be quite verbose in the (dev) log by default under Ruby on Rails 3.1 (RC1): Started GET \"/assets/application.css\" for 127.0.0.1 at 2011-06-10 17:30:45 -0400
Sprockets official documentation clearly says that: Sprockets takes any number of source files and preprocesses them
A typical extjs example application includes the extjs library by referencing files such as: ext-all.css
I\'m getting a problem with jQuery UI\'s toggleClass(), where if I leave the duration off, it behaves as expectedly, but with a specified duration, it only applies the class for the specified duration
I am trying to convert an existing app to the new 3.1 asset pipeline layout, and want to include a lot of vendor files that have to be in a specific order, (underscore.js and backbone being one pair).
I\'m just learning the new asset pipeline in Rails 3.1. One particular problem I\'m having is with the way Sprockets just mashes all the found CSS stylesheets into one massive stylesheet. I understand
This image becomes when watched through the rails 3.1 WEBr开发者_开发技巧ick 131 with sprockets.
I am not sure the best way to explain this one, I have installed Rails 3.1beta with Ruby 1.9.2 on Windows 7, created a new app with these routes: