aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG.md
diff options
context:
space:
mode:
authorRiley <bx+github@teleological.net>2012-10-06 16:14:28 -0400
committerRiley Lynch <oss@teleological.net>2012-10-06 17:23:04 -0400
commit380800e4a272db98f3dd267f82e0ce1e4d03f4b8 (patch)
tree019af1195750d4dc4049c018f313d5402314e27f /actionpack/CHANGELOG.md
parent92d761237ea9372fefd2c4e514f7f8290eb28d1e (diff)
downloadrails-380800e4a272db98f3dd267f82e0ce1e4d03f4b8.tar.gz
rails-380800e4a272db98f3dd267f82e0ce1e4d03f4b8.tar.bz2
rails-380800e4a272db98f3dd267f82e0ce1e4d03f4b8.zip
Accept :remote as symbol in link_to options
Accept either :remote or 'remote' in both the html_options and (url_)options hash arguments to link_to.
Diffstat (limited to 'actionpack/CHANGELOG.md')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index ebd92ed0c9..1d38e33874 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -1,5 +1,7 @@
## Rails 3.2.9 (unreleased) ##
+* Accept :remote as symbolic option for `link_to` helper. *Riley Lynch*
+
* Warn when the `:locals` option is passed to `assert_template` outside of a view test case
Fix #3415