Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

root/trunk/activerecord/lib/active_record/query_cache.rb


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8329 [8329] 12/07/07 13:34:06 david Removed query cache rescue as it could cause code to be run twice (closes …
(edit) @8325 [8325] 12/06/07 22:05:48 david Fixed that the Query Cache should just be ignored if the database is …
(edit) @7498 [7498] 09/17/07 06:15:58 bitsweat Speed up and simplify query caching.
(edit) @7420 [7420] 09/08/07 04:53:29 bitsweat Match Fixnum and Float in particular. Rescue dup error and return result.
(edit) @7419 [7419] 09/08/07 04:31:26 bitsweat Explicitly require active_record/query_cache before using it.
(edit) @7399 [7399] 09/02/07 23:52:58 nzkoz Ensure QueryCache doesn't try to dup numeric results (does not affect the …
(edit) @7239 [7239] 07/25/07 13:05:58 rick dont call #collect on a string when returning query cache results. Closes …
(edit) @7238 [7238] 07/25/07 03:48:30 rick Perform a deep #dup on query cache results so that modifying activerecord …
(edit) @6202 [6202] 02/22/07 08:14:47 bitsweat Use the query cache iff Active Record is configured.
(edit) @6195 [6195] 02/21/07 21:54:41 xal Fixed query cache when multiple database connections were involved
(edit) @6189 [6189] 02/21/07 18:08:39 xal Enable active record cache automatically for all actions
(edit) @6179 [6179] 02/20/07 23:42:04 xal You can now use cache in instance hierachies. This allows …
(edit) @6138 [6138] 02/06/07 21:16:07 xal Introducing Model.cache { ... } for the occasional query caching needs. ( …
(edit) @2639 [2639] 10/16/05 03:45:39 bitsweat r3616@asus: jeremy | 2005-09-26 23:09:28 -0700 Ticket 2292 - Sequences, …
(edit) @1877 [1877] 07/22/05 06:25:32 david A bit more work on the still unfinished query cache #1722
(edit) @1792 [1792] 07/10/05 04:54:34 david Fixed that each request with the WEBrick adapter would open a new database …
(edit) @1733 [1733] 07/06/05 10:14:58 david Made documentation ready for release (AR)
(add) @1267 [1267] 05/02/05 07:04:20 david Started work on a per-request query cache
Note: See TracRevisionLog for help on using the revision log.