I suppose we could make a controller load paths array that your plugin
could add to and check all the paths in said array. We just have to be
careful about this stuff.


Maybe a way to "register" valid controllers, so no potentially costly filesystem calls
need to be made?

Merb::Controller.register 'MyPluginController', '/path/to/ my_plugin_controller'

Merb::Controller.registered?('MyPluginController')   ==>  true


RE: GET /404
There is a patch on the ticket ;)


Regards

Farms.
Design & Dev


Oxygen.
http://www.oxdi.eu



_______________________________________________
Merb-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/merb-devel

Reply via email to