From b0e1430c523cf09155f72d5996be2cc2bf8e2eb7 Mon Sep 17 00:00:00 2001 From: Marcel Molina Date: Fri, 2 Mar 2007 00:20:32 +0000 Subject: Split plugin location and loading out of the initializer and into a new Plugin namespace, which includes Plugin::Locater and Plugin::Loader. The loader class that is used can be customized using the config.plugin_loader option. Those monkey patching the plugin loading subsystem take note, the internals changing here will likely break your modifications. The good news is that it should be substantially easier to hook into the plugin locating and loading process now. [Marcel Molina Jr.] git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6277 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb (limited to 'railties/test/fixtures') diff --git a/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb b/railties/test/fixtures/plugins/default/plugin_with_no_lib_dir/init.rb new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3