mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
replaced web-console with better_errors gem
This commit is contained in:
parent
fd5e84bd62
commit
e59152c12b
2 changed files with 9 additions and 8 deletions
5
Gemfile
5
Gemfile
|
@ -145,8 +145,9 @@ group :development, :test do
|
||||||
gem 'rubocop', '~> 0.26.1'
|
gem 'rubocop', '~> 0.26.1'
|
||||||
gem 'guard-rubocop', '~> 1.1.0'
|
gem 'guard-rubocop', '~> 1.1.0'
|
||||||
|
|
||||||
# for quick debugging
|
# for improved errors
|
||||||
gem 'web-console', '~> 2.0.0.beta4'
|
gem 'better_errors', '~> 2.0.0'
|
||||||
|
gem 'binding_of_caller', '~> 0.7.2'
|
||||||
|
|
||||||
# for finding dead routes and unused actions
|
# for finding dead routes and unused actions
|
||||||
gem 'traceroute', '~> 0.4.0'
|
gem 'traceroute', '~> 0.4.0'
|
||||||
|
|
12
Gemfile.lock
12
Gemfile.lock
|
@ -38,6 +38,10 @@ GEM
|
||||||
ice_nine (~> 0.11.0)
|
ice_nine (~> 0.11.0)
|
||||||
thread_safe (~> 0.3, >= 0.3.1)
|
thread_safe (~> 0.3, >= 0.3.1)
|
||||||
bcrypt (3.1.7)
|
bcrypt (3.1.7)
|
||||||
|
better_errors (2.0.0)
|
||||||
|
coderay (>= 1.0.0)
|
||||||
|
erubis (>= 2.6.6)
|
||||||
|
rack (>= 0.9.0)
|
||||||
binding_of_caller (0.7.3.pre1)
|
binding_of_caller (0.7.3.pre1)
|
||||||
debug_inspector (>= 0.0.1)
|
debug_inspector (>= 0.0.1)
|
||||||
bootstrap-sass (3.2.0.2)
|
bootstrap-sass (3.2.0.2)
|
||||||
|
@ -352,11 +356,6 @@ GEM
|
||||||
equalizer (~> 0.0, >= 0.0.9)
|
equalizer (~> 0.0, >= 0.0.9)
|
||||||
warden (1.2.3)
|
warden (1.2.3)
|
||||||
rack (>= 1.0)
|
rack (>= 1.0)
|
||||||
web-console (2.0.0.beta4)
|
|
||||||
activemodel (~> 4.0)
|
|
||||||
binding_of_caller (= 0.7.3.pre1)
|
|
||||||
railties (~> 4.0)
|
|
||||||
sprockets-rails (>= 2.0, < 4.0)
|
|
||||||
websocket-driver (0.3.5)
|
websocket-driver (0.3.5)
|
||||||
whenever (0.9.4)
|
whenever (0.9.4)
|
||||||
chronic (>= 0.6.3)
|
chronic (>= 0.6.3)
|
||||||
|
@ -368,6 +367,8 @@ PLATFORMS
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
activerecord-import (~> 0.6.0)
|
activerecord-import (~> 0.6.0)
|
||||||
|
better_errors (~> 2.0.0)
|
||||||
|
binding_of_caller (~> 0.7.2)
|
||||||
bootstrap-sass (~> 3.2.0.1)
|
bootstrap-sass (~> 3.2.0.1)
|
||||||
brakeman (~> 2.6.2)
|
brakeman (~> 2.6.2)
|
||||||
bullet (~> 4.14.0)
|
bullet (~> 4.14.0)
|
||||||
|
@ -419,5 +420,4 @@ DEPENDENCIES
|
||||||
uglifier (>= 1.3.0)
|
uglifier (>= 1.3.0)
|
||||||
unicorn
|
unicorn
|
||||||
uuidtools (~> 2.1.4)
|
uuidtools (~> 2.1.4)
|
||||||
web-console (~> 2.0.0.beta4)
|
|
||||||
whenever (~> 0.9.4)
|
whenever (~> 0.9.4)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue