環境
- Mac OS X 10.9.4 Darwin
- Rails 4.1.5
- Ruby 2.1.2p95
- gem 2.2.2
- bundle 1.7.2
- rbenv 0.4.0
- rake 10.3.2
インストール手順
$ rails new bootstrap_test
$ cd bootstrap_test
$ rails g scaffold book title:string value:integer
$ rake db:migrate
$ vim Gemfile
# Twitter Bootstrap
gem 'twitter-bootstrap-rails'
gem "therubyracer"
gem "less-rails"
$ bundle install
$ rails g bootstrap:install
$ rails g bootstrap:layout application fluid
$ rails s