This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
783caae52f3c00975490cd40dc849f648c8fa9e1
rails
/
activerecord
/
lib
/
active_record
/
validations
History
Jeremy Kemper
1b91f534ce
Fix uniqueness validation: with_exclusive_scope is not public
2009-12-28 14:06:22 -08:00
..
associated.rb
No need to use ValidationsRepairHelper hack on ActiveModel anymore, Model.reset_callbacks(:validate) is enough. However, tests in ActiveRecord are still coupled, so moved ValidationsRepairHelper back there.
2009-12-23 13:30:58 +01:00
uniqueness.rb
Fix uniqueness validation: with_exclusive_scope is not public
2009-12-28 14:06:22 -08:00