haml--haml/lib/haml
nex3 d9bc87f140 Get rid of now-useless options_for_cache method.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@634 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-22 23:02:42 +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 Various quote-rendering fixes for trunk. 2007-11-22 05:29:26 +00:00
engine.rb Get rid of now-useless options_for_cache method. 2007-11-22 23:02:42 +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 Various quote-rendering fixes for trunk. 2007-11-22 05:29:26 +00:00
html.rb Adding pretty attributes + tests to html2haml. Patch by Mislav Marohnic. 2007-07-24 09:15:27 +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