Getting Started


Instalation

Install the gem:

gem install rugui

To check if the installation was successful type in a console:

rugui -v

Dependencies

RuGUI depends, of course, on Ruby/GTK. It is known to work on Linux and Windows plataforms. It also depends on the ActiveSupport gem, which can be installed by:

gem install activesupport

To be able to generate applications and controllers/models/views, you will need the rubigen gem, which can be installed by:

gem install rubigen

Generating an Application

To generate an application, go to the directory where you want to create the application and type:

rugui

For more options type:

rugui -h

Get the code!

http://github.com/rugui/rugui

Current version is 1.3.2

image