Commit 694e483e
Changed files (2)
Gemfile
@@ -27,6 +27,7 @@ group :development, :test do
gem 'capistrano'
gem 'capistrano-ext'
gem 'rvm-capistrano'
+ gem 'better_errors'
end
group :test do
gem 'sqlite3'
Gemfile.lock
@@ -55,6 +55,9 @@ GEM
awesome_nested_set (2.1.6)
activerecord (>= 3.0.0)
bcrypt-ruby (3.0.1)
+ better_errors (0.8.0)
+ coderay (>= 1.0.0)
+ erubis (>= 2.6.6)
bootstrap-sass (2.3.0.1)
sass (~> 3.2)
bourbon (3.1.1)
@@ -86,6 +89,7 @@ GEM
carrierwave (~> 0.5)
childprocess (0.3.9)
ffi (~> 1.0, >= 1.0.11)
+ coderay (1.0.9)
coffee-rails (3.2.2)
coffee-script (>= 2.2.0)
railties (~> 3.2.0)
@@ -279,6 +283,7 @@ DEPENDENCIES
acts-as-taggable-on
acts_as_commentable_with_threading
asset_sync
+ better_errors
bootstrap-sass
capistrano
capistrano-ext