Post date: 2009/03/09 12:15:16
Installed the latest background-fu with
./script/plugin install git://github.com/ncr/background-fu.git
Unfortunately the release is not flawless yet. Needed the fixes below
Uncommented the below line in init.rb
if ActiveRecord::Base.method_defined?(:allow_concurrency) and ActiveRecord::Base.allow_concurrency
Note for workers:
workers are invoked background by script/daemons start
changes in workers are not effective until background daemon is stopped