From df48ba134e8acd3a215943bc77fa75af3b0feb28 Mon Sep 17 00:00:00 2001 From: Nelson Jovel Date: Fri, 5 Jan 2024 12:48:48 -0800 Subject: [PATCH] chore: add byebug --- .byebug_history | 10 ++++++++++ Gemfile | 3 +++ Gemfile.lock | 2 ++ 3 files changed, 15 insertions(+) create mode 100644 .byebug_history diff --git a/.byebug_history b/.byebug_history new file mode 100644 index 0000000..9a74fa5 --- /dev/null +++ b/.byebug_history @@ -0,0 +1,10 @@ +c +path +subject.xpath("//form[action]") +path +c +subject.css("form") +c +render +subject.css("form") +subject diff --git a/Gemfile b/Gemfile index bf6c61f..2ca770f 100644 --- a/Gemfile +++ b/Gemfile @@ -10,5 +10,8 @@ gem "pg" gem "sprockets-rails" +group :development, :test do + gem "byebug" +end # Start debugger with binding.b [https://github.com/ruby/debug] # gem "debug", ">= 1.0.0" diff --git a/Gemfile.lock b/Gemfile.lock index 0e67c3a..61e08d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -85,6 +85,7 @@ GEM base64 (0.2.0) bigdecimal (3.1.5) builder (3.2.4) + byebug (11.1.3) concurrent-ruby (1.2.2) connection_pool (2.4.1) crass (1.0.6) @@ -222,6 +223,7 @@ PLATFORMS x86_64-linux DEPENDENCIES + byebug dashboard! factory_bot_rails pg