aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
* Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-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-271-1/+1
|/
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-271-1/+1
* 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-251-10/+12
|\
| * Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,Vipul A M2017-06-071-10/+12
* | 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-221-3/+9
|/ /
* | MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-2/+2
* | 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-181-0/+17
|\ \
| * | Prevent deadlocks with load interlock and DB lock.Brent Wheeldon2017-11-091-0/+17
* | | 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-151-1/+1
|\ \ \ \
| * | | | Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-151-1/+1
* | | | | 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
* | | | | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-131-11/+9
* | | | | Built-in Redis cache storeJeremy Daer2017-11-132-12/+437
* | | | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-144-8/+23
|\ \ \ \ \
| * | | | | Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-283-5/+8
| * | | | | 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-131-1/+7
|\ \ \ \ \ \
| * | | | | | Verify credentials format before savingyuuji.yaginuma2017-11-131-1/+7
* | | | | | | Remove unused requireyuuji.yaginuma2017-11-121-2/+0
* | | | | | | 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
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #31081 from rails/allow-include-time-with-zone-rangeAndrew White2017-11-093-1/+27
|\ \ \ \ \ \ \
| * | | | | | | Allow `Range#include?` on TWZ rangesAndrew White2017-11-083-1/+27
* | | | | | | | Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-071-7/+2
|/ / / / / / /
* | | | | | | Resolve Minitest 6 deprecation in assert_no_changesDan Ott2017-11-061-1/+6
* | | | | | | Fix acronym support in `humanize`Andrew White2017-11-061-1/+1
* | | | | | | Merge pull request #31066 from Leyka/patch-1Andrew White2017-11-061-6/+6
|\ \ \ \ \ \ \
| * | | | | | | Fix french spelling mistake Skander2017-11-061-6/+6
| |/ / / / / /
* | | | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon...Andrew White2017-11-061-16/+24
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-241-5/+9
| * | | | | | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-241-5/+9
| * | | | | | Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-241-6/+6
* | | | | | | Merge pull request #31014 from aditya-kapoor/doc-fixesEileen M. Uchitelle2017-11-041-1/+7
|\ \ \ \ \ \ \
| * | | | | | | [ci skip] show the correct example to demonstrate inflections.Aditya Kapoor2017-11-011-1/+7
* | | | | | | | Remove unused `calculate_rounded_number` and `digit_count`yuuji.yaginuma2017-11-041-8/+0
* | | | | | | | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-7/+7
|/ / / / / / /
* | | | | | | removed unnecessary returnsShuhei Kitagawa2017-10-284-4/+4
* | | | | | | Simplify API documentation of methods that return a Durationbogdanvlviv2017-10-242-33/+10
|/ / / / / /