aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed query cache when multiple database connections were involvedTobias Lütke2007-02-211-0/+11
* You can now use cache in instance hierachies. This allows ActiveRecord::Base....Tobias Lütke2007-02-201-2/+18
* Introducing Model.cache { ... } for the occasional query caching needs. ( fan...Tobias Lütke2007-02-061-0/+80