haml--haml/lib/haml
nex3 3bd22cec75 Getting rid of now-useless buffer quote var assignments.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@646 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-23 13:09:35 +00:00
..
helpers ActionPack stuff isn't loaded unless it's needed. Thanks to Bob Aman for the original patch. 2007-11-18 11:14:12 +00:00
buffer.rb Getting rid of now-useless buffer quote var assignments. 2007-11-23 13:09:35 +00:00
engine.rb Get rid of options arg for Engine#render. Having two different places to set options is confusing. If users really need to do so, they can modify the options hash themselves. 2007-11-23 12:38:56 +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 Much nicer Redcloth and Bluecloth filter structure, both code and tests. Many implementation ideas thanks to Mislav Marohnic, ugly test output pointed out by Jan Szumiec. 2007-08-11 21:04:51 +00:00
helpers.rb Moving a bunch of precompilation stuff from Haml::Engine to Haml::Precompiler. 2007-11-23 09:15:00 +00:00
html.rb Adding pretty attributes + tests to html2haml. Patch by Mislav Marohnic. 2007-07-24 09:15:27 +00:00
precompiler.rb Refactoring Haml::Engine#compile a little, and making line-counting work in a nicer manner. 2007-11-23 09:43:26 +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