aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-041-0/+7
* Replace `assert !` with `assert_not`Daniel Colson2018-04-1911-42/+42
* Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-314-36/+12
* Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-264-0/+50
|\
| * Add `before?` and `after?` methods to date and time classesNick Holden2018-03-064-0/+50
* | Use try in tests that try to test try.Kasper Timm Hansen2018-03-211-7/+2
* | URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-1/+1
|/
* Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-021-80/+3
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-34/+4
* Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-281-6/+16
* add private: true option for ActiveSupport delegateTomas Valent2018-02-261-0/+57
* String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-181-0/+62
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-0/+4
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-174-79/+9
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-162-6/+5
* Add missing requireyuuji.yaginuma2018-02-081-0/+1
* Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-071-0/+6
|\
| * Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-071-0/+6
* | Remove extra whitespaceDaniel Colson2018-01-253-39/+39
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2511-80/+80
* | Change refute to assert_notDaniel Colson2018-01-251-2/+2
* | Use respond_to test helpersDaniel Colson2018-01-257-33/+33
* | 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
* | | Merge pull request #31310 from kinnrot/duration-moduloRyuta Kamizono2018-01-011-0/+2
|\ \ \
| * | | Empty duration inspect fixChen Kinnrot2017-12-131-0/+2
* | | | Handle `FrozenError` if it is availableYasuo Honda2017-12-201-1/+1
* | | | Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-153-8/+8
* | | | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-146-29/+29
* | | | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-124-13/+13