chore: add byebug

main
Nelson Jovel 2 years ago
parent e97b39ec48
commit df48ba134e

@ -0,0 +1,10 @@
c
path
subject.xpath("//form[action]")
path
c
subject.css("form")
c
render
subject.css("form")
subject

@ -10,5 +10,8 @@ gem "pg"
gem "sprockets-rails" gem "sprockets-rails"
group :development, :test do
gem "byebug"
end
# Start debugger with binding.b [https://github.com/ruby/debug] # Start debugger with binding.b [https://github.com/ruby/debug]
# gem "debug", ">= 1.0.0" # gem "debug", ">= 1.0.0"

@ -85,6 +85,7 @@ GEM
base64 (0.2.0) base64 (0.2.0)
bigdecimal (3.1.5) bigdecimal (3.1.5)
builder (3.2.4) builder (3.2.4)
byebug (11.1.3)
concurrent-ruby (1.2.2) concurrent-ruby (1.2.2)
connection_pool (2.4.1) connection_pool (2.4.1)
crass (1.0.6) crass (1.0.6)
@ -222,6 +223,7 @@ PLATFORMS
x86_64-linux x86_64-linux
DEPENDENCIES DEPENDENCIES
byebug
dashboard! dashboard!
factory_bot_rails factory_bot_rails
pg pg

Loading…
Cancel
Save