Description
Creates and tears down Rails applications for test scenarios. It is useful when gems or tooling need realistic Rails apps during automated tests without maintaining many permanent fixture projects.
Temporary app generation can write many files and run framework setup code. Keep it inside isolated test directories and avoid pointing it at important workspaces.