I’ve started using the twitter-bootstrap gem to get responsive webpages. It worked fine on my laptop and resized things correctly as I changed the size of the browser window. However, when I checked it on my phone, it was showing the full-size page. To fix this, I needed to add the following to the head in my layout.


Reload and it works as expected.