Taylor luk

Results 33 comments of Taylor luk

This is a ruby 1.9 only issue All new version of bundler up to 0.9.18 are broken on ruby 1.9.1 /1.9.2-dev when using system rake Version that works are 0.9.13...

That is a great idea. The only problem is i haven’t code any PHP in the last 5 years to know how the autoloading system works now, the only package...

Interesting idea, I don't think the context object should be exposure inside the context object. (If that makes any sense) May be expose some of meta data that describe the...

You can checkout the include tag that uses the current context. On 15 Oct 2014, at 5:52 am, Thiago Fernandes [email protected] wrote: > Example 2: to render a sub-template with...

Dear jsilva, Looks like the the merge can't be pulled cleanly, I'd love to merge cleanly if you would send another pull request synced to current master.

All white space (tab/space) has been converted in your editor, it's hard to see the actual diff. I'd love to merge it If you can update it for a clean...

why don't you specify both as search path (errorpages/ and /templates9)

Shouldn't they be specify in the actually template itself. extends "path1/template" extends "path2/template" Or provide the load path in order you wish Sent from my iPhone On 05/01/2013, at 10:11...

I am not sure about comma list. How does similar templates handle this? (django, jinja, liquid)

I am not sure if we should introduce string interpolation only on include tag, this should be rather consistent in other places. I'd think supporting variable lookup on include tag...