aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-183-4/+21
* Refactor Chars#reverse and Chars#grapheme_lengthFrancesco Rodríguez2018-10-161-2/+2
* Merge pull request #34056 from CaDs/CaDs-extend_documentation_for_fetch_multiRichard Schneeman2018-10-161-2/+11
|\
| * Extends documentation for ActiveSupport::Cache#fetch_multi [ci skip]Carlos Donderis2018-10-161-2/+11
* | Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-153-3/+18
* | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-123-3/+12
* | Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-127-122/+212
* | Use native String#capitalizeFrancesco Rodríguez2018-10-122-9/+2
* | Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-124-33/+22
* | Test that nested structs to_json works as expectedEileen Uchitelle2018-10-111-0/+10
* | Merge pull request #34105 from zvkemp/correct-asn-docsGannon McGibbon2018-10-091-2/+2
|\ \
| * | clarify role of unique_id in ActiveSupport::Notificationszvkemp2018-10-051-2/+2
* | | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-083-0/+161
* | | Array with single item correctly uses cache_keyGraham Turner2018-10-052-1/+50
|/ /
* | Merge pull request #34068 from schneems/schneems/micro-optimize-try-nilRichard Schneeman2018-10-051-2/+2
|\ \
| * | This PR speeds up Nil#try by avoiding an allocation when only one argument is...schneems2018-10-031-2/+2
* | | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...Martin Spickermann2018-10-052-1/+7
* | | Merge pull request #33936 from schneems/schneems/cache-micro-optimizationsRichard Schneeman2018-10-041-2/+6
|\ \ \
| * | | Decrease memory allocations in cache.rbschneems2018-09-211-2/+6
* | | | Don't use deprecated `LoggerSilence`yuuji.yaginuma2018-10-041-1/+1
* | | | Merge pull request #34055 from Edouard-chin/ec-logger-fixRafael França2018-10-035-20/+64
|\ \ \ \
| * | | | Fix the LoggerSilence to work as described:Edouard CHIN2018-10-025-20/+64
| | |_|/ | |/| |
* | | | Bring config_accessor's API document back to its lifeAkira Matsuda2018-10-031-1/+1
* | | | :warning: assigned but unused variable - loggerAkira Matsuda2018-10-031-1/+1
|/ / /
* | | Merge pull request #34051 from gmcgibbon/module_parent_method_renameRafael Mendonça França2018-10-024-26/+73
|\ \ \
| * | | Fix call sitesGannon McGibbon2018-10-021-2/+2
| * | | Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-023-24/+71
* | | | Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-023-12/+39
|/ / /
* | | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-023-0/+30
|\ \ \
| * | | Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-283-0/+30
* | | | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-19/+19
* | | | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-0131-57/+57
|\ \ \ \
| * | | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2931-57/+57
| |/ / /
* / / / Require the except hash extension before trying to alias itLachlan Sylvester2018-10-011-0/+1
|/ / /
* | | Fix HashWithIndifferentAccess#without bugAbraham Chan2018-09-283-0/+18
* | | LoggerSilence doesn't require concurrent:Edouard CHIN2018-09-282-1/+1
* | | Handle more unsafe String methods (#33990)Janosch Müller2018-09-274-11/+102
| |/ |/|
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-2517-61/+61
* | Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-13/+14
|\ \
| * | Remove private defSakshi Jain2018-09-231-13/+14
* | | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-2315-41/+41
|/ /
* | Switch to supports_cache_versioning? check to a class methodschneems2018-09-205-20/+10
* | [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-205-0/+35
|/
* Merge pull request #33800 from aeroastro/feature/doc-change-for-blankXavier Noria2018-09-131-1/+1
|\
| * Revert falsey with example reorderedTakumasa Ochi2018-09-141-2/+2
| * Improve API document on Object#blank?Takumasa Ochi2018-09-061-2/+2
* | Faster multiple_of? methodrigani2018-09-121-1/+1
* | Merge pull request #27792 from tjoyal/sandbox-tagged-loggingRafael Mendonça França2018-09-113-10/+35
|\ \
| * | TaggedLogging to return a new logger instanceThierry Joyal2017-02-273-10/+34
* | | use "minitest" consistentlyXavier Noria2018-09-111-2/+2