I'm tired of typing $ rails new [app name] -d postgresql --skip-test-unit every time I start a new rails app. I'm using rails 3.2.
Is there any way to make using postresql and skipping test unit my default for new rails apps?
I'm tired of typing $ rails new [app name] -d postgresql --skip-test-unit every time I start a new rails app. I'm using rails 3.2.
Is there any way to make using postresql and skipping test unit my default for new rails apps?