Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 454 Bytes

File metadata and controls

16 lines (12 loc) · 454 Bytes

How to Start a New Rails App

We used to use Suspenders to start new Rails apps, but we're currently re-evaluating and upgrading it.

In the meantime, to avoid potential conflicts when creating a new app with Suspenders, we recommend using the default Rails commands instead:

  rails new <app_name> -d=postgresql

And adding the gems we find useful, like: factory_bot rspec-rails shoulda-matchers