retina_rails icon indicating copy to clipboard operation
retina_rails copied to clipboard

Makes your life easier optimizing an application for retina displays.

Results 4 retina_rails issues
Sort by recently updated
recently updated
newest added

In the strategies.rb file, my app won't run this gem because of the ActiveRecord line for Paperclip. Can you please alter this so that it recognizes Mongoid::Document as well?

I'm having an issue where retina rails is ignoring the convert_options that I set. :convert_options => { `:twitter => "-background white -compose Copy -gravity center -extent 640x640"` } It converts...

I've come across what seems to be a bug. My user profile pictures are uploaded by users, therefore susceptible to some funky file names... If a user uploads a file...

When a new image is uploaded (Paperclip in my case). How can I prevent a @2x version to be generated when the image is too small, and having the @2x...