haml--haml/lib/haml
nex3 9b5d11e80b Fixed bug with variables being passed to captured blocks being forced into arrays. Thanks, Robin Ward!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@516 7063305b-7217-0410-af8c-cdc13e5119b9
2007-05-15 15:51:50 +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 Caching tabs in Haml::Buffer is good. 2007-05-08 07:44:22 +00:00
engine.rb Deprecating the precompiled accessor of Haml::Engine. 2007-05-10 09:28:20 +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 Fixed bug with variables being passed to captured blocks being forced into arrays. Thanks, Robin Ward! 2007-05-15 15:51:50 +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