aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/query_cache_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Explicitly require active_record/query_cache before using it.Jeremy Kemper2007-09-081-1/+3
* Ensure QueryCache doesn't try to dup numeric results (does not affect the maj...Michael Koziarski2007-09-021-1/+7
* dont call #collect on a string when returning query cache results. Closes #9...Rick Olson2007-07-251-0/+6
* Perform a deep #dup on query cache results so that modifying activerecord att...Rick Olson2007-07-251-18/+19
* 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