Skip to content

rails-sqlserver/ss_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQL Server Addapter Smoke Test

Trying to make sure things work.

Setup

Ensure the sa password is exported to the env.

$ export SA_PASSWORD=...

Now create the DB and setup the app.

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

We can also drop

$ ./bin/rails db:drop:all