aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/support/schema_dumping_helper.rb
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-1/+1
| | | | | | | | | | 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?`.
* Reset ActiveRecord::SchemaDumper.ignore_tables value after changed in testsAkira Matsuda2014-09-031-0/+9
|
* pg test, examples for default values and schema dumping of point types.Yves Senn2014-06-031-0/+11
/cc @sgrif