Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | require actions rather than create_file | Aaron Patterson | 2014-03-13 | 1 | -1/+1 |
| | | | | | | | thor's create_file seems to have a circular dependency on itself when used with our constant loading stuff. fixes #14319 | ||||
* | Add CreateMigration action | Gert Goet | 2014-01-28 | 1 | -0/+68 |
This Thor-action isolates the logic whether to (over-)write migration and what is shown to the user. It's modelled after Thor's CreateFile-action. This solves the issue that removing a non-existing migration, tried to remove the template-path (#13588). Related issues: #12674 |