#412 Fast Rails Commands

Share:

Listens: 0

RailsCasts

Technology


Rails commands, such as generators, migrations, and tests, have a tendency to be slow because they need to load the Rails app each time. Here I show three tools to make this faster: Zeus, Spring, and Commands.