Last Updated: February 25, 2016
·
2.714K
· humphriesjm

Create a Rails app without ActiveRecord

rails new my_app --skip-active-record

Use this when creating an app that you want to use non-relational DB's such as MongoDB, or non mainstream DBs.