Closed mmack closed 13 years ago
I had the same problem. Have a look at this commit https://github.com/parallel588/mustache_rails3/commit/597dc9612caee0e0dd0cde1b408de5070e2d1d11 Hope this helps.
Thanks!
Tried to convert an app to rails 3.1 this weekend and ran into this bug - would be nice if @parallel588's fix was applied to the official library.
+1 It works for me too.
I'm experiencing this as well.
Hey all,
I've a really strange issue here. I've installed mustache_rails3 and rails 3.1.0.rc4.
The first page view works as expected but the second and all following requests give me this exception:
Any idea what's the problem here? I guess it's a issue with some caching stuff from rails 3.1. I tested it with and without http streaming and got the same result.
Thanks, Max