aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | | Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-282-22/+20
|/ / /
* | | Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-151-0/+12
* | | These strings should already be frozen where ruby accepts the magic-commentAkira Matsuda2017-11-151-2/+2
* | | Bump RuboCop to 0.51.0Koichi ITO2017-11-101-1/+1
* | | Merge pull request #31027 from PHedkvist/inflector_test_typeRafael França2017-11-091-1/+1
|\ \ \
| * | | Fixed typo in test for activesupport parameterizePierre Hedkvist2017-11-011-1/+1
| |/ /
* | | Allow `Range#include?` on TWZ rangesAndrew White2017-11-081-3/+6
* | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon...Andrew White2017-11-064-24/+50
|\ \ \ | |/ / |/| |
| * | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-244-12/+16
| * | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-244-12/+24
| * | Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-241-0/+10
* | | removed unnecessary returnsShuhei Kitagawa2017-10-281-4/+4
|/ /
* | Fix `to_s(:db)` for range comprising of alphabets.Aditya Kapoor2017-10-161-0/+5
* | Deprecate `Module#reachable?` methodbogdanvlviv2017-09-171-10/+18
* | Test for the new exception of delegate_missing_to (#30191)Anton Khamets2017-08-121-0/+8
* | Update String#camelize to provide feedback when wrong option is passedRicardo Díaz2017-08-021-0/+7
* | Add missing support for modulo operations on durationsSayan Chakraborty2017-07-281-13/+62
* | Fix division where a duration is the denominatorAndrew White2017-07-271-10/+14
* | Merge branch 'master' into make-reverse-merge-bang-order-consistentSean Griffin2017-07-1755-763/+643
|\ \
| * | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1155-0/+55
| * | Merge pull request #29728 from kirs/frozen-activesupportMatthew Draper2017-07-0955-0/+55
| |\ \
| | * | Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0955-0/+55
| * | | Fix warning: `*' interpreted as argument prefixRyuta Kamizono2017-07-061-2/+2
| * | | Merge pull request #29687 from k3rni/private-prefixed-delegateMatthew Draper2017-07-061-0/+38
| |\ \ \ | | |/ / | |/| |
| | * | Use `map` in `delegate` so that actual prefixed method names are returned, if...Krzysztof Zych2017-07-051-0/+39
| |/ /
| * | Expectation firstAkira Matsuda2017-07-021-1/+1
| * | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0255-55/+0
| * | Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-0255-0/+55
| |\ \
| | * | Enforce frozen string in RubocopKir Shatrov2017-07-0155-0/+55
| | |/
| * | Merge pull request #29506 from pat/frozen-string-literalsMatthew Draper2017-07-021-9/+10
| |\ \ | | |/ | |/|
| | * Make ActiveSupport frozen string literal friendly.Pat Allan2017-06-201-9/+10
| * | prepare for Minitest 6utilum2017-06-201-1/+1
| |/
| * Implement mattr_acessor :default optionGenadi Samokovarov2017-06-031-1/+37
| * Add next occur and previous occurred day of week API (#26600)Shota Iguchi2017-05-301-0/+22
| * Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-1/+9
| * Fix implicit calculations with scalars and durationsAndrew White2017-05-201-0/+34
| * Update test names to match method nameT.J. Schuck2017-05-041-6/+6
| * Remove checks for Enumerator#size methodEugene Kenny2017-04-251-4/+2
| * Add additional options to time `change` methodsAndrew White2017-04-143-0/+16
| * delegate_missing_to should fall back to superMatthew Draper2017-04-091-0/+22
| * delegate_to_missing doesn't delegate private methodsMatthew Draper2017-04-091-0/+10