Skip to content

Instantly share code, notes, and snippets.

View jrtowell's full-sized avatar

Jonathan Towell jrtowell

View GitHub Profile

Different services I can suggest when a non-tech friend or family member asks me how they can cheaply make a website and possibly use it to sell stuff online.

Website Hosting

@sstephenson
sstephenson / config.ru
Created April 8, 2011 04:46
Rackup file for Rails 2.3 apps
require File.dirname(__FILE__) + '/config/environment'
run ActionController::Dispatcher.new