aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
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
* Merge pull request #36185 from jonathanhefner/optimize-string-first-and-lastRafael França2019-07-281-12/+20
|\
| * Improve String#first and #last performanceJonathan Hefner2019-05-051-12/+20
* | Remove tough to grasp -1 + 1 = 0 from String#toKasper Timm Hansen2019-07-261-0/+2
* | Merge pull request #36412 from robotdana/compact_blankRafael Mendonça França2019-07-251-0/+24
|\ \
| * | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-051-0/+24
* | | Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-171-0/+29
* | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+1
* | | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-163-76/+60
* | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
|/ /
* | ruby < 2.5 is no longer supportedAkira Matsuda2019-05-281-7/+2
* | Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-0/+14
|/
* Frozen truncate (#36109)Jordan Thomas2019-04-261-0/+5
* Fix bug in Range comparisons when comparing to excluded-end RangeOwen Stephens2019-03-281-2/+6
* Fix Time#advance to work with dates before 1001-03-07Andrew White2019-03-181-0/+2
* Fix bug with parametrize when `locale` is passedSharang Dashputre2019-03-121-0/+6
* Fix including/excluding flatteningGabriel Sobrinho2019-03-062-0/+3
* Added Array#including, Array#excluding, Enumerable#including, Enumerable#excl...David Heinemeier Hansson2019-03-052-3/+19
* Fix rubocop violationsyuuji.yaginuma2019-02-091-2/+2
* Delete uneeded blank fileGuillermo Iguaran2019-02-081-0/+0
* Add 'Hash#deep_transform_values', and 'Hash#deep_transform_values!'Guillermo Iguaran2019-02-082-0/+27
* Remove deprecated `Module#reachable?` methodRafael Mendonça França2019-01-171-51/+0
* Tweak test nameGeorge Claghorn2018-12-301-1/+1
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-0/+20
* No need to handle if FrozenError is availableYasuo Honda2018-12-231-1/+1
* Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`.utilum2018-12-211-2/+2
* Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-211-4/+3
|\
| * Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-4/+3
* | Follow up #34754bogdanvlviv2018-12-201-28/+6
|/
* Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`Ryuta Kamizono2018-12-211-27/+0
* Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-202-71/+4
* Merge pull request #34037 from reitermarkus/atomic_write-permissionsRafael França2018-11-221-0/+14
|\
| * Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-0/+14
* | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-121-2/+2
* | Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-11/+29
* | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-021-0/+18
|\ \ | |/ |/|
| * Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-281-0/+18
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-19/+19
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-293-4/+4
|/
* Handle more unsafe String methods (#33990)Janosch Müller2018-09-271-0/+48
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-254-7/+7
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-232-11/+11
* Fix obsoleted method URI.unescape in activesupport/testVitor Oliveira2018-08-151-1/+1
* Add `Array#extract!`bogdanvlviv2018-08-141-0/+44
* e4e1b62 broke `to_param` handling:Edouard CHIN2018-07-121-0/+14
* Add tests for duration multiplication and divisionEugene Kenny2018-06-251-0/+12
* Add Enumerable#index_with.Kasper Timm Hansen2018-05-211-0/+15
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newerRyuta Kamizono2018-05-071-24/+0