aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
* Improve changelog entry, remove extraneous word [ci skip]Carlos Antonio da Silva2019-07-231-2/+2
* Remove changelog entry for backported changeGeorge Claghorn2019-07-221-7/+0
* Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-173-2/+44
* Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-172-15/+2
* Merge pull request #36690 from cpruitt/make-parameterize-requires-utf-8-explicitEileen M. Uchitelle2019-07-172-2/+15
|\
| * Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-162-2/+15
* | Merge pull request #36648 from louim/patch-1Rafael França2019-07-161-2/+2
|\ \ | |/ |/|
| * Update message verifier documentation [ci skip]Louis-Michel Couture2019-07-101-2/+2
* | Merge pull request #36667 from gmcgibbon/clarify_logger_set_in_log_subscriber...Gannon McGibbon2019-07-161-0/+3
|\ \
| * | Specify log subscribers need a logger set before they can receive eventsGannon McGibbon2019-07-151-0/+3
* | | Merge pull request #36685 from Shopify/as-depedencies-unhook-fixRafael França2019-07-161-3/+23
|\ \ \
| * | | Fix Loadable.exclude_from to also reset Kernel#requireJean Boussier2019-07-161-3/+23
* | | | Merge pull request #36557 from sikachu/fix-source-annotation-extractor-annota...Matthew Draper2019-07-162-3/+41
|\ \ \ \
| * | | | Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-052-3/+41
* | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-152-1/+13
|\ \ \ \ \
| * | | | | Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-112-1/+13
| | |_|_|/ | |/| | |
* | | | | active_support/core_ext/object/duplicable is not in use hereRyuta Kamizono2019-07-161-1/+0
| |_|_|/ |/| | |
* | | | Inline anemic log guardDavid Heinemeier Hansson2019-07-151-6/+3
| |_|/ |/| |
* | | Merge pull request #36658 from Shopify/duplicable-changesRyuta Kamizono2019-07-142-118/+8
|\ \ \
| * | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-122-2/+11
| * | | Remove dead code in duplicable.rbJean Boussier2019-07-111-120/+1
* | | | active_support/deprecation is not in use hereAkira Matsuda2019-07-122-2/+0
* | | | active_support/dependencies/autoload is already required via active_support.rbAkira Matsuda2019-07-122-5/+0
* | | | Improve changelog entry, remove extraneous word [ci skip]Carlos Antonio da Silva2019-07-111-2/+2
|/ / /
* / / Do not use hard tabs in CHANGELOGs [ci skip]Ryuta Kamizono2019-07-111-6/+6
|/ /
* | Merge pull request #36443 from jhawthorn/as_parallelization_process_nameJohn Hawthorn2019-07-061-0/+11
|\ \
| * | Set process name of parallelized test workersJohn Hawthorn2019-06-071-0/+11
| |/
* | bumps ZeitwerkXavier Noria2019-06-301-1/+1
* | Rely on Kernel require instead of self requireBenoit Tigeot2019-06-221-1/+1
* | Indentation >>Akira Matsuda2019-06-221-6/+6
* | Delete `DateAndTime` method definition in rails that is compatible with ruby ...soartec-lab2019-06-165-106/+90
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1354-61/+1
* | Add missing file to require digest/uuid on active_support core extensionsLucas Arantes2019-06-121-0/+3
|/
* Allow `on_rotation` in MessageEncryptor to be passed in constructor:Edouard CHIN2019-06-063-4/+50
* Don't call listen with empty directory listJohn Hawthorn2019-06-031-1/+4
* Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-033-11/+27
* Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+8
* ruby < 2.5 is no longer supportedAkira Matsuda2019-05-282-17/+9
* Change commentsEdu Depetris2019-05-251-2/+2
* Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-242-20/+43
|\
| * Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-232-0/+25
| * Use existing tmpdir in evented_file_update_testJohn Hawthorn2019-05-231-20/+18
* | Address 639d7be. Readd changelog line; remove needless explicit return.Kasper Timm Hansen2019-05-242-1/+2
* | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-232-15/+0
|/
* Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-233-4/+28
* Correct human file size examples [ci skip]Alexander Graul2019-05-201-1/+1
* Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-103-8/+121
* Fix broken markup in CHANGELOG [ci skip]Ryuta Kamizono2019-05-081-8/+9
* Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-012-1/+29
|\
| * HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-062-1/+29