diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-23 18:59:24 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-23 18:59:24 +0000 |
commit | 00deaf6d56085d4961eff8e8e0948a9241dfd5ea (patch) | |
tree | 933aa1f6b17a6021590112509156c9247f3a6727 /actionpack/CHANGELOG | |
parent | 8e413262d6cca1ea3b481b7fd7ebf34320425285 (diff) | |
download | rails-00deaf6d56085d4961eff8e8e0948a9241dfd5ea.tar.gz rails-00deaf6d56085d4961eff8e8e0948a9241dfd5ea.tar.bz2 rails-00deaf6d56085d4961eff8e8e0948a9241dfd5ea.zip |
Added :host and :protocol options to url_for and friends to redirect to another host and protocol than the current.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@266 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 54a843279a..4311b28e30 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,3 +1,8 @@ +*SVN* + +* Added :host and :protocol options to url_for and friends to redirect to another host and protocol than the current. + + *1.1.0* * Added search through session to clear out association caches at the end of each request. This makes it possible to place Active Record objects |