This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
haml--haml
Watch
1
Star
0
Fork
You've already forked haml--haml
0
mirror of
https://github.com/haml/haml.git
synced
2022-11-09 12:33:31 -05:00
Code
Releases
Activity
fe1d80b6a1
haml--haml
/
init.rb
3 lines
91 B
Ruby
Raw
Normal View
History
Unescape
Escape
Getting basic compiling working. git-svn-id: svn://hamptoncatlin.com/haml/branches/faster@85 7063305b-7217-0410-af8c-cdc13e5119b9
2006-10-21 20:07:01 +00:00
require
'haml/template'
Initial upload. git-svn-id: svn://hamptoncatlin.com/haml/trunk@1 7063305b-7217-0410-af8c-cdc13e5119b9
2006-06-30 15:14:44 +00:00
Enginification git-svn-id: svn://hamptoncatlin.com/haml/trunk@48 7063305b-7217-0410-af8c-cdc13e5119b9
2006-09-29 18:39:13 +00:00
ActionView
::
Base
.
register_template_handler
(
'haml'
,
Haml
::
Template
)
Copy permalink