-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reimplement how we handled script name for mailers and fix the produc…
…tion config to remove the trailing / because it was resulting in URLs with two slashes before the slug... (#1215)
- Loading branch information
1 parent
cf34a4f
commit 1671afa
Showing
6 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -67,7 +67,7 @@ | |
config.action_mailer.perform_caching = false | ||
|
||
# devise mailer (e.g. reset password) | ||
config.action_mailer.default_url_options = {host: "https://www.homewardtails.org/"} | ||
config.action_mailer.default_url_options = {host: "https://www.homewardtails.org"} | ||
config.action_mailer.default_options = {from: "[email protected]"} | ||
|
||
# Ignore bad email addresses and do not raise email delivery errors. | ||
|