"Navindra Umanee" <navindra / cs.mcgill.ca> schrieb im Newsbeitrag news:20050131112202.A11120 / cs.mcgill.ca... > Hi, > > Are there any nice or existing solutions for attaching to a running > Ruby process and changing the code on the fly from the console? > > Like, say I want to update a variable or modify a method for a Ruby > program that is already running. I guess maybe the Ruby program would > have to allocate a thread/socket for eval requests... it would be > nice if someone already solved this. Didn't solve this yet, but you could certainly cook something up quite easily with webrick: just throw out a form with a field for code to enter and when pressing the button the code is executed and the result is sent back. That way you can use any browser to access it. Just my 0.02EUR... Kind regards robert