Sha256: 84ab11cad67a75131a69ef8e8fc5e4b8e288400d0a97122bc8e6554f50277333
Contents?: true
Size: 499 Bytes
Versions: 1
Compression:
Stored size: 499 Bytes
Contents
# Booter Twitter bootstrap framework for Rails. ## Usage Add bootstrap.css to your application.css and bootstrap.js to your application.js file. Use <tt>nice_form_for</tt> 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
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
booter-0.2.3 | README.md |