can anyone help me? I already did everything to install Bootstrap on my Ruby on Rails application, however continues to appear without bootstrap format.
I have Rails 4.2.5.1
in gemfile I added, and ran bundle install
gem 'bootstrap-sass', '~> 3.3.6'
gem 'sass-rails', '>= 3.2'
in app/assets/stylesheets I have application.scss with:
@import "bootstrap-sprockets";
@import "bootstrap";
and in assets/javascript I have application.js with:
//= require jquery
//= require jquery_ujs
//= require bootstrap-sprockets
//= require_tree .