Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #6420 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

[PATCH] Look for plugins in vendor subdirectories for default_load_paths

Reported by: obrie Assigned to: David
Priority: normal Milestone: 1.x
Component: Railties Version:
Severity: normal Keywords: tested tiny load paths plugin vendor
Cc:

Description

Currently, Rails automatically loads plugins from subdirectories within vendor/plugins. However, Initializer.default_load_paths only looks in the immediate subdirectories, nothing with a deeper heirarchy. This simple patch adds support.

Attachments

default_load_paths_with_subdirs.diff (0.5 kB) - added by obrie on 10/24/06 14:20:59.
Initial attempt.

Change History

10/24/06 14:20:59 changed by obrie

  • attachment default_load_paths_with_subdirs.diff added.

Initial attempt.

06/04/07 05:01:38 changed by josh

  • status changed from new to closed.
  • resolution set to wontfix.

Plugins now have a new crazy loader.