README.md in formtastic-bootstrap-1.0.3 vs README.md in formtastic-bootstrap-1.1.0
- old
+ new
@@ -22,15 +22,20 @@
And install it with <tt>bundle install</tt>.
#### Configuration
-You will then need to add the following line to your Formtastic initialization file:
+Add the following line to your Formtastic initialization file:
# config/initializers/formtastic.rb
Formtastic::Helpers::FormHelper.builder = FormtasticBootstrap::FormBuilder
+Add the following line to the top of your <tt>application.css</tt> file:
+
+ # app/assets/stylesheets/application.css
+ *= require formtastic-bootstrap
+
Make sure you've already downloaded and installed Formtastic!
## Formtastic vs. Formtastic Bootstrap
@@ -117,14 +122,20 @@
* In some places the markup is tortuous (e.g. <tt>:boolean</tt>.) Hopefully as Bootstrap evolves these can get simplified!
* Bootstrap uses different HTML classes for sentence-based inline/block error messages.
### What's Missing
-* Formtastic's <tt>:country</tt> and <tt>:time_zone</tt> have not yet been implemented.
+Contributions are welcome!
+
+* Formtastic's <tt>:country</tt> has not yet been implemented.
* Twitter Bootstrap's Date Range, Prepend Text, Prepend Checkbox and Appended Checkbox controls have not yet been implemented.
-## Contributing to formtastic-bootstrap
+## Contributing
+### Contributors
+
+A big thank you [to all contributors](https://github.com/mjbellantoni/formtastic-bootstrap/contributors)!
+
### Submitting Issues
If you're filing a bug, thank you! Secondly, in the report please include:
* The version of Formtastic you're using.