# RubyProjects **Repository Path**: zhanbiao2023/ruby-projects ## Basic Information - **Project Name**: RubyProjects - **Description**: 存放高级软件工程Ruby作业代码 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-24 - **Last Updated**: 2021-10-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README part0 构建一个简单的app 首先在虚拟机运行 bundle exec rackup --host 0.0.0.0 --port 3000 接下来heroku上运行 part1 执行自动化测试,18个测试都通过 bundle exec autotest part234 首先分别执行feature下的测试 cucumber features/xxx.feature features/cheating.feature features/gameover.feature features/guess.feature features/invalid_guess.feature features/repeated_guess.feature features/start_new_game.feature 首先虚拟机运行 bundle exec rackup --host 0.0.0.0 --port 3000 接下来在Heroku上运行 代码托管:https://gitee.com/bird2426/ruby-projects.git 仓库包括myapp和hw-sinatra-saas-wordguesser两个项目,分别对应part0和part1234 heroku地址 https://cryptic-tundra-77757.herokuapp.com/ https://secure-shelf-09212.herokuapp.com/new