diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-09 00:15:58 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2004-12-09 00:15:58 +0000 |
commit | ad354b207a5600fbe7c784f370cf30446925f13c (patch) | |
tree | 1c0b6091c713580ce3d359ba4f2161a7dc509465 /actionpack/CHANGELOG | |
parent | cf6282099d93f929cc08e8c362b085f36811f2cc (diff) | |
download | rails-ad354b207a5600fbe7c784f370cf30446925f13c.tar.gz rails-ad354b207a5600fbe7c784f370cf30446925f13c.tar.bz2 rails-ad354b207a5600fbe7c784f370cf30446925f13c.zip |
Added CookieJar#delete and fixed CookieJar[] to just call first, so you get a string instead of an array back. This limits each cookie to one value, which I consider a mighty fine restriction
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@92 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 1453bd9704..e5162a4995 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed to_input_field_tag so it no longer explicitly uses InstanceTag.value if value was specified in the options hash [evl] + * Added the possibility of having validate be protected for assert_(in)valid_column #263 [Tobias Luetke] * Added that ActiveRecordHelper#form now calls url_for on the :action option. |