Tag: TwitterBootstrapWithRails
$ rvm install ruby-1.9.3-p125
rvm install ruby-1.9.3 --with-openssl-dir=/opt/local --with-iconv-dir=/opt/local
rvm --create 1.9.3-p125@tbrsample
rvm gemset use tbrsample
gem install rails --no-ri --no-rdoc
rails new tbrsample
gem "twitter-bootstrap-rails"
bundle install --without=production
rails g bootstrap:install
app/assets/javascripts/bootstrap.jp.coffee app/assets/stylesheets/bootstrap.css.less
rails g bootstrap:layout application fixed( or fluid)
rails g controller pages index
<div class="hero-unit"> <h1>Hello, よろしくな</h1> </div>
rails s