aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* 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-221-1/+3
|\
| * Clearer error message in assert_changeslxxxvi2018-05-051-1/+3
* | 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
| |/
* | Allow Range#=== and Range#cover? on Rangeutilum2018-05-223-23/+68
* | Add Enumerable#index_with.Kasper Timm Hansen2018-05-211-1/+25
* | Raise a better exception when a invalid depreation behavior is setRafael Mendonça França2018-05-181-0/+4
|/
* Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-041-1/+1
* 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-272-10/+6
|\
| * `SetupAndTeardown` has few caveats that breaks libraries:Edouard CHIN2018-04-272-10/+6
* | Don't dup Strings when jsonifyingAkira Matsuda2018-04-271-2/+6
|/
* Reduce extra object creations in TaggedLoggingAkira Matsuda2018-04-271-1/+3
* Fix Style/RedundantReturn offensesBart de Water2018-04-211-1/+1
* Return back "/" to the end of RAILS_GEM_ROOTbogdanvlviv2018-04-201-1/+1
* Merge pull request #32168 from christianblais/activesupport-ordinalize-i18nRafael França2018-04-193-13/+31
|\
| * `ActiveSupport::Inflector#ordinal` and `ActiveSupport::Inflector#ordinalize`Christian Blais2018-03-053-13/+31
* | Merge branch 'master' into fix-as-timezone-allAndrew White2018-04-191-6/+13
|\ \
| * | Redis cache store: avoid blocking the server in `#delete_matched`Gleb Mazovetskiy2018-04-181-6/+13
* | | Fix exception in AS::Timezone.all when any tzinfo data is missingDominik Sander2018-04-181-1/+2
|/ /
* | Inclusive Language in Documentation Examples [ci skip]Cassidy Kobewka2018-04-151-2/+2
* | Fix redis store clear keys outside the namespaceRei2018-04-151-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-121-35/+32
|\ \ \ | |/ / |/| |
| * | Fix `ActiveSupport::Cache` compressionGodfrey Chan2018-04-111-35/+32
* | | Merge pull request #32542 from teddywing/active-support-cache-store--fix-end-...George Claghorn2018-04-121-2/+3
|\ \ \
| * | | Cache::Store#read: Fix fixed-width end tag in docsTeddy Wing2018-04-121-2/+3
| |/ /
* | | Merge pull request #31913 from rywall/define-callbacks-descMatthew Draper2018-04-121-1/+3
|\ \ \ | |/ / |/| |
| * | No need to define methods on descendants.Ryan Wallace2018-02-241-18/+18
| * | Define callbacks on descendants.Ryan Wallace2018-02-061-17/+19
* | | `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-061-1/+8
* | | [ci skip] Add :private option to delegation docYoshiyuki Hirano2018-04-051-1/+2
* | | Small doc fixesT.J. Schuck2018-04-021-4/+4
* | | Merge pull request #32268 from freeletics/encrypted-tmp-file-nameKasper Timm Hansen2018-04-011-1/+1
|\ \ \
| * | | Change temporary file name extension while editing encrypted file.Wojciech Wnętrzak2018-03-181-1/+1
* | | | Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-314-6/+10
* | | | Adding missing extension for `cattr_accessor` methodWojciech Wnętrzak2018-03-301-0/+1
* | | | Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-264-0/+8
|\ \ \ \
| * | | | Add `before?` and `after?` methods to date and time classesNick Holden2018-03-064-0/+8
* | | | | Remove unused `serialize` methodyuuji.yaginuma2018-03-251-4/+0
* | | | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-returnRafael França2018-03-221-1/+8
|\ \ \ \ \
| * | | | | Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-211-1/+8
* | | | | | Remove unused variableRafael Mendonça França2018-03-221-1/+0
* | | | | | Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
|/ / / / /
* | / / / Fix unclosed tags in `RedisCacheStore` docs [ci skip]yuuji.yaginuma2018-03-191-1/+1
| |/ / / |/| | |
* | | | Don't marshal ActiveSupport::Cache::Entry objects twiceSean Griffin2018-03-141-13/+14
* | | | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-121-1/+1
* | | | Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9