aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorJames Kerr <jkerr838@gmail.com>2015-07-22 09:15:52 -0700
committerJames Kerr <jkerr838@gmail.com>2015-10-06 13:32:07 -0700
commit279d0ae8164fa5e49163765b0756a10c442eb1ac (patch)
treec5d0a5f63ab7a595f6016e779f49fa8e690949ec /railties/CHANGELOG.md
parent71317e6406dba9a552760ec035b67b3c16162528 (diff)
downloadrails-279d0ae8164fa5e49163765b0756a10c442eb1ac.tar.gz
rails-279d0ae8164fa5e49163765b0756a10c442eb1ac.tar.bz2
rails-279d0ae8164fa5e49163765b0756a10c442eb1ac.zip
Update the URL when changing mailer preview formats
Added javascript to update the URL on mailer previews with the currently selected email format. Reloading the page now keeps you on your selected format rather than going back to the default html version.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 3e45a09dec..9337dd6407 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Added javascript to update the URL on mailer previews with the currently
+ selected email format. Reloading the page now keeps you on your selected
+ format rather than going back to the default html version.
+
+ *James Kerr*
+
* Add fail fast to `bin/rails test`
Adding `--fail-fast` or `-f` when running tests will interrupt the run on