1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/lib/haml
nex3 47d757c7d4 html2haml -r should unescape HTML after parsing. Thanks to Michael O'Malley. Also a tiny bit of reformatting in engine.rb.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@564 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-16 05:01:45 +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 Add a default for options[:attr_wrapper] to Haml::Buffer. 2007-07-14 09:00:09 +00:00
engine.rb html2haml -r should unescape HTML after parsing. Thanks to Michael O'Malley. Also a tiny bit of reformatting in engine.rb. 2007-07-16 05:01:45 +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 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 html2haml -r should unescape HTML after parsing. Thanks to Michael O'Malley. Also a tiny bit of reformatting in engine.rb. 2007-07-16 05:01:45 +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