aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/magic
Commit message (Collapse)AuthorAgeFilesLines
* Internal test migrations use the private 'Current' versionMatthew Draper2015-12-151-1/+1
| | | | | | | | Apart from specific versioning support, our tests should focus on the behaviour of whatever version they're accompanying, regardless of when they were written. Application code should *not* do this.
* Preserve magic comments and content encoding of copied migrations.OZAWA Sakuro2013-03-091-0/+12
During insertion of "# This migration comes from ... " comment at the beginning of a migration, presence of magic comment was not considered.