Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modernizes hash syntax in activerecord | Xavier Noria | 2016-08-06 | 1 | -2/+2 |
| | |||||
* | Internal test migrations use the private 'Current' version | Matthew Draper | 2015-12-15 | 1 | -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 Sakuro | 2013-03-09 | 1 | -0/+12 |
During insertion of "# This migration comes from ... " comment at the beginning of a migration, presence of magic comment was not considered. |