Commit Graph

14 Commits

Author SHA1 Message Date
Nathan Weizenbaum 6b3dd3cf2a Add a failing test for form indentation. 2008-12-22 15:06:08 -08:00
Nathan Weizenbaum a0f832ab51 Fix tests for old versions of Rails. 2008-11-25 01:22:18 -08:00
Nathan Weizenbaum b281f151a8 Get rid of uses of Haml::Helpers#puts in tests. 2008-10-29 20:39:34 -07:00
Nathan Weizenbaum 9bae479302 Don't rely on ActionView's partial-rendering code. 2008-06-11 12:54:56 -07:00
Nathan Weizenbaum 3cff75143b Add "haml_" prefixes to private Helpers methods. 2008-02-22 18:40:26 -08:00
Nathan Weizenbaum 669066ca65 Rename Helpers#open to Helpers#haml_tag.
We never really wanted to conflict with Kernel#open,
and now that Merb is going to be merging the Controller and View namespaces
the issue becomes even worse.
2008-02-22 18:35:42 -08:00
nex3 a95f9c1683 Fixing a nasty bug with partial rendering and form_tag.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@681 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-26 23:01:58 +00:00
nex3 0c851db8eb Caching in ActionView again.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@662 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 22:17:11 +00:00
nex3 b94a1c2f27 "open :foo" now produces "<foo />" and "open :foo, ''" produces "<foo></foo>".
git-svn-id: svn://hamptoncatlin.com/haml/trunk@548 7063305b-7217-0410-af8c-cdc13e5119b9
2007-07-08 21:39:11 +00:00
nex3 c73ab70e86 open_tag works, and is renamed open.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@410 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-16 03:02:33 +00:00
nex3 aeade6a657 Added "puts" helper to output properly-indented text.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@408 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-16 02:28:03 +00:00
nex3 34651f048c Nice formatting for form_for.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@320 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-31 03:17:57 +00:00
nex3 3f0c2215e1 Replacing HAML with Haml.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@228 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-16 23:13:01 +00:00
nex3 8b9e5a7bb2 Moving Haml tests into their own folder.
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@184 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-03 22:25:40 +00:00