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
/
test
/
dependencies_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix dependencies revealed by testing in isolation
Jeremy Kemper
2009-04-22
1
-0
/
+2
*
Opt in to Dependencies
Jeremy Kemper
2009-04-22
1
-0
/
+1
*
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
Jeremy Kemper
2009-03-08
1
-11
/
+11
*
Only track new constant definitions when we're reloading dependencies
Jeremy Kemper
2008-11-10
1
-5
/
+5
*
Remove stuff that was deprecated in 2-1-stable
Pratik Naik
2008-10-21
1
-1
/
+0
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
1
-9
/
+9
*
Added config.dependency_loading to enable or disable the dependency loader af...
Joshua Peek
2008-07-24
1
-0
/
+12
*
Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...
Joshua Peek
2008-06-03
1
-120
/
+120
*
Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d...
Tom Ward
2008-05-31
1
-6
/
+14
*
Fix Dependencies watch_frames collection. [#24 state:resolved]
Tom Ward
2008-05-20
1
-0
/
+6
*
remove some more absolute requires
Jeremy Kemper
2008-01-05
1
-5
/
+5
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Dependencies Ruby 1.9 compat
Jeremy Kemper
2007-09-27
1
-31
/
+30
*
Update Dependencies to ignore constants inherited from ancestors. Closes #6951.
Nicholas Seckar
2007-03-14
1
-0
/
+11
*
tighten test_load_once_paths_should_behave_when_recursively_loading
Jeremy Kemper
2007-01-01
1
-2
/
+3
*
Check for nil name also. Closes #6561.
Jeremy Kemper
2006-12-31
1
-1
/
+6
*
Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.
Nicholas Seckar
2006-12-31
1
-1
/
+3
*
Checkin failing test case related to load once paths
Nicholas Seckar
2006-12-24
1
-0
/
+28
*
Fix remove_constant to correctly handle constant names of the form "::A::..."...
Nicholas Seckar
2006-12-09
1
-0
/
+11
*
Test autoloading nested subclass of parent.
Jeremy Kemper
2006-11-16
1
-0
/
+9
*
Update dependencies to delete partially loaded constants.
Nicholas Seckar
2006-11-07
1
-2
/
+5
*
Update failing autoload tests.
Jeremy Kemper
2006-11-07
1
-8
/
+18
*
Fix warning and incorrect test trigger
Nicholas Seckar
2006-11-06
1
-1
/
+1
*
Failing test for autoloading shadowed exceptions.
Jeremy Kemper
2006-11-06
1
-83
/
+122
*
Update dependencies to allow constants to be defined alongside their siblings.
Nicholas Seckar
2006-11-01
1
-0
/
+147
*
Add 'unloadable', a method used to mark any constant as requiring an unload a...
Nicholas Seckar
2006-10-15
1
-0
/
+30
*
Fix loadable_constants_for_path to handle load paths that do not end with a s...
Nicholas Seckar
2006-09-06
1
-0
/
+7
*
Fix logic error in determining what was loaded by a given file. Closes #6039.
Nicholas Seckar
2006-09-05
1
-0
/
+18
*
Equate Kernel.const_missing with Object.const_missing. Fixes #5988.
Nicholas Seckar
2006-09-05
1
-0
/
+8
*
Add ApplicationController special case to Dependencies.
Nicholas Seckar
2006-09-02
1
-1
/
+9
*
Update Initializer to use load_once_paths to avoid plugin reloading. Referenc...
Nicholas Seckar
2006-08-29
1
-24
/
+41
*
Add tests for prior checkin
Nicholas Seckar
2006-08-17
1
-1
/
+9
*
Detect missing_constants calls from removed modules and fail accordingly.
Nicholas Seckar
2006-08-17
1
-0
/
+15
*
Fix const_missing to behave responsibly when called within anonymous modules
Nicholas Seckar
2006-08-16
1
-1
/
+19
*
Update require_dependency to return true or false as require does.
Nicholas Seckar
2006-08-16
1
-3
/
+3
*
Stop using defined? in Dependencies.qualified_const_defined? since defined? m...
Nicholas Seckar
2006-08-16
1
-0
/
+16
*
Dependencies can autoload directories of nested classes.
Jeremy Kemper
2006-08-16
1
-2
/
+30
*
Add forgotten files; Fix double loading errors.
Nicholas Seckar
2006-08-08
1
-11
/
+12
*
Checkin forgotten add. Update const_missing handler to avoid double loading f...
Nicholas Seckar
2006-08-08
1
-0
/
+9
*
New dependencies implementation
Nicholas Seckar
2006-08-08
1
-8
/
+126
*
Raise fully qualified names upon name errors. Closes #5533.
Nicholas Seckar
2006-08-05
1
-0
/
+27
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-13
/
+10
*
Dependencies cleanup. Fixes #4221.
Nicholas Seckar
2006-03-27
1
-81
/
+94
*
added some (pointless) test cases to dependency loading, the more the merrier
Tobias Lütke
2006-02-04
1
-8
/
+37
*
Added reusable reloading support through the inclusion of the Relodable modul...
David Heinemeier Hansson
2006-01-29
1
-0
/
+17
*
Introduce Dependencies.warnings_on_first_load setting. If true, enables warn...
Jeremy Kemper
2005-11-24
1
-0
/
+2
*
Sever infinite loop for mutual dependencies. Closes #2997.
Jeremy Kemper
2005-11-24
1
-0
/
+18
*
Enable warnings on first load only. File which are loaded but raise an excep...
Jeremy Kemper
2005-11-23
1
-7
/
+60
*
Fix broken tests caused by incomplete loading of active support.
Nicholas Seckar
2005-11-07
1
-1
/
+1
*
Added Kernel#silence_warnings and puts it into use throughout the framework
David Heinemeier Hansson
2005-09-11
1
-1
/
+0
[next]