Reloading modified classes

How can make rails to reload my custom classes (located in lib/) on each request (or when they're modified), without restarting mongrel? I have a lot of helper classes that do not belong to M, V or C and I want to see the changes right after editing .rb file.

Domas Savickas wrote:

How can make rails to reload my custom classes (located in lib/) on each request (or when they're modified), without restarting mongrel? I have a lot of helper classes that do not belong to M, V or C and I want to see the changes right after editing .rb file.

I think you just mixin the Reloadable mixin but I could be mistaken.

Eric