Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 18 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
[![Build Status](https://travis-ci.org/bootstrap-ruby/rails-bootstrap-forms.svg?branch=master)](https://travis-ci.org/bootstrap-ruby/rails-bootstrap-forms)
[![Gem Version](https://badge.fury.io/rb/bootstrap_form.svg)](http://badge.fury.io/rb/bootstrap_form)
⚠️ **This documentation is for the master branch, which is not yet stable and targets Bootstrap v4.** If you are using Bootstrap v3, refer to the stable [legacy-2.7](https://github.com/bootstrap-ruby/rails-bootstrap-forms/tree/legacy-2.7) branch.

---

# Rails Bootstrap Forms
# bootstrap_form

**Rails Bootstrap Forms** is a rails form builder that makes it super easy to integrate
twitter bootstrap-style forms into your rails application.
[![Build Status](https://travis-ci.org/bootstrap-ruby/rails-bootstrap-forms.svg?branch=master)](https://travis-ci.org/bootstrap-ruby/rails-bootstrap-forms)
[![Gem Version](https://badge.fury.io/rb/bootstrap_form.svg)](https://rubygems.org/gems/bootstrap_form)

**bootstrap_form** is a Rails form builder that makes it super easy to integrate
Bootstrap v4-style forms into your Rails application.

## Requirements

* Ruby 1.9+
* Rails 4.0+
* Twitter Bootstrap 3.0+
* Ruby 2.3+
* Rails 5.0+
* Bootstrap 4.0.0-beta.3+

## Installation

Add it to your Gemfile:

`gem 'bootstrap_form'`
```ruby
gem "bootstrap_form",
git: "https://github.com/bootstrap-ruby/rails-bootstrap-forms.git",
branch: "master"
```

Then:

Expand Down Expand Up @@ -589,4 +597,4 @@ document first.

## License

MIT License. Copyright 2012-2014 Stephen Potenza (https://github.com/potenza)
MIT License. Copyright 2012-2018 Stephen Potenza (https://github.com/potenza)