Module: SerializationHelper

Defined in:
lib/fidius-common/yamldb/serialization_helper.rb

Overview

Copied and modified from yamldb gem (github.com/ludicast/yaml_db)

Credits: Created by Orion Henry and Adam Wiggins. Major updates by Ricardo Chimal, Jr. Patches contributed by Michael Irwin, Tom Locke, and Tim Galeckas.

This module deals with the serialization of the database schema and tables. It was extended by the establishment of the ActiveRecord connection to use the module without a Rails environment.

dump_schema and load-schema are modified ActiveRecord rake-tasks.

Defined Under Namespace

Modules: Utils Classes: Base, Dump, Load