Skip to content

Use Thor for built-in tmp task

Created by: p8

Currently we use both Thor and Rake for bin/rails commands. We eventually want to get all the built-ins task promoted to Thor Commands. This migrates the tmp task to Thor.

As tmp directories are sometimes hidden by editors, I've used temp instead.

Checklist

Before submitting the PR make sure the following are checked:

  • This Pull Request is related to one change. Changes that are unrelated should be opened in separate PRs.
  • Commit message has a detailed description of what changed and why. If this PR fixes a related issue include it in the commit message. Ex: [Fix #issue-number]
  • Tests are added or updated if you fix a bug or add a feature.
  • CHANGELOG files are updated for the changed libraries if there is a behavior change or additional feature. Minor bug fixes and documentation changes should not be included.

Merge request reports