We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ed671a commit da8722bCopy full SHA for da8722b
config/application.rb
@@ -6,7 +6,7 @@
6
7
Bundler.require(*Rails.groups)
8
9
-module RailsBump
+module RubyDocs
10
class Application < Rails::Application
11
config.load_defaults 7.0
12
config.revision = `git rev-parse --short HEAD 2> /dev/null`.chomp.presence ||
config/environments/production.rb
@@ -71,7 +71,7 @@
71
72
# Use a real queuing backend for Active Job (and separate queues per environment).
73
# config.active_job.queue_adapter = :resque
74
- # config.active_job.queue_name_prefix = "railsbump_production"
+ # config.active_job.queue_name_prefix = "rubydocs_production"
75
76
config.action_mailer.perform_caching = false
77
0 commit comments