aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-314-103/+23
* Update default deprecation horizonYuji Yaginuma2018-01-311-1/+1
* Start Rails 6.0 development!!!Rafael Mendonça França2018-01-302-508/+4
* Suppress expected exceptions by `report_on_exception` = `false`yuuji.yaginuma2018-01-291-0/+4
* Merge pull request #31803 from rmosolgo/rm-dependenciesRafael França2018-01-262-0/+56
|\
| * Remove duplicates after autoloading modulesRobert Mosolgo2018-01-261-0/+1
| * Add failing test for infinite loop when unloading autoloaded modules when an ...Robert Mosolgo2018-01-261-0/+55
* | Remove extra whitespaceDaniel Colson2018-01-255-42/+42
* | Use assert_empty and assert_not_emptyDaniel Colson2018-01-258-31/+31
* | Use assert_predicate and assert_not_predicateDaniel Colson2018-01-2526-141/+141
* | Change refute to assert_notDaniel Colson2018-01-251-2/+2
* | Use respond_to test helpersDaniel Colson2018-01-2513-47/+47
* | Improve fault tolerance for redis cache storefatkodima2018-01-235-10/+137
* | Add support for connection pooling on RedisCacheStorefatkodima2018-01-228-73/+166
* | Pass desired driver to Redis client constructor rather than munging global co...George Claghorn2018-01-211-16/+12
|/
* Merge pull request #31732 from koic/enable_autocorrect_for_lint_end_alignment...Matthew Draper2018-01-197-8/+8
|\
| * Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-187-8/+8
* | Support hash as first argument in `assert_difference`. (#31600)Julien Meichelbeck2018-01-183-7/+57
* | Support for connection pooling on mem cache storeGabriel Sobrinho2018-01-182-9/+99
* | Convert keys to binary in the Redis cache storeGeorge Claghorn2018-01-171-1/+1
* | Test against the pure-Ruby Redis driverGeorge Claghorn2018-01-172-0/+26
|/
* Fix constant referenceGeorge Claghorn2018-01-162-3/+2
* Merge pull request #31651 from eugeneius/use_sha1_digestsSean Griffin2018-01-122-7/+8
|\
| * Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-082-7/+8
* | Merge pull request #30268 from ignatiusreza/instrumentationRyuta Kamizono2018-01-114-49/+64
|\ \
| * | add instrumentation for read_multiIgnatius Reza2017-12-294-49/+64
* | | Merge pull request #31624 from y-yagi/fix_minitest_511Aaron Patterson2018-01-101-2/+4
|\ \ \
| * | | Use `Minitest::Result` for retain test resultyuuji.yaginuma2018-01-031-2/+4
* | | | Fix "the the " [ci skip]Ryuta Kamizono2018-01-101-1/+1
* | | | Merge pull request #29685 from ayanko/fix-slow-name-error-missing-nameRyuta Kamizono2018-01-101-0/+5
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix performance issue with NameError#missing_name on ruby >= v2.3.0.Andriy Yanko2017-07-101-0/+5
* | | | Merge pull request #31648 from dixitp012/rubocop_active_support_testRyuta Kamizono2018-01-081-2/+2
|\ \ \ \
| * | | | Fix rubocop space before commaDixit Patel2018-01-081-1/+1
|/ / / /
* | | | Remove meaningless checkyuuji.yaginuma2018-01-081-1/+1
* | | | Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-072-5/+7
* | | | Merge pull request #31049 from gwincr11/cg-blankRyuta Kamizono2018-01-042-3/+12
|\ \ \ \
| * | | | Add support for multiple encodings in String.blank?Cory Gwin @gwincr112017-11-172-3/+12
* | | | | Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-sti...Ryuta Kamizono2018-01-043-6/+24
|\ \ \ \ \
| * | | | | `assert_changes` should always assert some changeDaniel Ma2017-11-133-5/+22
* | | | | | Remove undefined `track_deletion` callback [ci skip]Ryuta Kamizono2018-01-031-3/+0
| |_|_|/ / |/| | | |
* | | | | Merge pull request #31606 from yhirano55/bump_license_years_for_2018Arun Agrawal2017-12-312-2/+2
|\ \ \ \ \
| * | | | | Bump license years for 2018Yoshiyuki Hirano2017-12-312-2/+2
| | |_|_|/ | |/| | |
* | | | | Merge pull request #31310 from kinnrot/duration-moduloRyuta Kamizono2018-01-012-1/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Empty duration inspect fixChen Kinnrot2017-12-132-1/+5
* | | | | Test that cache stores build unversioned keysGeorge Claghorn2017-12-221-0/+12
* | | | | Revert "Remove code duplication in ActiveSupport::Cache"George Claghorn2017-12-221-11/+26
* | | | | Handle `FrozenError` if it is availableYasuo Honda2017-12-202-1/+5
* | | | | Merge pull request #31348 from y-yagi/fix_31283Kasper Timm Hansen2017-12-184-11/+23
|\ \ \ \ \
| * | | | | Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-184-11/+23
* | | | | | Merge pull request #31479 from iamvery/reword-delegate-allow-nil-paragraphEileen M. Uchitelle2017-12-181-5/+2
|\ \ \ \ \ \