diff options
author | Nicholas Seckar <nseckar@gmail.com> | 2006-03-18 22:36:52 +0000 |
---|---|---|
committer | Nicholas Seckar <nseckar@gmail.com> | 2006-03-18 22:36:52 +0000 |
commit | 1e7ce13b372e554438aa58c466dc100ef174ae9e (patch) | |
tree | e57458358882d8495ba3f55ae15aeaba3b07afd9 /actionpack/CHANGELOG | |
parent | eba58b2c12586fc0558b805679b236a8379dd47a (diff) | |
download | rails-1e7ce13b372e554438aa58c466dc100ef174ae9e.tar.gz rails-1e7ce13b372e554438aa58c466dc100ef174ae9e.tar.bz2 rails-1e7ce13b372e554438aa58c466dc100ef174ae9e.zip |
Change url_for to escape the resulting URLs when called from a view. Closes #4202
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3953 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 9e604e37a5..8803a1dd34 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Change url_for to escape the resulting URLs when called from a view. [Nicholas Seckar, eddiewould@paradise.net.nz] + * Added easy support for testing file uploads with fixture_file_upload #4105 [turnip@turnipspatch.com]. Example: # Looks in Test::Unit::TestCase.fixture_path + '/files/spongebob.png' |