aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/core_ext
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Move HashWithIndifferentAccess tests to separate fileMichael Stock2017-03-301-712/+0
| * Add aliases for reverse_merge to with_defaultsMatt Casper2017-03-291-0/+25
| * Merge pull request #28480 from mubashirhanif/add_keep_id_suffix_option_to_hum...Rafael Mendonça França2017-03-281-0/+12
| |\
| | * Added options hash to titleize method and keep_id_suffix option to humanizeMubashir Hanif2017-03-211-0/+12
| * | Fix duplicable? for Ratiional and Complex on ruby master, since they are now ...Vipul A M2017-03-231-1/+4
| * | Fix test warningsAndrew White2017-03-161-5/+5
| * | Merge pull request #28147 from kmcphillips/master-time-freezeAndrew White2017-03-162-15/+180
| |\ \
| | * | Handle #to_time and memoization taking into account memoization, frozen state...Kevin McPhillips2017-03-062-15/+180
| * | | Remove implicit coercion deprecation of durationsAndrew White2017-03-151-25/+117
* | | | Make the order of Hash#reverse_merge! consistent with HashWithIndifferentAccessErol Fornoles2017-03-061-2/+5
|/ / /
* | | Add `rfc3339` aliases to `xmlschema`Andrew White2017-03-032-0/+15
* | | Add `Time.rfc3339` parsing methodAndrew White2017-03-031-0/+31
* | | Deprecate implicit coercion of `ActiveSupport::Duration`Andrew White2017-03-021-3/+55
* | | Update `DateTime#change` to support usec and nsecAndrew White2017-03-021-11/+18
* | | Add Duration#before and #after as aliases for #ago and #sinceNick Johnstone2017-02-261-0/+13
* | | Merge pull request #28157 from robin850/hwia-soft-deprecationMatthew Draper2017-02-251-0/+28
|\ \ \
| * | | Add few tests for the top level `HashWithIndifferentAccess`Robin Dupret2017-02-251-0/+24
| * | | Soft-deprecate the top-level HashWithIndifferentAccess classRobin Dupret2017-02-251-0/+4
| |/ /
* / / add optional second argument to ActiveSupport core extension for Marshal#load...Jeff Latz2017-02-241-0/+13
|/ /
* | Make HWIA#compact not return nil when no nilsPavel Pravosud2017-02-231-0/+10
* | Add more missing requiresAndrew White2017-02-221-0/+1
* | Preload to_datetime before freezing a TimeWithZone instanceAdam Rice2017-02-221-0/+1
* | Revert "Merge pull request #27925 from robin850/hwia-removal"Kasper Timm Hansen2017-02-201-23/+0