Marcus Rueckert
darix
- autobuild-team 0 tasks
- opensuse-review-team 10 tasks
- ruby-maintainers 0 tasks
Involved Projects and Packages
Eases web-request routing, handling, and response as a half-way front,
half-way page controller. Implemented with specific emphasis on
enabling easy unit/integration testing that doesn't require a browser.
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
database tables and classes together for business objects, like
Customer or Subscription, that can find, save, and destroy themselves
without resorting to manual SQL.
Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM. It ties
database tables and classes together for business objects, like
Customer or Subscription, that can find, save, and destroy themselves
without resorting to manual SQL.
Wraps web resources in model classes that can be manipulated through
XML over REST.
Wraps web resources in model classes that can be manipulated through
XML over REST.
Utility classes and extension to the standard library that were
required by Rails, but found of general use.
Utility classes and extension to the standard library that were
required by Rails, but found of general use.
A library for robust daemon management.
Erubis is an implementation of eRuby and has the following features:
* Very fast, almost three times faster than ERB and about 10% faster than eruby.
* Multi-language support (Ruby/PHP/C/Java/Scheme/Perl/Javascript)
* Auto escaping support
* Auto trimming spaces around '<% %>'
* Embedded pattern changeable (default '<% %>')
* Enable to handle Processing Instructions (PI) as embedded pattern (ex. '')
* Context object available and easy to combine eRuby template with YAML datafile
* Print statement available
* Easy to extend and customize in subclass
* Ruby on Rails support
Optimized replacement for thread.rb primitives
Library to tail files in Ruby
Find out which locale the user preferes by reading the languages they specified in their browser
Mocha is a library for mocking and stubbing using a syntax like that of JMock.
It can be used with many testing frameworks e.g. Test::Unit, RSpec, test/spec,
expectations, Dust, MiniTest and even JtestR.
Mocha provides a unified, simple and readable syntax for both traditional
mocking and partial mocking.
Easy and robust Ruby web application deployment.
This is the extension library to access a PostgreSQL database from Ruby.
This library works with PostgreSQL 7.4 and later.
An extension library to access a PostgreSQL database from Ruby.
Rack provides minimal, modular and adaptable interface for developing
web applications in Ruby. By wrapping HTTP requests and responses in
the simplest way possible, it unifies and distills the API for web
servers, web frameworks, and software in between (the so-called
middleware) into a single method call.
Also see http://rack.rubyforge.org.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby.
Rails is a web-application framework for the MVC pattern that includes
both a template engine, controller framework, and object-relational
mapping package. Everything needed to develop web-apps that can run on
CGI, FastCGI, and mod_ruby.
This package contains Rake, a simple ruby build program with
capabilities similar to make.
Rake has the following features:
* Rakefiles (rake's version of Makefiles) are completely defined in
standard Ruby syntax. No XML files to edit. No quirky Makefile
syntax to worry about (is that a tab or a space?)
* Users can specify tasks with prerequisites.
* Rake supports rule patterns to sythesize implicit tasks.
* Flexible FileLists that act like arrays but know about
manipulating file names and paths.
* A library of prepackaged tasks to make building rakefiles easier.
Textile and Markdown are text formats. A very simple text format.
Another stab at making readable text that can be converted to HTML.
No need to use verbose HTML to build your docs, your blogs, your pages.
Textile gives you readable text while you're writing and beautiful
text for your readers. And if you need to break out into HTML, Textile
will allow you to do so. Textile also handles some subtleties of
formatting which will enhance your document's readability:
* Single- and double-quotes around words or phrases are converted to
curly quotations, much easier on the eye. "Observe!"
* Double hyphens are replaced with an em-dash. Observe -- very
nice!
* Single hyphens are replaced with en-dashes. Observe - so cute!
* Triplets of periods become an ellipsis. Observe...
_(TM)== to (TM), ==(R)== to (R), ==(C)_
Ruby module for interaction with D-Bus
Mission: Provide a **lightweight, simple and idiomatic API to write
Selenium tests in Ruby**. Focus is also on improving test
feedback -- especially on failures -- by providing
out-of-the-box **state-of-the-art reporting capabilities**.
With screenshots, HTML snapshopts and log captures,
investigating test failures becomes a breeze.
All the stuff that isn't good/big enough for a real library.
This module allows Ruby programs to interface with the SQLite3
database engine (http://www.sqlite.org). You must have the
SQLite engine installed in order to build this module.
Note that this module is NOT compatible with SQLite 2.x.