Introduce better debugging tools in development
This commit is contained in:
parent
4f8150090b
commit
f79ca34cda
2
Gemfile
2
Gemfile
|
@ -67,6 +67,8 @@ group :development do
|
||||||
gem 'capistrano-rails'
|
gem 'capistrano-rails'
|
||||||
# gem 'capistrano-rvm'
|
# gem 'capistrano-rvm'
|
||||||
gem 'capistrano3-puma'
|
gem 'capistrano3-puma'
|
||||||
|
gem 'better_errors'
|
||||||
|
gem 'binding_of_caller'
|
||||||
end
|
end
|
||||||
|
|
||||||
group :development, :test do
|
group :development, :test do
|
||||||
|
|
|
@ -45,6 +45,12 @@ GEM
|
||||||
execjs
|
execjs
|
||||||
awesome_print (1.7.0)
|
awesome_print (1.7.0)
|
||||||
bcrypt (3.1.11)
|
bcrypt (3.1.11)
|
||||||
|
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)
|
||||||
bootstrap-sass (3.3.7)
|
bootstrap-sass (3.3.7)
|
||||||
autoprefixer-rails (>= 5.2.1)
|
autoprefixer-rails (>= 5.2.1)
|
||||||
sass (>= 3.3.4)
|
sass (>= 3.3.4)
|
||||||
|
@ -94,6 +100,7 @@ GEM
|
||||||
concurrent-ruby (1.0.2)
|
concurrent-ruby (1.0.2)
|
||||||
copy_carrierwave_file (1.3.0)
|
copy_carrierwave_file (1.3.0)
|
||||||
carrierwave (>= 0.9)
|
carrierwave (>= 0.9)
|
||||||
|
debug_inspector (0.0.2)
|
||||||
devise (4.2.0)
|
devise (4.2.0)
|
||||||
bcrypt (~> 3.0)
|
bcrypt (~> 3.0)
|
||||||
orm_adapter (~> 0.1)
|
orm_adapter (~> 0.1)
|
||||||
|
@ -373,6 +380,8 @@ PLATFORMS
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
autoprefixer-rails
|
autoprefixer-rails
|
||||||
awesome_print
|
awesome_print
|
||||||
|
better_errors
|
||||||
|
binding_of_caller
|
||||||
bootstrap-sass
|
bootstrap-sass
|
||||||
bootstrap-sass-extras
|
bootstrap-sass-extras
|
||||||
bootswatch-rails
|
bootswatch-rails
|
||||||
|
|
Loading…
Reference in New Issue