Google Directory
Directory
  Directory Help
Search only in ToolsSearch the Web  

Tools
  Computers > Programming > Languages > Ruby > Tools   Go to Directory Home: [English]  [English]  

Categories
Java (10)
NET (9)
Network (18)
Rails (103)
Related Categories:
    Computers > Programming > Development Tools  (332)
    Computers > Programming > Languages > Ruby > Software  (149)

Web Pages
Viewing in Google PageRank order               View in alphabetical order
  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.
  Ruby In Steel IDE http://www.sapphiresteel.com
Provides an IDE for Visual Studio with a commercial and a free personal edition.
  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.
  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.
  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]
  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]
  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]
  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]
  Mocha http://mocha.rubyforge.org
Library for mocking and stubbing using a syntax like with JMock and SchMock.
  WxRuby http://wxruby.rubyforge.org/wiki/wiki.pl
Ruby bindings to the wxWindows cross-platform toolkit; documents, references, Wiki, downloads. [Open source]
  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]
  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.
  ncurses-ruby http://ncurses-ruby.berlios.de/
Ruby module; makes most functions, constants, and external variables of the C ncurses library accessible from Ruby.
  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]
  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.
  Ruby as Glue Language http://www2s.biglobe.ne.jp/~Nori/ruby/
Ruby bindings for several libraries, programs, with readme files.
  Gecode/R http://gecoder.rubyforge.org
Offers an interface to the constraint programming library Gecode.
  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.
  RubyUnit http://homepage1.nifty.com/markey/ruby/rubyunit/index_e.html
Simple testing framework for Ruby. Descriptions, downloads.
  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.
  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.
  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.
  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]
  Tesly Jr. http://junior.tesly.com/
Logs results of automated unit tests, and displays results in HTML view. RSS feeds track every test run.
  Rinn http://sourceforge.net/projects/rinn/
CORBA for Ruby. Goal: a pure Ruby version based on CORBA-Ruby Mapping Specification.
  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.
  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.
  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.
  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.
  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.
  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.
  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.
  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]
  Ruby/GP http://www31.tok2.com/home/akimichi/aki/program/gp/
Genetic programming library in Ruby.
  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.
  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.
  Dectxn http://dectxn.rubyforge.org
Provides a Rails plugin to offer declarative transaction management.

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

Modified by Google - ©2008 Google
Advertise with Us - Jobs, Press, Cool Stuff...