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.
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.