Changeset 9248 for trunk/activerecord/CHANGELOG
- Timestamp:
- 04/10/08 18:06:05 (8 months ago)
- Files:
-
- trunk/activerecord/CHANGELOG (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activerecord/CHANGELOG
r9247 r9248 1 1 *SVN* 2 3 * Change validates_uniqueness_of :case_sensitive option default back to true (from [9160]). Love your database columns, don't LOWER them. [rick] 2 4 3 5 * Ensure that save on child object fails for invalid belongs_to association. Closes #11555. [rubyruy]