質問するログイン新規登録

質問編集履歴

2

誤字

2017/08/17 14:56

投稿

japomondo
japomondo

スコア23

title CHANGED
File without changes
body CHANGED
@@ -136,7 +136,6 @@
136
136
 
137
137
  # Use a real queuing backend for Active Job (and separate queues per environment)
138
138
  # config.active_job.queue_adapter = :resque
139
- # config.active_job.queue_name_prefix = "AirAlien_#{Rails.env}"
140
139
 
141
140
  # Ignore bad email addresses and do not raise email delivery errors.
142
141
  # Set this to true and configure the email server for immediate delivery to raise delivery errors.

1

誤字

2017/08/17 14:56

投稿

japomondo
japomondo

スコア23

title CHANGED
File without changes
body CHANGED
@@ -70,7 +70,7 @@
70
70
  # Raises error for missing translations
71
71
  # config.action_view.raise_on_missing_translations = true
72
72
 
73
- config.action_mailer.default_url_options = { host: 'http://wtage-syotaishizuka.c9users.io' }
73
+ config.action_mailer.default_url_options = { host: 'http://myapp.c9users.io' }
74
74
 
75
75
  # Use an evented file watcher to asynchronously detect changes in source code,
76
76
  # routes, locales, etc. This feature depends on the listen gem.