Marcus Rueckert
darix
- autobuild-team 0 tasks
- opensuse-review-team 85 tasks
- ruby-maintainers 0 tasks
Involved Projects and Packages
LONG DESCRIPTION
GOES
HERE
Simple authorization solution for Rails which is completely decoupled from the user's roles. All permissions are stored in a single location for convenience.
Capistrano is a framework and utility for executing commands in
parallel on multiple remote machines, via SSH. The primary goal is to
simplify and automate the deployment of web applications.
A utility for executing commands in parallel on multiple machines, such
as deploying applications to a cluster of boxes.
Capistrano Extensions is a set of useful task libraries and methods that
other developers may reference in their own recipe files.
Authors:
--------
Jamis Buck
Choice is a simple little gem for easily defining and parsing command line options with a friendly DSL.
A simple, friendly DSL for creating IRC bots
LONG DESCRIPTION
GOES
HERE
Return a list of strings as a set of arranged in columns.
Each column is only as wide as necessary. By default, columns are separated by two spaces - one was not legible enough. Set "colsep" to adjust the string separate columns. Set `displaywidth' to set the line width.
Normally, consecutive items go down from the top to bottom from the left-most column to the right-most. If +arrange_vertical+ is set false, consecutive items will go across, left to right, top to bottom.
configuration.rb provides a mechanism for configuring ruby programs with
ruby configuration files. a configuration.rb file, for example
'config/app.rb', can be written simply as
Configuration.for('app'){
key 'value'
foo 'bar'
port 42
}
and loaded via the normal ruby require/load mechanism.
Authors:
---------
Ara T. Howard
Ruby persistence layer for CouchDB
See summary, it says it all, trust me.
CouchRest provides a simple interface on top of CouchDB's RESTful HTTP API, as well as including some utility scripts for managing views and attachments.
CouchRest::ExtendedDocument provides aditional features to the standard CouchRest::Document class such as properties, view designs, callbacks, typecasting and validations.
CouchRest Model provides aditional features to the standard CouchRest Document class such as properties, view designs, associations, callbacks, typecasting and validations.
Cucumber lets software development teams describe how software should behave in
plain text. The text is written in a business-readable domain-specific language
and serves as documentation, automated tests and development-aid - all rolled
into one format.
A library for robust daemon management.
Daemons provides an easy way to wrap existing ruby scripts (for example
a self-written server) to be run as a daemon and to be controlled by
simple start/stop/restart commands.
If you want, you can also use daemons to run blocks of ruby code in a
daemon process and to control these processes from the main
application.
Besides this basic functionality, daemons offers many advanced features
like exception backtracing and logging (in case your ruby script
crashes) and monitoring and automatic restarting of your processes if
they crash.
Daemons includes the daemonize.rb script written by Travis Whitton to
do the daemonization process.
Authors:
--------
Thomas Uehlinger
declarative_authorization is a Rails plugin for authorization based on readable authorization rules.
Delayed_job (or DJ) encapsulates the common pattern of asynchronously executing longer tasks in the background. It is a direct extraction from Shopify where the job table is responsible for a multitude of core tasks.
Flexible authentication solution for Rails with Warden
Diff::LCS is a port of Algorithm::Diff that uses the McIlroy-Hunt longest
common subsequence (LCS) algorithm to compute intelligent differences between
two sequenced enumerable containers. The implementation is based on Mario I.
Wolczko's Smalltalk version (1.2, 1993) and Ned Konz's Perl version
(Algorithm::Diff).
CouchDB Adapter for DataMapper
DataMapper adapter for the Redis key-value database
EAAL (Eve API Access Layer) is a ruby library for accessing data of the API of
the game Eve Online