|
|
|
@8567
|
[8567]
|
01/05/08 13:32:48 |
bitsweat |
remove some more absolute requires |
|
|
|
@8563
|
[8563]
|
01/05/08 13:31:04 |
bitsweat |
require abstract_unit directly since test is in load path |
|
|
|
@7660
|
[7660]
|
09/27/07 11:01:20 |
bitsweat |
Dependencies Ruby 1.9 compat |
|
|
|
@6426
|
[6426]
|
03/14/07 23:27:28 |
ulysses |
Update Dependencies to ignore constants inherited from ancestors. Closes … |
|
|
|
@5816
|
[5816]
|
01/01/07 00:25:30 |
bitsweat |
tighten test_load_once_paths_should_behave_when_recursively_loading |
|
|
|
@5814
|
[5814]
|
12/31/06 23:53:05 |
bitsweat |
Check for nil name also. Closes #6561. |
|
|
|
@5811
|
[5811]
|
12/31/06 18:53:58 |
ulysses |
Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561. |
|
|
|
@5781
|
[5781]
|
12/24/06 14:41:29 |
ulysses |
Checkin failing test case related to load once paths |
|
|
|
@5710
|
[5710]
|
12/09/06 05:21:33 |
ulysses |
Fix remove_constant to correctly handle constant names of the form … |
|
|
|
@5541
|
[5541]
|
11/16/06 22:50:46 |
bitsweat |
Test autoloading nested subclass of parent. |
|
|
|
@5464
|
[5464]
|
11/07/06 20:45:36 |
ulysses |
Update dependencies to delete partially loaded constants. |
|
|
|
@5463
|
[5463]
|
11/07/06 20:29:50 |
bitsweat |
Update failing autoload tests. |
|
|
|
@5444
|
[5444]
|
11/06/06 23:45:39 |
ulysses |
Fix warning and incorrect test trigger |
|
|
|
@5440
|
[5440]
|
11/06/06 19:23:30 |
bitsweat |
Failing test for autoloading shadowed exceptions. |
|
|
|
@5386
|
[5386]
|
11/01/06 23:21:13 |
ulysses |
Update dependencies to allow constants to be defined alongside their … |
|
|
|
@5307
|
[5307]
|
10/15/06 23:32:31 |
ulysses |
Add 'unloadable', a method used to mark any constant as requiring an … |
|
|
|
@5053
|
[5053]
|
09/06/06 20:31:28 |
ulysses |
Fix loadable_constants_for_path to handle load paths that do not end with … |
|
|
|
@5035
|
[5035]
|
09/05/06 23:36:14 |
ulysses |
Fix logic error in determining what was loaded by a given file. Closes … |
|
|
|
@5023
|
[5023]
|
09/05/06 22:36:28 |
ulysses |
Equate Kernel.const_missing with Object.const_missing. Fixes #5988. |
|
|
|
@4910
|
[4910]
|
09/02/06 21:13:30 |
ulysses |
Add ApplicationController special case to Dependencies. |
|
|
|
@4837
|
[4837]
|
08/29/06 06:52:39 |
ulysses |
Update Initializer to use load_once_paths to avoid plugin reloading. … |
|
|
|
@4782
|
[4782]
|
08/17/06 17:32:23 |
ulysses |
Add tests for prior checkin |
|
|
|
@4780
|
[4780]
|
08/17/06 03:35:36 |
ulysses |
Detect missing_constants calls from removed modules and fail accordingly. |
|
|
|
@4779
|
[4779]
|
08/16/06 20:54:25 |
ulysses |
Fix const_missing to behave responsibly when called within anonymous … |
|
|
|
@4778
|
[4778]
|
08/16/06 20:33:31 |
ulysses |
Update require_dependency to return true or false as require does. |
|
|
|
@4774
|
[4774]
|
08/16/06 17:50:52 |
ulysses |
Stop using defined? in Dependencies.qualified_const_defined? since … |
|
|
|
@4769
|
[4769]
|
08/16/06 09:18:17 |
bitsweat |
Dependencies can autoload directories of nested classes. |
|
|
|
@4730
|
[4730]
|
08/08/06 22:08:09 |
ulysses |
Add forgotten files; Fix double loading errors. |
|
|
|
@4729
|
[4729]
|
08/08/06 21:44:34 |
ulysses |
Checkin forgotten add. Update const_missing handler to avoid double … |
|
|
|
@4728
|
[4728]
|
08/08/06 21:21:04 |
ulysses |
New dependencies implementation |
|
|
|
@4681
|
[4681]
|
08/05/06 22:52:15 |
ulysses |
Raise fully qualified names upon name errors. Closes #5533. |
|
|
|
@4595
|
[4595]
|
07/08/06 18:14:49 |
bitsweat |
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Check whether @flash is … |
|
|
|
@4060
|
[4060]
|
03/27/06 05:13:46 |
ulysses |
Dependencies cleanup. Fixes #4221. |
|
|
|
@3537
|
[3537]
|
02/04/06 21:24:40 |
xal |
added some (pointless) test cases to dependency loading, the more the … |
|
|
|
@3493
|
[3493]
|
01/29/06 00:37:39 |
david |
Added reusable reloading support through the inclusion of the Relodable … |
|
|
|
@3190
|
[3190]
|
11/24/05 20:26:01 |
bitsweat |
Introduce Dependencies.warnings_on_first_load setting. If true, enables … |
|
|
|
@3181
|
[3181]
|
11/24/05 05:43:27 |
bitsweat |
Sever infinite loop for mutual dependencies. Closes #2997. |
|
|
|
@3169
|
[3169]
|
11/23/05 21:31:51 |
bitsweat |
Enable warnings on first load only. File which are loaded but raise an … |
|
|
|
@2901
|
[2901]
|
11/07/05 01:48:33 |
ulysses |
Fix broken tests caused by incomplete loading of active support. |
|
|
|
@2179
|
[2179]
|
09/11/05 04:58:27 |
david |
Added Kernel#silence_warnings and puts it into use throughout the … |
|
|
|
@624
|
[624]
|
02/15/05 15:57:44 |
david |
Moved Active Support into its own gem |
|
|
|
@623
|
[623]
|
02/15/05 15:02:43 |
david |
Fixed all the tests |
|
|
|
@310
|
[310]
|
01/02/05 15:16:59 |
david |
Added test cases and rakefile to Active Support |
|
|
|
@273
|
[273]
|
12/29/04 21:03:21 |
david |
Moved support from both Action Pack and Active Record into a separate … |