haml--haml/lib/haml
tom 839fd6a651 Prerender and merge close tags
git-svn-id: svn://hamptoncatlin.com/haml/trunk@554 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-13 01:18:15 +00:00
..
helpers capture_haml_with_buffer shouldn't be run if we're in ERB. Fixes http://groups.google.com/group/haml?hl=en (the second bug). 2007-05-12 21:33:58 +00:00
buffer.rb Merged text now possible. To make blocks of multiline text work, push_silent now takes a tag when it is being 2007-07-13 01:09:10 +00:00
engine.rb Prerender and merge close tags 2007-07-13 01:18:15 +00:00
error.rb 100% Rcov! Woo-hoo! Yeah! 2007-01-31 06:38:23 +00:00
exec.rb Some progress made on html2haml understanding ERB. Loops remain a problem. 2007-04-10 00:29:57 +00:00
filters.rb Deprecating ~. 2007-02-06 08:08:32 +00:00
helpers.rb "open :foo" now produces "<foo />" and "open :foo, ''" produces "<foo></foo>". 2007-07-08 21:39:11 +00:00
html.rb Some progress made on html2haml understanding ERB. Loops remain a problem. 2007-04-10 00:29:57 +00:00
template.rb Super speed boost! Like, I'm talking ZOOM! The patch was written by Tom Bagby and modified by myself to make it a bit leaner. The basic idea is that instead of caching the compiled template as a string of Ruby code, we cache it as a compiled method. This means that caching doesn't have to be done Template-side, which also means the :precompiled option now doesn't do anything. I don't think anyone used it anyway, though, so we're all good. 2007-05-07 08:17:16 +00:00
util.rb Don't really want to recursively merge arrays in the options hash. 2007-03-26 05:33:41 +00:00