aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG.md
diff options
context:
space:
mode:
authorHendy Tanata <htanata@gmail.com>2013-01-25 04:19:51 +0800
committerHendy Tanata <htanata@gmail.com>2013-02-25 21:08:11 +0800
commit82e345dd7a3d03bb1b86f08ec88df56c0ee4a660 (patch)
treea63d22456705851e7684771b05076551bab3bd2f /railties/CHANGELOG.md
parent15d693df93cd1ec0fc27d617582d2f73036c335e (diff)
downloadrails-82e345dd7a3d03bb1b86f08ec88df56c0ee4a660.tar.gz
rails-82e345dd7a3d03bb1b86f08ec88df56c0ee4a660.tar.bz2
rails-82e345dd7a3d03bb1b86f08ec88df56c0ee4a660.zip
Improve `rake stats` for JavaScript and CoffeeScript.
Ignore block comments and calculates number of functions.
Diffstat (limited to 'railties/CHANGELOG.md')
-rw-r--r--railties/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 2d197e21ea..fc362837d6 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Improve `rake stats` for JavaScript and CoffeeScript: ignore block comments
+ and calculates number of functions.
+
+ *Hendy Tanata*
+
* Ability to use a custom builder by passing `--builder` (or `-b`) has been removed. Consider
using application template instead. See this guide for more detail:
http://guides.rubyonrails.org/rails_application_templates.html