1. Computing

Using Haml with Sinatra

By , About.com Guide

2 of 7

Installing Haml

Haml is installed as any other gem. It has no native extensions and no major dependencies.

$ sudo gem install haml

In addition to the Haml gem, this will also install the haml command-line program. You can use this to explore Haml and process Haml documents from the command-line.

  1. About.com
  2. Computing
  3. Ruby
  4. Tutorials
  5. Sinatra
  6. Installing Haml

©2013 About.com. All rights reserved.