the line
rails new someapp -m haml
doesn't work. It seems to need a path to some where.
Update: haml-rails
is in fact installed by gem install haml-rails
but the line above wouldn't work.
the line
rails new someapp -m haml
doesn't work. It seems to need a path to some where.
Update: haml-rails
is in fact installed by gem install haml-rails
but the line above wouldn't work.