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
*
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
|
/
*
better error message for constants autoloaded from anonymous modules [fixes #...
Xavier Noria
2013-12-06
1
-7
/
+13
*
Add missed require making `enable_warnings` available
Dmitry Vorotilin
2013-10-15
1
-0
/
+1
*
revises the docs of require_dependency [ci skip]
Xavier Noria
2013-10-01
1
-1
/
+9
*
Merge pull request #12412 from bf4/allow_pathname_for_require_dependency
Xavier Noria
2013-09-30
1
-1
/
+3
|
\
|
*
require_dependency should allow Pathname-like objects, not just String
Benjamin Fleischer
2013-09-30
1
-1
/
+3
*
|
Ensure all-caps nested consts marked as autoloaded
Simon Coffey
2013-08-27
1
-1
/
+1
*
|
we only support 1.9+, so just check for a name
Aaron Patterson
2013-06-17
1
-1
/
+1
*
|
be consistent about parameter types passed to new_constants_in
Aaron Patterson
2013-06-17
1
-1
/
+1
*
|
Don't blindly call blame_file! on exceptions in ActiveSupport::Dependencies::...
Andrew Kreiling
2013-06-09
1
-1
/
+1
|
/
*
Replace some global Hash usages with the new thread safe cache.
thedarkone
2012-12-14
1
-1
/
+2
*
Replace comments' non-breaking spaces with spaces
claudiob
2012-12-04
1
-3
/
+3
*
prevent Dependencies#remove_const from autoloading parents [fixes #8301]
Xavier Noria
2012-11-28
1
-32
/
+44
*
let remove_constant still delete Kernel#autoload constants [rounds #8213]
Xavier Noria
2012-11-15
1
-10
/
+22
*
dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213]
Xavier Noria
2012-11-15
1
-13
/
+31
*
update AS docs [ci skip]
Francesco Rodriguez
2012-09-17
1
-36
/
+43
*
we already have the module objects, do not constantize
Xavier Noria
2012-09-06
1
-2
/
+6
*
restores awesome comment
Xavier Noria
2012-09-06
1
-0
/
+19
*
no more const_missing combinatorics
Xavier Noria
2012-09-06
1
-41
/
+2
*
revised the exception message "Expected #{file_path} to define #{qualified_na...
Xavier Noria
2012-09-04
1
-1
/
+1
*
fixes a regexp
Xavier Noria
2012-08-29
1
-1
/
+1
*
detect circular constant autoloading
Xavier Noria
2012-08-28
1
-4
/
+11
*
fixes a bug in dependencies.rb
Xavier Noria
2012-08-28
1
-1
/
+1
*
simplifies yet another regexp
Xavier Noria
2012-08-25
1
-1
/
+1
*
instead of returning $& if =~ succeeds, use String#[]
Xavier Noria
2012-08-25
1
-1
/
+1
*
simplifies a regexp
Xavier Noria
2012-08-25
1
-1
/
+1
*
simplifies a regexp
Xavier Noria
2012-08-24
1
-1
/
+1
*
Revert "removes unused optional argument in AS::Dependencies::Loadable#load"
Xavier Noria
2012-08-20
1
-1
/
+1
*
removes unused optional argument in AS::Dependencies::Loadable#load
Xavier Noria
2012-08-20
1
-1
/
+1
[next]