Commit 9ff1ec7d authored by Andrey Kumanyaev's avatar Andrey Kumanyaev

Added gems better_errors and binding_of_caller

parent 4c800342
...@@ -115,6 +115,9 @@ group :development do ...@@ -115,6 +115,9 @@ group :development do
gem "letter_opener" gem "letter_opener"
gem 'quiet_assets', '~> 1.0.1' gem 'quiet_assets', '~> 1.0.1'
gem 'rack-mini-profiler' gem 'rack-mini-profiler'
# Better errors handler
gem 'better_errors'
gem 'binding_of_caller'
end end
group :development, :test do group :development, :test do
......
...@@ -126,6 +126,10 @@ GEM ...@@ -126,6 +126,10 @@ GEM
awesome_print (1.1.0) awesome_print (1.1.0)
backports (2.6.5) backports (2.6.5)
bcrypt-ruby (3.0.1) bcrypt-ruby (3.0.1)
better_errors (0.3.2)
coderay (>= 1.0.0)
erubis (>= 2.7.0)
binding_of_caller (0.6.8)
blankslate (3.1.2) blankslate (3.1.2)
bootstrap-sass (2.2.1.1) bootstrap-sass (2.2.1.1)
sass (~> 3.2) sass (~> 3.2)
...@@ -464,6 +468,8 @@ DEPENDENCIES ...@@ -464,6 +468,8 @@ DEPENDENCIES
acts-as-taggable-on (= 2.3.3) acts-as-taggable-on (= 2.3.3)
annotate! annotate!
awesome_print awesome_print
better_errors
binding_of_caller
bootstrap-sass (= 2.2.1.1) bootstrap-sass (= 2.2.1.1)
capybara capybara
carrierwave (~> 0.7.1) carrierwave (~> 0.7.1)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment