aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | 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
| |/ / |/| |
* | | Remove redundant `travel_back`yuuji.yaginuma2018-08-311-5/+0
* | | 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-222-0/+112
|\ \ \ | |/ / |/| |
| * | Add method_call_assertions and use them instead of Mochautilum2018-08-132-0/+112
* | | 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
* | | | Remove unused requiresyuuji.yaginuma2018-08-171-3/+0
* | | | Fix obsoleted method URI.unescape in activesupport/testVitor Oliveira2018-08-151-1/+1
* | | | Merge pull request #33499 from lsylvester/caller-ignore-pathsKasper Timm Hansen2018-08-152-0/+63
|\ \ \ \
| * | | | Use backtrace cleaner to clean up backtrace for verbose query logsLachlan Sylvester2018-08-142-0/+63
| | |/ / | |/| |
* | | | Merge pull request #33612 from bogdanvlviv/test-assert_calledRyuta Kamizono2018-08-151-0/+10
|\ \ \ \
| * | | | Test `assert_called` and `assert_called_with`bogdanvlviv2018-08-141-0/+10
| |/ / /