Sha256: b61459d27aa0375138513e2ea51a82f3d5019068461010fb6057653b90135590
Contents?: true
Size: 842 Bytes
Versions: 5
Compression:
Stored size: 842 Bytes
Contents
# Haml-rails Haml-rails provides Haml generators for Rails 3. It also enables Haml as the templating engine for you, so you don't have to screw around in your own application.rb when your Gemfile already clearly indicated what templating engine you have installed. Hurrah. To use it, add this line to your Gemfile: gem "haml-rails" Pretty fancy, eh? Once you've done that, any time you generate a controller or scaffold, you'll get Haml instead of ERB templates. On top of that, when your Rails application loads, Haml will be loaded and initialized completely automatically! The modern world is just so amazing. ### Contributors Haml generators originally from [rails3-generators](http://github.com/indirect/rails3-generators), and written by Paul Barry, Anuj Dutta, Louis T, and Chris Rhoden. Tests originally written by Louis T.
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
haml-rails-0.3.4 | README.md |
haml-rails-0.3.3 | README.md |
haml-rails-0.3.2 | README.md |
haml-rails-0.3.1 | README.md |
haml-rails-0.3 | README.md |