rails/activerecord/test
2011-12-24 11:08:16 +00:00
..
active_record/connection_adapters pushing caching and visitors down to the connection 2011-11-19 20:19:53 -08:00
assets move assets and models 2008-01-18 07:27:03 +00:00
cases Don't include anything else if AR::Model has already been included 2011-12-24 11:08:16 +00:00
fixtures Fixtures support for ActiveRecord::Model 2011-12-24 11:08:15 +00:00
migrations Run also migrations in subdirectories. 2011-12-09 03:33:06 +01:00
models Add test for inheritance from a non-AR superclass 2011-12-24 11:08:15 +00:00
schema Fixtures support for ActiveRecord::Model 2011-12-24 11:08:15 +00:00
support Changed the old logger to new active support logger 2011-12-21 23:00:06 +05:30
.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 Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00