An app written on top of the TaskRabbit API for getting In-N-Out burgers (and associated deliciousness) delivered as quickly and easily as possible.
The app is set up to use a Foreman-style .env
file for setting up configuration variables. An example .env
file is provided in .env.example
and will be loaded automatically if you use Foreman to start your processes, and everything will just work:
foreman run rails server
foreman run rails console
Alternatively, if you don't want to use Foreman, you can set these environment variables on your own. Since Foreman is optional, it is not included in the Gemfile
.
Problems, comments, and pull requests all welcome. Find me on GitHub.
Copyright © 2012 Todd Eichel and Loren Cheung. Released under the MIT License (see LICENSE.txt
).