Module: LiveFixtures::Export

Defined in:
lib/live_fixtures/export.rb

Overview

This module is meant to be ‘include`ed into your export class.

  1. Call #set_export_dir to set the dir where files should be created. If the dir does not already exist, it will be created for you.

  2. Then call #export_fixtures for each db table, which will produce one yml file for each db table. Do not call export_fixtures multiple times for the same db table - that will overwrite the file each time!

Defined Under Namespace

Modules: Fixture Classes: ProgressBarIterator, Reference, SimpleIterator, Template