diff options
author | George Millo <georgejulianmillo@gmail.com> | 2014-12-16 14:32:06 +0000 |
---|---|---|
committer | George Millo <georgejulianmillo@gmail.com> | 2014-12-16 14:32:06 +0000 |
commit | d75773ada00912f8bee62bd55ce621089e6251a2 (patch) | |
tree | bb3f7afc435cc981161c74b924b606fa3a2d99cf /railties/lib/rails/tasks | |
parent | f5a4ca323d1c47fb6330bb4f4c9ac5e371649d83 (diff) | |
download | rails-d75773ada00912f8bee62bd55ce621089e6251a2.tar.gz rails-d75773ada00912f8bee62bd55ce621089e6251a2.tar.bz2 rails-d75773ada00912f8bee62bd55ce621089e6251a2.zip |
English fix [ci skip]
Diffstat (limited to 'railties/lib/rails/tasks')
-rw-r--r-- | railties/lib/rails/tasks/statistics.rake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/railties/lib/rails/tasks/statistics.rake b/railties/lib/rails/tasks/statistics.rake index 4f09ded31d..ba6168e208 100644 --- a/railties/lib/rails/tasks/statistics.rake +++ b/railties/lib/rails/tasks/statistics.rake @@ -1,6 +1,6 @@ -# while having global constant is not good, -# many 3rd party tools depend on it, like rspec-rails, cucumber-rails, etc -# so if will be removed - deprecation warning is needed +# While global constants are bad, many 3rd party tools depend on this one (e.g +# rspec-rails & cucumber-rails). So a deprecation warning is needed if we want +# to remove it. STATS_DIRECTORIES = [ %w(Controllers app/controllers), %w(Helpers app/helpers), |