What's new? | Help | Directory | Sign in
Google
query-cache
A backport of Rails 2.0 query cache to work with Rails 1.2
  
  
  
  
    
Code License: MIT License
Labels: rails, plugin, query, cache
Join project
Project owners:
  nate.kontny

Rails 2.0 will introduce a query cache. This thing is just a simple cache of sql queries to reduce trips to the database for identical things.

This project is a plugin that just copies the query cache code and its tests so that it can be used in older versions of Rails, namely 1.2.3. There isn't anything original here :) Just lots of copy and paste from the edge branch.