diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-02-25 20:22:09 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-02-25 20:22:09 +0000 |
commit | b8cd80550f541a2becafa29f926b1c2667b7b650 (patch) | |
tree | 906eaabc3806a62f66d75f237f05713c59f517bf /actionpack/CHANGELOG | |
parent | cd4dbd8cd2fce4c0f0b7ad216003cd8da7732128 (diff) | |
download | rails-b8cd80550f541a2becafa29f926b1c2667b7b650.tar.gz rails-b8cd80550f541a2becafa29f926b1c2667b7b650.tar.bz2 rails-b8cd80550f541a2becafa29f926b1c2667b7b650.zip |
Added :port and :host handling to UrlRewriter (which unified url_for usage, regardless of whether it's called in view or controller) #7616 [alancfrancis]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6235 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 59a3ab413e..557ddfb633 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added :port and :host handling to UrlRewriter (which unified url_for usage, regardless of whether it's called in view or controller) #7616 [alancfrancis] + * Allow send_file/send_data to use a registered mime type as the :type parameter #7620 [jonathan] * Allow routing requirements on map.resource(s) #7633 [quixoten]. Example: |