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.
- Host: GitHub
- URL: https://github.com/afaur/ruby-rack-iodine
- Owner: afaur
- Created: 2016-04-22T18:05:56.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-12-22T04:25:22.000Z (over 8 years ago)
- Last Synced: 2025-02-12T13:56:43.102Z (over 1 year ago)
- Topics: activerecord, iodine, rack, rspec, ruby, sinatra, sqlite
- Language: Ruby
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).