From: Pete Elmore <1337p337@...> Date: 2007-10-21T09:12:22+09:00 Subject: Re: [ANN] LiveConsole 0.1.0 -- eval code against a running program with IRB I haven't tested it very thoroughly on Rails, but it seems to work. It has the added (possible) benefit of not stopping the application when you use it, unlike Rails' breakpoint code. As long as you don't interfere with running Controllers, it should be fine. YMMV On 20/10/2007, Jay Levitt wrote: > On Sun, 21 Oct 2007 05:28:42 +0900, Pete Elmore wrote: > > > LiveConsole is a library for providing IRB over a TCP connection . If > > you add it to your application, you can run arbitrary code against > > your application. For example, you can: > > * Inspect the state of a running application > > * Change the state of the application > > * Patch code on the fly, without a restart. > > That's beautiful! Does it work with Rails and/or ruby-debug? All three > together would be the holy grail for debuggability. > > -- > Jay Levitt | > Boston, MA | My character doesn't like it when they > Faster: jay at jay dot fm | cry or shout or hit. > http://www.jay.fm | - Kristoffer > >