aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/dependencies.rb
Commit message (Collapse)AuthorAgeFilesLines
* require deprecation so that we can deprecate methods!Aaron Patterson2011-03-021-0/+1
|
* anonymous classes have blank names on ruby 1.8Aaron Patterson2011-03-021-1/+1
|
* adding deprecation noticies to deprecated class cache methodsAaron Patterson2011-03-021-0/+13
|
* adding backwards compat for class cache references. <3<3Aaron Patterson2011-03-021-1/+12
|
* yo dawg, directly use the class cache rather than the cache of the cacheAaron Patterson2011-03-011-5/+2
|
* refactor Reference to a ClassCache object, fix lazy lookup in Middleware so ↵Aaron Patterson2011-03-011-11/+32
| | | | that anonymous classes are supported
* Remove extra fRyan Bigg2010-12-031-1/+1
|
* replace if ! with unlessNeeraj Singh2010-10-171-1/+1
| | | | Signed-off-by: Santiago Pastorino <santiago@wyeworks.com>
* Reference watch_namespaces in comments instead of watch_modulesMarcelo Giorgi2010-09-131-3/+3
|
* Refactor a bit dependencies loggingCarlos Antonio da Silva2010-09-051-4/+6
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Improve dependencies by not calling constantize(const) twice while removing ↵Carlos Antonio da Silva2010-09-051-3/+4
| | | | | | unloadable constants Signed-off-by: José Valim <jose.valim@gmail.com>
* Add before_remove_const callback to ↵Andrew White2010-09-011-1/+7
| | | | | | ActiveSupport::Dependencies.remove_unloadable_constants! Signed-off-by: Xavier Noria <fxn@hashref.com>
* 1.8 block variable shadowing strikes againwycats2010-08-171-2/+2
|
* Sadly, this segv's in 1.8 :(wycats2010-08-171-38/+56
|
* Revert "require_dependency should require using the normal mechanism if ↵José Valim2010-08-101-15/+7
| | | | | | | possible to avoid double-requires" This was causing double requires since 991cd59a225b90ab1ba3 was reverted. This reverts commit 8bf79739b4219eb1d6464e6eb4853e92e81d7621.
* Revert "If a file is in the load path, require it without its full path (in ↵José Valim2010-08-041-7/+2
| | | | | | | | more places)" Caused failures in ActionMailer test suite. This reverts commit 991cd59a225b90ab1ba31867810b8fc0942713eb.
* If a file is in the load path, require it without its full path (in more places)wycats2010-08-041-2/+7
|
* require_dependency should require using the normal mechanism if possible to ↵wycats2010-08-041-7/+15
| | | | avoid double-requires
* Fix a bug where requires inside of autoloads were being added to the ↵wycats2010-07-261-5/+12
| | | | autoloaded_constants list, causing mayhem. [#5165 state:resolved]
* Removes unused varsSantiago Pastorino2010-07-241-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Avoid using Pathname on Resolver and AS::Dependencies.José Valim2010-06-241-6/+15
|
* renames load_(once_)paths to autoload_(once_)paths in dependencies and configXavier Noria2010-06-241-12/+12
|
* Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-151-1/+1
|\
| * Fix a bunch of minor spelling mistakesEvgeniy Dolzhenko2010-06-111-1/+1
| |
* | Remove String#constantize depsJeremy Kemper2010-06-111-1/+1
|/
* Clear const references all at onceJeremy Kemper2010-06-051-6/+9
|
* ActiveSupport::Dependencies.constantize shortcut for caching named constant ↵Jeremy Kemper2010-06-051-3/+9
| | | | lookups
* Optimize LookupContextwycats2010-06-041-0/+23
|
* refactor evals and adds some __FILE__ and __LINE__Santiago Pastorino2010-05-201-1/+1
| | | | Signed-off-by: José Valim <jose.valim@gmail.com>
* Escape the file name (who knows when a "(" might appear in a filename!)Yehuda Katz2010-02-271-1/+1
|
* Remove the noisy lines involving AS::Dependencies from the NameError stack ↵Yehuda Katz2010-02-271-0/+3
| | | | trace if a constant cannot be found.
* warning: instance variable @_const_missing not initialized fixedSantiago Pastorino2010-02-191-1/+1
|
* Fix a problem where nil was appearing in the listYehuda Katz2010-02-191-4/+6
|
* Git failYehuda Katz2010-02-181-1/+0
|
* Don't constantize possible module names when looking for new constants ↵Yehuda Katz2010-02-181-0/+1
| | | | unless they exist
* Right.Yehuda Katz2010-02-141-1/+4
|
* require Strings, not SymbolsYehuda Katz2010-02-141-0/+1
|
* Save off Module's const_missing, not Class'Yehuda Katz2010-02-141-1/+1
|
* Missing requireYehuda Katz2010-02-141-0/+1
|
* name.blank? -> anonymous? in a few placesXavier Noria2010-02-141-1/+1
| | | | Signed-off-by: Yehuda Katz <yehudakatz@YK.local>
* Simplify dependencies.rb some. Remove alias of Kernel::Foo to Object::Foo as ↵Yehuda Katz2010-02-141-190/+135
| | | | it was not used and breaks Ruby semantics.
* Stop overriding LoadError.new to return a MissingSourceError (and sometimes ↵Yehuda Katz2010-01-191-1/+1
| | | | nil!)
* Ruby 1.9.2: work around changes to flatten and nil.to_strJeremy Kemper2009-11-081-1/+1
|
* Simplify helper use of ActiveSupport::Dependencies, and use super better for ↵Yehuda Katz + Carl Lerche2009-06-101-5/+10
| | | | in #helpers
* Fix dependencies revealed by testing in isolationJeremy Kemper2009-04-221-3/+5
|
* Opt in to DependenciesJeremy Kemper2009-04-221-0/+1
|
* Explicit dependency on Module extensionsJeremy Kemper2009-03-281-0/+3
|
* Hack in env variable setting for Dependencies.mechanismJeremy Kemper2009-03-261-1/+1
|
* Narrow dependenciesJeremy Kemper2009-03-261-1/+1
|
* Explicit NameError dependencyJeremy Kemper2009-03-261-0/+1
|