An open API service indexing awesome lists of open source software.

https://github.com/rails-sqlserver/ss_app

Rails 5.0 SQL Server Test App
https://github.com/rails-sqlserver/ss_app

Last synced: 11 months ago
JSON representation

Rails 5.0 SQL Server Test App

Awesome Lists containing this project

README

          

# SQL Server Addapter Smoke Test

Trying to make sure things work.

### Setup

Ensure the `sa` password is exported to the env.

```shell
$ export SA_PASSWORD=...
```

Now create the DB and setup the app.

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

We can also drop

```shell
$ ./bin/rails db:drop:all
```