sample_app_tutorial 源码
Ruby on Rails教程示例应用程序 这是使用以下材料制作的示例应用程序: 执照 源代码是根据MIT和Beerware许可发布的。有关详细信息,请参见 。 如何使用 如果要运行此应用程序,请首先克隆当前的存储库。然后使用以下命令安装所需的RubyGems: $ bundle install --without production 然后执行迁移到数据库。 $ rails db:migrate 最后,运行测试以查看其是否有效。 $ rails test 如果测试通过,则应该准备启动Rails服务器。 $ rails server 有关更多信息,请参见。
文件列表
sample_app_tutorial
(预估有个118文件)
static_pages.coffee
211B
users.coffee
211B
sessions.coffee
211B
application.css
709B
help.html.erb
304B
home.html.erb
439B
contact.html.erb
186B
about.html.erb
383B
show.html.erb
226B
new.html.erb
659B
暂无评论