GitHub - rails-sqlserver/ss_app: Rails 5.0 SQL Server Test App

Skip to content

Navigation Menu

Sign in

Appearance settings

SQL Server Addapter Smoke Test

Trying to make sure things work.

Setup

Ensure the sa password is exported to the env.

Now create the DB and setup the app.

$ bundle install
$ ./bin/rails db:setup

We can also drop

$ ./bin/rails db:drop:all