[ruby]Rails中使用bootstrap

1.新建rails工程 $ rails new stu $ cd stu $ bundle install $ rails server 2.创建手脚架 $ rails g scaffold Student name:text score:decimal description:text 3. 生成数据库 $ rake db:create $ rake db:migrate $ rails se
相关文章
相关标签/搜索