aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/query_cache.rb
Commit message (Expand)AuthorAgeFilesLines
* Use the query cache iff Active Record is configured.Jeremy Kemper2007-02-221-8/+16
* Fixed query cache when multiple database connections were involvedTobias Lütke2007-02-211-2/+2
* Enable active record cache automatically for all actionsTobias Lütke2007-02-211-4/+16
* You can now use cache in instance hierachies. This allows ActiveRecord::Base....Tobias Lütke2007-02-201-3/+15
* Introducing Model.cache { ... } for the occasional query caching needs. ( fan...Tobias Lütke2007-02-061-18/+33
* r3616@asus: jeremy | 2005-09-26 23:09:28 -0700Jeremy Kemper2005-10-161-8/+9
* A bit more work on the still unfinished query cache #1722David Heinemeier Hansson2005-07-221-3/+3
* Fixed that each request with the WEBrick adapter would open a new database co...David Heinemeier Hansson2005-07-101-2/+1
* Made documentation ready for release (AR)David Heinemeier Hansson2005-07-061-2/+2
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-021-0/+64