From: Reiichi Tyrael on
It will be awesome if is an IDE where I can run programs directly in it
(like in RubyMine pressing F5) using the portable Ruby interpreter so I
can work in Ruby in any place *_* (maybe even with a debugger!)

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

From: Mohit Sindhwani on
On 5/3/2010 3:37 PM, Reiichi Tyrael wrote:
> It will be awesome if is an IDE where I can run programs directly in it
> (like in RubyMine pressing F5) using the portable Ruby interpreter so I
> can work in Ruby in any place *_* (maybe even with a debugger!)
>

This site:
http://portableapps.com/apps
shows gVim and Notepad++ as portable apps.

Cheers,
Mohit.
5/3/2010 | 3:51 PM.


From: Marc Weber on
Excerpts from Benedikt Müller's message of Fri Mar 05 06:34:03 +0100
2010:
> GVim is the only thing zou need :)

If you go that way give vim-addon-manager a try.

http://github.com/MarcWeber/vim-addon-manager

doc/*.txt explains how to use it.

Then you can install vim-ruby and vim-ruby-debugger easily.

You'll get vim-addon-actions.

Pressing <s-F2> or such will show you some options such as:
map F2 to running ruby or rpec.
There is also a command called "ActionOn(Buf)Write" which will run
ruby / spec whenever you save this / a buffer.

It's convinient to use. You can sent bug reports to me.

Marc Weber

From: Reid Thompson on
> gvim and notepad++ are offered
>
> Yea, but they are good general editors, I want something more Ruby
> oriented...
>

http://homepage2.nifty.com/sakazuki/rde_en/

From: Benedikt Müller on
2010/3/5 Reiichi Tyrael <xxreiichixx(a)gmail.com>:
> Yea, but they are good general editors, I want something more Ruby
> oriented...
You can have gvim veeery Ruby oriented. I'd recommend installing
snipmate and creating binds for ruby(eg F5 for run..).

--
Gruß, Benedikt