- Avoid dangerous calling of methods [@dlackty][]
- Fix Travis CI [@dlackty][]
- Add nav_to option to force active state [@sharshenov][]
- use
before_action
overbefore_filter
[@cantonic][] - Treat space-separated class names the same as arrays of class names in button_to_with_bootstrap [@marcp][]
- Freeze ALERT_TYPES_MAP to save allocations
- Added the ability to specify a custom view path for breadcrumbs @fredwu
- Put locale arg for String#pluralize in the view templates @kayhide
- Fix .haml themed template show.html.haml @mskubenich
- Augment button_to to generate the
btn
Bootstrap class. @lowjoel - Given the nav helper, generate the appropriate Bootstrap tabs markup. @lowjoel
- Allow pills and tabs to be used in the same manner. @lowjoel
- Adjust bootstrap_flash to match bootstrap alerts by @jonwaghorn
- Rails Form Helper for Bootstrap META tag by @dabit
- Fix BreadCrumbs Helper
- Add glyph, model and breadcrumbs helpers
- Update templates
- Add layout and views generators
- Initial version