Eric Marden

Results 8 comments of Eric Marden

FWIW: https://github.com/rtomayko/rack-cache/blob/d00e6e491fcc7bdca9c27d735abde5c4fdb48cd9/doc/faq.markdown#q-how-do-i-manually-purge-or-expire-a-cached-entry

I feel like I've seen this, but not in a while. Have you tried adding the `# encoding: utf-8` magic comment to the top of your `config.ru` or other relevant...

I think caching 404s should be configurable, since I, for one, like having caching on for 404s that are known bad (like urls that I know don't exist and will...

Would love to see how to use this in the browser, especially with precompiled templates. Struggling to piece it all together, and not getting it to output much of anything...

Yeah I get that. I ended up using handlebars, but will play with eco again (love the erb style better than the moustache style) once I've got a better handle...

Cool, I'll see if I can't put something together in the next few days.

I haven't gotten a chance to circle back around to this but should be able to  soon — Eric Marden On Fri, Jul 18, 2014 at 7:49 AM, Francisco A....