Search code examples
ruby-on-railstwitter-bootstraptwitter-bootstrap-rails

Twitter Bootstrap displays strange on local machine, fine in production


I've got a strange problem. My rails app looks fine in prod, but I recently started working on it on a different computer, and the front page seems to have forgotten about it's margins. When I commit everything and push it out to production, there are no problems.

I'm using twitter-bootstrap-rails and have not customized the stylesheets at all.

local

production

This picture has everything crammed against the left side of the browser, on my local machine

This picture shows production, where everything is properly aligned


Solution

  • I'm not sure exactly what the problem was still, but once I linked the app to Pow on my Mac everything displays normally. Strange. Anyway, I'm not having a problem anymore.