1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activerecord/test
Akira Matsuda 817e370136 Make before_type_cast available for datetime fields
[#3973 state:committed]

Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
2011-02-01 12:21:18 -02:00
..
assets
cases Make before_type_cast available for datetime fields 2011-02-01 12:21:18 -02:00
connections use rake to create test databases for us 2011-01-14 14:07:16 -08:00
fixtures has_one should always remove the old record (properly), even if not saving the new record, so we don't get the database into a pickle 2011-01-11 13:45:06 -08:00
migrations in the middle of refactoring 2010-12-03 12:00:09 -08:00
models Has many through - It is not necessary to manually merge in the conditions hash for the through record, because the creation is done directly on the through association, which will already handle setting the conditions. 2011-01-30 11:58:09 +00:00
schema Add create_association! for belongs_to 2011-01-16 13:43:53 -08:00
config.rb