aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies/autoload.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Avoid unnecessary allocations/callsPablo Herrero2014-11-021-1/+1
* remove unnecessary always-nil var from #compactGosha Arinich2013-01-011-1/+1
* add :nodoc: to AS::Autoload#extended [ci skip]Francesco Rodriguez2012-09-141-2/+1
* Make ActiveSupport::Autoload localJosé Valim2012-08-211-17/+43
* remove useless requireJan Xie2012-05-221-1/+0
* Improved ActiveSupport::Autoload performance.Pan Thomakos2012-03-111-4/+7
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-4/+0
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-0/+5
* Flip deferrable autoload conventionJoshua Peek2009-12-221-5/+5
* Allow autoloads to opt out of eager loadingJoshua Peek2009-12-121-4/+16
* Reorganize autoloads:Carlhuda2009-12-021-0/+37