rails/activerecord/test
Arthur Neves 66ebbc4952
Dont re-define class SQLite3Adapter on test
We were declaring  in a few tests, which depending of
the order load will cause an error, as the super class could change.

see ac1c4e141b (commitcomment-17731383)
2016-06-03 17:17:53 -04:00
..
active_record/connection_adapters introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
assets Added test to illustrate bad binary blobs. 2012-01-31 13:45:00 -06:00
cases Dont re-define class SQLite3Adapter on test 2016-06-03 17:17:53 -04:00
fixtures Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
migrations Fix migration class names in tests 2016-05-28 14:16:43 +09:00
models Ensure hashes can be passed to attributes using composed_of 2016-05-31 10:03:26 -04:00
schema Add Expression Indexes and Operator Classes support for PostgreSQL 2016-04-24 14:56:29 -07:00
support Deprecate #table_exists?, #tables and passing arguments to #talbes 2015-11-09 23:13:23 +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 Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
config.rb