aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
Commit message (Expand)AuthorAgeFilesLines
* Performance improvement for `String#to`Ryuta Kamizono2019-07-281-1/+0
* let autoloaded? support modules with overridden names [closes #36757]Xavier Noria2019-07-251-2/+13
* Fix Loadable.exclude_from to also reset Kernel#requireJean Boussier2019-07-161-3/+23
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* fixes eager loading edge case in :zeitwerk modeXavier Noria2019-03-301-0/+5
* Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-281-1/+5
* Fix call sitesGannon McGibbon2018-10-021-2/+2
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-3/+3
* trace autoloads, and document hints for troubleshootingXavier Noria2018-09-071-4/+21
* Chomp will work without checking for end of the stringBart de Water2018-07-291-2/+2
* Work around Performance/EndWith false positiveBart de Water2018-07-281-2/+2
* Document require_dependency [ci skip]Yoshiyuki Kinjo2018-05-091-0/+4
* Remove duplicates after autoloading modulesRobert Mosolgo2018-01-261-0/+1
* Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* removed unnecessary returnsShuhei Kitagawa2017-10-281-1/+1
* [Active Support] require_relative => requireAkira Matsuda2017-10-211-11/+11
* Use tt in doc for railties [skip ci]Yoshiyuki Hirano2017-08-271-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-11/+11
* Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-031-22/+11
* Fix `require_dependency` message formatRyuta Kamizono2016-11-251-1/+1
* Remove deprecated Module.qualified_const_get/set/defined?Andrew White2016-11-141-1/+0
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* fixes remaining RuboCop issues [Vipul A M, Xavier Noria]Xavier Noria2016-09-011-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-13/+13
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-24/+24
* Improve code readability in ActiveSupport::DependenciesAaron Ang2016-03-161-5/+6
* Add comments to ActiveSupport::Dependencies to help understandingAaron Ang2016-03-161-0/+2
* no need to clear an unusued collectionXavier Noria2016-03-161-1/+1
* removes unreachable codeXavier Noria2016-03-161-2/+0
* Remove log-related stuff from ActiveSupport::DependenciesAaron Ang2016-03-151-44/+0
* Deprecate `Module.local_constants`yui-knk2016-03-011-2/+2
* Dependencies clean upSruli Rapps2016-02-191-3/+3
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* Add missing punctuation mark in `ActiveSupport` docs [ci skip]amitkumarsuroliya2015-10-111-3/+3
* Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.Jerry D'Antonio2015-09-191-2/+2
* 10X speed improvements for AS::Dependencies.loadable_constants_for_pathJean Boussier2015-08-271-5/+5
* Merge pull request #20928 from matthewd/unload-interlockMatthew Draper2015-07-241-1/+8
|\
| * We need stricter locking before we can unloadMatthew Draper2015-07-201-1/+8
* | Don't apply locking around basic #load / #requireMatthew Draper2015-07-231-6/+4
|/
* Freeze string literals when not mutated.schneems2015-07-191-3/+3
* Document ShareLock and the InterlockMatthew Draper2015-07-091-3/+20
* Soften the lock requirements when eager_load is disabledMatthew Draper2015-07-091-34/+47
* let dependencies use Module#const_defined?Xavier Noria2015-01-281-2/+2
* Remove some comments about Ruby 1.9 behaviorsRafael Mendonça França2015-01-041-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1