From 26e1ac60c3eb30060b35c026cf5f8ca1500ce7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Onur=20=C3=96zg=C3=BCr=20=C3=96ZKAN?= Date: Thu, 6 Jun 2013 22:46:52 +0300 Subject: [PATCH] #40 Add better_errors, sextant, etc for development env --- templates/cybele_Gemfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/templates/cybele_Gemfile b/templates/cybele_Gemfile index 7d6684b..81e111a 100644 --- a/templates/cybele_Gemfile +++ b/templates/cybele_Gemfile @@ -11,9 +11,14 @@ gem 'haml', '~> 4.0.2' gem 'haml-rails', '~> 0.4' gem 'bootstrap-sass', '~> 2.3.1.0' gem 'responders' +gem 'exception_notification' group :doc do gem 'sdoc', require: false end -gem 'letter_opener', :group => :development \ No newline at end of file +group :development, :test do + gem 'better_errors' + gem 'binding_of_caller' + gem 'letter_opener' +end \ No newline at end of file