<img src=“https://travis-ci.org/Koxzi95/smt-books.svg?branch=master” alt=“Build Status” /> <img src=“https://hakiri.io/github/Koxzi95/smt-books/master.svg” alt=“security” /> <img src=“https://codeclimate.com/github/Koxzi95/smt-books/badges/gpa.svg” /> <img src=“https://codeclimate.com/github/Koxzi95/smt-books/badges/coverage.svg” /> <img src=“https://gemnasium.com/Koxzi95/smt-books.svg” alt=“Dependency Status” />
^ Some of the above needs changing/updating
This application is a simple ‘bookshop’ built with Ruby on Rails. It allows a user to add, edit and delete book entries. Eventually I’ll be looking at a way to use Orchestrate.io as a full backend database.
General Information:
-
Ruby version: v2.1.0
-
Rails version: v4.1.6
-
Codeship.io is used for CI and deployment to heroku.
-
TravisCI is also used for a custom CI environment.
-
Gemnasium is used to keep gems updated and to manage dependencies.
-
The seed_dump gem is used for seed creation. Run rake db:seed:dump to create a seeds file from the database.
-
The app is deployed on heroku. This can be done manually but Codeship.io is used.