Commit 91ab79cb02eba819e7ef8f9978cda855f422b448
1 parent
84cdfbcd
Exists in
colab
and in
4 other branches
Better error handling on development environment
Showing
2 changed files
with
13 additions
and
0 deletions
Show diff stats
Gemfile
Gemfile.lock
... | ... | @@ -31,6 +31,11 @@ GEM |
31 | 31 | arel (4.0.1) |
32 | 32 | atomic (1.1.14) |
33 | 33 | bcrypt-ruby (3.1.2) |
34 | + better_errors (1.0.1) | |
35 | + coderay (>= 1.0.0) | |
36 | + erubis (>= 2.6.6) | |
37 | + binding_of_caller (0.7.2) | |
38 | + debug_inspector (>= 0.0.1) | |
34 | 39 | builder (3.1.4) |
35 | 40 | capistrano (3.0.1) |
36 | 41 | i18n |
... | ... | @@ -52,6 +57,7 @@ GEM |
52 | 57 | rack-test (>= 0.5.4) |
53 | 58 | xpath (~> 2.0) |
54 | 59 | cliver (0.3.2) |
60 | + coderay (1.1.0) | |
55 | 61 | coffee-rails (4.0.1) |
56 | 62 | coffee-script (>= 2.2.0) |
57 | 63 | railties (>= 4.0.0, < 5.0) |
... | ... | @@ -78,6 +84,7 @@ GEM |
78 | 84 | nokogiri (>= 1.5.0) |
79 | 85 | rails (>= 3.0.0) |
80 | 86 | database_cleaner (1.2.0) |
87 | + debug_inspector (0.0.2) | |
81 | 88 | devise (3.2.2) |
82 | 89 | bcrypt-ruby (~> 3.0) |
83 | 90 | orm_adapter (~> 0.1) |
... | ... | @@ -259,6 +266,8 @@ PLATFORMS |
259 | 266 | ruby |
260 | 267 | |
261 | 268 | DEPENDENCIES |
269 | + better_errors | |
270 | + binding_of_caller | |
262 | 271 | capistrano (~> 3.0.1) |
263 | 272 | capistrano-bundler |
264 | 273 | capistrano-rails | ... | ... |