You need to drop the appropriate database and then delete the application directory
rake db:drop
cd .. && rm -rf app_a
The Rails generator command creates a copy of the framework. The application directory identifier itself. Removing enough. If you use sqliteas a database, you can skip the first command.
source
share