aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/view_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-251-4/+2
* Use squiggly heredoc to strip odd indentation in the executed SQLRyuta Kamizono2018-11-221-3/+3
* Use frozen-string-literal in ActiveRecordKir Shatrov2017-07-191-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Use a query that's compatible with PostgreSQL 9.2Matthew Draper2017-04-121-1/+3
* Allow SQLServerAdapter to opt into a few tests.Ken Collins2017-01-161-2/+2
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-6/+4
* 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