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

https://github.com/afaur/ruby-rack-iodine

:herb: A basic example of getting started with Sinatra on Iodine powered Rack.
https://github.com/afaur/ruby-rack-iodine

activerecord iodine rack rspec ruby sinatra sqlite

Last synced: about 2 months ago
JSON representation

:herb: A basic example of getting started with Sinatra on Iodine powered Rack.

Awesome Lists containing this project

README

          

# Rack App Starter
Has iodine, active record migrations, rspec, console.

# Config
No env specific configs, there is a `settings.sh` inside `/config/`.

# Getting started
Make sure you have ruby 2.4.1 as your default then...
```
$ make bundle
$ make run
```

# Running Migrations
```
$ make migrate
```

# Running Console
```
$ make console
```

# Running Tests
```
$ make test
```

# Generators
```
$ ./bin/gen
```

# Details
This is very much a work in progress, and uses a lot of code from [rack-boilerplate](https://github.com/colszowka/rack-boilerplate).