aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/dependencies_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix autoload_once_paths when using Pathnames & ruby 1.9Jonathan del Strother2011-08-241-0/+18
* Removing extra requires from the test. Already loaded in abstract_unit.Arun Agrawal2011-07-311-1/+0
* Raise NameError instead of ArgumentError in ActiveSupport::DependenciesAndrew White2011-06-011-1/+1
* Fix failing tests.José Valim2011-05-221-0/+2
* adding deprecation noticies to deprecated class cache methodsAaron Patterson2011-03-021-4/+4
* adding backwards compat for class cache references. <3<3Aaron Patterson2011-03-021-3/+3
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so t...Aaron Patterson2011-03-011-3/+3
* Add before_remove_const callback to ActiveSupport::Dependencies.remove_unload...Andrew White2010-09-011-0/+11
* Sadly, this segv's in 1.8 :(wycats2010-08-171-5/+5
* This is for making sure const_missing is triggered without warningsSantiago Pastorino2010-07-261-4/+6
* Fix a bug where requires inside of autoloads were being added to the autoload...wycats2010-07-261-0/+49
* Removes unused varsSantiago Pastorino2010-07-241-2/+0
* Makes restore previosly saved warnings_on_first_load value and avoid warningSantiago Pastorino2010-07-241-0/+1
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-18/+18
* ActiveSupport::Dependencies.constantize shortcut for caching named constant l...Jeremy Kemper2010-06-051-0/+6
* Optimize LookupContextwycats2010-06-041-0/+15
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1
* Make dependencies_test pass running standalone [#4215 state:resolved]Santiago Pastorino and Sebastian Martinez2010-03-181-1/+1
* Simplify dependencies.rb some. Remove alias of Kernel::Foo to Object::Foo as ...Yehuda Katz2010-02-141-11/+6
* Since require_dependency cannot be cleared, remove the dependenciesYehuda Katz2010-02-101-0/+5
* removes Module#as_load_path, which is no longer usedXavier Noria2010-02-071-5/+0
* Symbol#to_proc is not needed for Ruby >= 1.8.7Xavier Noria2009-11-091-1/+0
* Fix failing dependencies test relying on . being in LOAD_PATHJeremy Kemper2009-08-091-2/+4
* Extract repetitive methodJeremy Kemper2009-08-091-33/+37
* Uses &:fooJeremy Kemper2009-08-091-0/+1
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-0/+2
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
* Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.Jeremy Kemper2009-03-081-11/+11
* Only track new constant definitions when we're reloading dependenciesJeremy Kemper2008-11-101-5/+5
* Remove stuff that was deprecated in 2-1-stablePratik Naik2008-10-211-1/+0
* Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...Jeremy Kemper2008-08-311-9/+9
* Added config.dependency_loading to enable or disable the dependency loader af...Joshua Peek2008-07-241-0/+12
* Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ActiveS...Joshua Peek2008-06-031-120/+120
* Fixed Dependencies so load errors are not masked behind a 'Expected x.rb to d...Tom Ward2008-05-311-6/+14
* Fix Dependencies watch_frames collection. [#24 state:resolved]Tom Ward2008-05-201-0/+6
* remove some more absolute requiresJeremy Kemper2008-01-051-5/+5
* require abstract_unit directly since test is in load pathJeremy Kemper2008-01-051-1/+1
* Dependencies Ruby 1.9 compatJeremy Kemper2007-09-271-31/+30
* Update Dependencies to ignore constants inherited from ancestors. Closes #6951.Nicholas Seckar2007-03-141-0/+11
* tighten test_load_once_paths_should_behave_when_recursively_loadingJeremy Kemper2007-01-011-2/+3
* Check for nil name also. Closes #6561.Jeremy Kemper2006-12-311-1/+6
* Fix Dependencies.autoloaded? to ignore anonymous modules. Closes #6561.Nicholas Seckar2006-12-311-1/+3
* Checkin failing test case related to load once pathsNicholas Seckar2006-12-241-0/+28
* Fix remove_constant to correctly handle constant names of the form "::A::..."...Nicholas Seckar2006-12-091-0/+11
* Test autoloading nested subclass of parent.Jeremy Kemper2006-11-161-0/+9
* Update dependencies to delete partially loaded constants.Nicholas Seckar2006-11-071-2/+5
* Update failing autoload tests.Jeremy Kemper2006-11-071-8/+18
* Fix warning and incorrect test triggerNicholas Seckar2006-11-061-1/+1
* Failing test for autoloading shadowed exceptions.Jeremy Kemper2006-11-061-83/+122
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-011-0/+147