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
0c391b46fb39b697bbae1493caade23e2ddbd8a6
rails
/
activerecord
/
test
/
cases
/
validations
History
Elise Huard
c5896bfd84
validate uniqueness with limit in utf8
...
[
#2653
state:committed] Signed-off-by: Jeremy Kemper <
jeremy@bitsweat.net
>
2009-08-09 12:50:04 -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
Add I18n translations to ActiveModel and move more AR specific parts to ActiveRecord::Validations
2009-03-20 21:45:13 +00:00
i18n_validation_test.rb
Merge branch 'master' into active_model
2009-05-29 16:06:21 -05:00
uniqueness_validation_test.rb
validate uniqueness with limit in utf8
2009-08-09 12:50:04 -07:00