aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #32268 from freeletics/encrypted-tmp-file-nameKasper Timm Hansen2018-04-011-1/+1
|\
| * Change temporary file name extension while editing encrypted file.Wojciech Wnętrzak2018-03-181-1/+1
* | Move implementation of `before?` and `after?` to `DateAndTime::Calculations`bogdanvlviv2018-03-318-42/+22
* | Fix: FileStoreTest#test_filename_max_size fails in Ruby 2.5.1utilum2018-03-311-1/+3
* | Adding missing extension for `cattr_accessor` methodWojciech Wnętrzak2018-03-301-0/+1
* | Merge pull request #32185 from nholden/human_readable_date_time_comparisonsRafael França2018-03-269-0/+63
|\ \
| * | Add `before?` and `after?` methods to date and time classesNick Holden2018-03-069-0/+63
* | | Remove unused `serialize` methodyuuji.yaginuma2018-03-251-4/+0
* | | Merge pull request #32315 from huacnlee/fix/local-cache-read-multi-entry-returnRafael França2018-03-222-1/+20
|\ \ \
| * | | Fix Cache `read_multi` with local_cache return values.Jason Lee2018-03-212-1/+20
* | | | Remove unused variableRafael Mendonça França2018-03-221-1/+0
* | | | Ruby 2.6 will not require monkey patched `URI#unescape`Yasuo Honda2018-03-221-9/+1
* | | | Use try in tests that try to test try.Kasper Timm Hansen2018-03-211-7/+2
|/ / /
* | / Fix unclosed tags in `RedisCacheStore` docs [ci skip]yuuji.yaginuma2018-03-191-1/+1
| |/ |/|
* | Don't marshal ActiveSupport::Cache::Entry objects twiceSean Griffin2018-03-141-13/+14
* | Remove changelog header for unreleased versionRafael Mendonça França2018-03-131-2/+0
* | Redis cache store: fix constructing with a Redis instanceAdam Richardson2018-03-122-1/+7
* | Fix CHANGELOGs [ci skip]bogdanvlviv2018-03-121-3/+1
* | Only apply monkey-patch if detected to be requiredAshe Connor2018-03-091-2/+9
* | Merge pull request #32183 from kivikakk/uri-ext-fixEileen M. Uchitelle2018-03-073-2/+12
|\ \ | |/ |/|
| * URI.unescape handles mixed Unicode/escaped inputAshe Connor2018-03-073-2/+12
* | [ci skip] Hide internal docs from root AS moduleAshe Connor2018-03-061-0/+1
|/
* Update skip_after_callbacks_if_terminated documentationRafael Mendonça França2018-03-051-2/+2
* [ci skip] Fix grammar in delegate, private: true docs.Kasper Timm Hansen2018-03-041-5/+4
* Deprecate "active_support/core_ext/numeric/inquiry"bogdanvlviv2018-03-024-108/+5
* Deprecate `active_support/core_ext/hash/compact`yuuji.yaginuma2018-03-023-61/+6
* Remove unnecessary `respond_to?(:report_on_exception)` checkingyuuji.yaginuma2018-03-021-2/+2
* Ruby 2.4: take advantage of String#unpack1Jeremy Daer2018-03-012-5/+5
* Add separate test to ensure that `delegate` with `:private` option returns co...bogdanvlviv2018-02-283-16/+23
* Remove extra changelog added by #31944bogdanvlviv2018-02-271-16/+0
* add private: true option for ActiveSupport delegateTomas Valent2018-02-263-2/+117
* Remove changelogs for Rails 6.0 since they were backported to `5-2-stable`bogdanvlviv2018-02-261-21/+0
* Remove native `Array#sum` and `Enumerable#sum` detection (#32102)Ryuta Kamizono2018-02-261-63/+44
* Merge pull request #32093 from jfragoulis/correct-method-documentationYuji Yaginuma2018-02-241-1/+1
|\
| * Correct ActiveSupport::Deprecation::Behavior#behavior= documentationJohn Fragoulis2018-02-231-1/+1
* | Caching: MemCache and Redis stores use local cache for multi-readsGabriel Sobrinho2018-02-233-0/+32
|/
* Call `YAML.load` correctlyeileencodes2018-02-211-1/+1
* Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-204-439/+15
* Return all mappings for a timezone id in `country_zones`Andrew White2018-02-193-2/+31
* String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-183-0/+108
* `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-173-1/+23
* Fixes typosDharam Gollapudi2018-02-171-3/+3
* Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-1716-141/+32
* Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0
* Clean up and consolidate .gitignoresbogdanvlviv2018-02-171-0/+1
* Remove extra conditions in HWIDA since Rails 6 does not support Ruby 2.2bogdanvlviv2018-02-172-17/+13
* Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-34/+18
* Define transform_keys! in HashWithIndifferentAccessRafael Mendonça França2018-02-162-0/+21
* Remove usage of strip_heredoc in the framework in favor of <<~Rafael Mendonça França2018-02-163-8/+6
* Remove support to Ruby 2.2Rafael Mendonça França2018-02-161-1/+1