Re: [Rails-core] reloadable classes for other base classes than the built-ins

2006-03-01 Thread Jon Tirsen
On 3/2/06, Michael Koziarski <[EMAIL PROTECTED]> wrote: > On 3/2/06, Jon Tirsen <[EMAIL PROTECTED]> wrote: > > I'm working on the plugin for RBatis and a new little thing I'm toying > > around with called ActiveMessaging (sorry, David I stole the name from > > you from the TW AwayDay ;-)). Anyway,

Re: [Rails-core] reloadable classes for other base classes than the built-ins

2006-03-01 Thread Trevor Squires
Jon, do the new Reloadable and Reloadable::Subclasses modules in edge rails (and I assume to be included in 1.1) help you? Regards, Trevor -- Trevor Squires http://somethinglearned.com On 1-Mar-06, at 8:00 PM, Jon Tirsen wrote: I'm working on the plugin for RBatis and a new little thing

Re: [Rails-core] reloadable classes for other base classes than the built-ins

2006-03-01 Thread Michael Koziarski
On 3/2/06, Jon Tirsen <[EMAIL PROTECTED]> wrote: > I'm working on the plugin for RBatis and a new little thing I'm toying > around with called ActiveMessaging (sorry, David I stole the name from > you from the TW AwayDay ;-)). Anyway, in both these applications I > want to be able to have reloadabl

[Rails-core] reloadable classes for other base classes than the built-ins

2006-03-01 Thread Jon Tirsen
I'm working on the plugin for RBatis and a new little thing I'm toying around with called ActiveMessaging (sorry, David I stole the name from you from the TW AwayDay ;-)). Anyway, in both these applications I want to be able to have reloadable classes that don't extend any of the standard built in