I just played with some things and accidentally started installing the package on my ruby ββon the rails application. I noticed that bootstrap was updated from 3.1.1 to 3.2.0, and now when I go to create specific views, I get this error:
ActionController::RoutingError (No route matches [GET] "/fonts/bootstrap/glyphicons-halflings-regular.ttf"):
Did not happen until the update of this gem happens. Any suggestions? I tried to explicitly use 3.1.1 in the Gemfile and run the package again, but this does not help. This seems like a simple routing problem, but idk why it would only change during a gem update.
source share