aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Ensure we always cleanup the databasesEileen Uchitelle2018-09-051-11/+13
| |/ / |/| |
* | | 20% faster `try`Sean Griffin2018-08-291-8/+7
* | | Merge pull request #33747 from schneems/schneems/faster-tryRichard Schneeman2018-08-291-1/+10
|\ \ \
| * | | 32% Faster Object#tryschneems2018-08-291-1/+10
* | | | Update the comments for TimeWithZone subtraction (#33721)Rob Race2018-08-281-2/+10
| |/ / |/| |
* | | Merge pull request #33162 from utilum/stop_using_mochaKasper Timm Hansen2018-08-221-0/+29
|\ \ \ | |/ / |/| |
| * | Add method_call_assertions and use them instead of Mochautilum2018-08-131-0/+29
* | | Improve documentation of Procs as :if / :unless options for callbacksFabian Schwahn2018-08-201-0/+8
* | | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option...Ryuta Kamizono2018-08-201-0/+5
|\ \ \
| * | | Add missing documentation options to number_to_currency [ci skip]emaxi2018-07-111-0/+5
* | | | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-151-0/+23
|\ \ \ \
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-141-0/+23
| | |/ / | |/| |
* | | | Refactor `Array#extract!`bogdanvlviv2018-08-141-7/+7
* | | | Add `Array#extract!`bogdanvlviv2018-08-142-0/+22
|/ / /
* | | Support skip nil for cache fetch (#25437)Martin2018-08-051-1/+9
* | | Fix example in thread_mattr_accessor documentationFabian Mersch2018-07-311-1/+1
* | | Remove unused requireRyuta Kamizono2018-07-311-1/+0
* | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-methodRyuta Kamizono2018-07-311-14/+17
|\ \ \
| * | | A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-301-14/+17
* | | | Merge pull request #33467 from bdewater/chomp-unconditionallyKasper Timm Hansen2018-07-301-2/+2
|\ \ \ \
| * | | | Chomp will work without checking for end of the stringBart de Water2018-07-291-2/+2