Sha256: 1a07faa1b0747a5a637f8b7943387245f20ab089f9456873845b5a8f6bd9d135

Contents?: true

Size: 328 Bytes

Versions: 61

Compression:

Stored size: 328 Bytes

Contents

#puts "Initializing list of Rails models..."
SimpleWorker.configure do |config|
  path = File.join(Rails.root, 'app/models/*.rb')
#  puts 'path=' + path
  config.models = Dir.glob(path)
  config.extra_requires += ['active_support/core_ext', 'active_record', 'action_mailer']
#  puts 'config.models=' + config.models.inspect
end

Version data entries

61 entries across 61 versions & 1 rubygems

Version Path
simple_worker-0.7.3 lib/rails2_init.rb
simple_worker-0.7.2 lib/rails2_init.rb
simple_worker-0.7.1 lib/rails2_init.rb
simple_worker-0.7.0 lib/rails2_init.rb
simple_worker-0.7.0.beta.3 lib/rails2_init.rb
simple_worker-0.7.0.beta.2 lib/rails2_init.rb
simple_worker-0.7.0.beta.1 lib/rails2_init.rb
simple_worker-0.6.7 lib/rails2_init.rb
simple_worker-0.6.6 lib/rails2_init.rb
simple_worker-0.6.5 lib/rails2_init.rb
simple_worker-0.6.4 lib/rails2_init.rb
simple_worker-0.6.3 lib/rails2_init.rb
simple_worker-0.6.2 lib/rails2_init.rb
simple_worker-0.6.1 lib/rails2_init.rb
simple_worker-0.6.0 lib/rails2_init.rb
simple_worker-0.5.8 lib/rails2_init.rb
simple_worker-0.5.6 lib/rails2_init.rb
simple_worker-0.5.5 lib/rails2_init.rb
simple_worker-0.5.4 lib/rails2_init.rb
simple_worker-0.5.2 lib/rails2_init.rb