# Booter Twitter bootstrap framework for Rails. ## Usage Add bootstrap.css to your application.css and bootstrap.js to your application.js file. Use nice_form_for helper method to draw bootstrap forms: ``` haml = nice_form_for @user do = f.email_field :email = f.password_field :password = f.check_box :remember_me = f.submit "Sign in" ``` ## Changelog ### Booter 0.2.3 (March 19, 2012) * Add select field support ### Booter 0.2.2 (March 18, 2012) * First public release