文件名称:sample_app:只是我从正在阅读的书中构建的应用程序
文件大小:190KB
文件格式:ZIP
更新时间:2024-03-25 06:10:28
Ruby
Ruby on Rails教程样本应用程序 这是(第6版)的示例应用程序。 执照 中的所有源代码都可以根据MIT许可和Beerware许可共同获得。 有关详细信息,请参见 。 入门 要开始使用该应用程序,请克隆存储库,然后安装所需的gem: $ bundle install --without production ``` Next, migrate the database: $ rails db:migrate Finally, run the test suite to verify that everything is working correctly: $ rails测试 If the test suite passes, you'll be ready to run the app in a local server: $ rails服务器 For more inform