Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |