From 99e1a4da99a374d21539013c34e7101298617ff9 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Wed, 27 Mar 2013 20:24:04 -0700 Subject: need to delete bin, not binstub, update wording --- railties/lib/rails/app_rails_loader.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'railties/lib/rails') diff --git a/railties/lib/rails/app_rails_loader.rb b/railties/lib/rails/app_rails_loader.rb index 40524a8089..68ba4ecc63 100644 --- a/railties/lib/rails/app_rails_loader.rb +++ b/railties/lib/rails/app_rails_loader.rb @@ -24,10 +24,10 @@ module Rails # this is a Bundler binstub, so we load the app ourselves Object.const_set(:APP_PATH, File.expand_path('config/application', Dir.pwd)) require File.expand_path('../boot', APP_PATH) - puts "Your bin/rails file has been overwritten by Bundler." - puts "To update your bin/rails for Rails 4, please run: `bundle " \ - "config --delete binstubs`, then `rm -rf bin`, then `rake " \ - "rails:update:bin`, then add bin/ to your source control." + puts "Rails 4 no longer supports Bundler's --binstub option. You " \ + "will need to disable it and update your bin/rails file.\n" \ + "Please run: `bundle config --delete bin && rm -rf bin`, then " \ + "`rake rails:update:bin` and add the resulting bin/ to git." require 'rails/commands' end rescue SystemCallError -- cgit v1.2.3