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
doesn't work. It seems to need a path to some where. Update: |
||||
|
|
Gem After running After that, all generated views will be in Haml. |
|||
|
|
|
app/views/layouts/application.html.haml
|
|||||
|
|
The really short version Generate a new rails app based on a simple template that sets up Haml out of the box (and some other nice optional features).
http://decielo.com/articles/377/haml-by-default-in-a-new-rails-3-2-app Also check this out: https://github.com/RailsApps/rails-composer EDIT: If you want to do this through the "gem" you simply need to run the default command
This is a safe command as it points to the master branch of the gem and will be a stable URL. Once you have run this command you will be prompted with options. Simply select HAML and SASS when asked by the wizard. |
|||||||
|
|
Make sure you have the |
|||
|
|
|
Trivial, but make sure you restart your rails server after adding the haml gems and run |
|||
|
|