index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
test
/
cases
/
view_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
Use a query that's compatible with PostgreSQL 9.2
Matthew Draper
2017-04-12
1
-1
/
+3
*
Allow SQLServerAdapter to opt into a few tests.
Ken Collins
2017-01-16
1
-2
/
+2
*
`#tables` and `#table_exists?` and returns only tables and not views
Rafael Mendonça França
2016-12-29
1
-6
/
+4
*
Quote table name properly
Ryuta Kamizono
2016-10-14
1
-9
/
+15
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
Fix broken heredoc indentation caused by rubocop auto-correct
Ryuta Kamizono
2016-09-03
1
-6
/
+6
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-103
/
+103
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-2
/
+2
*
Deprecate `#table_exists?`, `#tables` and passing arguments to `#talbes`
yui-knk
2015-11-09
1
-7
/
+7
*
introduce `conn.data_source_exists?` and `conn.data_sources`.
Yves Senn
2015-09-22
1
-0
/
+6
*
Do not dump a view as a table in sqlite3, mysql and mysql2 adapters
Ryuta Kamizono
2015-09-13
1
-0
/
+13
*
Add `#views` and `#view_exists?` methods on connection adapters
Ryuta Kamizono
2015-09-13
1
-0
/
+18
*
Add view tests for MySQL
yui-knk
2015-09-08
1
-0
/
+66
*
Resolve enums in test fixtures
George Claghorn
2015-05-27
1
-1
/
+1
*
reuse view test-cases for pg materialized view tests.
Yves Senn
2014-09-11
1
-9
/
+27
*
Oracle does not support `IF EXISTS` for `DROP VIEW`.
Yves Senn
2014-09-09
1
-2
/
+2
*
models backed by views don't assume "id" columns are the primary key.
Yves Senn
2014-09-09
1
-0
/
+11
*
add test-cases for primary-key-less-views. Closes #16555.
Yves Senn
2014-09-09
1
-0
/
+43
*
Merge pull request #14056 from girishso/14041
Yves Senn
2014-09-09
1
-1
/
+0
*
introduce `connection.supports_views?` and basic view tests.
Yves Senn
2014-09-09
1
-0
/
+42