1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

`carrierwave_backgrounder`で`NameError (uninitialized constant CarrierWave::Workers::ProcessAssetMixin)`がでる

Posted at

解決策

Gemfile
gem 'carrierwave_backgrounder'

Gemfile
gem 'carrierwave_backgrounder', github: 'lardawge/carrierwave_backgrounder'

https://github.com/lardawge/carrierwave_backgrounder/issues/235 より

もし古いバージョンのRailsを使っていてmime-types gemのバージョンが解決できない場合は以下のRefをつける

Gemfile
gem 'carrierwave_backgrounder', github: 'lardawge/carrierwave_backgrounder', ref: 'bff7bc3954b9184157812f948b9a6a4f64ff36d3'
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?