Marcus Rueckert
darix
- autobuild-team 0 tasks
- opensuse-review-team 79 tasks
- ruby-maintainers 0 tasks
Involved Projects and Packages
A Rubygems packaging tool that provides Rake tasks for documentation, extension
compiling, testing, and deployment.
EventMachine based, async HTTP Request interface
An EventMachine[http://rubyeventmachine.com/] based library for interacting
with the very cool Redis[http://code.google.com/p/redis/] data store by
Salvatore 'antirez' Sanfilippo. Modeled after eventmachine's implementation of
the memcached protocol, and influenced by Ezra Zygmuntowicz's
{redis-rb}[http://github.com/ezmobius/redis-rb/tree/master] library
(distributed as part of Redis).
This library is only useful when used as part of an application that relies on
Event Machine's event loop. It implements an EM-based client protocol, which
leverages the non-blocking nature of the EM interface to achieve significant
parallelization without threads.
Fiber aware EventMachine libraries
EventMachine based WebSocket server
English is a spin-off of Facets, collecting together all English
language libraries together under a single unified project. The English
project intends to provided a general purpose set of English-oriented
text manipulation and natural language processing Ruby libraries in one
convenient package.
EventMachine implements a fast, single-threaded engine for arbitrary network
communications. It's extremely easy to use in Ruby. EventMachine wraps all
interactions with IP sockets, allowing programs to concentrate on the
implementation of network protocols. It can be used to create both network
servers and clients. To create a server or client, a Ruby program only needs
to specify the IP address and port, and provide a Module that implements the
communications protocol. Implementations of several standard network protocols
are provided with the package, primarily to serve as examples. The real goal
of EventMachine is to enable programs to easily interface with other programs
using TCP/IP, especially if custom protocols are required.
LONG DESCRIPTION
GOES
HERE
factory_girl_rails provides integration between
factory_girl and rails 3 (currently just automatic factory definition
loading)
FasterCSV is intended as a replacement to Ruby‘s standard CSV library.
Library to tail files in Ruby
filesize is a small class for handling filesizes with both the SI and binary
prefixes, allowing conversion from any size to any other size.
A plugin system based only on rubygems that uses dependencies only.
Authors:
--------
Zed A. Shaw
Beautiful graphs for one or multiple datasets. Can be used on websites or in documents.
object to xml mapping library
LONG DESCRIPTION
GOES
HERE
Hirb currently provides a mini view framework for console applications, designed to improve irb's default output. Hirb improves console output by providing a smart pager and auto-formatting output. The smart pager detects when an output exceeds a screenful and thus only pages output as needed. Auto-formatting adds a view to an output's class. This is helpful in separating views from content (MVC anyone?). The framework encourages reusing views by letting you package them in classes and associate them with any number of output classes.
The web app builder for Rails
A module for encoding and decoding (X)HTML entities.
'httpclient' gives something like the functionality of PERLs LWP module in Ruby.
Authors:
--------
Hiroshi Nakamura
ActiveRecord support for the I18N library.
Isolate is a very simple RubyGems sandbox. It provides a way to
express and install your code's Gem dependencies.
This is a implementation of the JSON specification according to RFC 4627. You
can think of it as a low fat alternative to XML, if you want to store data to
disk or transmit it over a network rather than use a verbose markup language.