aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add compact_blank shortcut for reject(&:blank?)Dana Sherson2019-06-053-0/+75
* | | | Merge pull request #36758 from jturkel/feature/hash-optimizationRafael França2019-07-251-1/+3
|\ \ \ \
| * | | | Avoid hash allocation for HashWithIndifferentAccess#convert_value default opt...Joel Turkel2019-07-241-1/+3
* | | | | Optimize DescendantsArray insertionsJean Boussier2019-07-251-2/+4
|/ / / /
* | | | Make ActiveSupport::Logger Fiber-safeSenya2019-07-243-1/+78
* | | | Merge pull request #36434 from Edouard-chin/ec-securecompare-rotationRafael França2019-07-242-0/+96
|\ \ \ \
| * | | | Introduce a new ActiveSupport::SecureCompareRotator class:Edouard CHIN2019-06-062-0/+96
* | | | | Merge pull request #36370 from ptoomey3/masterRafael França2019-07-232-1/+13
|\ \ \ \ \
| * | | | | Update activesupport/test/parameter_filter_test.rb Patrick Toomey2019-07-231-1/+0
| * | | | | Use style consistent with surrounding codePatrick Toomey2019-05-311-3/+1
| * | | | | Fix typoPatrick Toomey2019-05-311-1/+1
| * | | | | Recursively process arrays consistentlyPatrick Toomey2019-05-311-1/+8
| * | | | | Add failing test for array values and procsPatrick Toomey2019-05-311-0/+8
* | | | | | 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
|/ / /