aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Fix typoPatrick Toomey2019-05-311-1/+1
| * | | | | Recursively process arrays consistentlyPatrick Toomey2019-05-311-1/+8
* | | | | | Omit marshal_dump & _dump from delegate_missing_toAaron Lipman2019-07-171-0/+6
* | | | | | Revert "Make UTF-8 string requirement explicit for `ActiveSupport::Inflector....Cliff Pruitt2019-07-171-7/+2
* | | | | | Merge pull request #36690 from cpruitt/make-parameterize-requires-utf-8-explicitEileen M. Uchitelle2019-07-171-2/+7
|\ \ \ \ \ \
| * | | | | | Make UTF-8 string requirement explicit for `transliterate`Cliff Pruitt2019-07-161-2/+7
* | | | | | | 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-161-3/+24
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix problem with accessing constant proxy subclassPrem Sichanugrist2019-07-051-3/+24
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #36656 from Edouard-chin/ec-local-cache-referenceRafael França2019-07-151-1/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Return a copy of the cache entry when local_cache exists:Edouard CHIN2019-07-111-1/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | 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-141-117/+7
|\ \ \ \ \ \ \
| * | | | | | | Implement UnboundMethod#duplicable?Jean Boussier2019-07-121-1/+10
| * | | | | | | 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
|/ / / / / /
* | | | | | 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
| |/ / / / /
* | | | | | 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-162-30/+30
* | | | | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1338-42/+0
* | | | | | 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-061-4/+5
| |/ / / |/| | |
* | | | Don't call listen with empty directory listJohn Hawthorn2019-06-031-1/+4
* | | | Fix `subscribed` with no pattern to subscribe all messagesRyuta Kamizono2019-06-032-11/+9
* | | | Fail parallel tests if workers exit earlyJohn Hawthorn2019-05-301-0/+8
|/ / /
* | | Change commentsEdu Depetris2019-05-251-2/+2
* | | Merge pull request #36340 from jhawthorn/evented_file_checker_symlinkKasper Timm Hansen2019-05-241-0/+7
|\ \ \
| * | | Fix EventedFileUpdateChecker through a symlinkJohn Hawthorn2019-05-231-0/+7
* | | | Address 639d7be. Readd changelog line; remove needless explicit return.Kasper Timm Hansen2019-05-241-1/+1
* | | | Delete evented_file_update_checker existing_parentJohn Hawthorn2019-05-231-7/+0
|/ / /
* / / Add :allow_nil option to delegate_missing_to; use in ActiveStorageMatt Tanous2019-05-231-3/+8
|/ /
* | Correct human file size examples [ci skip]Alexander Graul2019-05-201-1/+1
* | Introduce 'ActiveSupport::Notifications::Fanout::Subscribers::MonotonicTimed'...Vishal Telangre2019-05-102-7/+53
|/
* Merge pull request #34642 from azimux/improve-hwia-initialize-by-skipping-to_...Rafael França2019-05-011-1/+1
|\
| * HashWithIndifferentAccess#initialize performance improvementMiles Georgi2018-12-061-1/+1
* | revert changes to monotonic timesKevin Solorio2019-04-301-2/+2
* | Improve error message of ActiveSupport delegateokuramasafumi2019-04-291-1/+1
* | Frozen truncate (#36109)Jordan Thomas2019-04-261-1/+1
* | Start Rails 6.1 developmentRafael Mendonça França2019-04-242-3/+3
* | upgrades Zeitwerk to 2.1.4Xavier Noria2019-04-232-11/+9
* | Merge pull request #36037 from kamipo/deprecate_methodsRyuta Kamizono2019-04-191-18/+7
|\ \