aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2013-12-28 19:59:52 +0100
committerXavier Noria <fxn@hashref.com>2013-12-28 20:03:38 +0100
commit126dc47665c65cd129967cbd8a5926dddd0aa514 (patch)
treea8d162817929a8e2f33350c69c8f1d65b1d6234f /activesupport/CHANGELOG.md
parent7b8944681f9575b9b25a540b78a99bd80853553b (diff)
downloadrails-126dc47665c65cd129967cbd8a5926dddd0aa514.tar.gz
rails-126dc47665c65cd129967cbd8a5926dddd0aa514.tar.bz2
rails-126dc47665c65cd129967cbd8a5926dddd0aa514.zip
blank? and present? commit to return singletons [Xavier Noria & Pavel Pravosud]
The contract of blank? and present? was in principle to return Object, as we generally do, the test suite and description was consistent with that, but some examples had comments like "# => true". This cannot be unclear, we either fix the examples, or update the contract. Since users may be already assuming singletons due to the examples and the fact that they were returned before 30ba7ee, the safest option seems to be to revise the contract and the implementation of String#blank? The motivation for 30ba7ee was to improve the performance of the predicate, the refactor based on === is on par regarding speed. With this commit we start documenting return types using YARD conventions. We plan to document return types gradually.
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index 3379460fa2..338e9a1e13 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,7 @@
+* `blank?` and `present?` commit to return singletons.
+
+ *Xavier Noria*, *Pavel Pravosud*
+
* Fixed Float related error in NumberHelper with large precisions.
before: