diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-24 13:48:24 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-01-24 13:48:24 +0000 |
commit | 45db66de56d4f5c4cd83aba782015d5ce752f3a2 (patch) | |
tree | bbe515990a81cf1afc161d5dad39837a27081965 /actionpack/CHANGELOG | |
parent | 505e2d99da9f0e199dd0bf248fc1db77145730ba (diff) | |
download | rails-45db66de56d4f5c4cd83aba782015d5ce752f3a2.tar.gz rails-45db66de56d4f5c4cd83aba782015d5ce752f3a2.tar.bz2 rails-45db66de56d4f5c4cd83aba782015d5ce752f3a2.zip |
Added :encode option to mail_to that'll allow you to masquarede the email address behind javascript or hex encoding #494 [Lucas Carlson]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@493 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 684c16c4b3..85c4b41f86 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added :encode option to mail_to that'll allow you to masquarede the email address behind javascript or hex encoding #494 [Lucas Carlson] + * Fixed that the content-header was being set to application/octet_stream instead of application/octet-stream on send_date/file [Alexey] * Removed the need for passing the binding when using CacheHelper#cache |