No commit activity in last 3 years
No release in over 3 years
Haml-bootstrap-rails provides Haml generators for Rails 3 with twitter bootstrap support. 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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0
~> 3.0

Runtime

~> 3.1
~> 3.0
 Project Readme

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 and 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.