bootstrap-helper
bootstrap-helper copied to clipboard
Twitter Bootstrap Helper for Rails, support will_paginate & simple_form template
It should be 'action' instead of 'acttion'.
Works with Devise 3.3 + Rails 4.1
Bootstrap v3 inserts divider automatically so it's unnecessary.
Bootstrap 3 has changed its color name. Espeically the following, alert-error (bootstrap 2.3) => alert-danger (bootstrap 3)
btn 'A text', a_path_helper, class: 'my-class', ... btn_primary 'A text', a_path_helper, class: 'my-class', ... btn_danger 'A text', a_path_helper, class: 'my-class', ... ... is intended for additional options
Modified the dependency version of rails and railties to fix the dependent problem when using Rails 4 RC2.
support rails 4.0.1
升级will_paginate后好像报 NameError: uninitialized constant WillPaginate::ActionView::LinkRenderer