aboutsummaryrefslogtreecommitdiffstats
path: root/railties/fresh_rakefile
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 12:32:02 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-03-06 12:32:02 +0000
commit12c775f20c6d4d2562c99b503f720466e335e411 (patch)
tree8b7dff35e9529f7dac4fd1d33c98ab1cdab642dc /railties/fresh_rakefile
parenta22ed3d8c26e95db5d193c7e9a647bb23b622b74 (diff)
downloadrails-12c775f20c6d4d2562c99b503f720466e335e411.tar.gz
rails-12c775f20c6d4d2562c99b503f720466e335e411.tar.bz2
rails-12c775f20c6d4d2562c99b503f720466e335e411.zip
Added app/apis and components to code statistics report #729 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@841 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/fresh_rakefile')
-rwxr-xr-xrailties/fresh_rakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/fresh_rakefile b/railties/fresh_rakefile
index 362708a589..833b62974a 100755
--- a/railties/fresh_rakefile
+++ b/railties/fresh_rakefile
@@ -101,6 +101,8 @@ task :stats do
CodeStatistics.new(
["Helpers", "app/helpers"],
["Controllers", "app/controllers"],
+ ["APIs", "app/apis"],
+ ["Components", "components"],
["Functionals", "test/functional"],
["Models", "app/models"],
["Units", "test/unit"]