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
...
*
removes the obsolete require_association method from dependencies
Xavier Noria
2012-06-10
1
-17
/
+5
*
use const_defined? with second argument in AS::Dependencies
Sergey Nartimov
2012-05-13
1
-7
/
+3
*
Remove deprecation from AS::Deprecation behavior, some minor cleanups
Carlos Antonio da Silva
2012-03-16
1
-17
/
+12
*
deprecates Module#local_constant_names
Xavier Noria
2012-01-12
1
-2
/
+2
*
Remove more dead code from AS.
José Valim
2011-12-20
1
-18
/
+4
*
Just track "require" if we have something in the watching stack.
José Valim
2011-12-06
1
-1
/
+5
*
make method signatures match the superclass signature
Aaron Patterson
2011-12-05
1
-2
/
+2
*
return value is never tested, so stop calling `presence`
Aaron Patterson
2011-12-05
1
-1
/
+1
*
switch WatchStack to use composition, tighten up API
Aaron Patterson
2011-11-30
1
-6
/
+13
*
Revert "avoid hundreds of thousands of calls to (Symbol|String)#to_s"
Aaron Patterson
2011-11-30
1
-2
/
+2
*
avoid hundreds of thousands of calls to (Symbol|String)#to_s
Aaron Patterson
2011-11-30
1
-2
/
+2
*
Rely solely on active_model_serializer and remove the fancy constant lookup.
José Valim
2011-11-23
1
-0
/
+1
*
Add safe_constantize to ActiveSupport::Dependencies.
José Valim
2011-11-23
1
-13
/
+20
*
Fixed typo: expect -> expected
Philip Arndt
2011-11-18
1
-1
/
+1
*
defines Module#qualified_const_(defined?|get|set) and String#deconstantize
Xavier Noria
2011-10-29
1
-6
/
+8
*
Fix autoload_once_paths when using Pathnames & ruby 1.9
Jonathan del Strother
2011-08-24
1
-1
/
+2
*
`load` should also return the value from `super`
Aaron Patterson
2011-08-23
1
-1
/
+3
*
require needs to return true or false. thank you Ryan "zenspider" Davis
Aaron Patterson
2011-08-23
1
-1
/
+3
*
delay backtrace scrubbing until we actually raise an exception. fixes #1936
Aaron Patterson
2011-07-29
1
-7
/
+4
*
Replace unnecessary regexp in Dependencies#load_missing_constant
Jonathan del Strother
2011-07-27
1
-2
/
+1
*
Constantize a regexp in Dependencies#load_missing_constant
Jonathan del Strother
2011-07-26
1
-1
/
+2
*
Remove obsolete compatibility module
Andrew White
2011-06-13
1
-11
/
+0
*
Raise NameError instead of ArgumentError in ActiveSupport::Dependencies
Andrew White
2011-06-01
1
-1
/
+1
*
Removed deprecated methods and related tests from ActiveSupport
Josh Kalderimis
2011-05-25
1
-23
/
+0
*
Remove extra white spaces on ActiveSupport docs.
Sebastian Martinez
2011-05-23
1
-1
/
+1
*
Active Support typos.
R.T. Lechow
2011-03-05
1
-1
/
+1
*
require deprecation so that we can deprecate methods!
Aaron Patterson
2011-03-02
1
-0
/
+1
*
anonymous classes have blank names on ruby 1.8
Aaron Patterson
2011-03-02
1
-1
/
+1
*
adding deprecation noticies to deprecated class cache methods
Aaron Patterson
2011-03-02
1
-0
/
+13
*
adding backwards compat for class cache references. <3<3
Aaron Patterson
2011-03-02
1
-1
/
+12
*
yo dawg, directly use the class cache rather than the cache of the cache
Aaron Patterson
2011-03-01
1
-5
/
+2
*
refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...
Aaron Patterson
2011-03-01
1
-11
/
+32
*
Remove extra f
Ryan Bigg
2010-12-03
1
-1
/
+1
*
replace if ! with unless
Neeraj Singh
2010-10-17
1
-1
/
+1
*
Reference watch_namespaces in comments instead of watch_modules
Marcelo Giorgi
2010-09-13
1
-3
/
+3
*
Refactor a bit dependencies logging
Carlos Antonio da Silva
2010-09-05
1
-4
/
+6
*
Improve dependencies by not calling constantize(const) twice while removing u...
Carlos Antonio da Silva
2010-09-05
1
-3
/
+4
*
Add before_remove_const callback to ActiveSupport::Dependencies.remove_unload...
Andrew White
2010-09-01
1
-1
/
+7
*
1.8 block variable shadowing strikes again
wycats
2010-08-17
1
-2
/
+2
*
Sadly, this segv's in 1.8 :(
wycats
2010-08-17
1
-38
/
+56
*
Revert "require_dependency should require using the normal mechanism if possi...
José Valim
2010-08-10
1
-15
/
+7
*
Revert "If a file is in the load path, require it without its full path (in m...
José Valim
2010-08-04
1
-7
/
+2
*
If a file is in the load path, require it without its full path (in more places)
wycats
2010-08-04
1
-2
/
+7
*
require_dependency should require using the normal mechanism if possible to a...
wycats
2010-08-04
1
-7
/
+15
*
Fix a bug where requires inside of autoloads were being added to the autoload...
wycats
2010-07-26
1
-5
/
+12
*
Removes unused vars
Santiago Pastorino
2010-07-24
1
-1
/
+1
*
Avoid using Pathname on Resolver and AS::Dependencies.
José Valim
2010-06-24
1
-6
/
+15
*
renames load_(once_)paths to autoload_(once_)paths in dependencies and config
Xavier Noria
2010-06-24
1
-12
/
+12
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-15
1
-1
/
+1
|
\
|
*
Fix a bunch of minor spelling mistakes
Evgeniy Dolzhenko
2010-06-11
1
-1
/
+1
[prev]
[next]