Interactive ruby development

As someone who has used lisp, emacs, and slime in the past, I get
incredible frustrated with having to write ruby code. I do not find the
language to be that bad, but the development environments just don't
compare.

My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did
more. It would be nice if irb tab completion worked in inf-ruby, and if
this could somehow be piped to emacs and ruby-mode to get real tab
completion in emacs.

Does anyone have some ideas about how to go about doing this?

I think one way might be to adapt slime to ruby. As far as I know, this
involves writing a swank like backend for ruby, and making some changes
to the emacs frontend.

···

--
Posted via http://www.ruby-forum.com/.

Seshu Yamajala wrote:

As someone who has used lisp, emacs, and slime in the past, I get
incredible frustrated with having to write ruby code. I do not find the
language to be that bad, but the development environments just don't
compare.

My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did
more. It would be nice if irb tab completion worked in inf-ruby, and if
this could somehow be piped to emacs and ruby-mode to get real tab
completion in emacs.

I believe netbeans has auto-completion. Anybody else know of one?
The redcar editor has TextMate-like completion, as well.
http://redcareditor.com/

···

--
Posted via http://www.ruby-forum.com/\.

I have never tried it, but the video was cool:

http://cx4a.org/software/rsense/index.html

···

On Mon, Jul 26, 2010 at 6:23 PM, Seshu Yamajala <syamajala@gmail.com> wrote:

My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did
more. It would be nice if irb tab completion worked in inf-ruby, and if
this could somehow be piped to emacs and ruby-mode to get real tab
completion in emacs.

Does anyone have some ideas about how to go about doing this?

Seshu Yamajala wrote:

As someone who has used lisp, emacs, and slime in the past, I get
incredible frustrated with having to write ruby code. I do not find the
language to be that bad, but the development environments just don't
compare.

My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did
more. It would be nice if irb tab completion worked in inf-ruby, and if
this could somehow be piped to emacs and ruby-mode to get real tab
completion in emacs.

Does anyone have some ideas about how to go about doing this?

I think one way might be to adapt slime to ruby. As far as I know, this
involves writing a swank like backend for ruby, and making some changes
to the emacs frontend.

You may want to try inf-ruby-bond(http://github.com/pd/inf-ruby-bond\)
which is based on bond( http://github.com/cldwalker/bond\) a much
improved version of irb's completion.

I don't use emacs so I can't vouch for inf-ruby-bond but I did write
bond.

Gabriel

···

--
Posted via http://www.ruby-forum.com/\.

I've used Netbeans as well and really like it. However, I'm in love with
RubyMine (http://www.jetbrains.com/ruby\). Great support for Ruby, RoR, Git,
js, HTML, CSS, and more!

Best,
Spencer

···

On 7/27/10 8:09 AM, "Roger Pack" <rogerpack2005@gmail.com> wrote:

Seshu Yamajala wrote:

As someone who has used lisp, emacs, and slime in the past, I get
incredible frustrated with having to write ruby code. I do not find the
language to be that bad, but the development environments just don't
compare.

My current setup is emacs, ruby-mode, and inf-ruby. I wish inf-ruby did
more. It would be nice if irb tab completion worked in inf-ruby, and if
this could somehow be piped to emacs and ruby-mode to get real tab
completion in emacs.

I believe netbeans has auto-completion. Anybody else know of one?
The redcar editor has TextMate-like completion, as well.
http://redcareditor.com/