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
Aaron Patterson 780a222dc2 Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_ids
allow reorder to affect eager loading correctly
2011-12-28 17:03:37 -08:00
..
active_record/connection_adapters pushing caching and visitors down to the connection 2011-11-19 20:19:53 -08:00
assets
cases Merge pull request #4216 from edgecase/master_fix_reorder_with_limited_ids 2011-12-28 17:03:37 -08:00
fixtures Fix a fixtures test case with table prefix/suffix 2011-12-27 02:17:31 +01:00
migrations Run also migrations in subdirectories. 2011-12-09 03:33:06 +01:00
models Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +00:00
schema Support establishing connection on ActiveRecord::Model. 2011-12-28 18:27:41 +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