aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
* Tweak test nameGeorge Claghorn2018-12-301-1/+1
* Make Active Storage blob keys lowercaseJulik Tarkhanov2018-12-301-0/+20
* No need to handle if FrozenError is availableYasuo Honda2018-12-232-5/+1
* Fixes `warning: mismatched indentations at 'rescue' with 'def' at 15`.utilum2018-12-211-2/+2
* Merge pull request #34764 from kamipo/avoid_redundant_beginRyuta Kamizono2018-12-215-140/+123
|\
| * Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-215-140/+123
* | Merge pull request #33822 from y-yagi/do_not_check_parents_dor_directoriesYuji Yaginuma2018-12-211-0/+28
|\ \
| * | Do not add parent directory to file system monitoringyuuji.yaginuma2018-12-181-0/+28
* | | Add test for `travel_to` with time zoneyuuji.yaginuma2018-12-211-0/+17
* | | Merge pull request #34762 from bogdanvlviv/fix-a-few-deprecation-warningsKasper Timm Hansen2018-12-201-28/+6
|\ \ \ | |_|/ |/| |
| * | Follow up #34754bogdanvlviv2018-12-201-28/+6
* | | Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
|/ /
* | Remove remaining tests for `Hash#transform_keys` and `Hash#transform_keys!`Ryuta Kamizono2018-12-211-27/+0
* | Use native `Array#append`, `Array#prepend`, `Hash#transform_keys`, and `Hash#...Ryuta Kamizono2018-12-202-71/+4
* | Extend documentation of `ActiveSupport::Notifications.subscribe` (#34721)Bogdan2018-12-171-1/+1
|/
* Test ActiveSupport::Deprecation.deprecate_methodsYosuke Kabuto2018-12-141-0/+7
* Enable `Layout/SpaceAfterSemicolon` cop to avoid newly adding odd spacingRyuta Kamizono2018-12-131-1/+1
* Make `deprecate` work for non-exists methodsyuuji.yaginuma2018-12-071-0/+7
* Do nothing when the same block is included again.Mark J. Titorenko2018-11-292-0/+19
* Merge pull request #34037 from reitermarkus/atomic_write-permissionsRafael França2018-11-221-0/+14
|\
| * Ensure correct permission when `tmpdir` is the same as `dirname`.Markus Reiter2018-10-021-0/+14
* | Fix ruby warningsyuuji.yaginuma2018-11-221-2/+2
* | Add test for normalizing non-unicode stringFumiaki MATSUSHIMA2018-11-151-0/+10
* | Make #to_options an alias for #symbolize_keysNick Weiland2018-11-011-0/+7
* | Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-284-0/+47
* | Merge pull request #34208 from yskkin/inspect_with_parameter_filterRyuta Kamizono2018-10-261-0/+54
|\ \
| * | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-0/+54
* | | `assert_called_with` should require `args` argumentbogdanvlviv2018-10-252-13/+1
* | | Use String#truncate_bytes inside Multibyte::Chars#limitFrancesco Rodríguez2018-10-201-18/+0
* | | Deprecate Unicode's #pack_graphemes and #unpack_graphemes methodsFrancesco Rodríguez2018-10-181-4/+6
* | | Deprecate ActiveSupport::Multibyte::Chars.consumes?Francesco Rodríguez2018-10-151-3/+9
* | | Fix issue where duration where always rounded up to a second:Edouard CHIN2018-10-121-2/+2
|/ /
* | Deprecate Unicode#normalize and Chars#normalize (#34202)Francesco Rodríguez2018-10-123-106/+163
* | Use native String#capitalizeFrancesco Rodríguez2018-10-121-1/+1
* | Deprecate Unicode#downcase/upcase/swapcase.Francesco Rodríguez2018-10-121-0/+6
* | Test that nested structs to_json works as expectedEileen Uchitelle2018-10-111-0/+10
* | Deprecate ActionDispatch::Http::ParameterFilter in favor of ActiveSupport::Pa...Yoshiyuki Kinjo2018-10-081-0/+51
* | Array with single item correctly uses cache_keyGraham Turner2018-10-051-0/+49
* | Bugfix: ActiveSupport::EncryptedConfiguration reading of comment-only encrypt...Martin Spickermann2018-10-051-0/+6
* | Don't use deprecated `LoggerSilence`yuuji.yaginuma2018-10-041-1/+1
* | Merge pull request #34055 from Edouard-chin/ec-logger-fixRafael França2018-10-032-1/+37
|\ \
| * | Fix the LoggerSilence to work as described:Edouard CHIN2018-10-022-1/+37
* | | :warning: assigned but unused variable - loggerAkira Matsuda2018-10-031-1/+1
|/ /
* | Merge pull request #34051 from gmcgibbon/module_parent_method_renameRafael Mendonça França2018-10-021-11/+29
|\ \
| * | Prefix Module#parent, Module#parents, and Module#parent_name with moduleGannon McGibbon2018-10-021-11/+29
* | | Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-021-1/+9
|/ /
* | Merge pull request #33058 from gmcgibbon/string_first_last_negative_deprecationRafael França2018-10-021-0/+18
|\ \ | |/ |/|
| * Add deprecation warning when String#first and String#last receive negative in...Gannon McGibbon2018-09-281-0/+18
* | Fix spellings for 'unmarshall(ing/ed)' & 'marshall(ing/ed)'Sharang Dashputre2018-10-021-19/+19
* | Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-296-8/+8
|/