Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Speed up and simplify query caching. | Jeremy Kemper | 2007-09-17 | 1 | -57/+39 |
* | Explicitly require active_record/query_cache before using it. | Jeremy Kemper | 2007-09-08 | 1 | -1/+3 |
* | Ensure QueryCache doesn't try to dup numeric results (does not affect the maj... | Michael Koziarski | 2007-09-02 | 1 | -1/+7 |
* | dont call #collect on a string when returning query cache results. Closes #9... | Rick Olson | 2007-07-25 | 1 | -0/+6 |
* | Perform a deep #dup on query cache results so that modifying activerecord att... | Rick Olson | 2007-07-25 | 1 | -18/+19 |
* | Fixed query cache when multiple database connections were involved | Tobias Lütke | 2007-02-21 | 1 | -0/+11 |
* | You can now use cache in instance hierachies. This allows ActiveRecord::Base.... | Tobias Lütke | 2007-02-20 | 1 | -2/+18 |
* | Introducing Model.cache { ... } for the occasional query caching needs. ( fan... | Tobias Lütke | 2007-02-06 | 1 | -0/+80 |