diff options
author | Tobias Lütke <tobias.luetke@gmail.com> | 2005-10-16 02:20:53 +0000 |
---|---|---|
committer | Tobias Lütke <tobias.luetke@gmail.com> | 2005-10-16 02:20:53 +0000 |
commit | 0279949b055330209eb272ed642e1fe59536087d (patch) | |
tree | 0424c4875415012fd96af6ea13d0773977841465 /actionpack/CHANGELOG | |
parent | 5e5c332c3ea906750c339c4776a60ec5aa18b0af (diff) | |
download | rails-0279949b055330209eb272ed642e1fe59536087d.tar.gz rails-0279949b055330209eb272ed642e1fe59536087d.tar.bz2 rails-0279949b055330209eb272ed642e1fe59536087d.zip |
added assert_valid to AP
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2635 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 bc925e9c70..74adda0f54 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added assert_vaild. Reports the proper AR error messages as fail message when the passed record is invalid [Tobias Luetke] + * Add temporary support for passing locals to render using string keys [Nicholas Seckar] * Clean up error pages by providing better backtraces [Nicholas Seckar] |