Xregistry

Update of "Xregistry"
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview

Artifact ID: d15ff1a01cebaa5214e6e19f7b5b76f698b71e79
Page Name:Xregistry
Date: 2014-12-28 21:57:14
Original User: wbp
Parent: fe760d1636b4c9a6b08308c2438abc589f9b1cea (diff)
Next b913fe45a8023493304e9bd099709c0c4b8201e6
Content

Xregistry

A cross-platform registry class for Ruby for storing application configuration parameters.

The application programming interface (API) is based on the FOX registry class, which is part of the FOX GUI toolkit (http://www.fox-toolkit.org/). This gem defines a class that can be used in the same way as the FOX registry, but without needing the FOX toolkit.

The original FOX registry uses the Windows registry if running under Windows, and an .INI type file if running under Unix-type systems. This class also uses the Windows registry if running under Windows, but uses an SQLite3 database if running under a Unix-type system.