Added debugging gem

This commit is contained in:
Christoph Haas 2013-08-06 22:32:38 +02:00
parent f26f8a425b
commit c096d461b9
2 changed files with 15 additions and 1 deletions

View file

@ -45,4 +45,9 @@ end
# gem 'debugger', group: [:development, :test]
# PostgreSQL support
gem 'pg'
gem 'pg'
group :development do
gem "better_errors"
gem "binding_of_caller"
end

View file

@ -27,7 +27,13 @@ GEM
tzinfo (~> 0.3.37)
arel (4.0.0)
atomic (1.1.10)
better_errors (0.9.0)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
builder (3.1.4)
coderay (1.0.9)
coffee-rails (4.0.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0.beta, < 5.0)
@ -35,6 +41,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.6.3)
debug_inspector (0.0.2)
erubis (2.7.0)
execjs (1.4.0)
multi_json (~> 1.0)
@ -110,6 +117,8 @@ PLATFORMS
ruby
DEPENDENCIES
better_errors
binding_of_caller
coffee-rails (~> 4.0.0)
jbuilder (~> 1.2)
jquery-rails