How to override/change lay-out of Ruby on Rails spree app after installing Bootstrap gem?
问题 I have a Spree Commerce application with the spree_bootstrap gem installed by adding gem 'spree_bootstrap', github: 'jdutil/spree_bootstrap' to the Gemfile. Now on the main page I have all the familiar bootstrap divs as <div class="container row"> and <ul id="main-nav-bar" class="inline"> . I am new to Rails and I want to change the lay-out masterpage by adding my own custom navbar and other tweaks. Unfortunately application.html.rb is a virtually empty page and I don't think that is the one