» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with License:BSD + Ruby

OpenWFEru

ruby workflow engine

Please add more information about this project!

Ruby.NET

Ruby.NET is a true .NET code compiler for Ruby source code. It can directly execute Ruby source files in .NET, or compile Ruby source into .NET assembly.

The compiler is still in early stages of development and not fully complete, however it passes all tests in the samples/test.rb installation Ruby v1.8.2 test suite.

External Links

Watir

WATIR stands for “Web Application Testing in Ruby”. Watir is a free, open-source functional testing tool for automating web-browser based tests of web applications.

AEditor

AEditor is a programmer’s text editor for Windows, Unix, and Mac OS X that relies on the fox toolkit. It can do syntax coloring of Ruby and C++ files.

Ruby/DBI

Ruby/DBI – a database independent interface for accessing databases – similar to Perl’s DBI.

Ruby Source Control Management

RSCM is to SCM what DBI/JDBC/ODBC are to databases – an SCM-independent API for accessing different SCMs.

To install:
  • gem install rscm

Ruby Asterisk Gateway Interface

Ruby Asterisk Gateway Interface (RAGI) is a framework for bridging the Ruby on Rails Web application server environment and Asterisk, the open-source PBX.

RAGI eases the development of interactive automated telephony applications such as IVR, call routing, automated call center, and extended IP-PBX functionality by building on the productivity of the Ruby on Rails framework.

mod_ruby

mod_ruby embeds the Ruby interpreter into the Apache Web server, allowing Ruby CGI scripts to be executed natively. These scripts will start up much faster than without mod_ruby.

rbot

rbot is an IRC bot written in Ruby.

RedCloth

RedCloth is a module for using Textile in Ruby. Textile is a text format. RedCloth acts as a complete Textile processing engine.

Og (Object Graph)

Og (ObjectGraph) is a powerful object-relational mapping library. Og provides transparent serialization of object graphs to a RDBMS backend. Unlike other similar libraries Og maps standard Ruby objects to SQL tables and not vice versa. Og provides a meta language to describe the relations between objects, a flexible and intuitive api for querieng the database, raw access to the SQL language if needed (for example to fine tune the automatically generated SQL tables, or for custom queries), suports deserialization to Ruby objects or tuples, automatically generates join tables for many_to_many relations and provides a collection of usefull Mixins to synthesize common Entities.

Og is a combination of the best features of Active Record and the former O-R mapping library included in Nitro (NDB). Adapters for PostgreSQL, MySQL and SQLite are included.

Og is part of the Nitro project, released as a stand-alone library due to popular demand. You can find the ChangeLog in the Nitro distribution (nitro.rubyforge.org).