Skip to content

Instantly share code, notes, and snippets.

@LuckOfWise
Created October 5, 2012 02:06
Show Gist options
  • Save LuckOfWise/3837668 to your computer and use it in GitHub Desktop.
Save LuckOfWise/3837668 to your computer and use it in GitHub Desktop.
twitter-bootstrap-rails ことはじめ ref: http://qiita.com/items/7b7e5934004a49591ed8
rails new tbsample -T
cd tbsampl
bundle install
rails g bootstrap:install
rails g bootstrap:layout application fixed
rails g scaffold Post title:string description:text
rake db:migrate
rails g bootstrap:themed Posts
gem "twitter-bootstrap-rails"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment