From f08191c3966851b19edc949d7819cc58190037d7 Mon Sep 17 00:00:00 2001 From: nfoy Date: Tue, 1 Apr 2014 18:45:00 -0400 Subject: Edit Users now works. Added delayed_job gem. --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index fbf6232..688063a 100644 --- a/Gemfile +++ b/Gemfile @@ -41,6 +41,9 @@ gem 'turbolinks' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 1.2' +# Asynchronously handle longer or delayed tasks +gem 'delayed_job' + group :doc do # bundle exec rake doc:rails generates the API under doc/api. gem 'sdoc', require: false -- cgit v1.2.3-2-g168b