lardawge / carrierwave_backgrounder

Offload CarrierWave's image processing and storage to a background process using ActiveJob or Sidekiq..
736 stars 402 forks source link

undefined method `perform_later' for CarrierWave::Workers::StoreAsset:Class Did you mean? perform #303

Closed abdulhanan001 closed 1 year ago

abdulhanan001 commented 2 years ago

I am getting this error list to reproduce First I try to install CarrierWave Backgrounder and after bundle, I get the error for rails g carrierwave_backgrounder:install with some segguested soultion I update gemfile with gem 'carrierwave_backgrounder', :github => 'lardawge/carrierwave_backgrounder' After that I my rails g carrierwave_backgrounder:install issue resolved but get error for worker perform_later' for CarrierWave::Workers::StoreAsset:Class

Is there any solution or anything that I am missing

engwaqasnazir commented 2 years ago

@lardawge I am also getting same error can you please help ^^^^

lardawge commented 1 year ago

There is not enough info for me to do anything with this. A sample project replicating the error would be helpful.