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

11 commits

Author SHA1 Message Date
Takashi Kokubun
06b6a1f89e Suppress all ruby warnings 2015-06-27 14:12:51 +09:00
Takashi Kokubun
8bf4a92907 Don't duplicate the same classes 2015-06-14 02:17:39 +09:00
Takashi Kokubun
7be6075d1a Fix a bug in joining class attributes 2015-06-03 22:59:06 +09:00
Takashi Kokubun
8d975affc9 Accept multiple hashes as old attributes 2015-06-02 14:28:05 +09:00
Takashi Kokubun
dc7923bb3e Fix array attribute rendering 2015-05-06 23:29:10 +09:00
Takashi Kokubun
5b7083f8dc Join id and class attributes
Fixes #23.
2015-05-06 23:21:57 +09:00
Takashi Kokubun
7e6b732ae7 Fix syntax error in data attribute hash
Fixes #17.
This was a regression of 7d3056b89a.
2015-04-12 16:24:21 +09:00
Takashi Kokubun
7d3056b89a Merge id and class with attributes on runtime
Fixes #4.
2015-04-12 14:59:14 +09:00
Takashi Kokubun
600b03d484 Consider about runtime attribute nesting
But accepting all attribute nesting will cause performance regression.
So I decided to accept runtime nesting for only 'data'.

Fixes #1.
2015-03-31 02:54:50 +09:00
Takashi Kokubun
773d1cf8f3 Care about escaping on runtime build 2015-03-30 12:42:17 +09:00
Takashi Kokubun
28ef521ced Create runtime attribute builder 2015-03-30 12:36:07 +09:00