1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
Commit graph

15 commits

Author SHA1 Message Date
nex3
7226e478b5 Some progress made on html2haml understanding ERB. Loops remain a problem.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@491 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-10 00:29:57 +00:00
nex3
a40ff7965d Don't want error handling for explicit exits in executables.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@477 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-01 10:04:29 +00:00
nex3
a25e1fbfdc Created css2sass. Still lacking a lot of functionality, like figuring out nesting and dealing with comments and @import. The basics are there, though.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@476 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-01 10:03:12 +00:00
nex3
2a5337bff0 Make html2haml usable from withing Ruby, using the Haml::HTML class and/or the Hpricot to_haml extension.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@475 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-01 08:45:39 +00:00
nex3
eff216e240 Better error printing for executables.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@472 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-01 07:36:35 +00:00
nex3
f1195ec952 A few improvements to executables. They'll give meaningful error codes on exit, won't display the entire error traceback by default, and have an option to set both --stdin and --stdout.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@470 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-01 07:21:41 +00:00
nex3
e145d319eb Okay, that didn't work. Unfortunately, Rails' plugin installer won't install from svn:externals when it's pointed to an HTTP repository (or, rather, the Subversion http repository doesn't tell about its externals). Too bad.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@461 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 07:13:45 +00:00
nex3
6fed7d3bce Added Steve Ross' templated_mailer plugin, which allows Haml to be used as a template engine for ActionMailer, as an external.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@460 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-30 07:05:37 +00:00
nex3
df5f15c59c Added "haml --rails" capability to executable, which installs a light-weight plugin that hooks into the Gem.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@397 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-07 09:09:16 +00:00
nex3
9b977e960b Fixed bug where "haml -v" crashes.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@393 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-07 07:20:14 +00:00
nex3
03c644e5a6 Added lots of :nodocs: and
git-svn-id: svn://hamptoncatlin.com/haml/trunk@384 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-01 05:52:47 +00:00
nex3
18141727a3 Testing is good.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@345 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 06:29:26 +00:00
nex3
f83d64947b Removed stupid check for output file in executables.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@344 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-04 06:28:40 +00:00
nex3
01dfd23a18 Work on html2haml, including a reasonable UI and ability to escape Haml-sensitive plain text.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@336 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-02 07:36:58 +00:00
nex3
e2f23360b0 Much nicer executable interface.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@327 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-01 06:20:05 +00:00