form-bootstrap 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -97,6 +97,13 @@ in a div (field_with_errors), but this behavior is suppressed when `form_bootstr
97
97
  Options
98
98
  -------
99
99
 
100
+ Stacked Forms
101
+
102
+ To position your labels on top of your fields, just add the
103
+ .form-stacked class to your form:
104
+
105
+ <%= form_bootstrap_for @user, html: { class: 'form-stacked' } do |f| %>
106
+
100
107
  By default, help (and error) messages will be placed to the right of the
101
108
  input field. If you want to place them under the input field, pass the option
102
109
  `help: :block`:
@@ -1,3 +1,3 @@
1
1
  module FormBootstrap
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: form-bootstrap
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-01-11 00:00:00.000000000 Z
12
+ date: 2012-01-26 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &70130408659660 !ruby/object:Gem::Requirement
16
+ requirement: &70337708045560 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
- - - ~>
19
+ - - ! '>='
20
20
  - !ruby/object:Gem::Version
21
21
  version: 3.1.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70130408659660
24
+ version_requirements: *70337708045560
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: sqlite3
27
- requirement: &70130408658880 !ruby/object:Gem::Requirement
27
+ requirement: &70337708044760 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70130408658880
35
+ version_requirements: *70337708044760
36
36
  description: Provides a builder that makes it super easy to take advantage of Twitter
37
37
  Bootstrap forms styles.
38
38
  email: