Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davetoxa/davetoxa
Rails - A Simple Approach | simple app for educational purposes
https://github.com/davetoxa/davetoxa
ansible capistrano codeclimate postgresql rails ruby travis-ci
Last synced: 3 months ago
JSON representation
Rails - A Simple Approach | simple app for educational purposes
- Host: GitHub
- URL: https://github.com/davetoxa/davetoxa
- Owner: davetoxa
- Created: 2013-08-10T13:12:45.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T15:38:02.000Z (almost 7 years ago)
- Last Synced: 2023-08-02T21:29:43.926Z (over 1 year ago)
- Topics: ansible, capistrano, codeclimate, postgresql, rails, ruby, travis-ci
- Language: Ruby
- Homepage:
- Size: 231 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Rails - A Simple Approach
====[![Build Status](https://travis-ci.org/davetoxa/davetoxa.svg?branch=master)](https://travis-ci.org/davetoxa/davetoxa)
[![Code Climate](https://codeclimate.com/github/davetoxa/davetoxa/badges/gpa.svg)](https://codeclimate.com/github/davetoxa/davetoxa)
[![Test Coverage](https://codeclimate.com/github/davetoxa/davetoxa/badges/coverage.svg)](https://codeclimate.com/github/davetoxa/davetoxa/coverage)### This is a simple app for educational purposes :+1: :smiley:
* Simple blog platform with comments
* Github auth
* Search
* Subscribtions## Setup
* `git clone [email protected]:davetoxa/davetoxa.git`
* `bundle install`
* `cp .env.example .env` and configure
* `rake db:setup`
* add your github nickname to `secrets.yml` (for admin feature)
* setup github application for auth## Tech
* Ruby on Rails 5
* Ruby 2.4
* Ansible for provisioning