/twilio-ivr-tutorial

Simple IVR example

Primary LanguageRuby

Rails Sekeleton

Build Status Code Climate

Project description

Rails Skeleton is the base Rails application template used for creating apps from scratch. It's based on Rails 5 and Ruby 2.4.0.

Dependencies

Information about external dependencies (redis, mongo, postgres, etc).

  • PostgreSQL 9.5
  • Ruby 2.4.0
  • PhantomJS
  • Rails 5

Quick Start

Clone this repo:

git clone git@github.com:IlkhamGaysin/rails-skeleton.git
cd repo

Run setup

bin/setup

Scripts

  • bin/setup - setup required gems, clone example files, run seeds and migrate db if needed
  • bin/update - setup required gems and migrate db if needed
  • bin/quality - run brakeman and other check for the app
  • bin/ci - should be used in the CI to run specs

Documentation & Examples

Where is documentation and examples (e.g. ./docs)?

Continuous Integration

Wating for integration...

Servers

Wating for integration...

Deployment

Wating for integration...