bootswatch
まだちょっとruby 2.0.0 + rails 4.0.0は早いかと思い ruby 1.9.3 + rails 3.2.14 + mongoid 3.1.4 + twitter bootstrap + bootswitch + kaminariで まずバージョン指定&active recordスキップでrails作成 rails _3.2.14_ new hogehoge -OGemfileに以下を追…
bootswatchフォルダ作成 app/assets/stylesheets/bootswatch そのフォルダにbootswatchの variables.lessとbootswatch.lessを投入 bootstrap_and_overrides.css.lessに2行追加 @import "./bootswatch/variables"; @import "./bootswatch/bootswatch"; applic…