Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jp7io/rails-apz
- Owner: jp7io
- Created: 2015-07-01T22:20:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-31T14:54:10.000Z (about 1 year ago)
- Last Synced: 2024-08-03T18:21:07.662Z (6 months ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage: https://github.com/jp7io/rails-apz/wiki
- Size: 61.5 KB
- Stars: 75
- Watchers: 18
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- rails-notes - jp7internet/rails-apz
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