aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/migrations/10_urban
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.
* recognize migrations, in folders containing numbers and 'rb'.Yves Senn2012-12-131-0/+11
Closes #8492