Michael Hartl的Ruby on Rails Tutorial使用Gemfile,但未指定Ruby版本:ruby關鍵字在所有應用程序中均缺失。 當我部署到Heroku的我收到以下警告: remote: ###### WARNING:
remote: You have not declared a Ruby version in your Gemfile.
remote: To s
我正在跟隨Rails Tutorial by Michael Hartl,但我正努力驗證用戶在使用此測試向用戶路徑發出刪除請求時被破壞。 當我在Cloud 9上啓動應用程序並物理進入所有用戶索引並刪除一個用戶時,它確實消失了,所以這一直是一個障礙! 這裏是user_index_test.rb文件 require 'test_helper'
class UsersIndexTest < Acti