> I would like to experiment with calling Kernel.autoload on every .rb > file in Dependencies.load_paths during init (either instead of, or on > top of const_missing override). Has anybody tried that already? Is > there are any reason why this wouldn't work?
I'm not aware of anyone trying this out, and also can't find any references to it in the history of dependencies.rb. But it sounds like something worth experimenting with. One challenge with changing the dependency mechanism is that hundreds of plugins rely on the current behaviour so even a small change can cause 'huge' breakage in people's applications. Generally the change required to the plugins is minimal, but that doesn't stop it from freaking people out. -- Cheers Koz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-core?hl=en -~----------~----~----~----~------~----~------~--~---
