Skip to content

Instantly share code, notes, and snippets.

View wayann's full-sized avatar
💭
lately: android compile adventures

Wayann wayann

💭
lately: android compile adventures
View GitHub Profile
@wayann
wayann / heroku.md
Created March 27, 2013 14:48 — forked from mhenke/heroku.md

Description

Heroku is a simple way to publish your Rails app, and a powerful platform that will allow it to scale. In this episode, Jay McGavren gets you started with your first Heroku app. http://www.codeschool.com/code_tv/heroku

Set up your Rails app

Isolate your gem environment

  • You WANT Rails to fail locally if a gem isn't in your Gemfile
  • Otherwise you're in for a surprise when it's missing on Heroku