aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext/object
Commit message (Expand)AuthorAgeFilesLines
* Let's try not to depend too much on other core extensions in a core extension...Akira Matsuda2019-08-021-1/+1
* require only what each test concernsAkira Matsuda2019-08-024-4/+7
* Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+1
* ruby < 2.5 is no longer supportedAkira Matsuda2019-05-281-7/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
* Fix obsoleted method URI.unescape in activesupport/testVitor Oliveira2018-08-151-1/+1
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-0/+14
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-193-13/+13
* Use try in tests that try to test try.Kasper Timm Hansen2018-03-211-7/+2
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-171-7/+1
* Use respond_to test helpersDaniel Colson2018-01-251-4/+4
* 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
|/
* Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-041-2/+2
|\
| * Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-171-2/+2
* | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-151-4/+4
* | 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