aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test
Commit message (Expand)AuthorAgeFilesLines
...
| * Fix `ActiveSupport::Cache` compressionGodfrey Chan2018-04-111-2/+21
| * Add failing test for compression bugGodfrey Chan2018-04-113-38/+123
* | Merge pull request #31913 from rywall/define-callbacks-descMatthew Draper2018-04-121-0/+10
|\ \ | |/ |/|
| * Define callbacks on descendants.Ryan Wallace2018-02-061-0/+10
* | Fix test class name for `Assertions` moduleyuuji.yaginuma2018-04-081-1/+1
* | Rename the class as there is already an existing class with that nameEdouard CHIN2018-04-061-1/+1
* | `SetupAndTeardown#teardown` should call any subsequent after_teardown:Edouard CHIN2018-04-061-0/+34
* | Autocorrect `refute` RuboCop violationsDaniel Colson2018-04-031-2/+2
* | Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-314-36/+12
* | Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1utilum2018-03-311-1/+3
* | Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-264-0/+50
|\ \
| * | Add `before?` and `after?` methods to date and time classesNick Holden2018-03-064-0/+50
* | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-returnRafael França2018-03-221-0/+12
|\ \ \
| * | | Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-211-0/+12
* | | | Use try in tests that try to test try.Kasper Timm Hansen2018-03-211-7/+2
|/ / /
* | | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-121-0/+6
* | | URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-071-1/+1
|/ /
* | Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-021-80/+3
* | Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-021-34/+4
* | Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2
* | Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-011-3/+3
* | Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-281-6/+16
* | add private: true option for ActiveSupport delegateTomas Valent2018-02-261-0/+57
* | Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-231-0/+10
* | Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-201-26/+0
* | Return all mappings for a timezone id in `country_zones`Andrew White2018-02-191-0/+10
* | String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-181-0/+62
* | `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-171-0/+4
* | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-174-79/+9
* | Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-171-2/+0
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-172-3/+1
* | Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-161-0/+13
* | Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-162-6/+5
* | Merge pull request #31866 from fatkodima/redis_cache-connection_poolRafael Mendonça França2018-02-142-2/+50
|\ \
| * | Add support for connection pooling on RedisCacheStorefatkodima2018-02-012-2/+50
* | | Add missing requireyuuji.yaginuma2018-02-081-0/+1
* | | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-071-0/+6
|\ \ \ | |_|/ |/| |
| * | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-071-0/+6
* | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-051-0/+8
* | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-056-17/+20
* | | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-041-0/+10
* | | Merge pull request #28171 from sorra/fresh-thread-tagged-loggingRyuta Kamizono2018-02-031-1/+2
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into fresh-thread-tagged-loggingDongqing Hu2017-02-261-0/+13
| |\ \
| * | | Improve test for TaggedLogging "keeps each tag in their own thread"Dongqing Hu2017-02-261-1/+2
* | | | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-311-32/+0
* | | | 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-261-0/+55
|\ \ \ \
| * | | | 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