Tag: Rails4/Bootstrap
#gem 'sass-rails', '~> 4.0.2'
gem 'less-rails' gem 'therubyracer' gem 'twitter-bootstrap-rails' #gem 'execjs'
※lessうんたらのエラーがでた場合、次のようにしないとだめかも。
gem 'twitter-bootstrap-rails', :git => 'git://github.com/seyhunak/twitter-bootstrap-rails.git'
bundle install --path vendor/bundle
$ bundle exec rails g bootstrap:install $ bundle exec rails g bootstrap:layout application
@import "twitter/bootstrap/bootstrap"; body { padding-top: 60px; } @import "twitter/bootstrap/responsive";