Domain Tools

Welcome  Guest! Login/Join

XEN VPS

Main Content

Tools


Directory > Computers > Programming > Languages > Ruby > Tools

Java@ (10)NET@ (9)Network@ (16)
Rails@ (95)
 
Related Categories:
   Computers > Programming > Development_Tools (233)
   Computers > Programming > Languages > Ruby > Software (130)


4,464 Listings - DR (9/10)4,464 Listings - DR (9/10) RDE: Ruby Development Environment - http://homepage2.nifty.com/sakazuki/rde_en/
Integrated Development Environment, mostly a GUI wrapper of debug.rb with editor, Windows only. Screenshot, description, downloads: old, new.
4,464 Listings - DR (9/10)4,464 Listings - DR (9/10) RubyUnit - http://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html
Simple testing framework for Ruby. Descriptions, downloads.
17,510 Listings - DR (9/10)17,510 Listings - DR (9/10) Alma - http://harpo.free.fr/alma/
A Language for MAcro processing, general purpose, powered by Ruby. Allows using any Ruby method in the same way one uses macros, so, immediately, Alma has thousands of built-in functions. [Open Source, GPL]
73 Listings - DR (6/10)73 Listings - DR (6/10) RuSTEM - http://freshmeat.net/projects/rustem/
Fast Ruby module with Porter stemming algorithm; a process to remove commoner morphological and inflexional endings from words in English; main use is as part of term normalisation process usually done when setting up Information Retrieval systems.
217 Listings - DR (5/10)217 Listings - DR (5/10) Ruby/GP - http://www31.tok2.com/home/akimichi/aki/program/gp/
Genetic programming library in Ruby.
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) RubyCocoa - http://rubycocoa.sourceforge.net/
Ruby/Objective-C bridge for Mac OS X with Cocoa; Cocoa bindings for Ruby. Allows native OS function mixins and GUI component use, write Cocoa programs in Ruby, mix Ruby and Objective-C code, create and use Cocoa objects in Ruby scripts. English, Nihongo. [Open Source]
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) YAML.rb is YAML for Ruby - http://yaml4r.sourceforge.net/
YAML4R is a full-featured YAML parser and emitter for Ruby. Use as drop-in replacement for PStore, or use one of its several APIs to store object data in friendly and readable YAML style; write data structures in plain text.
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) AESCrypt - http://aescrypt.sourceforge.net/
Program to encrypt/decrypt streams of data using Rijndael and Cipher Block Feedback mode (CFB-128), for shell scripts and Ruby. Description, downloads.
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) Rinn - http://sourceforge.net/projects/rinn/
CORBA for Ruby. Goal: a pure Ruby version based on CORBA-Ruby Mapping Specification.
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) RUDL Library - http://rudl.sourceforge.net/
Interfaces the Simple Directmedia Library to Ruby, giving it high speed graphics, sound, and input abilities. Links to related projects. [Open source, LGPL]
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) RubyInline - http://sourceforge.net/projects/rubyinline/
Analog to Perl's Inline::C, allows embedding C external module code in Ruby scripts directly; code is compiled and run on the fly, as needed. [open source, MIT License]
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) AspectR - http://aspectr.sourceforge.net/
Module adds simple aspect-oriented programming concepts to Ruby; allows wrapping code around extant methods in classes, which separates different concerns into different parts of the code. [Open Source, GPL]
3,418 Listings - DR (5/10)3,418 Listings - DR (5/10) Rockit - http://rockit.sourceforge.net/
Ruby O-o Compiler construction toolKIT; easy-to-use, written in and emits Ruby code. Current focus: 'front-end' phases of compiler construction; generates lexer and parser (more advanced than yacc's LaLr(1), grammars in Extended Backus-Naur form.
On Target - DR (5/10)On Target - DR (5/10) LoveRubyNet - http://www.loveruby.net/
Software Archive, many projects. Examples: Racc, LALR(1) Perser generator; TMail, Mail Class (implements MIME multipart, more); strscan, extension to scan string faster. English and Japanese versions. Ruby-dev summary index. By Minero Aoki.
153 Listings - DR (5/10)153 Listings - DR (5/10) Erik Veenstra: Ruby - http://www.erikveen.dds.nl/ruby.html
Projects (Tar2RubyScript, RubyScript2Exe, RubyWebDialogs, AllInOneRuby), well documented; tutorials (Distributing Ruby Applications, Distributing Rails Applications, Monitor-Functions), Code Snippets.
On Target - DR (5/10)On Target - DR (5/10) MySQL/Ruby - http://www.tmtm.org/en/mysql/ruby/
MySQL API module (extension library) for Ruby; gives same functions to Ruby programs that MySQL C API gives to C programs.
7 Listings - DR (4/10)7 Listings - DR (4/10) WxRuby - http://wxruby.rubyforge.org/wiki/wiki.pl
Ruby bindings to the wxWindows cross-platform toolkit; documents, references, Wiki, downloads. [Open source]
7 Listings - DR (4/10)7 Listings - DR (4/10) DRP: Directed Ruby Programming - http://drp.rubyforge.org/
Generative programming system, for genetic programming, grammatical evolution, or hybrid GP-GE; coded in all Ruby; best suited for interactive evolution and design work. Open source, GPL.
7 Listings - DR (4/10)7 Listings - DR (4/10) FreeRIDE - http://freeride.rubyforge.org/wiki/wiki.pl
Ruby Integrated Development Environment, IDE. Wiki format, descriptions, FAQ, documents, screenshots, development and subproject links. Linux, Unix, Windows. [Open Source]
7 Listings - DR (4/10)7 Listings - DR (4/10) Dectxn - http://dectxn.rubyforge.org
Provides a Rails plugin to offer declarative transaction management.
7 Listings - DR (4/10)7 Listings - DR (4/10) Gecode/R - http://gecoder.rubyforge.org
Offers an interface to the constraint programming library Gecode.
7 Listings - DR (4/10)7 Listings - DR (4/10) Mocha - http://mocha.rubyforge.org
Library for mocking and stubbing using a syntax like with JMock and SchMock.
7 Listings - DR (4/10)7 Listings - DR (4/10) Numerical Ruby - http://narray.rubyforge.org/
Modules: NArray class for Numerical N-dimensional Arrays; Quanty (units) class containing value and unit, for automatic unit conversion and calculation; link to PGPlot graphics library interface.
7 Listings - DR (4/10)7 Listings - DR (4/10) HighLine - http://highline.rubyforge.org/
High level library to deal with text user interfaces, build command line interfaces. Robust formatting has word wrap, paging, and list handling are possible. Handles validation rules for user input, implements menus easily. [Open source, GPL or Ruby License]
On Target - DR (4/10)On Target - DR (4/10) Yoshidam's Secret Page: Ruby - http://www.yoshidam.net/Ruby.html
Information on Ruby, powered by his XML module. Modules: XMLParser, Uconv, Oracle, VFlib3, Perl, Multibyte Extension for String class, Syslog; Libraries: Unicode, Susie Plugin, DirectDraw for Ruby, MDN.
On Target - DR (4/10)On Target - DR (4/10) BioRuby - http://bioruby.org/
Ruby library; goal: implement integrated environment for bioinformatics research in Ruby. Kept simple to maximize usability, efficiency for biologists as a daily tool. Begun in Japan, supported by Universities of Tokyo, Kyoto; Open Bio Foundation.
On Target - DR (0/10)On Target - DR (0/10) Ruby In Steel IDE - http://www.sapphiresteel.com
Provides an IDE for Visual Studio with a commercial and a free personal edition.
On Target - DR (0/10)On Target - DR (0/10) Tesly Jr. - http://junior.tesly.com/
Logs results of automated unit tests, and displays results in HTML view. RSS feeds track every test run.
61 Listings - DR (0/10)61 Listings - DR (0/10) ncurses-ruby - http://ncurses-ruby.berlios.de/
Ruby module; makes most functions, constants, and external variables of the C ncurses library accessible from Ruby.
11 Listings - DR (0/10)11 Listings - DR (0/10) Motoyuki Kasahara's Page - http://www.sra.co.jp/people/m-kasahr/
Ruby tools: find2 replaces find.rb, getoptlong library to parse command line options. Other free software.
29 Listings - DR (0/10)29 Listings - DR (0/10) About Ruby - http://www.goto.info.waseda.ac.jp/~fukusima/ruby/index-e.html
Scripts and libraries, Pcap libpcap interface, Python embedded in Ruby, Ruby SWIG module. By Masaki Fukushima.
1,628 Listings - DR (0/10)1,628 Listings - DR (0/10) Hipster's - http://www.xs4all.nl/~hipster/
Dozens of Ruby programs. Examples: reverse dependency tool, simple HTTP daemon, vim syntax coloring, Design by Contract, Literate Ruby, Fibonacci generators, generic XML generator.
1,190 Listings - DR (0/10)1,190 Listings - DR (0/10) RZBD - http://www007.upp.so-net.ne.jp/kengai/zebedee/rzbd.html
Ruby Zebedee: 100% compatible clone (protocol, configuration file), can be used by Ruby scripts easily like standard Socket API. Zebedee is simple program to form encrypted, compressed tunnel for TCP/IP or UDP data between two systems.
On Target - DR (0/10)On Target - DR (0/10) Arachno Ruby - http://www.ruby-ide.com/ruby/ruby_ide_and_ruby_editor.php
Commercial IDE, with integrated debugger, useful for normal and Web programming, applications. [Scriptolutions]
2,220 Listings - DR (0/10)2,220 Listings - DR (0/10) Ruby as Glue Language - http://www2s.biglobe.ne.jp/~Nori/ruby/
Ruby bindings for several libraries, programs, with readme files.
258 Listings - DR (0/10)258 Listings - DR (0/10) Ruby Binaries - http://www.os.rim.or.jp/~eban/
Cygwin DLL; GTk+ on Win32 DLLs; bmingw; rb2exe, turns Ruby scripts to executable files, which need Ruby interpreter.
2,678 Listings - DR (0/10)2,678 Listings - DR (0/10) Play Ground of Ruby - http://members.at.infoseek.co.jp/shiroikumo/ruby/index-en.html
Small amounts of Ruby/Tk, SSI filter for HTML documents, initializer for multi-dimensional arrays, flock function checker, rot13, email counter/grapher.

Help build the largest human-edited directory on the web.
Submit a Site - Open Directory Project - Become an Editor

Domain Tools analysis of DMOZ top listed domains