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
047007fa9ddff03e1979f16a54cf059f4f592d46
rails
/
activerecord
/
test
/
cases
/
validations
History
José Valim
e714b499cc
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
...
Signed-off-by: Carl Lerche <
carllerche@mac.com
>
2009-10-20 17:52:32 -07:00
..
association_validation_test.rb
Add test to verify that the new :inverse_of association option will indeed fix the validation problem for a belongs_to relationship that validates_presence_of the parent, when both the parent and the child are new (in-memory) records. Also check that this works when the parents adds child via nested_attributes_for.
2009-08-08 13:07:49 +02:00
i18n_generate_message_validation_test.rb
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
2009-10-20 17:52:32 -07:00
i18n_validation_test.rb
Move validator, human_name and human_attribute_name to ActiveModel, remove deprecated error messages and add i18n_scope and lookup_ancestors.
2009-10-20 17:52:32 -07:00
uniqueness_validation_test.rb
Fixed typo in test name and CHANGELOG [
#3017
state:resolved]
2009-08-10 16:13:18 +01:00