aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/app_base.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-05-14 03:25:06 +0200
committerXavier Noria <fxn@hashref.com>2011-05-14 03:31:08 +0200
commitcbe6e09f6a02fcee9cab0f16a9143ee21d237809 (patch)
tree78a58dc894b38bb363723e95336a6240bea7b01b /railties/lib/rails/generators/app_base.rb
parent959b7b0fead954f68f55a4b01b64061dad91e016 (diff)
downloadrails-cbe6e09f6a02fcee9cab0f16a9143ee21d237809.tar.gz
rails-cbe6e09f6a02fcee9cab0f16a9143ee21d237809.tar.bz2
rails-cbe6e09f6a02fcee9cab0f16a9143ee21d237809.zip
asking the user whether he is "offline" rather than "online" seems more natural as reaction to a potential missing network connection
Diffstat (limited to 'railties/lib/rails/generators/app_base.rb')
-rw-r--r--railties/lib/rails/generators/app_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb
index 6397e236cc..a5743762e5 100644
--- a/railties/lib/rails/generators/app_base.rb
+++ b/railties/lib/rails/generators/app_base.rb
@@ -194,7 +194,7 @@ module Rails
say_status :run, "bundle #{command}"
Bundler::CLI.new.send(command)
rescue
- say_status :failure, "bundler raised an exception, are you online?", :red
+ say_status :failure, "bundler raised an exception, are you offline?", :red
end
def run_bundle