aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Oxford comma [ci skip]Xavier Noria2018-09-101-1/+1
* | | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpersryanwhocodes2018-09-103-1/+12
* | | reflect c03bba4 in CHANGELOGsXavier Noria2018-09-081-0/+9
* | | trace autoloads, and document hints for troubleshootingXavier Noria2018-09-072-4/+70
* | | Formatting CHANGELOGs [ci skip]Ryuta Kamizono2018-09-071-4/+4
* | | Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-sliceAaron Patterson2018-09-063-3/+20
|\ \ \
| * | | Update CHANGELOG for SafetyBuffer slice accessYumin Wong2018-09-061-0/+7
| * | | Use assert_predicate insteadYumin Wong2018-09-061-2/+2
| * | | SafeBuffer should maintain safety upon getting a slice via a range if origina...Yumin Wong2018-08-312-3/+13
| | |/ | |/|
* | | Fix typo in i18n_railtie.rbOlivier2018-09-061-1/+1