Class DataMigrate::DataMigrator
In: lib/data_migrate/data_migrator.rb
lib/data_migrate/data_migrator_five.rb
Parent: ActiveRecord::Migrator

Methods

Public Class methods

Provides the full migrations_path filepath @return (String)

Provides the full migrations_path filepath @return (String)

Compares the given filename with what we expect data migration filenames to be, eg the "20091231235959_some_name.rb" pattern @param (String) filename @return (MatchData)

Compares the given filename with what we expect data migration filenames to be, eg the "20091231235959_some_name.rb" pattern @param (String) filename @return (MatchData)

TODO: this was added to be backward compatible, need to re-evaluate

TODO: this was added to be backward compatible, need to re-evaluate

Public Instance methods

[Validate]