We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de609d commit 5969999Copy full SHA for 5969999
README.md
@@ -8,26 +8,21 @@ integrate Twitter Bootstrap-style forms into your Rails App.
8
## Requirements
9
10
* Ruby 1.9+
11
-* Rails 4.0+
+* Rails 3, 4
12
* Twitter Bootstrap 2.0+
13
14
## Installation
15
16
Add it to your Gemfile:
17
18
-### Rails 4.0+
19
-
20
`gem 'bootstrap_form'`
21
22
-### Rails 3.1+
23
24
-`gem 'bootstrap_form', '~> 0.3.2'`
25
26
27
-Run the following command to install it:
+Then:
28
29
`bundle`
30
+### Rails 3
+
31
Add this line to app/assets/stylesheets/application.css.scss:
32
33
```css
0 commit comments