Files
rails/activerecord/test/cases
Piotr Sarnacki 75f8ac6ea7 Implemented ActiveRecord::Migrations#copy based on James Adam's idea
ActiveRecord::Migration#copy allows to copy migrations from one place
to another, changing migrations versions and adding scope to filename.

For example:
ActiveRecord::Migration.copy("db/migrate",
        :blog_engine => "vendor/gems/blog/db/migrate")

will copy all migrations from vendor/gems/blog/db/migrate to db/migrate
with such format:

Versions of copied migrations will be reversioned to be appended after
migrations that already exists in db/migrate
2010-09-03 22:59:09 +02:00
..
2010-07-18 15:13:21 +02:00
2008-07-31 16:36:23 -05:00
2008-03-31 03:57:25 +00:00
2008-07-31 16:36:23 -05:00