• J
    Correctly determine if migration is needed. · 838e1832
    Jeremy McNevin 提交于
    This method would assume that if last migration in the migrations
    directory matched the current schema version, that the database was up
    to date, but this does not account for new migrations with older
    timestamps that may be pending.
    838e1832
migration_test.rb 31.6 KB