aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/schema_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Should clear the primary keys cache alsoJon Leighton2011-12-161-0/+1
* Don't store defaults in the schema cacheJon Leighton2011-12-161-3/+2
* Defaults hash can go on the modelJon Leighton2011-12-161-14/+1
* Cache columns at the model level.Jon Leighton2011-12-161-9/+2
* Use `table_exists?` from the schema cache.Aaron Patterson2011-12-091-4/+2
* pushing caching and visitors down to the connectionAaron Patterson2011-11-191-0/+72