| Commit message (Expand) | Author | Age | Files | Lines |
* | Improves compatibility of require_dependency in zeitwerk mode [Closes #36774] | Xavier Noria | 2019-07-28 | 1 | -1/+12 |
* | let autoloaded? support modules with overridden names [closes #36757] | Xavier Noria | 2019-07-25 | 1 | -1/+1 |
* | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 1 | -1/+0 |
* | upgrades Zeitwerk to 2.1.4 | Xavier Noria | 2019-04-23 | 1 | -2/+7 |
* | Auto-correct `Style/RedundantBegin` cop offences | Ryuta Kamizono | 2019-04-12 | 1 | -5/+3 |
* | improves the reloading disabled error message | Xavier Noria | 2019-04-11 | 1 | -1/+5 |
* | depend on Zeitwerk 2.1.0 | Xavier Noria | 2019-04-09 | 1 | -11/+2 |
* | depend on Zeitwerk 2 | Xavier Noria | 2019-04-07 | 1 | -3/+4 |
* | fixes eager loading edge case in :zeitwerk mode | Xavier Noria | 2019-03-30 | 1 | -7/+13 |
* | depend on Zeitwerk 1.4.0 | Xavier Noria | 2019-03-19 | 1 | -1/+5 |
* | Engines are reloaded in Zeitwerk mode [closes #35618] | Xavier Noria | 2019-03-15 | 1 | -2/+1 |
* | Allow autoloader inflectors to be swaped out | Jean Boussier | 2019-03-08 | 1 | -4/+0 |
* | Let Zeitwerk autoloaders inflect with Active Support | Xavier Noria | 2019-02-23 | 1 | -2/+14 |
* | simplify AS::Dependencies.verbose= | Xavier Noria | 2019-02-21 | 1 | -1/+1 |
* | let Zeitwerk integration unhook AS::Dependencies | Xavier Noria | 2019-02-19 | 1 | -0/+5 |
* | Implement AS::Dependencies.verbose= compatibility for :zeitwerk mode | Xavier Noria | 2019-02-15 | 1 | -0/+5 |
* | Replace autoloader accessors with Rails.autoloaders.{main,once} | Xavier Noria | 2019-02-14 | 1 | -6/+4 |
* | Refactors a loop | Xavier Noria | 2019-02-13 | 1 | -6/+8 |
* | style | Xavier Noria | 2019-02-12 | 1 | -0/+2 |
* | Zeitwerk integration | Xavier Noria | 2019-02-12 | 1 | -0/+71 |
* | [Active Support] require_relative => require | Akira Matsuda | 2017-10-21 | 2 | -2/+2 |
* | [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 2 | -0/+2 |
* | Use frozen-string-literal in ActiveSupport | Kir Shatrov | 2017-07-09 | 2 | -0/+2 |
* | [Active Support] require => require_relative | Akira Matsuda | 2017-07-01 | 2 | -2/+2 |
* | applies new string literal convention in activesupport/lib | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Provide a middleware to debug misbehaving locks | Matthew Draper | 2016-06-10 | 1 | -0/+4 |
* | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 1 | -8/+6 |
* | Hand off the interlock to the new thread in AC::Live | Matthew Draper | 2016-02-07 | 1 | -0/+6 |
* | After completing a load, give other threads a chance too | Matthew Draper | 2016-02-02 | 1 | -3/+3 |
* | We need stricter locking before we can unload | Matthew Draper | 2015-07-20 | 1 | -5/+11 |
* | Document ShareLock and the Interlock | Matthew Draper | 2015-07-09 | 1 | -6/+2 |
* | Rely on the load interlock for non-caching reloads, too | Matthew Draper | 2015-07-09 | 1 | -0/+10 |
* | Soften the lock requirements when eager_load is disabled | Matthew Draper | 2015-07-09 | 1 | -0/+35 |
* | Avoid unnecessary allocations/calls | Pablo Herrero | 2014-11-02 | 1 | -1/+1 |
* | remove unnecessary always-nil var from #compact | Gosha Arinich | 2013-01-01 | 1 | -1/+1 |
* | add :nodoc: to AS::Autoload#extended [ci skip] | Francesco Rodriguez | 2012-09-14 | 1 | -2/+1 |
* | Make ActiveSupport::Autoload local | José Valim | 2012-08-21 | 1 | -17/+43 |
* | remove useless require | Jan Xie | 2012-05-22 | 1 | -1/+0 |
* | Improved ActiveSupport::Autoload performance. | Pan Thomakos | 2012-03-11 | 1 | -4/+7 |
* | Replace the placeholder base_hook API with on_load. To specify some code that | wycats | 2010-03-29 | 1 | -4/+0 |
* | Make many parts of Rails lazy. In order to facilitate this, | wycats | 2010-03-07 | 1 | -0/+5 |
* | Flip deferrable autoload convention | Joshua Peek | 2009-12-22 | 1 | -5/+5 |
* | Allow autoloads to opt out of eager loading | Joshua Peek | 2009-12-12 | 1 | -4/+16 |
* | Reorganize autoloads: | Carlhuda | 2009-12-02 | 1 | -0/+37 |