aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/schema_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Cache full MySQL version in schema cacheAli Ibrahim2019-04-111-0/+4
* Cache database version in schema cacheAli Ibrahim2019-04-031-2/+28
* Revert "Remove Marshal support from SchemaCache"Rafael Mendonça França2019-03-131-0/+18
* Schema Cache: cache table indexesKasper Timm Hansen2019-03-131-9/+28
* Remove Marshal support from SchemaCacheKasper Timm Hansen2019-03-121-16/+0
* Only define attribute methods from schema cacheEugene Kenny2018-09-281-0/+16
* Don't update counter cache when through record was not destroyedEugene Kenny2018-01-141-4/+4
* 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
* `#tables` and `#table_exists?` and returns only tables and not viewsRafael Mendonça França2016-12-291-4/+7
* Use YAML to serialize schema cacheKir Shatrov2016-11-271-4/+39
* applies new string literal convention in activerecord/testXavier Noria2016-08-061-21/+21
* introduce `conn.data_source_exists?` and `conn.data_sources`.Yves Senn2015-09-221-3/+8
* Deprecate automatic counter caches on has_many :throughSean Griffin2014-06-261-2/+2
* hide more data in the schema cacheAaron Patterson2013-03-141-13/+10
* safely publish columns and columns hash infoAaron Patterson2013-03-141-9/+9
* Add support schema cache dump and load.kennyj2012-03-011-0/+15
* Should clear the primary keys cache alsoJon Leighton2011-12-161-1/+5
* Don't store defaults in the schema cacheJon Leighton2011-12-161-1/+1
* Cache columns at the model level.Jon Leighton2011-12-161-9/+0
* Fix schema_cache_test.rb for sqlite3_memJon Leighton2011-11-291-6/+0
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+55