aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-127-18/+18
* Prevent race condition when resetting time stubsEugene Kenny2017-12-121-1/+2
* [ci skip] Make Todo classes inherit ApplicationRecordYoshiyuki Hirano2017-12-071-5/+5
* Mention about Ruby 2.4 Unicode case mappings in `mb_chars` example [ci skip] ...Ryuta Kamizono2017-11-291-1/+3
* [ci skip] Correct output for UpcaseDixit Patel2017-11-291-1/+1
* Merge pull request #31268 from tjschuck/refactor_prev_next_occurringRafael França2017-11-283-26/+32
|\
| * Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-283-26/+32
* | Formatting fix for example codeT.J. Schuck2017-11-282-2/+2
|/
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-282-1/+6
* Fix typos and add a few suggestionsFatos Morina2017-11-281-1/+1
* Merge pull request #31243 from ignat-z/patch-1Rafael França2017-11-271-8/+6
|\
| * [ci skip] Fix documentation for deprecation method_wrappersIgnat Zakrevsky2017-11-271-8/+6
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-272-1/+3
|/
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-272-2/+2
* Renove duplicated and wrong testRafael Mendonça França2017-11-251-5/+0
* Compare the actual string after comparing the HMAC proccessed stringsRafael Mendonça França2017-11-251-1/+1
* Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...Rafael Mendonça França2017-11-253-10/+31
|\
| * Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,Vipul A M2017-06-073-10/+31
* | Merge pull request #31204 from tjschuck/doc_fix_some_backticks_to_ttRafael França2017-11-229-19/+19
|\ \
| * | Update incorrect backtick usage in RDoc to teletypeT.J. Schuck2017-11-229-19/+19
* | | Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)Chris LaRose2017-11-223-3/+23
|/ /
* | MemCacheStore: Support expiring countersTakumasa Ochi2017-11-203-2/+31
* | Generate `keys` instead of `keys_to_names`Ryuta Kamizono2017-11-201-3/+3
* | Fix "warning: assigned but unused variable - key"yuuji.yaginuma2017-11-181-1/+1
* | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlockMatthew Draper2017-11-182-0/+72
|\ \
| * | Prevent deadlocks with load interlock and DB lock.Brent Wheeldon2017-11-092-0/+72
* | | Merge pull request #30100 from kirs/doc-reloaderMatthew Draper2017-11-171-0/+3
|\ \ \
| * | | Document public hooks in AS::Reloader [ci skip]Kir Shatrov2017-08-141-0/+3
* | | | Merge pull request #31128 from rails/handle-ambigious-timesAndrew White2017-11-154-1/+66
|\ \ \ \
| * | | | Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-154-1/+66
* | | | | Merge pull request #29776 from mrj/fix-idlw-timezoneMatthew Draper2017-11-151-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Change the "International Date Line West" TZInfo timezone from "Pacific/Midwa...Mark James2017-07-131-1/+1
* | | | | These strings should already be frozen where ruby accepts the magic-commentAkira Matsuda2017-11-151-2/+2
* | | | | Fix activesupport/CHANGELOG.md [ci skip]bogdanvlviv2017-11-141-27/+29
* | | | | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-134-14/+41
* | | | | Built-in Redis cache storeJeremy Daer2017-11-136-15/+637
* | | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-145-8/+29
|\ \ \ \ \
| * | | | | Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-284-5/+14
| * | | | | Cache regexps generated from acronym_regexNick LaMuro2017-10-232-6/+18
* | | | | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_savingKasper Timm Hansen2017-11-132-1/+15
|\ \ \ \ \ \
| * | | | | | Verify credentials format before savingyuuji.yaginuma2017-11-132-1/+15
* | | | | | | Remove unused requireyuuji.yaginuma2017-11-121-2/+0
* | | | | | | :scissors:Ryuta Kamizono2017-11-101-2/+2
* | | | | | | Merge pull request #31065 from bogdan/cleanup-cache-keyAndrew White2017-11-101-26/+11
|\ \ \ \ \ \ \
| * | | | | | | Remove code duplication in ActiveSupport::CacheBogdan Gusiev2017-11-091-26/+11
* | | | | | | | Remove unused requireyuuji.yaginuma2017-11-101-1/+0
* | | | | | | | Bump RuboCop to 0.51.0Koichi ITO2017-11-101-1/+1
* | | | | | | | Merge pull request #31027 from PHedkvist/inflector_test_typeRafael França2017-11-092-2/+2
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | |
| * | | | | | | Fixed typo in test for activesupport parameterizePierre Hedkvist2017-11-012-2/+2
* | | | | | | | Merge pull request #31081 from rails/allow-include-time-with-zone-rangeAndrew White2017-11-095-4/+46
|\ \ \ \ \ \ \ \