views:

20

answers:

1

Is there is any good page caching plugins available for rails 3. I had used page_cache_fu till now. When I shifted to rails 3 its showing to_prepare method error?

A: 

Why do you need a separate plugin? What's wrong with built-in page caching, fragment caching and action caching?

Simone Carletti