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
- Host: GitHub
- URL: https://github.com/rails-sqlserver/ss_app
- Owner: rails-sqlserver
- Created: 2015-02-02T20:40:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-24T07:19:19.000Z (almost 5 years ago)
- Last Synced: 2025-02-15T08:13:22.716Z (12 months ago)
- Language: Ruby
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```