rails/activerecord/test
Eloy Duran f125a34501 Define autosave association callbacks when using accepts_nested_attributes_for.
This way we don't define all the validation methods for all associations by
default, but only when needed.

[#3355 state:resolved]
2009-11-07 00:42:42 +01:00
..
assets move assets and models 2008-01-18 07:27:03 +00:00
cases 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
connections Remove support for SQLite 2. 2009-08-17 14:54:34 +01:00
fixtures Fix has_one with foreign_key and primary_key association bug which caused the associated object being lost when saving the owner. [#1756 state:resolved] 2009-09-12 16:03:32 +02:00
migrations Made migrations transactional for PostgreSQL [#834 state:resolved] 2008-08-22 14:46:25 -07:00
models Define autosave association callbacks when using accepts_nested_attributes_for. 2009-11-07 00:42:42 +01:00
schema Enable use of MySQL stored procedures by default. 2009-09-17 10:57:03 -07:00
config.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00