Arcadia is a lightweight IDE (Integrated Development Environment) for Ruby language written in Ruby using the classic TCL/TK GUI toolkit.
How to install
There are two way:
* 1) as gem : exec as root on command line "gem install arcadia"
* 2) as package : untar (on unix) tar -xzf arcadia-{version}.tar.gz or unzip (on windows) arcadia-{version}.zip
How to run
* if installed as gem : exec on command line "arcadia"
* if installed as package : go to arcadia directory and exec "ruby bin/arcadia"
Product's homepage
Here are some key features of "Arcadia":
· Script editing, running and debugging support
· Source browsing, syntax highlighting, code completion
· Working on any platform where ruby and tcl-tk work.
· Extensible architecture.
Requirements:
· Ruby
What's New in This Release: [ read full changelog ]
· This version adds support for debugger gem and fixes minor bugs.