aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/cases/connection_adapters/schema_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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