diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-12-04 05:30:28 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-12-04 05:30:28 +0000 |
commit | 112ed3031671476d6aee3d0f69affe6c113e711f (patch) | |
tree | de2227945665dc8e64a3aee4acb891265d1fab9c /actionpack/CHANGELOG | |
parent | 9663f9952a4e5fb0698409b33a07c5fdd4206cd7 (diff) | |
download | rails-112ed3031671476d6aee3d0f69affe6c113e711f.tar.gz rails-112ed3031671476d6aee3d0f69affe6c113e711f.tar.bz2 rails-112ed3031671476d6aee3d0f69affe6c113e711f.zip |
Add 'disabled' attribute to <OPTION> separators used in time zone and country selects. Closes #10354 [hasmanyjosh]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8267 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 7641c24ead..1ee499c69e 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add 'disabled' attribute to <OPTION> separators used in time zone and country selects. Closes #10354 [hasmanyjosh] + * Added the same record identification guessing rules to fields_for as form_for has [DHH] * Fixed that verification violations with no specified action didn't halt the chain (now they do with a 400 Bad Request) [DHH] |