Created
October 5, 2012 02:06
-
-
Save LuckOfWise/3837668 to your computer and use it in GitHub Desktop.
twitter-bootstrap-rails ことはじめ ref: http://qiita.com/items/7b7e5934004a49591ed8
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails new tbsample -T | |
cd tbsampl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bundle install | |
rails g bootstrap:install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails g bootstrap:layout application fixed |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rails g scaffold Post title:string description:text | |
rake db:migrate | |
rails g bootstrap:themed Posts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem "twitter-bootstrap-rails" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment