1. 04 9月, 2010 1 次提交
    • P
      Implemented ActiveRecord::Migrations#copy based on James Adam's idea · 75f8ac6e
      Piotr Sarnacki 提交于
      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
      75f8ac6e
  2. 10 4月, 2008 1 次提交
  3. 18 1月, 2008 1 次提交
  4. 01 3月, 2005 1 次提交