Feature Requests: Browse | Submit New | Admin
As far as I can tell rbTenjin silently ignores unset variables. E.g. if @name is not set when rendering "Hello ${@name}!" you get "Hello !". I'll guess that due to @name is nil and nil.to_s returns "". I find that behavior rather annoying. Since I want the rendering to fail, if a variable isn't set. Any ideas on that?
Add A Comment: