Tag: TwitterBootstrapWithRails
gem "therubyracer" gem "less-rails" #Sprockets (what Rails 3.1 uses for its asset pipeline) supports LESS gem 'twitter-bootstrap-rails'
bundle install --path vendor/bundle
bundle exec rails generate bootstrap:install
bundle exec rails g bootstrap:layout application fixed
body { padding-top: 60px; }