Quick Setup for Your Rails Apps
We need to make getting up and running with our Rails apps easier. Here’s my attempt.
Bootstrap Your App
Insert your app’s bootstrapping into CI to ensure that setting up a new developer is one script invocation.
We need to make getting up and running with our Rails apps easier. Here’s my attempt.
Insert your app’s bootstrapping into CI to ensure that setting up a new developer is one script invocation.