| Purge delayed_job / Procfile for heroku (no intarray) - warvox - VoIP based war… | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit adf2ab63ead4a50ff1cce81d8805c9c4b9a59690 | |
| parent 8831c8b1abdcd00fde2b404e61b382a4364db8e7 | |
| Author: HD Moore <[email protected]> | |
| Date: Wed, 26 Dec 2012 22:38:16 -0600 | |
| Purge delayed_job / Procfile for heroku (no intarray) | |
| Diffstat: | |
| M Gemfile | 2 -- | |
| D Procfile | 2 -- | |
| 2 files changed, 0 insertions(+), 4 deletions(-) | |
| --- | |
| diff --git a/Gemfile b/Gemfile | |
| @@ -8,8 +8,6 @@ gem 'pg', '0.11' | |
| gem 'kissfft' | |
| gem 'librex' | |
| -gem 'delayed_job_active_record' | |
| - | |
| # Gems used only for assets and not required | |
| # in production environments by default. | |
| group :assets do | |
| diff --git a/Procfile b/Procfile | |
| @@ -1,2 +0,0 @@ | |
| -bundle: exec rails server -p $PORT | |
| -worker: bundle exec rake jobs:work |