Glue is a collection of reusable utilities and methods to especially suited to Nitro and Og coding. We try to extract more generally useful parts of Glue into the Facets project. For more information about Facets have a look at:
rubyforge.org/projects/facets/
The Glue module is included by default in the TopLevel for easy access to the utilities. Just use:
$GLUE_DONT_INCLUDE = true
before including Glue to dissable this behaviour.
Classes and Modules
Module Glue::UriUtilsModule Glue::Validation
Class Glue::Builder
Class Glue::Cache
Class Glue::CacheKey
Class Glue::DrbCache
Class Glue::FileCache
Class Glue::MemCached
Class Glue::MemoryCache
Class Glue::OgCache
Class Glue::OgCached
Class Glue::PStoreCache
Class Glue::XmlBuilder
Constants
| Version | = | "0.50.0" |
| The version. | ||
| LibPath | = | File.dirname(__FILE__) |
| Library path. | ||