Definitions
Sorry, no definitions found. Check out and contribute to the discussion of this word!
Etymologies
Sorry, no etymologies found.
Support

Help support Wordnik (and make this page ad-free) by adopting the word haml.
Examples
-
Use html2haml to help convert old ". html.erb" views to ". haml".
Rails Wiki 2009
-
The first is hamlet, which is a quasi-quoted templating system based (loosely) on haml.
Planet Haskell 2010
-
So I started checking out haml and converted one of my FSoC templates to haml.
Fedora People 2010
-
NEW: '. haml' and '. sass' added to list of known plain text extensions.
MacUpdate - Mac OS X 2010
-
Sinatra uses it for in file templates: require 'rubygems' require 'sinatra' require 'haml' get '/' do erb: index end use_in_file_templates!
Sun Bloggers 2009
-
Using require 'rubygems' require 'sinatra' require 'haml'
Sun Bloggers 2009
-
Can be used if every request needs to do some setup. require 'rubygems' require 'sinatra' require 'haml' require 'rubygems' require 'sinatra' require 'haml' module helpers def self. dosomething (arg) end end get '/' do
Sun Bloggers 2009
-
The first step to creating a view inside a Rails application using Haml is to replace. html.erb with. haml.
Rails Wiki 2009
-
Can be used if every request needs to do some setup. require 'rubygems' require 'sinatra' require 'haml' require 'rubygems' require 'sinatra' require 'haml' module helpers def self. dosomething (arg) end end get '/' do
Sun Bloggers 2009
-
Sinatra uses it for in file templates: require 'rubygems' require 'sinatra' require 'haml' get '/' do erb: index end use_in_file_templates!
Sun Bloggers 2009
Comments
Log in or sign up to get involved in the conversation. It's quick and easy.