rails--rails/activerecord/test
Tom Stuart 701afabd3d Test that #[] and #[]= keep working when #read_attribute and #write_attribute are overridden 2012-01-11 09:57:21 +00:00
..
active_record/connection_adapters Revert "active record base class test case should not be public" 2012-01-05 12:44:05 -02:00
assets
cases Test that #[] and #[]= keep working when #read_attribute and #write_attribute are overridden 2012-01-11 09:57:21 +00:00
fixtures Test fixtures with custom model and table names 2011-12-30 10:34:01 +01:00
migrations Run also migrations in subdirectories. 2011-12-09 03:33:06 +01:00
models Fixed after_initialize callbacks call on AR model #dup 2012-01-07 11:11:04 +02:00
schema Merge branch 'master' of git://github.com/rails/rails 2011-12-31 01:10:42 +00:00
support Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
.gitignore Refactor Active Record test connection setup. Please see the RUNNING_UNIT_TESTS file for details, but essentially you can now configure things in test/config.yml. You can also run tests directly via the command line, e.g. ruby path/to/test.rb (no rake needed, uses default db connection from test/config.yml). This will help us fix the CI by enabling us to isolate the different Rails versions to different databases. 2011-06-04 23:47:03 +01:00
config.example.yml To support ActiveRecord unit tests for IBM DB2 2011-10-02 22:51:01 -04:00
config.rb