Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am wiemann on github.
  • I am wiemann (https://keybase.io/wiemann) on keybase.
  • I have a public key whose fingerprint is A00F 1CC2 2B29 20C2 37E3 D738 195F 6782 43A5 B74F

To claim this, I am signing this object:

RAILS_ENV=test FRONT_END_URL=http://localhost:3001 HEADLESS=1 bundle exec cucumber
@wiemann
wiemann / carrierwave_initializer.rb
Created December 6, 2010 13:20
carrierwave minimagick quality parameter to set jpeg quality
# rails carrierwave initializer that gives you a quality option in your uploader. use:
# version :medium do
# process :resize_to_fit => [640, 480]
# process :quality => 95
# end
module CarrierWave
module MiniMagick