rails_sample_app 源码
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
用户评论