Sha256: a73ff67dc1af251954f401297c6c10eff5a054653132d92688e2d6adf50eed4d
Contents?: true
Size: 448 Bytes
Versions: 172
Compression:
Stored size: 448 Bytes
Contents
workers Integer(ENV['MUMUKI_LABORATORY_WORKERS'] || 2) threads_count = Integer(ENV['MUMUKI_LABORATORY_THREADS'] || 1) threads threads_count, threads_count preload_app! rackup DefaultRackup port ENV['MUMUKI_LABORATORY_PORT'] || 3000 environment ENV['RAILS_ENV'] || ENV['RACK_ENV'] || 'development' on_worker_boot do ActiveRecord::Base.establish_connection if defined?(ActiveRecord) Mumukit::Nuntius.establish_connection end
Version data entries
172 entries across 172 versions & 1 rubygems