Search code examples
ruby-on-railsrubygemstwitter-bootstrap-rails

Rails bootstrap gem created css problems


Okay I am running into a bit of an issue. When I am using the gem the page renders as below. However when I include the link to the actual bootstrap css stylesheet, the navbar shows up correctly. Any idea what could be causing this problem? I have overridden nothing and don't intend on doing so.

enter image description here


Solution

  • This was my own fault. Assets weren't being loaded since I hadn't restarted my rails server after making some changes to the gem file..