Rails Paperclip gem to convert thumbnail’s transparent background to white instead of black
Wednesday, May 2, 2018
Paperclip::Attachment.default_options[:convert_options] = { :all => '-background white -alpha remove' }
Wednesday, May 2, 2018
Paperclip::Attachment.default_options[:convert_options] = { :all => '-background white -alpha remove' }
Thursday, April 26, 2018
A tiny tool to get a 1x1px PNG: http://www.1x1px.me/
Friday, April 13, 2018
[guides.rubyonrails.org/v4.0/cach...](http://guides.rubyonrails.org/v4.0/caching_with_rails.html)
Saturday, April 7, 2018
https://m.signalvnoise.com/running-in-circles-aae73d79ce19
Saturday, April 7, 2018
Nice feature on top of their Google Drive link.
Monday, March 26, 2018
The /statuses routes is resolved by Nginx level instead of Rails application.