- Bootstrap 4 was released Jan 18, 2018
- change @extend .bg-faded; to @extend .bg-light; for Bootstrap 4 forms (fix RailsApps/rails-composer#273)
- specify ‘popper’ and ‘jquery3’ in Bootstrap 4 application.js file
- update from Bootstrap 4 alpha 4 to 6
- match precisely Rails 5.0 to use ‘jquery_ujs’
- Rails 5.1 uses ‘rails-ujs’ but earlier versions need ‘jquery_ujs’
- jQuery is required for Bootstrap or Foundation
- correct typo
- update application.css.scss for Rails 5.1
- update application.js for Rails 5.1
- try single quotes for data-turbolinks-track ‘reload’
- data-turbolinks-track ‘reload’ requires double quotation marks
- change data-turbolinks-track ‘true’ to ‘reload’ for TurboLinks 5
- additional support for Bootstrap 4 (form styling)
- add support for Bootstrap 4
- add navlink for an admin interface if Thoughbot Administrate gem was selected in Rails Composer
- move navigation auth links to a new partial ‘app/views/layouts/_nav_links_for_auth.html.erb’
- create a file ‘1st_load_framework’ instead of ‘framework_and_overrides’ to force loading a framework first (the asset pipeline loads files in a tree in alpha order)
- use Rails ‘try’ when testing if the current_user is an admin (contributed by bogdanvlviv)
- only apply styling for ‘error_explanation’ when not empty
- don’t overwrite a Devise registration view if it already exists
- fix ‘Remember Me’ checkbox on ‘Sign In’ form for Bootstrap
- add navlink for an admin interface if Upmin is present
- bootstrap-sass v3.2.0 changes
- generate admin links when OmniAuth is used with Pundit
- “require ‘rails_helper’” not needed when it is include in the ‘.rspec’ file
- update for RSpec 3.0
- add styling for forms when either Devise or OmniAuth is present
- add missing Devise form for password reset
- add navigation spec when Devise is used and RSpec is installed
- change “log in” to “sign in” and “logout” to “sign out”
- update navlinks partial to accommodate role-based authorization
- drop workaround after release of bootstrap-sass 3.1.1.1 (fixes #20)
- workaround for Rails 4.1.0 pending release of bootstrap-sass 3.1.1.1 (fixes #20)
- modify ‘config/application.rb’ for Foundation 5 (fixes #19)
- remove unnecessary conditional on Bootstrap navlinks partial (contributed by Arnel Bucio)
- change quote marks around ‘vendor/modernizr’
- Rails 4.1.0 changes the application.css file
- Rails 4.1.0 changes quote marks in the application.html.erb file
- Foundation 5.2 no longer needs a ‘span’ in the navigation bar
- add a ‘button-xs’ class to the CSS styles
- fix wrong color for flash messages under Rails 4.1 (fixes #16)
- add ‘name’ field to Devise registration forms if ‘name’ is an attribute in the User object
- generate Devise navigation links when Devise initializer is present
- add OmniAuth navigation links
- Modernizr must be loaded before Foundation
- Foundation 5.0.3 is now compatible with Rails Turbolinks and the asset pipeline
- add missing ‘autofocus’ to Devise views
- don’t include a custom ‘name’ field in the Devise views (fixes issue #12)
- generate Devise views (new account, edit account, forgot password)
- generate Devise views (login view)
- change generator commands (described in README)
- Haml Foundation 5 topbar syntax correction (fixes #11) (contributed by i5okie)
- fix Devise navigation links (when there is no ‘has_role?’ for authorization)
- add Devise navigation links for Haml or Slim (contributed by Brad Carson)
- fix formatting of flash message alert box for Slim (contributed by Brad Carson)
- fix error in slim templates for doctype (contributed by ayamomiji)
- remove ‘app/views/layouts/application.html.erb’ file before creating a new one
- fix error in slim templates for ‘app_name.underscore.titleize’
- add Slim templates (contributed by benedictleejh)
- change all references from ‘Twitter Bootstrap’ to ‘Bootstrap’
- minor tweak for Zurb Foundation
- fixes for Zurb Foundation 5.0
- support for Zurb Foundation 5.0
- better comments
- fix mixin names
- make it clear that the mixins are just examples
- use mixins for uniform layout across frameworks
- move ‘Home’ link to conform to framework examples
- add responsive navbar for Bootstrap 2.3
- add option to generate navigation links for Devise
- separate file for navigation links; isolate framework-specific markup in navigation partial
- create a file ‘framework_and_overrides’ instead of ‘bootstrap_and_overrides’ or ‘foundation_and_overrides’
- remove ‘container’ div from Bootstrap 3 application layout (issue #1)
- no turbolinks when used with Rails 3.2
- installs a framework by setting up files in the assets folder
- use class instead of id for simple CSS flash messages
- fix navigation
- fix Foundation messages partial
- support for Haml markup
- support for Zurb Foundation 4.0
- support for Bootstrap 3.0
- add simple stylesheet if there is no front-end framework
- add missing escape sequence to ERB delimiters
- add simple layout files
- add missing turbolinks attributes
- add navigation links for ‘About’ or ‘Contact’ if view files exist in expected locations
- support for Bootstrap 2.3