Dougal MacPherson

Results 1 issues of Dougal MacPherson

For me rackup was unable to find 'app' (ruby 1.9.2) So in config.ru I replaced require 'app' with require File.expand_path(File.dirname(**FILE**) + '/app') Now works :-)