sijbrandij / railsgirls-nl

Rails app for the RailsGirlsNL website
http://railsgirls.nl
1 stars 17 forks source link

use different cache store in development #51

Closed hestervanwijk closed 10 years ago

hestervanwijk commented 10 years ago

In development when loading home page, turning server off and on again within ten minutes and loading home page again you would get an error. By using memory_store we make sure the meetup cache is cleared when restarting the rails server. This problem does not exist in production.

jacobvosmaer commented 10 years ago

Related to #44.

sijbrandij commented 10 years ago

Merged & deployed :smiley: