rails/activerecord/test
Vipul A M 2af2d6b057 Dont simply assume a type is a valid database type. This is only always true in the case of sqlite.
Others adapters need to perform a check for validity.
Add coverage for mysql2 db type validation
2016-04-25 23:35:36 +05:30
..
active_record/connection_adapters introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
assets
cases Dont simply assume a type is a valid database type. This is only always true in the case of sqlite. 2016-04-25 23:35:36 +05:30
fixtures Fixed where for polymorphic associations when passed an array containing different types. 2016-02-16 10:41:26 -08:00
migrations Internal test migrations use the private 'Current' version 2015-12-15 17:18:09 +10:30
models Fix undefined method `owners' for NullPreloader:Class 2016-04-06 00:46:55 -03: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
config.example.yml Remove legacy mysql adapter 2015-12-17 15:54:57 +00:00
config.rb