Vain474
Vain474
Etlua errors are only on the page that is currently being viewed, so a filename isn't needed. The stack trace is pretty much irrelevant. Also, that type of error in...
I'm not sure what yall are trying to do with `content_for` but I've only ever used that in layouts. What you might be looking for is `render` ``` ``` That...
I created a sample project that adds sub-application support for Lua projects. Maybe it will help someone who finds this topic: https://github.com/VaiN474/lapis-lua-subapps
It seems it returns an object rather than a string of HTML. I was able to [fiddle with this](http://jsfiddle.net/tzpw0ec8/) and figure it out. There's no way to output the raw...