hiimtaylorjones / heroku-consulting-example

Example of Services to Help Optimize A General Heroku Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

About This Project

This project shows how I would address fixing known issues (as well as discovering hidden) issues with a Rails application hosted on Heroku. The application is a basic blog that has the ability to manage posts as well as share them with others via email.

Local Setup

bundle
rake db:create 
rake db:migrate
rake db:seed

You can then run the application via:

rails s

Resources

  • You can find notes on the devlopment and resolution of issues here

About

Example of Services to Help Optimize A General Heroku Application


Languages

Language:JavaScript 85.8%Language:Ruby 10.0%Language:HTML 3.0%Language:CSS 1.0%Language:CoffeeScript 0.2%