diff options
author | Marcel Molina <marcel@vernix.org> | 2005-12-02 04:30:46 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-12-02 04:30:46 +0000 |
commit | 2e42167058fa6e528237f4d78a4cb0bd6c2e099d (patch) | |
tree | a68d8db71f2be0104a795aa98bfca7d3fdca7d3a /activerecord/CHANGELOG | |
parent | 3d0e3c92900ff3dd1ddef7c94c201698e71ca9d5 (diff) | |
download | rails-2e42167058fa6e528237f4d78a4cb0bd6c2e099d.tar.gz rails-2e42167058fa6e528237f4d78a4cb0bd6c2e099d.tar.bz2 rails-2e42167058fa6e528237f4d78a4cb0bd6c2e099d.zip |
Allow validate_uniqueness_of to be scoped by more than just one column. Closes #1559.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3206 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index ce96b64ed5..397a89730a 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Allow validate_uniqueness_of to be scoped by more than just one column. #1559. [jeremy@jthopple.com, Marcel Molina Jr.] + * Firebird: active? and reconnect! methods for handling stale connections. #428 [Ken Kunz <kennethkunz@gmail.com>] * Firebird: updated for FireRuby 0.4.0. #3009 [Ken Kunz <kennethkunz@gmail.com>] |