README.md in formtastic-bootstrap-3.1.0 vs README.md in formtastic-bootstrap-3.1.1

- old
+ new

@@ -1,7 +1,9 @@ # Formtastic Bootstrap +[![Build Status](https://travis-ci.org/mjbellantoni/formtastic-bootstrap.svg?branch=master)](https://travis-ci.org/mjbellantoni/formtastic-bootstrap) + A [Formtastic](https://github.com/justinfrench/formtastic) form builder that creates markup suitable for the [Twitter Bootstrap](http://twitter.github.com/bootstrap/) framework. In theory, it should just work. Two great tastes in one! You can follow [FormBoot on twitter](http://twitter.com/FormBoot) for update announcements and other relevant info. ## Getting Started @@ -15,26 +17,26 @@ * Bootstrap 3.x *Rails* * Rails 3.2.x -* Rails 4.0.x +* Rails 4.x.x *Formtastic* * Formtastic 2.2.x * Formtastic 2.3.x *Ruby* * 1.9.2 * 1.9.3 -* 2.0.x +* 2.x.x #### Installation -Install the gem with +Install the gem with gem install formtastic-bootstrap Or add it to your Gemfile: @@ -61,13 +63,13 @@ THIS SECTION IS OUT OF DATE. ### Overview -In general, Formtastic creates very verbose HTML whereas +In general, Formtastic creates very verbose HTML whereas Bootstrap expects (ever) simpler HTML. Every attempt has been -made to generate the HTML expected by Bootstrap while still +made to generate the HTML expected by Bootstrap while still generating the rich HTML provided by Formtastic. When there is a conflict, Bootstrap wins. ### Major Difference in Behavior @@ -86,13 +88,13 @@ The gem also provides some "shim" CSS where Bootstrap is missing styles provided Formtastic. ### Other -A lot of the code (especially the test suite) was copied -over from Formtastic and then beaten into submission. I'm -sure you'll find some ugliness in there. In general, I +A lot of the code (especially the test suite) was copied +over from Formtastic and then beaten into submission. I'm +sure you'll find some ugliness in there. In general, I mimicked the Formtastic code structure as much as possible. In particular: * Bootstrap doesn't say anything about nested <tt>formfields</tt>. @@ -142,11 +144,11 @@ <%= f.input :handle, :append_content => content_tag(:a, "Click Here", :class => 'btn') %> <% end %> <% end %> ## Contributing - + ### Contributors A big thank you [to all contributors](https://github.com/mjbellantoni/formtastic-bootstrap/contributors)! ### Submitting Issues @@ -183,18 +185,18 @@ * Appended Checkbox * :datetime, :date, :time * As rich functionally as their Rails counterparts. * Extract into a standalone gem. * Tests - * Get them passing! + * Fill in all pending specs * Refactor * More -- See if I'm making sure the Bootstrap classes are present. * Documentation * Refactor :boolean to use common "choices" code (if possible.) (Not sure it is.) * Boostrap * Why 'help-inline' and 'help-block' when they could have done p.help and span.help? ## Copyright -Copyright (c) 2013 Matthew Bellantoni. See LICENSE.txt for further details. +Copyright (c) 2013-2015 Matthew Bellantoni. See LICENSE.txt for further details.