diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-24 12:12:52 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-02-24 12:12:52 +0000 |
commit | 9bf3b25ab7282320b38eb6fda98ce4623c187431 (patch) | |
tree | c98457b30e39db2eb66a11db9d1a0efe485f4c9c | |
parent | 11404e17e3cb0ad6a80066d2219ce3db50af9b38 (diff) | |
download | rails-9bf3b25ab7282320b38eb6fda98ce4623c187431.tar.gz rails-9bf3b25ab7282320b38eb6fda98ce4623c187431.tar.bz2 rails-9bf3b25ab7282320b38eb6fda98ce4623c187431.zip |
Noted things that wasnt mentioned
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@790 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
-rw-r--r-- | actionpack/CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 5edbe387dc..b8a295fce0 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,9 @@ *SVN* +* Added Routing as a replacement for mod_rewrite pretty urls [Nicholas Seckar]. Read more in ActionController::Base.url_for and on http://manuals.rubyonrails.com/read/book/9 + +* Added components that allows you to call other actions for their rendered response while execution another action. You can either delegate the entire response rendering or you can mix a partial response in with your other content. Read more on http://manuals.rubyonrails.com/read/book/14 + * Fixed that proxy IPs do not follow all RFC1918 nets #251 [caleb@aei-tech.com] * Added Base#render_to_string to parse a template and get the result back as a string #479 |