- CarrierWave::Workers::ProcessAsset now uses #update_attribute when setting [column]_processing.
- Add a rails generator to generate the config file.
rails g carrierwave_backgrounder:install
- Check [column]_cache to make sure we are processing when a form fails and [column]_cache is used.
- Allow passing of all options to sidekiq in config file.
- Revert where sidekiq was broken due to Sidekiq::Worker not properly being included.
- 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]
- Girl Friday incorrectly referenses class #92
- Add documentation for testing with rspec #84.