Install the gem$ sudo gem install merb --include-dependenciesOr install from sourceIf you feel like living on the edge, or you want to contribute with some code or documentation...
An introduction to haml
haml is template languages for Ruby on Rails. It’s a plugin that provides an alternative to Rails’ native view templating library erb. s...