nex3
70893f21a0
Making local variable setting render-method-specific.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@661 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-24 08:35:10 +00:00
nex3
4e47fe444b
A couple documentation fixes. Thanks, Rich Morin.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@625 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-19 03:36:21 +00:00
nex3
8998606c7b
Updated docs reflecting the new way to install Haml and Sass in Rails and Merb.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@619 7063305b-7217-0410-af8c-cdc13e5119b9
2007-11-18 09:19:21 +00:00
nex3
b0b52623b6
Fixing a screwy documentation error. Thanks to Kiril Angov for pointing this out.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@600 7063305b-7217-0410-af8c-cdc13e5119b9
2007-09-02 17:11:19 +00:00
nex3
79c4f270bb
Docfixes in trunk and stable. Thanks to Simon Peter Nicholls for suggesting them.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@597 7063305b-7217-0410-af8c-cdc13e5119b9
2007-08-29 15:12:49 +00:00
nex3
10667cfa96
Added section on helpers to Haml reference.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@519 7063305b-7217-0410-af8c-cdc13e5119b9
2007-05-28 07:55:08 +00:00
nex3
3736c8b7e9
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.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@504 7063305b-7217-0410-af8c-cdc13e5119b9
2007-05-07 08:17:16 +00:00
nex3
0ae8800027
Adding docs for == to trunk.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@495 7063305b-7217-0410-af8c-cdc13e5119b9
2007-04-16 01:21:16 +00:00
nex3
c70e57eb12
Added support for auto-closing Haml tags.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@453 7063305b-7217-0410-af8c-cdc13e5119b9
2007-03-26 06:03:29 +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
d5e28a98c2
Lots of Sass docs added, some Haml docs modified. Sass still needs documentation on constants and options.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@378 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-28 10:44:12 +00:00
nex3
116e3c8910
Docfixes.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@377 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-27 18:57:17 +00:00
nex3
b200bb4920
Deprecating ~.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@353 7063305b-7217-0410-af8c-cdc13e5119b9
2007-02-06 08:08:32 +00:00
nex3
52cc894f7a
Added documentation for :filename option.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@316 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-28 07:59:44 +00:00
nex3
0a28e9ba18
Documentation fix.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@298 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-20 20:40:37 +00:00
nex3
b8ea134c7b
Minor documentation fix.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@297 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-20 07:16:28 +00:00
nex3
8116507d49
Small documentation error fixed.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@296 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-20 02:17:52 +00:00
nex3
f05fcba0ca
Fixed a minor documentation error.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@292 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-20 01:22:22 +00:00
nex3
2fa28d63e3
Filters: implemented!
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@291 7063305b-7217-0410-af8c-cdc13e5119b9
2007-01-19 17:03:47 +00:00
nex3
64ee1f0dbb
Moving Haml reference stuff to the Haml module and out of README.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@233 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-19 02:56:49 +00:00
nex3
b1ae8dc102
Forgot to actually add files.
...
git-svn-id: svn://hamptoncatlin.com/haml/branches/1.5dev@191 7063305b-7217-0410-af8c-cdc13e5119b9
2006-12-04 00:06:39 +00:00
hcatlin
ad712a6d7e
Proudly presenting excellent test coverage for HAML.
...
C0 is at 99.0%... all except for one experimental feature.
So, now any changes have something to be tested against which should be a fairly strong background.
Now, the only problem left is that whitespace active areas get fucked. That's not a good thing. Once we get a
philosophical stance on such subjects, then we shall figure crap out about what that all means.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@13 7063305b-7217-0410-af8c-cdc13e5119b9
2006-08-06 03:18:54 +00:00
hcatlin
ff323de099
Trying to find ways around the white-space sensitive tags that exist in HTML.
...
Currently I have added the action "~" and... oh fuck it... I'm going to do it a different way.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@12 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-31 14:28:44 +00:00
hcatlin
782a199d5d
Closes Ticket #4 .
...
Now, when non-string values are passed into an attribute hash for a tag, they will have #to_s called on them, and then be in the proper
format.
ALL numeric values are also put in quotes.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@11 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-26 15:45:09 +00:00
hcatlin
5b1819d977
Fixed conflict!
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@10 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-23 13:57:44 +00:00
hcatlin
c4ef30d084
Fixed error handling (again).
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@9 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-21 18:05:25 +00:00
hcatlin
1cacde8b4f
More shit.
...
Now a false on a evaluated line will make the line not render.
git-svn-id: svn://hamptoncatlin.com/haml/trunk@8 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-20 21:39:06 +00:00
hcatlin
d4c7c8c431
LOTS of changes.
...
Fixed it so that instance variables now work with edge rails!
git-svn-id: svn://hamptoncatlin.com/haml/trunk@7 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-20 04:01:23 +00:00
hcatlin
60b2298346
Finally getting a good bit of stability to the hauss!
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@6 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-19 22:23:01 +00:00
hcatlin
20bc1c314d
1-9 now..
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@5 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-02 02:12:26 +00:00
hcatlin
b03cf78f5b
Now can handle tags with numbers in them... like %h1
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@4 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-02 02:10:54 +00:00
hcatlin
9b9c0dd24b
So much better!
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@3 7063305b-7217-0410-af8c-cdc13e5119b9
2006-07-02 02:09:44 +00:00
hcatlin
dcbc4a8333
New super-duper awesome changes!
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@2 7063305b-7217-0410-af8c-cdc13e5119b9
2006-06-30 21:40:07 +00:00
hcatlin
35f7e17de5
Initial upload.
...
git-svn-id: svn://hamptoncatlin.com/haml/trunk@1 7063305b-7217-0410-af8c-cdc13e5119b9
2006-06-30 15:14:44 +00:00