Hi,
I got the gem version of Markaby to work... partially.
But I couldn't get partial template to work, so I installed the svn trunk in "vendor/plugins/".
Now partial is working, but for some reason the instance variables from the controller aren't getting passed into my Markaby template.
For example,
p @some_var.inspect
prints "nil". Can somebody help me?