Visualruby is a complete IDE for making graphical user interfaces with ruby. It utilizes glade interface designer to create windows, and uses a library of GUI helpers to make coding GTK+ programs easy. The IDE really helps you organize your files and your thoughts because it names your ruby files and glade files by a naming convention. You files take on the names MyClass.rb, and MyClass.glade. Then you can easily edit the GUI (glade file) by right clicking on your class's file. It also creates .gemspec files for you, then you can right-click on the .gemspec file to install it, or upload it to rubygems.org. You can also yank your gems with one click. To install, get instructions from our github page at https://github.com/Beagle123/visualruby
This is a simple GUI for a simple ruby class. It demonstrates how easy it is to create GUIs with visualruby. You can try visualruby by going to visualruby.net. There are more examples and tutorials there. The best way to install this program is to install visualruby first because it has all the GTK+ graphics packages that this program depends on. Go to visualruby.net to install. After you have visualruby, you can run this program, at the terminal: $ simple_ruby_gui
Library to make GUIs with Ruby. This library is a dependency of visualruby. This library is useful in the context of visualruby. Go to visualruby.net to download visualruby.
just a toy,use VisualRuby and caracal to create docx file.