Any drracket-like ides for ruby

Specifically, I’m looking for something with an editor pane and a
repl, optimised for the workflow “play with stuff in the repl, copy
over to the editor pane, reset the repl and reread from the editor”.

martin

On Aug 6, 2011, at 16:35 , Martin DeMello wrote:

Specifically, I’m looking for something with an editor pane and a
repl, optimised for the workflow “play with stuff in the repl, copy
over to the editor pane, reset the repl and reread from the editor”.

emacs + ruby-mode + inf-ruby (both ship with ruby)

M-x run-ruby RET

Then from a ruby buffer you have:

ruby-send-block ruby-send-block-and-go
ruby-send-definition ruby-send-definition-and-go
ruby-send-region ruby-send-region-and-go

and the inf-ruby buffer is just another emacs buffer so of course you
can yank back into a ruby buffer.