diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-03-04 08:35:52 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-03-04 08:35:52 +0000 |
commit | 8f94cc5cb4ec5e180bf6b5c401ab0c7bf407348e (patch) | |
tree | 381017a84f49eabd382bc9d0defce382aabdfe7c /actionpack/CHANGELOG | |
parent | 8437baa44b9e14f5593c3e9123e93d51dff50145 (diff) | |
download | rails-8f94cc5cb4ec5e180bf6b5c401ab0c7bf407348e.tar.gz rails-8f94cc5cb4ec5e180bf6b5c401ab0c7bf407348e.tar.bz2 rails-8f94cc5cb4ec5e180bf6b5c401ab0c7bf407348e.zip |
Extract dynamic scaffolding into a plugin. Closes #7700.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6306 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 cb2587b235..c10cd113bd 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Extract dynamic scaffolding into a plugin. #7700 [Josh Peek] + * Added user/password options for url_for to add http authentication in a URL [DHH] * Fixed that FormTagHelper#text_area_tag should disregard :size option if it's not a string [Brendon Davidson] |