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
Carlos Antonio da Silva 84b97813f6 Merge pull request #6838 from kennyj/added_registration_task
Allow to register database tasks from different adapters
2012-07-07 05:58:01 -07:00
..
active_record/connection_adapters Simplify AR configuration code. 2012-06-15 19:15:36 +01:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases Merge pull request #6838 from kennyj/added_registration_task 2012-07-07 05:58:01 -07:00
fixtures Improve the derivation of HABTM assocation join table names 2012-06-22 06:27:11 +01:00
migrations stop depending on the filesystem for interleaved migration tests 2012-01-13 14:33:59 -08:00
models Remove some aggregation tests related to composed_of 2012-06-28 09:58:58 -03:00
schema fix: limit of enum columns of mysql 2012-06-28 03:15:43 +09:00
support Remove IdentityMap 2012-03-13 20:08:54 -03: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