aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/view_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Quote table name properlyRyuta Kamizono2016-10-141-9/+15
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Fix broken heredoc indentation caused by rubocop auto-correctRyuta Kamizono2016-09-031-6/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-103/+103
* Remove legacy mysql adapterAbdelkader Boudih2015-12-171-2/+2
* Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`yui-knk2015-11-091-7/+7
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-0/+6
* Do not dump a view as a table in sqlite3, mysql and mysql2 adaptersRyuta Kamizono2015-09-131-0/+13
* Add `#views` and `#view_exists?` methods on connection adaptersRyuta Kamizono2015-09-131-0/+18
* Add view tests for MySQLyui-knk2015-09-081-0/+66
* Resolve enums in test fixturesGeorge Claghorn2015-05-271-1/+1
* reuse view test-cases for pg materialized view tests.Yves Senn2014-09-111-9/+27
* Oracle does not support `IF EXISTS` for `DROP VIEW`.Yves Senn2014-09-091-2/+2
* models backed by views don't assume "id" columns are the primary key.Yves Senn2014-09-091-0/+11
* add test-cases for primary-key-less-views. Closes #16555.Yves Senn2014-09-091-0/+43
* Merge pull request #14056 from girishso/14041Yves Senn2014-09-091-1/+0
* introduce `connection.supports_views?` and basic view tests.Yves Senn2014-09-091-0/+42