More Rails Features

Flashcard 5 of 8

Similar to the previous question, whenever generating a new rails app the first things we end up doing are switching the database settings to use Postgres, replacing test-unit with rspec, and removing Turbolinks. Is there any way to automate all of this?

Answer:

Reveal Answer