rails--rails/activerecord/test
Neeraj Singh 747e0744dd @user.touch should not fail if User does not have updated_at/updated_on column.
[#5439 state:resolved]

Signed-off-by: José Valim <jose.valim@gmail.com>
2010-08-24 11:24:32 -03:00
..
assets
cases @user.touch should not fail if User does not have updated_at/updated_on column. 2010-08-24 11:24:32 -03:00
connections use database from ARUNIT_DB_NAME environment variable when running tests on Oracle 2010-08-23 10:50:21 -07:00
fixtures Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
migrations
models While creating a new record using has_many create method default scope of child should be respected. 2010-08-19 14:52:15 -03:00
schema While creating a new record using has_many create method default scope of child should be respected. 2010-08-19 14:52:15 -03:00
config.rb