Skip to content

Commit

Permalink
add better_errors for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pollseed committed Mar 14, 2015
1 parent d658503 commit 8912bac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem "tweetstream"
gem 'whenever', :require => false

group :development, :test do
gem "better_errors"
gem 'byebug'
gem 'web-console', '~> 2.0'
gem 'spring'
Expand Down
6 changes: 6 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ GEM
tzinfo (~> 1.1)
addressable (2.3.7)
arel (6.0.0)
better_errors (2.1.1)
coderay (>= 1.0.0)
erubis (>= 2.6.6)
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
buftok (0.2.0)
Expand All @@ -46,6 +50,7 @@ GEM
columnize (= 0.9.0)
rb-readline (= 0.5.2)
chronic (0.10.2)
coderay (1.1.0)
coffee-rails (4.1.0)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.0)
Expand Down Expand Up @@ -198,6 +203,7 @@ PLATFORMS
ruby

DEPENDENCIES
better_errors
byebug
coffee-rails (~> 4.1.0)
jbuilder (~> 2.0)
Expand Down

0 comments on commit 8912bac

Please sign in to comment.