Commit 1ff7b26490235d43a7981e3f19a7d64cfb804476
1 parent
d44992ac
Exists in
master
and in
1 other branch
adding better errors gem
Showing
2 changed files
with
19 additions
and
0 deletions
Show diff stats
Gemfile
... | ... | @@ -83,6 +83,11 @@ group :development, :test do |
83 | 83 | # gem 'rpm_contrib' |
84 | 84 | # gem 'newrelic_rpm' |
85 | 85 | gem 'capistrano' |
86 | + | |
87 | + # better errors | |
88 | + gem 'better_errors' | |
89 | + gem 'binding_of_caller' | |
90 | + gem 'meta_request' | |
86 | 91 | end |
87 | 92 | |
88 | 93 | gem 'foreman', :group => :development | ... | ... |
Gemfile.lock
... | ... | @@ -43,6 +43,11 @@ GEM |
43 | 43 | addressable (2.3.2) |
44 | 44 | arel (3.0.2) |
45 | 45 | bcrypt-ruby (3.0.1) |
46 | + better_errors (0.7.0) | |
47 | + coderay (>= 1.0.0) | |
48 | + erubis (>= 2.6.6) | |
49 | + binding_of_caller (0.7.1) | |
50 | + debug_inspector (>= 0.0.1) | |
46 | 51 | bitbucket_rest_api (0.1.1) |
47 | 52 | faraday (~> 0.8.1) |
48 | 53 | faraday_middleware (~> 0.8.1) |
... | ... | @@ -79,6 +84,7 @@ GEM |
79 | 84 | rdoc |
80 | 85 | daemons (1.1.8) |
81 | 86 | database_cleaner (0.6.7) |
87 | + debug_inspector (0.0.2) | |
82 | 88 | debugger (1.3.0) |
83 | 89 | columnize (>= 0.3.1) |
84 | 90 | debugger-linecache (~> 1.1.1) |
... | ... | @@ -153,6 +159,9 @@ GEM |
153 | 159 | i18n (>= 0.4.0) |
154 | 160 | mime-types (~> 1.16) |
155 | 161 | treetop (~> 1.4.8) |
162 | + meta_request (0.2.2) | |
163 | + rack-contrib | |
164 | + railties | |
156 | 165 | method_source (0.7.1) |
157 | 166 | mime-types (1.21) |
158 | 167 | mongo (1.6.2) |
... | ... | @@ -223,6 +232,8 @@ GEM |
223 | 232 | rack (1.4.5) |
224 | 233 | rack-cache (1.2) |
225 | 234 | rack (>= 0.4) |
235 | + rack-contrib (1.1.0) | |
236 | + rack (>= 0.9.1) | |
226 | 237 | rack-ssl (1.3.3) |
227 | 238 | rack |
228 | 239 | rack-ssl-enforcer (0.2.4) |
... | ... | @@ -332,6 +343,8 @@ PLATFORMS |
332 | 343 | DEPENDENCIES |
333 | 344 | SystemTimer |
334 | 345 | actionmailer_inline_css (~> 1.3.0) |
346 | + better_errors | |
347 | + binding_of_caller | |
335 | 348 | bitbucket_rest_api |
336 | 349 | bson (= 1.6.2) |
337 | 350 | bson_ext (= 1.6.2) |
... | ... | @@ -356,6 +369,7 @@ DEPENDENCIES |
356 | 369 | kaminari (>= 0.14.1) |
357 | 370 | launchy |
358 | 371 | lighthouse-api |
372 | + meta_request | |
359 | 373 | mongo (= 1.6.2) |
360 | 374 | mongoid (~> 2.4.10) |
361 | 375 | mongoid_rails_migrations | ... | ... |