Sha256: f3eeaf0b831e5edfced98ec5e47e0d9a5810eaad192fc190a3113a986853fc38
Contents?: true
Size: 371 Bytes
Versions: 1
Compression:
Stored size: 371 Bytes
Contents
say '## INITIALIZERS/CONFIGS >>' initializer 'raven.rb', <<-END require 'raven' Raven.configure do |config| config.dsn = 'https://secret:public@app.getsentry.com/appid' end END # create_file 'config/sidekiq.yml', <<-END # --- # :concurrency: 5 # :pidfile: tmp/pids/sidekiq.pid # staging: # :concurrency: 10 # production: # :concurrency: 50 # END
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rails-maker-0.1.11 | templates/default/lib/initializers.rb |