aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / /
* | | | Refactor `Array#extract!`bogdanvlviv2018-08-141-7/+7
* | | | Add `Array#extract!`bogdanvlviv2018-08-144-0/+77
|/ / /
* | | Fix a typo in Active Support's CHANGELOG [ci skip]Robin Dupret2018-08-101-1/+1
* | | Fix the obvious typos detected by github.com/client9/misspellKazuhiro Sera2018-08-081-1/+1
* | | Move changelog entry of 47018a82 up [ci skip]bogdanvlviv2018-08-051-11/+11
* | | Support skip nil for cache fetch (#25437)Martin2018-08-053-1/+23
* | | 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-312-14/+52
|\ \ \
| * | | A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-302-14/+52
* | | | 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