&tag(Rails/Bootstrap);
*目次 [#c3ed9b71]
#contents
*関連ページ [#lf2e978e]
*参考情報 [#n8b6f96d]

*bootstrap-sassを使って導入 [#a5457844]
-Rails4にBootstrap3を入れる場合、bootstrap-sassというのを使ったほうがいいらしい。
-[[bootstrap-sass という gem について - willnet.in:http://www.willnet.in/136]]
-[[Rails4 に bootstrap-sass で Twitter Bootstrap3 を導入 | EasyRamble:http://easyramble.com/bootstrap-sass-on-rails4.html]]
-[[Rails 4 で Twitter Bootstrap と Font Awesome を利用する手順 - Qiita:http://qiita.com/hkusu/items/a549a96dcb2bb935a47b]]

**Gemfileの編集 [#q9863aaa]
-Gemfileに追加。
#pre{{
gem 'bootswatch-rails', '~> 3.2.4'
gem 'font-awesome-sass'
}}
-bundle installを実行
 bundle install --path vendor/bundle


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS