Twitter bootstrapの復習

Gemfileに以下を追加してbundle install

gem 'twitter-bootstrap-rails'
gem 'less-rails'
gem 'therubyracer' 
$ rails g bootstrap:install
$ rails g bootstrap:layout application fixed