diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-18 05:29:22 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2007-05-18 05:29:22 +0000 |
commit | b6541b8dcc6df9c92d946e1f76ec03f448d7fba4 (patch) | |
tree | 6e8ac4ffe796d9a552260fe2da24b5f9d266bb7e /actionpack/CHANGELOG | |
parent | f7bb3ddce85dcafe8ae2c52f7b7fbd53b0859732 (diff) | |
download | rails-b6541b8dcc6df9c92d946e1f76ec03f448d7fba4.tar.gz rails-b6541b8dcc6df9c92d946e1f76ec03f448d7fba4.tar.bz2 rails-b6541b8dcc6df9c92d946e1f76ec03f448d7fba4.zip |
select :include_blank option can be set to a string instead of true, which just uses an empty string. Closes #7664.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6763 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 7d7ba465f1..c6f5111aae 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* select :include_blank option can be set to a string instead of true, which just uses an empty string. #7664 [Wizard] + * Added url_for usage on render :location, which allows for record identification [DHH]. Example: render :xml => person, :status => :created, :location => person |