aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-151-0/+5
* | | | | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-121-1/+1
| |_|/ / |/| | |
* | | | Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-123-16/+44
* | | | Use native String#capitalizeFrancesco Rodríguez2018-10-121-8/+1
* | | | Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-122-33/+11
* | | | 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-081-0/+106
* | | | Array with single item correctly uses cache_keyGraham Turner2018-10-051-1/+1
|/ / /
* | | 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-051-1/+1
* | | | 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
* | | | | Merge pull request #34055 from Edouard-chin/ec-logger-fixRafael França2018-10-033-19/+27
|\ \ \ \ \
| * | | | | Fix the LoggerSilence to work as described:Edouard CHIN2018-10-023-19/+27
| | |_|/ / | |/| | |
* / | | | Bring config_accessor's API document back to its lifeAkira Matsuda2018-10-031-1/+1
|/ / / /
* | | | Merge pull request #34051 from gmcgibbon/module_parent_method_renameRafael Mendonça França2018-10-022-15/+39
|\ \ \ \
| * | | | Fix call sitesGannon McGibbon2018-10-021-2/+2
| * | | | Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-13/+37
* | | | | Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-021-11/+26
|/ / / /
* | | | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-021-0/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-281-0/+8
* | | | Merge pull request #32031 from yahonda/remove_redundant_freezeRyuta Kamizono2018-10-0125-49/+49
|\ \ \ \
| * | | | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-2925-49/+49
| |/ / /
* / / / Require the except hash extension before trying to alias itLachlan Sylvester2018-10-011-0/+1
|/ / /
* | | Fix HashWithIndifferentAccess#without bugAbraham Chan2018-09-281-0/+2
* | | LoggerSilence doesn't require concurrent:Edouard CHIN2018-09-282-1/+1
* | | Handle more unsafe String methods (#33990)Janosch Müller2018-09-271-2/+15
| |/ |/|
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-253-3/+3
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-237-9/+9
* | 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-111-2/+9
|\ \
| * | TaggedLogging to return a new logger instanceThierry Joyal2017-02-271-2/+9
* | | 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-101-1/+2
* | | trace autoloads, and document hints for troubleshootingXavier Noria2018-09-071-4/+21
* | | Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-sliceAaron Patterson2018-09-061-3/+1
|\ \ \
| * | | SafeBuffer should maintain safety upon getting a slice via a range if origina...Yumin Wong2018-08-311-3/+1
| | |/ | |/|
* | | Fix typo in i18n_railtie.rbOlivier2018-09-061-1/+1
* | | Merge pull request #33805 from schneems/schneems/faster-file-storeRichard Schneeman2018-09-061-6/+10
|\ \ \
| * | | Faster File Storeschneems2018-09-061-6/+10
| |/ /
* | | Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-m...Rafael França2018-09-061-1/+13
|\ \ \
| * | | update I18n fallbacks configuration to be compatible with i18n 1.1.0Lachlan Sylvester2018-08-231-1/+13