Hi Lawrence,

I am not an expert on Windows, and generally - ruby is painfully slow
in this environment, so you should consider switching to Linux or Mac
OS if you want to use ruby with comfort in long term, but I think I
know what's your problem.

Seems to me that InstantRails opens console windows for you, and sets
some environmental variables, like PATH to make it possible to use
ruby.
If you type "irb" in normal console window, you'll get "no such
command" or similiar, while started from menu - will spawn irb for
you.

You might need to navigate to your rails project in command line,
like:
> cd C:\myprojects\rails\blog

and run console:

> ruby script\console

Please let me know if this helps,
Hubert

On 25 Paź, 22:35, "Sal e. Mander" <[EMAIL PROTECTED]>
wrote:
> Hi,
>
> I am using InstantRails in XP SP2. When I try to open a Ruby console
> window from InstantRails menu system I only get a Dos window. This is,
> probably, a problem in my registry configuration and happens even when I
> try to execute a batch (.bat) file.
>
> My question is: how do I run a Ruby Console window without going through
> the InstantRails menu system?
>
> If anyone knows how to fix my Window register problem that would work
> also.
>
> Thanks, Lawrence
> --
> Posted viahttp://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to