aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* Handle `FrozenError` if it is availableYasuo Honda2017-12-202-1/+5
* Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-182-4/+15
|\
| * Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-182-4/+15
* | Don't include ellipsis in truncated digest outputEugene Kenny2017-12-171-1/+1
|/
* Suppress `warning: BigDecimal.new is deprecated`Yasuo Honda2017-12-154-9/+9
* Merge pull request #31289 from witlessbird/fips-compatibilityEileen M. Uchitelle2017-12-141-0/+27
|\
| * Introduced `ActiveSupport::Digest` that allows to specify hash function imple...Dmitri Dolguikh2017-12-121-0/+27
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-1411-47/+47
* | Preserve original method visibility when deprecating a methodJordan Brough2017-12-131-0/+22
* | Enable `Layout/SpaceBeforeComma` rubocop rule, and fixed moreRyuta Kamizono2017-12-127-18/+18
|/
* Refactor Date/Time next_occurring and prev_occurringT.J. Schuck2017-11-282-22/+20
* Enable `Style/DefWithParentheses` rubocop ruleRyuta Kamizono2017-11-271-1/+1
* Renove duplicated and wrong testRafael Mendonça França2017-11-251-5/+0
* Merge pull request #24510 from vipulnsward/make-variable_size_secure_compare-...Rafael Mendonça França2017-11-251-0/+11
|\
| * Changed default behaviour of `ActiveSupport::SecurityUtils.secure_compare`,Vipul A M2017-06-071-0/+11
* | Make ActiveSupport::TimeZone.all independent of previous lookups (#31176)Chris LaRose2017-11-221-0/+7
* | MemCacheStore: Support expiring countersTakumasa Ochi2017-11-201-0/+16
* | Merge pull request #31035 from BrentWheeldon/bmw-db-load-deadlockMatthew Draper2017-11-181-0/+55
|\ \
| * | Prevent deadlocks with load interlock and DB lock.Brent Wheeldon2017-11-091-0/+55
* | | Handle `TZInfo::AmbiguousTime` errorsAndrew White2017-11-152-0/+38
* | | These strings should already be frozen where ruby accepts the magic-commentAkira Matsuda2017-11-151-2/+2
* | | Cache: Enable compression by default for values > 1kB.Jeremy Daer2017-11-132-3/+20
* | | Built-in Redis cache storeJeremy Daer2017-11-133-3/+162
* | | Merge pull request #30782 from NickLaMuro/improve_performance_of_inflectionsMatthew Draper2017-11-141-0/+6
|\ \ \
| * | | Deprecate ActiveSupport::Inflector#acronym_regexNick LaMuro2017-10-281-0/+6
* | | | Merge pull request #30893 from y-yagi/verify_credentials_format_before_savingKasper Timm Hansen2017-11-131-0/+8
|\ \ \ \
| * | | | Verify credentials format before savingyuuji.yaginuma2017-11-131-0/+8
* | | | | 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-091-3/+6
|\ \ \ \ \
| * | | | | Allow `Range#include?` on TWZ rangesAndrew White2017-11-081-3/+6
* | | | | | Use plain assert in assert_changes to avoid MT6 refutesGenadi Samokovarov2017-11-071-2/+3
|/ / / / /
* | | | | Fix acronym support in `humanize`Andrew White2017-11-061-0/+13
* | | | | Merge pull request #30620 from bogdanvlviv/method_signature_prev-next-day-mon...Andrew White2017-11-064-24/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Allows pass argument for `Time#prev_year` and `Time#next_year`.bogdanvlviv2017-10-244-12/+16
| * | | | Allows pass argument for `Time#prev_month` and `Time#next_month`bogdanvlviv2017-10-244-12/+24
| * | | | Allows pass argument for `Time#prev_day` and `Time#next_day`bogdanvlviv2017-10-241-0/+10
* | | | | Merge pull request #31004 from shuheiktgw/remove_unnecessary_returnsRafael França2017-10-311-4/+4
|\ \ \ \ \
| * | | | | removed unnecessary returnsShuhei Kitagawa2017-10-281-4/+4
| |/ / / /
* / / / / removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
|/ / / /
* | | | Merge pull request #30953 from rohitpaulk/fix-io-to-jsonRafael Mendonça França2017-10-231-0/+4
|\ \ \ \
| * | | | Fix #to_json for unreadable IO objects, fixes #26132Paul Kuruvilla2017-10-231-0/+4
| | |/ / | |/| |
* / | | Remove deprecated `:if` and `:unless` string filter for callbacksRafael Mendonça França2017-10-231-15/+7
|/ / /
* / / Fix `to_s(:db)` for range comprising of alphabets.Aditya Kapoor2017-10-161-0/+5
|/ /
* | Fixes ActiveSupport::Cache::FileStore#cleanup bug which prevented it from cle...Erich Soares Machado2017-10-031-0/+1
* | Remove unused `new_credentials_configuration`yuuji.yaginuma2017-10-011-8/+0
* | Testing to ensure both bang and non-bang methods behaves consistentlyRyuta Kamizono2017-09-301-0/+23
* | Ensure `HashWithIndifferentAccess#transform_keys` to return `HashWithIndiffer...yuuji.yaginuma2017-09-271-0/+7