export GEM_HOME="${HOME}/.gems"
export GEM_PATH="${HOME}/.gems"
export PATH="${GEM_PATH}/bin:${PATH}"
export RAILS_ENV="production"
export DB="-DB-"