rails/activerecord/test
Simon Eskildsen cb598c2115 ar/connection_pool: honor overriden rack.test in middleware
Honoring an overidden `rack.test` allows testing closed connection between
multiple requests. This is useful if you're working on database resiliency, to
ensure the connection is in the expected state from one request to another on
the same worker.
2014-09-23 02:33:18 +00:00
..
active_record/connection_adapters Add a type object to Column constructor 2014-05-17 17:16:05 -06:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases ar/connection_pool: honor overriden rack.test in middleware 2014-09-23 02:33:18 +00:00
fixtures Fix query with nested array in Active Record 2014-09-06 23:46:32 +03:00
migrations activerecord: Initialize Migration with version from MigrationProxy. 2014-01-06 10:46:35 -05:00
models Better regression test for Fixtures with fk as a symbol 2014-09-22 13:12:19 -04:00
schema Dynamically modified schema and association would not be correctly reset 2014-09-06 23:28:18 +09:00
support Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in tests 2014-09-03 11:30:36 +09: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 MySQL: set connection collation along with the charset 2014-08-30 10:07:07 -07:00
config.rb Merge branch 'ar-test-cleanup' of git://git.geeksomnia.com/rails 2008-01-21 17:20:51 +00:00