From: eden li Date: 2007-05-06T14:01:42+09:00 Subject: Re: Remote IRB shell (embedded in rails) Yes :) The cool thing about this is you can get an irb shell right into the ruby process running rails, which means you can do all sorts of useful stuff like twiddling class variables and inspecting your controller states directly. Probably a bad idea to do this in production, but could be useful during development. On May 5, 5:48 pm, Marcin Raczkowski wrote: > ssh remote host > irb > > or is it to simple for you?