A website template with lots of features, built with ruby on rails.

Procfile 87B

12
  1. web: bundle exec rails server -p $PORT
  2. worker: env QUEUE=* bundle exec rake resque:work