rails/activerecord/test
Fumiaki MATSUSHIMA 2f68456187 Remove unnecessary enable,disable_extension on tests
uuid-ossp extension is alreadly enabled on test schema.
And `disable_extension!('uuid-ossp', connection)` can be a cause of test failure.
`ActiveRecord::StatementInvalid: PG::UndefinedFunction: ERROR:  function uuid_generate_v1() does not exist`
will happen depending on the execution order.
2016-01-02 00:30:30 +09:00
..
active_record/connection_adapters introduce conn.data_source_exists? and conn.data_sources. 2015-09-22 19:48:44 +02:00
assets
cases Remove unnecessary enable,disable_extension on tests 2016-01-02 00:30:30 +09:00
fixtures Fix test_find_with_order_on_included_associations_with_construct_finder_sql_for_association_limiting_and_is_distinct to NULL-agnostic way 2015-12-19 17:38:42 +09:00
migrations Internal test migrations use the private 'Current' version 2015-12-15 17:18:09 +10:30
models Bugfix collection association #create method … 2015-11-23 16:22:03 +02:00
schema Remove unused test/schema/mysql_specific_schema.rb 2015-12-19 18:05:55 +09: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