As I understand it, plugins are not reloaded in Rails with each request in development mode. Which makes sense, as generally you add plugins to your app and it's the app you're developing.
But if you are developing a plugin, you have to restart the server with each change to the plugin which has a significant overhead.
Is there any way to make Rails reload your plugin during development, the way it reloads your models and controllers?