Sha256: 5e7ff4f34e8f5329e5ecbd81cab90ba214b49fe32621e1910f680c19d17b0312
Contents?: true
Size: 1010 Bytes
Versions: 1
Compression:
Stored size: 1010 Bytes
Contents
# Haml-bootstrap-rails Haml-bootstrap-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-bootstrap-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 [haml-rails](http://github.com/indirect/haml-rails) and [rails3-generators](http://github.com/indirect/rails3-generators), and written by José Valim, André Arko, Paul Barry, Anuj Dutta, Louis T, Chris Rhoden. Tests originally written by Louis T. ### License Ruby license or MIT license, take your pick.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
haml-bootstrap-rails-0.3.11 | README.md |