Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jp7io/rails-apz

The guide to build a Rails app from a to z.
https://github.com/jp7io/rails-apz

rails ruby

Last synced: 3 months ago
JSON representation

The guide to build a Rails app from a to z.

Awesome Lists containing this project

README

        

# Rails Apz

#### The guide to build a Rails 4.2 app from a to z.

[![Build Status](https://travis-ci.org/jp7io/rails-apz.svg?branch=master)](https://travis-ci.org/jp7io/rails-apz)
[![Code Climate](https://codeclimate.com/github/jp7io/rails-apz/badges/gpa.svg)](https://codeclimate.com/github/jp7io/rails-apz)
[![Test Coverage](https://codeclimate.com/github/jp7io/rails-apz/badges/coverage.svg)](https://codeclimate.com/github/jp7io/rails-apz/coverage)

#### Live Demo

https://rails-apz.herokuapp.com

#### Step-by-Step Tutorial

https://github.com/jp7io/rails-apz/wiki

#### Screenshots

https://github.com/jp7io/rails-apz/wiki/Screenshots

#### Screencast

https://www.youtube.com/watch?v=_PiY0gUXAe8&list=PLFEMeqXSeh3xt7IN4kPUFAZYDUFuNqUBl (portuguese only)

#### Includes

* Rails 4.2
* Ajax with UJS
* CSS with Bootstrap
* SimpleForm
* Action Mailer
* Active Job with Sidekiq and Redis
* Tests
* Continuous integration with Code Climate and Travis
* Deploy with Heroku
* Monitoring with Papertrail