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

25 commits

Author SHA1 Message Date
Nathan Weizenbaum
8ad882aa2d Make haml --check work.
It wasn't properly requiring the stringio library.
2008-04-17 17:27:53 -07:00
Nathan Weizenbaum
0c2d6a44ef Get rid of trailing whitespace. 2008-04-07 23:14:03 -07:00
Nathan Weizenbaum
7fa9a4bd46 Mention the compressed Sass style in the executable's --help flag. 2008-03-30 11:20:30 -07:00
nex3
cb0b40e368 A small step on the road to compatibility with 1.9.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@705 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-26 02:22:23 +00:00
nex3
08349dbfa8 Allow html2haml to use the Hpricot's stricter XML parsing mode.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@692 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-11 10:30:14 +00:00
nex3
b3ef623b3a Added an option to the haml and sass executables to check syntax.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@691 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-11 10:20:42 +00:00
nex3
d0badf7f96 Add command-line options for setting the Sass output style.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@687 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-08 05:08:51 +00:00
nex3
c035771d1c Nicen up executable error output.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@686 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-08 04:06:36 +00:00
nex3
131cf788e4 Executables read/write from/to stdin/stdout by default.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@685 7063305b-7217-0410-af8c-cdc13e5119b9
2007-12-08 02:41:59 +00:00
nex3
6565248d69 The haml executable should generate the correct init.rb file.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@663 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 22:41:16 +00:00
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