Is there any way of using Memcached for fragment caching in Rails?
|
2
|
|
|
|
|
|
You can set the fragment_cache_store in your environment.rb
http://api.rubyonrails.org/classes/ActionController/Caching.html#M000628 |
||
|
|
|
you can add this to your development.rb and it should do fragment caching as well as the others
|
||
|
|
