Halloween
Tuesday, October 31, 2006
Happy Halloween, glorious readers! I'm going to a party this evening... I'm very excited.
.
representation for classes as CSS does, making it easy for developers to use this markup.Hello, World!
Gemfile
should include this line:app/controllers/messages_controller.rb
app/views/messages/index.html.haml
Hello, World!
haml
gem, include it in Gemfile
and simply import
it in Ruby script or invoke Ruby interpreter with -rubygems
flag.Hello, World!
class
, id
can be represented by .
, #
respectively instead of regular class
and id
keywords. Haml also uses %
to indicate a HTML element instead of <>
as in eRuby.Tuesday, October 31, 2006
Happy Halloween, glorious readers! I'm going to a party this evening... I'm very excited.
Friday, August 11, 2006
There's a very cool new Templating Engine out for Ruby on Rails. It's called Haml.