Precisa compilar fontes em C (C++).
Rails é uma nova biblioteca para aplicações Web que está conquistando as mentes e os corações de desenvolvedores em todo o mundo por causa da flexibilidade e poder da mesma. Este tutorial apresenta a tecnologia e mostra como a mesma pode ajudar a produtividade de qualquer desenvolvedor.
Ruby supports idiomatic programming. Please put your favorite Ruby idioms here. They don't have to be specific to Ruby. Using idioms does not always lead to the most readable code, but they can provide convenient shortcuts in many situations.
RubyHack, no momento, contém pequenos trechos de código criados por membros do grupo RubyIsFunGroup com finalidade didática e de intercâmbio sobre a linguagem Ruby. Poderão ser publicados também artigos e tutoriais.
Since we can serialize an object or a set of objects into a form suitable for out-of-process storage, we can use this capability for the transmission of objects from one process to another. Couple this capability with the power of networking, and voila: you have a distributed object system. To save you the trouble of having to write the code, we suggest downloading Masatoshi Seki's Distributed Ruby library (drb) from the RAA.
The LEGO MINDSTORMS system is a Robotics Invention System used for the development of toy robots which can be programmed using various languages. This project is an attempt to use Ruby to program the robots, in particular to use Distributed Ruby(dRB).
RubyUnit
This site will provide you with information concerning the Ruby Programming Language designed and implemented by Yukihiro "Matz" Matsumoto.
ruby-gsl is a wrapper of the GNU Scientific Library for the Ruby programming language.
A Ruby Compiler
MetAid is a tiny library for aiding metaprogramming.
New RubyCLR Reflection Features
An easy to use payment gateway for Ruby. Payment is used to process credit cards and electronic cash through merchant accounts like Authorize.Net.
RubyInline was a quick hack that I wrote in response to a group member saying "Ingy did his first version [of Perl`s Inline.PM] overnight... it can`t be that hard!" In fact, it wasn`t, for the first version at least. Since then we`ve extended it so you can do c++ as well as c, to automatically translate base types to/from ruby and c, and more.
Ruby/Amazon is a Ruby language library that allows programmatic access to the popular Amazon Web site via the REST (XML over HTTP) based Amazon Web Services. In addition to the original amazon.com site, the amazon.co.uk, amazon.de, amazon.fr, amazon.ca, and amazon.co.jp properties are also supported.
I did some work to make dia2code generate ruby code, it works, but i can`t contact dia2code author to commit changes to main engine and to add actually a ruby code generator. So I`ve decided to put ruby version on my homepage to get some feedback (i hope somebody need that tool) and maybe to make something work better.
A quick guide to Ruby programming and Ruby on Rails
RBTree is a sorted associative collection using Red-Black Tree as the internal data structure. The elements of RBTree are ordered and its interface is the almost same as Hash, so simply you can consider RBTree sorted Hash.
Ruby/Password is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, password strength checking, random password generation, phonemic password generation (for easy memorisation by human-beings) and the encryption of passwords.
The basic idea of RubyWebDialogs is to keep development simple, so one can build simple applications in a couple of minutes and not-that-simple applications in a couple of hours. It`s not meant for building big applications or things like adding functionality to the corporate`s web site. (They`ll use Java, anyway…) But if things get faster, and more stable, and more feature-rich, and more community driven, and more integrated with WEBrick, and Apache, well, who knows what all this will lead to… For now, it`s just a thing I`ve already used for quiet some time and want to share.
Ruby is an "Easy Object-Oriented Scripting Language" that is just emerging in the mainstream. It is well suited to a wide variety of tasks including system administration, rapid prototyping, Web development, complex text processing using regular expressions, artificial intelligence, and the teaching of object-oriented principles. Ruby combines the better characteristics of the most popular interpreted languages, but with a refreshingly minimalistic and intuitive feel.
A linguagem [Ruby] é muito divertida. Sua aprendizagem devolve o prazer de programar pela sua descomplicação que permite se concentrar no problema a resolver e não nas idiossincrasias da linguagem.
This project contains several extensions to the Ruby standard classes.
Classes for allowing one to easily write a BNF-style grammar directly in Ruby
This is a `one-click`, self-contained installer that contains the Ruby language itself, dozens of popular extensions and packages, a syntax-highlighting editor, an execution environment, and a help file that contains the full text of the book, `Programming Ruby: The Pragmatic Programmer`s Guide`.
rbbr is an application to browse modules/classes hierarchy and their constants and methods.
RubyInline was a quick hack that I wrote in response to a group member saying "Ingy did his first version [of Perl`s Inline.PM] overnight... it can`t be that hard!" In fact, it wasn`t, for the first version at least. Since then we`ve extended it so you can do c++ as well as c, to automatically translate base types to/from ruby and c, and more.
RubyRDF was an experimental RDF system implemented in Ruby. It is no longer under active development.
RubyScript2Exe transforms your Ruby script into a standalone, compressed Windows, Linux or Mac OS X (Darwin) executable. You can look at it as a "compiler". Not in the sense of a source-code-to-byte-code compiler, but as a "collector", for it collects all necessary files to run your script on an other machine: the Ruby script, the Ruby interpreter and the Ruby runtime library (stripped down for this script). Anyway, the result is the same: a standalone executable (application.exe). And that`s what we want!
Tar2RubyScript transforms a directory tree, containing your application, into one single Ruby script, along with some code to handle this archive. This script can be distributed to our friends. When they`ve installed Ruby, they just have to double click on it and your application is up and running!
The purpose of this list is to discuss the usage<br /> of Trolltech`s Qt with the object-orientated programming<br /> language Ruby
The Ruby/.NET Bridge lets you use .NET and Ruby objects together in your programs. You can access .NET objects from Ruby and vice-versa.
This tutorial is aimed at people that want to use Tk as toolkit with Ruby. It does not really matter whether you are very proficient in Ruby or with toolkits. Examples may overwhelm the novice sometimes, but each line is explained. Step over it and come back in a later stage. The small differences in those lines provide a wealth of information for the more experienced programmer.
Ruby-l -- lista de discussão sobre a linguagem de programação Ruby
RAGE (the Ruby Agent Environment) is a framework for developing standards-compliant multi-agent systems in Ruby.
A unit test framework for Ruby. Part of a series of test frameworks collectively refered to as xUnit.
ZenTest scans your target and unit-test code and writes your missing code based on simple naming rules, enabling XP at a much quicker pace. ZenTest currently only works with Ruby and Test::Unit.

Comments