aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support
Commit message (Expand)AuthorAgeFilesLines
* Missing require "active_support/number_helper/number_converter"Akira Matsuda2018-10-207-0/+14
* Missing require "concurrent/hash"Akira Matsuda2018-10-201-0/+1
* Missing require "active_support/callbacks"Akira Matsuda2018-10-201-0/+2
* ActiveSupport module may not always already defined hereAkira Matsuda2018-10-202-150/+154
* Missing require "active_support/dependencies/autoload"Akira Matsuda2018-10-201-0/+2
* attribute_accessors no longer uses extract_options since a5b0c60714e1e8d8c182...Akira Matsuda2018-10-201-2/+0
* Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-181-0/+10
* 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-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