aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-03 20:10:10 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2015-05-03 20:10:10 -0300
commit39b0411ce098a4c9743a639d7008f2c44f2eef3c (patch)
treebd06248eb25b8037bf09f4014040d2d5b70ef26a /actionmailer
parentd70d575158a3976888b37f50d2a338ade9759cd8 (diff)
parentf5132c19d52c4457aa2e09c647d2f52a73966c68 (diff)
downloadrails-39b0411ce098a4c9743a639d7008f2c44f2eef3c.tar.gz
rails-39b0411ce098a4c9743a639d7008f2c44f2eef3c.tar.bz2
rails-39b0411ce098a4c9743a639d7008f2c44f2eef3c.zip
Merge pull request #19093 from remomueller/fix-actionmailer-preview-links-on-subdirectories
Mailer preview now uses `url_for` to fix links to emails for apps runnin...
Diffstat (limited to 'actionmailer')
-rw-r--r--actionmailer/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG.md b/actionmailer/CHANGELOG.md
index 0d47ce855a..f88f2c0c86 100644
--- a/actionmailer/CHANGELOG.md
+++ b/actionmailer/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Mailer preview now uses `url_for` to fix links to emails for apps running on
+ a subdirectory.
+
+ *Remo Mueller*
+
* Mailer previews no longer crash when the `mail` method wasn't called
(`NullMail`).