diff options
author | Andre Arko <andre@arko.net> | 2013-03-30 13:02:26 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2013-03-30 13:02:26 -0700 |
commit | ffd899f921b68ccca2f29cfaa9e5759b0de52ed7 (patch) | |
tree | 81386ba5ab505479eb40fa4e2be5f6610cf8e3e9 /railties/lib | |
parent | 99e1a4da99a374d21539013c34e7101298617ff9 (diff) | |
download | rails-ffd899f921b68ccca2f29cfaa9e5759b0de52ed7.tar.gz rails-ffd899f921b68ccca2f29cfaa9e5759b0de52ed7.tar.bz2 rails-ffd899f921b68ccca2f29cfaa9e5759b0de52ed7.zip |
fix binstub typo
Diffstat (limited to 'railties/lib')
-rw-r--r-- | railties/lib/rails/app_rails_loader.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/app_rails_loader.rb b/railties/lib/rails/app_rails_loader.rb index 68ba4ecc63..c64d1b2552 100644 --- a/railties/lib/rails/app_rails_loader.rb +++ b/railties/lib/rails/app_rails_loader.rb @@ -24,7 +24,7 @@ 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 "Rails 4 no longer supports Bundler's --binstub option. You " \ + puts "Rails 4 no longer supports Bundler's --binstubs 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." |