haml--haml/lib/haml
nex3 b7cf2063b4 Fixing a potential issue with locals.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@594 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-26 17:12:22 +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 Fixing "%p= nil" and "%p= foo if bar". Thanks to François Beausoleil for pointing this out. 2007-08-16 21:49:53 +00:00
engine.rb Fixing a potential issue with locals. 2007-08-26 17:12:22 +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 Added Haml::Helpers#init_haml_helpers to help out people using Haml helpers out of the normal ActionView context. 2007-07-14 09:00:55 +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