aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object/blank_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #31648 from dixitp012/rubocop_active_support_testRyuta Kamizono2018-01-081-2/+2
|\
| * Fix rubocop space before commaDixit Patel2018-01-081-1/+1
|/
* Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-171-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add Time#blank? to blank_testkenta-s2017-02-121-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-1/+1
* applies new string literal convention in activesupport/testXavier Noria2016-08-061-4/+4
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Bring back the test cases for `presence`Godfrey Chan2014-08-291-0/+5
* We tenderized the wrong method! Object#try already had the yield option, just...David Heinemeier Hansson2014-08-291-10/+0
* Clarify the origin of this great addition to Rails :trollface: :trollface :tr...David Heinemeier Hansson2014-08-291-1/+1
* Use instance_eval on @tenderlove's suggestion :trollface:David Heinemeier Hansson2014-08-291-2/+2
* Added yield to Object#presenceDavid Heinemeier Hansson2014-08-291-0/+5
* Move test for blank.rb under objectAkshay Vishnoi2014-06-111-0/+36