I am trying to setup bootstrap on Rails4 using bootstrap-sass and I am getting this famous error:
bootstrap-sass
Sprockets::FileNotFound - couldn
add to Gemfile
gem 'font-awesome-rails'
do bundle install
add to application.css
*= require font-awesome
and, restart rails server.