How to get your Heroku app to optimize your images for you automagically using Paperclip, image_optim and special buildpacks
Site speed can be said to be the number one issue facing web developers today. Whether it’s this KISS Metrics…
Achieving Developer Excellence with Automated Testing
Stuff about using paperclip gem.
Site speed can be said to be the number one issue facing web developers today. Whether it’s this KISS Metrics…
First, on Heroku, you’ll need to add a special buildpack to your slug: (note that all of the following commands…
When using Paperclip to save an attached image, how do I get & store the dimensions of the image? Best…
1) be sure to put in your environment file (inside your initializer) config.gem “paperclip” 2) make sure your form_form has…