Rails Paperclip gem to convert thumbnail’s transparent background to white instead of black
Paperclip::Attachment.default_options[:convert_options] = { :all => '-background white -alpha remove' }
Paperclip::Attachment.default_options[:convert_options] = { :all => '-background white -alpha remove' }
A tiny tool to get a 1x1px PNG: http://www.1x1px.me/
[guides.rubyonrails.org/v4.0/cach...](http://guides.rubyonrails.org/v4.0/caching_with_rails.html)
Nice feature on top of their Google Drive link.
The /statuses routes is resolved by Nginx level instead of Rails application.