chore: add byebug

This commit is contained in:
Nelson Jovel 2024-01-05 12:48:48 -08:00
parent e97b39ec48
commit df48ba134e
3 changed files with 15 additions and 0 deletions

10
.byebug_history Normal file
View file

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

View file

@ -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"

View file

@ -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