Module: Edgestitch

Defined in:
lib/edgestitch.rb,
lib/edgestitch/tasks.rb,
lib/edgestitch/railtie.rb,
lib/edgestitch/version.rb,
lib/edgestitch/exporter.rb,
lib/edgestitch/stitcher.rb,
lib/edgestitch/mysql/dump.rb,
lib/edgestitch/mysql/structure_constraint_order_munger.rb

Overview

rubocop:disable all

Defined Under Namespace

Modules: Mysql, Tasks Classes: Exporter, Railtie, Stitcher

Constant Summary collapse

VERSION =
"0.2.0"

Class Method Summary collapse

Class Method Details

.define_engineObject

Define a db:stitch:<engine_name> task

See Also:



23
24
25
# File 'lib/edgestitch.rb', line 23

def define_engine(...)
  ::Edgestitch::Tasks.define_engine(...)
end

.define_stitchObject

Define a db:stitch task

See Also:



17
18
19
# File 'lib/edgestitch.rb', line 17

def define_stitch(...)
  ::Edgestitch::Tasks.define_stitch(...)
end