Commit Graph

3 Commits

Author SHA1 Message Date
Konstantin Haase e75d3c0c03 depend on Tilt 1.2 2010-12-24 16:08:46 +01:00
Konstantin Haase 0ff41a69d4 Add support for passing a block to the markaby method:
get '/' do
      markaby { h1 'welcome' }
    end

At them moment this only works with Tilt master (mentioned in the README,
increasing Tilt version in gemspec would make master unusable).

Tests and docs (English only) are, as usual, included.
2010-11-12 14:27:23 -06:00
Konstantin Haase 8ce74b3ad2 Add markaby helper method. Tilt supports Markaby for quite some time now, but it was not as easy to use as haml or erb, and not documented. Tests and documentation (English and German) included. 2010-09-12 17:00:33 +02:00