diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2006-08-07 21:58:31 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2006-08-07 21:58:31 +0000 |
commit | c3cdd3b6595ad59129d7652f6f3274f26509a4dc (patch) | |
tree | 399bbb4e1227bad6e18ea6f543e075ec09a1feb0 /actionpack/CHANGELOG | |
parent | c0657a9084825f7ca7b0277e5f07a7ae26b8a126 (diff) | |
download | rails-c3cdd3b6595ad59129d7652f6f3274f26509a4dc.tar.gz rails-c3cdd3b6595ad59129d7652f6f3274f26509a4dc.tar.bz2 rails-c3cdd3b6595ad59129d7652f6f3274f26509a4dc.zip |
Deprecation: check whether instance variables have been monkeyed with before assigning them to deprecation proxies. Raises a RuntimeError if so.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4717 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 d8e390c9d4..faf5228dee 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Deprecation: check whether instance variables have been monkeyed with before assigning them to deprecation proxies. Raises a RuntimeError if so. [Jeremy Kemper] + * Add support for the param_name parameter to the auto_complete_field helper. #5026 [david.a.williams@gmail.com] * Deprecation! @params, @session, @flash will be removed after 1.2. Use the corresponding instance methods instead. You'll get printed warnings during tests and logged warnings in dev mode when you access either instance variable directly. [Jeremy Kemper] |