aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* These strings should already be frozen where ruby accepts the magic-commentAkira Matsuda2017-11-151-2/+2
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1111-0/+11
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0911-0/+11
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0211-11/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0111-0/+11
* Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-1/+4
* Add Time#blank? to blank_testkenta-s2017-02-121-1/+1
* Uninterned Symbol can be duped since ruby 2.4.1Akira Matsuda2017-01-261-1/+4
* Give a message to `#test_duplicable` assertionyui-knk2017-01-251-1/+1
* Fix style guide violationsRafael Mendonça França2017-01-051-1/+1
* Fix Symbol#duplicable? for Ruby 2.4.0.Kasper Timm Hansen2017-01-011-2/+2
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-252-5/+5
* Fix Complex and Rational are duplicable?utilum2016-12-211-2/+2
* change return value of `duplicable?` with Ruby 2.4+yuuji.yaginuma2016-12-131-2/+7
* :nail_care:Akira Matsuda2016-12-131-2/+1
* nil, true, 1, etc. don't raise on #dup since Ruby 2.4Akira Matsuda2016-12-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-292-4/+4
* Add three new rubocop rulesRafael Mendonça França2016-08-162-5/+5
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-2/+2
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-5/+5
* modernizes hash syntax in activesupportXavier Noria2016-08-062-9/+9
* applies new string literal convention in activesupport/testXavier Noria2016-08-0611-88/+88
* Revert "Adds `not_in?` onto Object"David Heinemeier Hansson2016-07-291-53/+0
* Adds `not_in?` onto ObjectJon McCartie2016-07-211-0/+53
* Support for unified Integer class in Ruby 2.4+Jeremy Daer2016-05-181-1/+1
* Fix some typos in comments.Joe Rafaniello2016-05-041-1/+1
* :hocho: TyposAkira Matsuda2015-09-211-1/+1
* :scissors: empty line at the top of filesAkira Matsuda2015-09-211-1/+0
* Expand coverage of JSON gem testsGodfrey Chan2015-07-111-16/+30
* Add tests to ensure we don't interfere with json gem's outputGodfrey Chan2015-07-111-0/+52
* Small stylistic tweaks for `Delegator#try` patchGodfrey Chan2015-05-191-15/+15
* Patch `Delegator` to work with `#try`Nate Smith2015-05-191-0/+64
* Put the assertion arguments in the right orderMatthew Draper2015-05-051-1/+1
* deep_dup method, remove old key from duplicated hash to avoid unnecessary pairsMehmet Emin İNAÇ2015-05-041-0/+6
* Skip the failing tests on Rubinius for nowRobin Dupret2015-03-021-0/+3
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Remove hack to support BigDecimal in Ruby 1.9claudiob2015-01-041-10/+1
* Removed Object#itself as it's implemented in ruby 2.2Cristian Bica2014-12-291-9/+0
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-2/+2
* Bring try! into parity with try.Ari Pollak2014-10-221-4/+8
* add implementation of respond_to? for ActiveSupport::Durationlsylvester2014-09-151-1/+1
* Methods are not duplicable.Peter Jaros2014-09-031-1/+1
* 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-292-10/+4
* 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
* Rename tests tooRafael Mendonça França2014-08-011-2/+2
* Rename Object#self to Object#itself to have parity with matz sanctioned metho...David Heinemeier Hansson2014-08-011-1/+1