Rails with Bootstrap (on Windows) – empty application.css file and styling won't load – Twitter bootstrap
Relevant part of GemFile: Bundle install: And still no effect: From appviewslayoutsapplication.html.erb: <%= stylesheet_link_tag "application", :media => "all" %> <%= javascript_include_tag "application" %> application.js: // This is a manifest file that'll be compiled into application.js, which will include all the…