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/support
yui-knk 7429633b82 Deprecate #table_exists?, #tables and passing arguments to #talbes
Reported on #21509, how views is treated by `#tables` are differ
by each adapters. To fix this different behavior, after Rails 5.0
is released, deprecate `#tables`.

And `#table_exists?` would check both tables and views.
To make their behavior consistent with `#tables`, after Rails 5.0
is released, deprecate `#table_exists?`.
2015-11-09 23:13:23 +09:00
..
yaml_compatibility_fixtures Add YAML compatibility for objects from Rails 4.2 2015-03-10 11:56:45 -06:00
config.rb
connection.rb use correct DB connection for generated HABTM table 2015-08-07 12:33:09 -07:00
connection_helper.rb
ddl_helper.rb fk: :primary_key option for non-standard pk's. 2014-06-26 22:03:48 +02:00
schema_dumping_helper.rb Deprecate #table_exists?, #tables and passing arguments to #talbes 2015-11-09 23:13:23 +09:00