NameError: uninitialized constant CarrierWave::Storage::Fog, heroku
问题 I am trying to use carrierwave, fog and AWS for my image uploading on Heroku. Pretty common...I even have it set up successfully for another app. However when I delpoy to heroku I'm getting this error: Running: rake assets:precompile rake aborted! NameError: uninitialized constant CarrierWave::Storage::Fog Gemfile source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.3.7' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails