practical ruby console on windows?

  • Thread starter Kiripolszky Károly
  • Start date
K

Kiripolszky Károly

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
 
J

Jano Svitok

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=E1roly Kiripolszky

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

Martin DeMello

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
 
G

gga

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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,261
Messages
2,571,308
Members
47,967
Latest member
pakasi

Latest Threads

Top