Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mustache template cache incompatible with Redis #58

Open
rwd opened this issue Aug 19, 2015 · 0 comments
Open

Mustache template cache incompatible with Redis #58

rwd opened this issue Aug 19, 2015 · 0 comments

Comments

@rwd
Copy link
Contributor

rwd commented Aug 19, 2015

If the template cache is set to Redis, various errors are encountered preventing the templates from being rendered.

One example:

Mustache::Parser::SyntaxError

Illegal content in tag
  Line 11
    p.otag, p.ctag = ["{{", "}}"]

If the template cache is disabled, or set to ActiveSupport::Cache::MemoryStore, then this syntax error is not encountered, and the templates render fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant