|
Rails plugin that adds lazy method wrapping to every object. Preceding any method with lazy_ will defer the invocation until the result is actually needed. Use this pattern to add caching to your views and still maintain your logic in the controller.
Registered: 2007-06-18 09:16 Activity Percentile: 0% View project activity statistics. |
|