aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-5/+3
* Missing require "active_support/executor"Akira Matsuda2018-10-301-0/+1
* Merge pull request #30100 from kirs/doc-reloaderMatthew Draper2017-11-171-0/+3
|\
| * Document public hooks in AS::Reloader [ci skip]Kir Shatrov2017-08-141-0/+3
* | [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
* Add option for class_attribute default (#29270)David Heinemeier Hansson2017-05-291-5/+2
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-1/+1
* Directly support stateful executor hooksMatthew Draper2016-04-051-1/+7
* Prevent nested ExecutionWrapper calls even when using run! directlyMatthew Draper2016-03-041-3/+1
* Fix `ActiveSupport::Reloader.check!`Ryuta Kamizono2016-03-021-4/+3
* Publish AS::Executor and AS::Reloader APIsMatthew Draper2016-03-021-0/+126