Rails 命令

rails 创建资源

rails g scaffold product name price:decimal description:text

rails 新建项目

rails new project_name

rails 运行服务

rails s
posted @ 2016-02-13 11:34  never_ever  阅读(67)  评论(0)    收藏  举报