Sha256: 255f43289cd8d6e9ab6a0505189c09a6af993861c7f2fbdcb36bee7c6e8977d7

Contents?: true

Size: 939 Bytes

Versions: 1

Compression:

Stored size: 939 Bytes

Contents

## 0.1.3

### enhancements
  * CarrierWave::Workers::ProcessAsset now uses #update_attribute when setting [column]_processing.

## 0.1.2

### enhancements
  * Add a rails generator to generate the config file.
```bash
  rails g carrierwave_backgrounder:install
```

### bug fixes
  * Check [column]_cache to make sure we are processing when a form fails and [column]_cache is used.

## 0.1.1

### enhancements
  * Allow passing of all options to sidekiq in config file.

### bug fixes
  * Revert where sidekiq was broken due to Sidekiq::Worker not properly being included.

## 0.1.0

### enhancements
  * Add support to pass options to backends allowing queue names to be set in the initializer.
  * Make threadsafe. [gitt]
  * Add support to immediately process jobs if :immediate is set in config backend. [Antiarchitect]

### bug fixes
  * Girl Friday incorrectly referenses class #92
  * Add documentation for testing with rspec #84.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
carrierwave_backgrounder-0.1.3 CHANGELOG.md