Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source
Show
Ignore:
Timestamp:
04/10/08 18:06:05 (8 months ago)
Author:
rick
Message:

Change validates_uniqueness_of :case_sensitive option default back to true (from [9160]). Love your database columns, don't LOWER them. [rick]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/activerecord/CHANGELOG

    r9247 r9248  
    11*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] 
    24 
    35* Ensure that save on child object fails for invalid belongs_to association. Closes #11555. [rubyruy]