Return-Path: X-Original-To: apmail-deltacloud-dev-archive@www.apache.org Delivered-To: apmail-deltacloud-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2B96AEA23 for ; Mon, 25 Feb 2013 09:30:32 +0000 (UTC) Received: (qmail 86422 invoked by uid 500); 25 Feb 2013 09:30:31 -0000 Delivered-To: apmail-deltacloud-dev-archive@deltacloud.apache.org Received: (qmail 86291 invoked by uid 500); 25 Feb 2013 09:30:31 -0000 Mailing-List: contact dev-help@deltacloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@deltacloud.apache.org Delivered-To: mailing list dev@deltacloud.apache.org Received: (qmail 86229 invoked by uid 99); 25 Feb 2013 09:30:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 09:30:29 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of martha.c.chumo@gmail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Feb 2013 09:30:22 +0000 Received: by mail-we0-f175.google.com with SMTP id x8so2282932wey.20 for ; Mon, 25 Feb 2013 01:30:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:subject:date:message-id:x-mailer:in-reply-to :references; bh=daLV9O7cmg27EbI+5B/QTpfjtTGnodib2w+Wt9TrkVY=; b=pujNzRoeThv3J3bc9ifsbGjGdJ6Uc8jCimKCnEKLf2g9IT1vFyx3lTu3kMV9eibaCF bUKcWQlR0yQdFcRRZ77P+EBP2D2jDAqoYx7C1oAd6hvCPPUAC4iF1ODMfQhALnwkf3Xj ZeFtm5EW0SjX0YX3szYHI4Gd9Npznt1OdS79AayIm2bDINvsTZ037LQRpJzibZSy+hZf qQlueL/xpNDPJ4nfBsYsinwGVPtL42HKdFDLJhxNnbPIQGIk2vfT/Ih5qUv65TmXX5ys C4UagFTFtJs46c1N0Pnj6qKIxLmsLdsaj6FDa4IcEv3rAeaCAM5qz0SIqfi6gf4YClvp gaDA== X-Received: by 10.180.72.148 with SMTP id d20mr10551218wiv.31.1361784602290; Mon, 25 Feb 2013 01:30:02 -0800 (PST) Received: from localhost.localdomain ([212.49.88.98]) by mx.google.com with ESMTPS id fg6sm15271193wib.10.2013.02.25.01.29.59 (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 25 Feb 2013 01:30:01 -0800 (PST) From: martha.c.chumo@gmail.com To: dev@deltacloud.apache.org Subject: [PATCH 2/4] CIMI Webapp remove stacktrace when creating a Machine Date: Mon, 25 Feb 2013 12:29:41 +0300 Message-Id: <1361784584-14751-2-git-send-email-martha.c.chumo@gmail.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1361784584-14751-1-git-send-email-martha.c.chumo@gmail.com> References: <1361784584-14751-1-git-send-email-martha.c.chumo@gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org From: NjeriChelimo --- clients/cimi/lib/entities/machine.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/clients/cimi/lib/entities/machine.rb b/clients/cimi/lib/entities/machine.rb index 2708e4b..6135e62 100644 --- a/clients/cimi/lib/entities/machine.rb +++ b/clients/cimi/lib/entities/machine.rb @@ -115,7 +115,6 @@ class CIMI::Frontend::Machine < CIMI::Frontend::Entity redirect "/cimi/machines/#{machine.name}", 302 rescue => e flash[:error] = "Machine cannot be created: #{e.message}" - redirect :back end end -- 1.7.9.5