I downloaded and installed the Ruby for Windows kit, but I can’t figure
out how to open it now. When I go to my Start menu there is some
programs, (interactive Ruby, Ruby server) but all they do is open up a
command prompt.
Where is the IDE to help me start developing application GUIs in Ruby?
I downloaded and installed the Ruby for Windows kit, but I can’t figure
out how to open it now. When I go to my Start menu there is some
programs, (interactive Ruby, Ruby server) but all they do is open up a
command prompt.
Where is the IDE to help me start developing application GUIs in Ruby?
You only need an editor with syntax highlighting, e.g. Notepad++.
If you’re willing to pay for a good IDE I recommend you RubyMine. To
start developing software with GUI take a look at this different options
=> Category: GUI Frameworks - The Ruby Toolbox . I recommend
you FXRuby. There’s a book that will teach you how to work with it, it’s
around the web since it’s no more printed, it’s called something like
“Developing Lean and Mean User Interfaces with FXRuby”.
If you’re just starting with Ruby, and it sounds like you are, I’d
recommend following some tutorials and reading a Ruby introduction book
before you start creating GUIs.
If you want to get started learning GUIs straight away, I think that’s
what Ruby Shoes was made for: http://shoesrb.com/
To answer that, Ruby mind is an IDE, or integrated development
environment, that runs on Windows, Mac, and Linux. FXRuby is a graphics
library that is usable on those same platforms.
I like RubyMine, and usually switch back and forth between it and vim,
depending on my development environment at that moment. Good to know
both,
so as to be capable of working in minimalist and stocked situations.