Getting Images to Stay on Heroku, using Fog

  1. Get an S3 Account
  2. Install gem "fog"
  3. Configure Carrierwave
  4. set environment variables
    • local: export KEY=VALUE
    • prod: heroku config:set KEY=VALUE