aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/execution_wrapper.rb
Commit message (Expand)AuthorAgeFilesLines
* Missing require "concurrent/hash"Akira Matsuda2018-10-201-0/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-1/+1
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* [Active Support] require => require_relativeAkira Matsuda2017-07-011-1/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* Avoid bumping the class serial when invoking executorMatthew Draper2016-10-031-12/+21
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Directly support stateful executor hooksMatthew Draper2016-04-051-3/+42
* Prevent nested ExecutionWrapper calls even when using run! directlyMatthew Draper2016-03-041-6/+15
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-0/+69