index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
lib
/
active_support
/
dependencies.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Chomp will work without checking for end of the string
Bart de Water
2018-07-29
1
-2
/
+2
*
Work around Performance/EndWith false positive
Bart de Water
2018-07-28
1
-2
/
+2
*
Document require_dependency [ci skip]
Yoshiyuki Kinjo
2018-05-09
1
-0
/
+4
*
Remove duplicates after autoloading modules
Robert Mosolgo
2018-01-26
1
-0
/
+1
*
Enable autocorrect for `Lint/EndAlignment` cop
Koichi ITO
2018-01-18
1
-1
/
+1
*
removed unnecessary returns
Shuhei Kitagawa
2017-10-28
1
-1
/
+1
*
[Active Support] require_relative => require
Akira Matsuda
2017-10-21
1
-11
/
+11
*
Use tt in doc for railties [skip ci]
Yoshiyuki Hirano
2017-08-27
1
-1
/
+1
*
[Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Use frozen-string-literal in ActiveSupport
Kir Shatrov
2017-07-09
1
-0
/
+1
*
[Active Support] require => require_relative
Akira Matsuda
2017-07-01
1
-11
/
+11
*
Use mattr_accessor default: option throughout the project
Genadi Samokovarov
2017-06-03
1
-22
/
+11
*
Fix `require_dependency` message format
Ryuta Kamizono
2016-11-25
1
-1
/
+1
*
Remove deprecated Module.qualified_const_get/set/defined?
Andrew White
2016-11-14
1
-1
/
+0
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
fixes remaining RuboCop issues [Vipul A M, Xavier Noria]
Xavier Noria
2016-09-01
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
code gardening: removes redundant selfs
Xavier Noria
2016-08-08
1
-1
/
+1
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-5
/
+5
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-13
/
+13
*
applies new string literal convention in activesupport/lib
Xavier Noria
2016-08-06
1
-24
/
+24
*
Improve code readability in ActiveSupport::Dependencies
Aaron Ang
2016-03-16
1
-5
/
+6
*
Add comments to ActiveSupport::Dependencies to help understanding
Aaron Ang
2016-03-16
1
-0
/
+2
*
no need to clear an unusued collection
Xavier Noria
2016-03-16
1
-1
/
+1
*
removes unreachable code
Xavier Noria
2016-03-16
1
-2
/
+0
*
Remove log-related stuff from ActiveSupport::Dependencies
Aaron Ang
2016-03-15
1
-44
/
+0
*
Deprecate `Module.local_constants`
yui-knk
2016-03-01
1
-2
/
+2
*
Dependencies clean up
Sruli Rapps
2016-02-19
1
-3
/
+3
*
Require only necessary concurrent-ruby classes.
Jerry D'Antonio
2015-11-04
1
-1
/
+1
*
Add missing punctuation mark in `ActiveSupport` docs [ci skip]
amitkumarsuroliya
2015-10-11
1
-3
/
+3
*
Replaced `ThreadSafe::Map` with successor `Concurrent::Map`.
Jerry D'Antonio
2015-09-19
1
-2
/
+2
*
10X speed improvements for AS::Dependencies.loadable_constants_for_path
Jean Boussier
2015-08-27
1
-5
/
+5
*
Merge pull request #20928 from matthewd/unload-interlock
Matthew Draper
2015-07-24
1
-1
/
+8
|
\
|
*
We need stricter locking before we can unload
Matthew Draper
2015-07-20
1
-1
/
+8
*
|
Don't apply locking around basic #load / #require
Matthew Draper
2015-07-23
1
-6
/
+4
|
/
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-3
/
+3
*
Document ShareLock and the Interlock
Matthew Draper
2015-07-09
1
-3
/
+20
*
Soften the lock requirements when eager_load is disabled
Matthew Draper
2015-07-09
1
-34
/
+47
*
let dependencies use Module#const_defined?
Xavier Noria
2015-01-28
1
-2
/
+2
*
Remove some comments about Ruby 1.9 behaviors
Rafael Mendonça França
2015-01-04
1
-1
/
+1
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-1
/
+1
*
dependencies.rb: keep the decorated #load and #require private [closes #17553]
Xavier Noria
2014-11-10
1
-13
/
+18
*
fixes circularity check in dependencies
Xavier Noria
2014-10-25
1
-1
/
+9
*
Fix a bug where NameError#name returns a qualified name in string
Yuki Nishijima
2014-06-24
1
-2
/
+2
*
Add regression test for NameError#name
Arthur Neves
2014-06-20
1
-1
/
+1
*
Make dependencies.rb add a name to NameError
Arthur Neves
2014-06-20
1
-4
/
+4
*
[ci skip] Improve doc for ModuleConstMissing.guess_for_anonymous
Akshay Vishnoi
2014-05-24
1
-4
/
+5
*
Merge branch 'master' of github.com:rails/docrails
Vijay Dev
2014-02-09
1
-1
/
+2
|
\
|
*
Specify what #starts_with? we're talking about. Also added a note what
Zachary Scott
2014-02-09
1
-1
/
+2
*
|
Fixed an issue where reloading of removed dependencies would cause an unexpec...
Noah Lindner
2014-02-08
1
-0
/
+8
|
/
[next]