aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_adapters/schema_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Support judgement expired schema cache dump.kennyj2012-03-011-3/+6
* Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-1/+1
* Add db:schema:cache:dump and db:schema:cache:clear tasks.kennyj2012-03-011-0/+9
* Add support schema cache dump and load.kennyj2012-03-011-14/+34
* columns method doesn't have name argumentRafael Mendonça França2012-02-021-1/+1
* 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