minnestar / sessionizer

Conference session management application
http://sessions.minnestar.org
MIT License
29 stars 23 forks source link

Use Rails caching for current_event #113

Closed jcoyne closed 8 years ago

jcoyne commented 9 years ago

Move the caching of current_event and schedule into the controller layer This allows you to use a cache and have all processes return the same values (unless you're using memory store).

caseyhelbling commented 9 years ago

I'm dragging my feet on this because I want to give it a little closer look. I'm gonna go through the other PRs and come back to this one... I hope that doesn't screw up merging stuff..