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
*
Consistently use the framework's configured logger and avoid reverting to RAI...
Joshua Peek
2008-08-18
1
-3
/
+7
*
Added config.dependency_loading to enable or disable the dependency loader af...
Joshua Peek
2008-07-24
1
-19
/
+59
*
Refactor ActiveSupport::Dependencies injector so it would be possible to disa...
Joshua Peek
2008-07-19
1
-104
/
+114
*
Remove some Symbol#to_proc usage in runtime code. [#484 state:resolved]
Cheah Chu Yeow
2008-07-09
1
-2
/
+2
*
Fix typo in apparently-dead will_unload? method.
Jeremy Kemper
2008-06-27
1
-1
/
+1
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-392
/
+393
*
Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d...
Tom Ward
2008-05-31
1
-9
/
+10
*
Fix Dependencies watch_frames collection. [#24 state:resolved]
Tom Ward
2008-05-20
1
-1
/
+1
*
Ruby 1.9 compat: compatibility wrapper for new Module#const_defined? behavior
Jeremy Kemper
2008-05-01
1
-5
/
+16
*
Cheaper Dependencies#log_call to resolve irritating error message w/ rake db:...
David Heinemeier Hansson
2008-04-30
1
-4
/
+6
*
Don't need to explicitly pass the same params to super. Remove trailing white...
Jeremy Kemper
2008-03-30
1
-62
/
+60
*
Ruby 1.9 compat: dependencies uses Module#local_constant_names. References #1...
Jeremy Kemper
2007-12-22
1
-3
/
+3
*
Revert const_missing bypass in favor of Duration constant lookup tweak
Jeremy Kemper
2007-12-15
1
-5
/
+0
*
Bypass const_missing lookup for toplevel constants. Optimizes for Ruby 1.9 co...
Jeremy Kemper
2007-12-15
1
-7
/
+12
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-3
/
+3
*
Dependencies Ruby 1.9 compat
Jeremy Kemper
2007-09-27
1
-11
/
+10
*
Fixes rake annotations to search erb and builder files as well (closes #9150)...
David Heinemeier Hansson
2007-09-22
1
-1
/
+1
*
Some 1.9 forward compatibility
Jeremy Kemper
2007-09-14
1
-6
/
+8
*
Refactor ActiveSupport::JSON to be less obtuse. Add support for JSON decodin...
Sam Stephenson
2007-03-18
1
-3
/
+3
*
Update Dependencies to ignore constants inherited from ancestors. Closes #6951.
Nicholas Seckar
2007-03-14
1
-3
/
+3
*
Remove noisy nodoc for Ruby 1.8.4
David Heinemeier Hansson
2007-01-28
1
-1
/
+0
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
1
-1
/
+1
*
Check for nil name also. Closes #6561.
Jeremy Kemper
2006-12-31
1
-1
/
+2
*
Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.
Nicholas Seckar
2006-12-31
1
-0
/
+1
*
Update load once paths to prevent nested once constants from being detected a...
Nicholas Seckar
2006-12-24
1
-2
/
+6
*
Fix remove_constant to correctly handle constant names of the form "::A::..."...
Nicholas Seckar
2006-12-09
1
-1
/
+2
*
Update dependencies to delete partially loaded constants.
Nicholas Seckar
2006-11-07
1
-19
/
+34
*
Update dependencies to allow constants to be defined alongside their siblings.
Nicholas Seckar
2006-11-01
1
-5
/
+79
*
Add 'unloadable', a method used to mark any constant as requiring an unload a...
Nicholas Seckar
2006-10-15
1
-17
/
+71
*
Undo accidental commit
Nicholas Seckar
2006-10-14
1
-42
/
+16
*
Rename overlapping test names
Nicholas Seckar
2006-10-14
1
-16
/
+42
*
Fix loadable_constants_for_path to handle load paths that do not end with a s...
Nicholas Seckar
2006-09-06
1
-8
/
+7
*
Fix logic error in determining what was loaded by a given file. Closes #6039.
Nicholas Seckar
2006-09-05
1
-1
/
+1
*
Equate Kernel.const_missing with Object.const_missing. Fixes #5988.
Nicholas Seckar
2006-09-05
1
-0
/
+9
*
Add ApplicationController special case to Dependencies.
Nicholas Seckar
2006-09-02
1
-2
/
+8
*
Tighten rescue clauses. Closes #5985.
Jeremy Kemper
2006-08-31
1
-2
/
+2
*
Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...
Nicholas Seckar
2006-08-29
1
-24
/
+43
*
Widen too narrow rescue
Nicholas Seckar
2006-08-17
1
-1
/
+1
*
Detect missing_constants calls from removed modules and fail accordingly.
Nicholas Seckar
2006-08-17
1
-0
/
+4
*
Fix const_missing to behave responsibly when called within anonymous modules
Nicholas Seckar
2006-08-16
1
-1
/
+6
*
Update require_dependency to return true or false as require does.
Nicholas Seckar
2006-08-16
1
-4
/
+6
*
Stop using defined? in Dependencies.qualified_const_defined? since defined? m...
Nicholas Seckar
2006-08-16
1
-1
/
+11
*
Dependencies can autoload directories of nested classes.
Jeremy Kemper
2006-08-16
1
-1
/
+5
*
Add debugging logging to Dependencies.
Nicholas Seckar
2006-08-13
1
-1
/
+31
*
Add forgotten files; Fix double loading errors.
Nicholas Seckar
2006-08-08
1
-6
/
+7
*
Checkin forgotten add. Update const_missing handler to avoid double loading f...
Nicholas Seckar
2006-08-08
1
-1
/
+1
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-40
/
+154
*
Raise fully qualified names upon name errors. Closes #5533.
Nicholas Seckar
2006-08-05
1
-2
/
+16
*
occured -> occurred. Closes #5559.
Jeremy Kemper
2006-07-10
1
-2
/
+2
*
Fix for depot and other applications with .13 style environment.rb files. p...
Michael Koziarski
2006-04-03
1
-0
/
+11
[next]