Use memcache for Rails.cache in development -


how can configure rails.cache use memcache in development? default writting in tmp folder, want use memcache.

where should write config?

you need dalli gem that.

here guide set up. this resource.

you can have @ this execellent screencast ryan started.

i post 1 line configuration snippet need add development.rb file afraid not simple.


Comments