| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #33800 from aeroastro/feature/doc-change-for-blank | Xavier Noria | 2018-09-13 | 1 | -1/+1 |
|\ |
|
| * | Revert falsey with example reordered | Takumasa Ochi | 2018-09-14 | 1 | -2/+2 |
| * | Improve API document on Object#blank? | Takumasa Ochi | 2018-09-06 | 1 | -2/+2 |
* | | Faster multiple_of? method | rigani | 2018-09-12 | 1 | -1/+1 |
* | | Merge pull request #27792 from tjoyal/sandbox-tagged-logging | Rafael Mendonça França | 2018-09-11 | 3 | -10/+35 |
|\ \ |
|
| * | | TaggedLogging to return a new logger instance | Thierry Joyal | 2017-02-27 | 3 | -10/+34 |
* | | | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -2/+2 |
* | | | Oxford comma [ci skip] | Xavier Noria | 2018-09-10 | 1 | -1/+1 |
* | | | Add #unfreeze_time to ActiveSupport::Testing::TimeHelpers | ryanwhocodes | 2018-09-10 | 3 | -1/+12 |
* | | | reflect c03bba4 in CHANGELOGs | Xavier Noria | 2018-09-08 | 1 | -0/+9 |
* | | | trace autoloads, and document hints for troubleshooting | Xavier Noria | 2018-09-07 | 2 | -4/+70 |
* | | | Formatting CHANGELOGs [ci skip] | Ryuta Kamizono | 2018-09-07 | 1 | -4/+4 |
* | | | Merge pull request #33808 from itsbagpack/fix-access-safety-buffer-slice | Aaron Patterson | 2018-09-06 | 3 | -3/+20 |
|\ \ \ |
|
| * | | | Update CHANGELOG for SafetyBuffer slice access | Yumin Wong | 2018-09-06 | 1 | -0/+7 |
| * | | | Use assert_predicate instead | Yumin Wong | 2018-09-06 | 1 | -2/+2 |
| * | | | SafeBuffer should maintain safety upon getting a slice via a range if origina... | Yumin Wong | 2018-08-31 | 2 | -3/+13 |
| | |/
| |/| |
|
* | | | Fix typo in i18n_railtie.rb | Olivier | 2018-09-06 | 1 | -1/+1 |
* | | | Merge pull request #33805 from schneems/schneems/faster-file-store | Richard Schneeman | 2018-09-06 | 1 | -6/+10 |
|\ \ \ |
|
| * | | | Faster File Store | schneems | 2018-09-06 | 1 | -6/+10 |
| |/ / |
|
* | | | Merge pull request #33574 from lsylvester/change-i18n-defaults-behaviour-to-m... | Rafael França | 2018-09-06 | 1 | -1/+13 |
|\ \ \ |
|
| * | | | update I18n fallbacks configuration to be compatible with i18n 1.1.0 | Lachlan Sylvester | 2018-08-23 | 1 | -1/+13 |
* | | | | Ensure we always cleanup the databases | Eileen Uchitelle | 2018-09-05 | 1 | -11/+13 |
| |/ /
|/| | |
|
* | | | Remove redundant `travel_back` | yuuji.yaginuma | 2018-08-31 | 1 | -5/+0 |
* | | | 20% faster `try` | Sean Griffin | 2018-08-29 | 1 | -8/+7 |
* | | | Merge pull request #33747 from schneems/schneems/faster-try | Richard Schneeman | 2018-08-29 | 1 | -1/+10 |
|\ \ \ |
|
| * | | | 32% Faster Object#try | schneems | 2018-08-29 | 1 | -1/+10 |
* | | | | Update the comments for TimeWithZone subtraction (#33721) | Rob Race | 2018-08-28 | 1 | -2/+10 |
| |/ /
|/| | |
|
* | | | Merge pull request #33162 from utilum/stop_using_mocha | Kasper Timm Hansen | 2018-08-22 | 2 | -0/+112 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add method_call_assertions and use them instead of Mocha | utilum | 2018-08-13 | 2 | -0/+112 |
* | | | Improve documentation of Procs as :if / :unless options for callbacks | Fabian Schwahn | 2018-08-20 | 1 | -0/+8 |
* | | | Merge pull request #31132 from emaxi/feature/add-missing-documentation-option... | Ryuta Kamizono | 2018-08-20 | 1 | -0/+5 |
|\ \ \ |
|
| * | | | Add missing documentation options to number_to_currency [ci skip] | emaxi | 2018-07-11 | 1 | -0/+5 |
* | | | | Remove unused requires | yuuji.yaginuma | 2018-08-17 | 1 | -3/+0 |
* | | | | Fix obsoleted method URI.unescape in activesupport/test | Vitor Oliveira | 2018-08-15 | 1 | -1/+1 |
* | | | | Merge pull request #33499 from lsylvester/caller-ignore-paths | Kasper Timm Hansen | 2018-08-15 | 2 | -0/+63 |
|\ \ \ \ |
|
| * | | | | Use backtrace cleaner to clean up backtrace for verbose query logs | Lachlan Sylvester | 2018-08-14 | 2 | -0/+63 |
| | |/ /
| |/| | |
|
* | | | | Merge pull request #33612 from bogdanvlviv/test-assert_called | Ryuta Kamizono | 2018-08-15 | 1 | -0/+10 |
|\ \ \ \ |
|
| * | | | | Test `assert_called` and `assert_called_with` | bogdanvlviv | 2018-08-14 | 1 | -0/+10 |
| |/ / / |
|
* | | | | Refactor `Array#extract!` | bogdanvlviv | 2018-08-14 | 1 | -7/+7 |
* | | | | Add `Array#extract!` | bogdanvlviv | 2018-08-14 | 4 | -0/+77 |
|/ / / |
|
* | | | Fix a typo in Active Support's CHANGELOG [ci skip] | Robin Dupret | 2018-08-10 | 1 | -1/+1 |
* | | | Fix the obvious typos detected by github.com/client9/misspell | Kazuhiro Sera | 2018-08-08 | 1 | -1/+1 |
* | | | Move changelog entry of 47018a82 up [ci skip] | bogdanvlviv | 2018-08-05 | 1 | -11/+11 |
* | | | Support skip nil for cache fetch (#25437) | Martin | 2018-08-05 | 3 | -1/+23 |
* | | | Fix example in thread_mattr_accessor documentation | Fabian Mersch | 2018-07-31 | 1 | -1/+1 |
* | | | Remove unused require | Ryuta Kamizono | 2018-07-31 | 1 | -1/+0 |
* | | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method | Ryuta Kamizono | 2018-07-31 | 2 | -14/+52 |
|\ \ \ |
|
| * | | | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 2 | -14/+52 |
* | | | | Merge pull request #33467 from bdewater/chomp-unconditionally | Kasper Timm Hansen | 2018-07-30 | 1 | -2/+2 |
|\ \ \ \ |
|
| * | | | | Chomp will work without checking for end of the string | Bart de Water | 2018-07-29 | 1 | -2/+2 |