[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

practical ruby console on windows?

Kiripolszky Károly

6/8/2007 10:00:00 AM

Ehlo,

I'm just wondering if there's any good console for Ruby on Windows?
Mine is a Hungarian system and when I use irb from the win console I
just can't enter asterisks and some other chars, on the other hand
fxri is slow like hell.
It's starting up slow, it takes a lot of time to load doc strings and
even once it is loaded the cursor goes from one char to another with
some 1/2 second delay, which is freaky especially when you edit a very
long line. Python has a very cool Pythonwin console and editor which I
love very much. I'm seeking something like that for Ruby. Maybe I'll
try to write my own solution, if there isn't any already... Thanks in
advance!

Károly Kiripolszky

3 Answers

Jano Svitok

6/8/2007 11:55:00 AM

0

On 6/8/07, Kiripolszky Károly <karoly.kiripolszky@gmail.com> wrote:
> Ehlo,
>
> I'm just wondering if there's any good console for Ruby on Windows?
> Mine is a Hungarian system and when I use irb from the win console I
> just can't enter asterisks and some other chars, on the other hand
> fxri is slow like hell.
> It's starting up slow, it takes a lot of time to load doc strings and
> even once it is loaded the cursor goes from one char to another with
> some 1/2 second delay, which is freaky especially when you edit a very
> long line. Python has a very cool Pythonwin console and editor which I
> love very much. I'm seeking something like that for Ruby. Maybe I'll
> try to write my own solution, if there isn't any already... Thanks in
> advance!
>
> Károly Kiripolszky

Try fastri instead of ri, maybe there's a version with fx.

Martin DeMello

6/8/2007 6:48:00 PM

0

On 6/8/07, Kiripolszky Károly <karoly.kiripolszky@gmail.com> wrote:
> Ehlo,
>
> I'm just wondering if there's any good console for Ruby on Windows?
> Mine is a Hungarian system and when I use irb from the win console I
> just can't enter asterisks and some other chars, on the other hand
> fxri is slow like hell.

Have you tried just plain fxirb, without fxri? It might or might not
be faster, but if the problem is the docstrings it has a chance of
speeding things up if you just use the irb component.

martin

gga

6/13/2007 1:56:00 PM

0

On Jun 8, 6:59 am, Kiripolszky Károly <karoly.kiripols...@gmail.com>
wrote:
> Ehlo,
>
> I'm just wondering if there's any good console for Ruby on Windows?
> Mine is a Hungarian system and when I use irb from the win console I
> just can't enter asterisks and some other chars, on the other hand
> fxri is slow like hell.

This is not a problem with IRB but with your environment. You need to
create an .inputrc file for your environment that translates your keys
(this is usually done on unix oses to support even bash properly, but
obviously not windows).