首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网络技术 > 网络基础 >

rails4.02 学习(一)

2014-01-17 
rails4.02 学习(1)?3, bundle update4 , rails generate bootstrap:install less ? 使用less编译bootstrap

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 就应该可以看见效果了

热点排行