Sha256: da6410744fd93be2785da8b39149a437a2863352761f3ce8abb9752800a8a77c

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 Bytes

Contents

# Booter

One more twitter bootstrap wrapper for Rails. 

## Installation

Add `gem "booter"` to your Gemfile and fire `bundle install`.

Include <tt>bootstrap.css</tt> to your <tt>application.css</tt> and optionally 
<tt>bootstrap.js</tt> to <tt>application.js</tt>.

## Usage

Use <tt>nice_form_for</tt> helper method to draw nice bootstrap forms:

``` haml
= nice_form_for @user do
  = f.errors_for
  = f.email_field :email
  = f.password_field :password
  = f.check_box :remember_me
  = f.submit "Sign in"
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
booter-0.3.1 README.md
booter-0.3.0 README.md