aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33087 from bogdanvlviv/document-CompareWithRangeRafael França2018-06-081-1/+1
|\
| * Add `ActiveSupport::CompareWithRange` to API docsbogdanvlviv2018-06-071-1/+1
* | Remove extra `include ActiveSupport::Testing::MethodCallAssertions`bogdanvlviv2018-06-081-3/+0
|/
* Don't expose `Enumerable#_original_sum_with_required_identity` which is inter...yuuji.yaginuma2018-06-041-1/+5
* [ci skip] "brethen" is misspelled and unclearMichael Gee2018-05-311-1/+1
* Merge pull request #33020 from joshpencheon/time_zone_frac_microsecondsRafael França2018-05-302-2/+17
|\
| * Allow Time.zone.at to receive a second argumentJosh Pencheon2018-05-302-2/+17
* | Remove unused `require "active_support/file_update_checker"`yuuji.yaginuma2018-05-301-1/+0
|/
* Improve grammar for DateAndTime before? and after? calculations [ci skip]Aaron Sumner2018-05-241-2/+2
* Merge pull request #32822 from lxxxvi/improved_error_message_in_assert_changesRafael França2018-05-222-2/+4
|\
| * Clearer error message in assert_changeslxxxvi2018-05-052-2/+4
* | Merge pull request #32851 from yskkin/doc_require_dependencyRafael França2018-05-221-0/+4
|\ \
| * | Document require_dependency [ci skip]Yoshiyuki Kinjo2018-05-091-0/+4
* | | add CHANGELOG/Docutilum2018-05-221-0/+11
* | | Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
* | | [ci skip] Add documentation/changelog entry.Kasper Timm Hansen2018-05-211-0/+15
* | | Add Enumerable#index_with.Kasper Timm Hansen2018-05-212-1/+40
* | | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-182-0/+12
* | | Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-137-26/+26
|/ /
* / Remove `test_match_p` since Rails 6 requires Ruby 2.4.1 or newerRyuta Kamizono2018-05-071-24/+0
|/
* Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-042-1/+8
* Fix test: threads being nil in ensurePavel Valena2018-04-301-4/+4
* Improve the performance of `ActiveSupport::Inflector.ordinal`Ryuta Kamizono2018-04-291-9/+12
* Merge pull request #32733 from Edouard-chin/ec-setupand-teardownRafael França2018-04-273-13/+11
|\
| * `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-273-13/+11
* | Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
|/
* Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
* Merge pull request #32681 from bdewater/rubocop-0-54Ryuta Kamizono2018-04-221-1/+1
|\
| * Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* | Fix typo in constant name [ci skip]yuuji.yaginuma2018-04-221-1/+1
|/
* Merge pull request #32642 from bogdanvlviv/fix-name-test-added-by-32613Andrew White2018-04-201-1/+1
|\
| * Fix name of the test added by #32613bogdanvlviv2018-04-191-1/+1
* | Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* | Merge pull request #32648 from bogdanvlviv/improve-pattern-filenames-to-catch...Rafael França2018-04-195-11/+11
|\ \
| * | Allow rubocop check more filesbogdanvlviv2018-04-195-11/+11
* | | Merge pull request #32168 from christianblais/activesupport-ordinalize-i18nRafael França2018-04-194-13/+59
|\ \ \ | |/ / |/| |
| * | `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`Christian Blais2018-03-054-13/+59
* | | Merge pull request #32605 from composerinteralia/assert-notRafael França2018-04-1926-88/+88
|\ \ \ | |_|/ |/| |
| * | Replace `assert !` with `assert_not`Daniel Colson2018-04-1926-88/+88
* | | Merge branch 'master' into fix-as-timezone-allAndrew White2018-04-192-6/+18
|\| |
| * | Redis cache store: avoid blocking the server in `#delete_matched`Gleb Mazovetskiy2018-04-182-6/+18
* | | Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-184-1/+35
|/ /
* | Merge pull request #32556 from utilum/splatRyuta Kamizono2018-04-171-2/+2
|\ \
| * | 2.6 warning: passing splat keyword arguments as a single Hashutilum2018-04-151-2/+2
* | | Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
|/ /
* | Fix redis store clear keys outside the namespaceRei2018-04-152-1/+19
* | Use `SecureRandom.random_bytes` instead of `SecureRandom.bytes`yuuji.yaginuma2018-04-131-1/+1
* | Merge pull request #32551 from chrisarcand/no-doc-original-sumRafael França2018-04-121-1/+1
|\ \
| * | Don't doc _original_sum_with_required_identityChris Arcand2018-04-121-1/+1
* | | Merge pull request #32539 from chancancode/anticompressRafael França2018-04-125-73/+181
|\ \ \ | |/ / |/| |