I\'m getting that error on my production server, and can\'t figure out why. It happens when running this command:
I have the following paperclip setup in one of my models: has_attached_file :avatar,:styles => { :large =>\"#{APP_CONFIG[\"uploads\"][\"images\"][\"size\"][\"large\"]}>\",
i upgraded to rails rc6, and my javascripts and css files won\'t compile. there is no error, nothing, they just don\'开发者_StackOverflow社区t show up. works fine with rc5. this is getting really frus
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.
I am upgrading a Rails 3.0 application to Rails 3.1, and the asset pipeline is not working in development. I am using thin with an nginx reverse proxy.
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.
Im upgrading my app to rails31 .. everything works quite ok but i have a problem with the asset pipeline. im using rails3.1.rc5
I use @import\'d partial sheets to organize my css/sass: /app /assets /stylesheets _constants.sass _layout.sass
I want to exclude a particular javascript file (modernizr) from the pipeline because I want it to load separately.
I have ~ 500+ flag images that I previously kept in public/images/flags/ and public/images/flags_small/. For each country in my Country model, I store the :iso_code, which is the same as the name of t