I am currently using ChunkyPNG, but I want to give OilyPNG a try. I have tried using it in a simple ruby script and the performance is much better. I basically install both gems in the Gemfile and require 'oily_png' in my script.
However, in my RoR app, I fail to see how to require 'oily_png'
. I am currently not requiring chunky_png anywhere, but in the docs is said that I need to require 'oily_png'
. Where would I do that?
Thanks!