rails4.02 学习(1)
?3, bundle update
4 , rails generate bootstrap:install less ? 使用less编译bootstrap
5,rails g bootstrap:layout application fluid 使用bootstrap 流式布局
6 rails g controller index index 生成IndexController和index方法
7 改一下routes.rb 文件 root 'index#index'
8 rails s 就应该可以看见效果了