Tagged Questions
1
vote
1answer
925 views
Sass Not Precompiling on Rails 3.1 Asset Pipeline, Assets:precompile rake task
I've got an app I just converted to Rails 3.1. In my app/assets/stylesheets I have a bunch of sass files that use @import to import parial sass files. One of these files is called screen.sass and it's ...
1
vote
1answer
143 views
Rails 3.1 Generating Stylesheets attached to ActiveRecord Model objects
What we used to do in Rails 3.0 was have paperclip attach a file to our 'Site' model that represented css stylesheets. We have tons of sites in our application each with a stylesheet that gets ...
1
vote
0answers
370 views
Enable compression, Minify JavaScript rails 3.1 in development mode
Hi Guys I am checking the page speed from my web page in development mode with plugin for mozilla firefox page speed for firebug.
I want to know if is possible Enable compression and Minify ...
1
vote
1answer
564 views
Rails 3.1 Asset Pipeline: Precompiled MD5 Fingerprints don't match
I'm having a Rails 3.1 rc6 app on Heroku's cedar stack (ruby 1.9.2).
I precompile assets using rake assets:precompile RAILS_ENV=production locally on my development machine.
The problem is the ...