mirror of
https://github.com/edcommonwealth/Dashboard.git
synced 2026-03-07 13:38:12 -08:00
chore: add byebug
This commit is contained in:
parent
e97b39ec48
commit
df48ba134e
3 changed files with 15 additions and 0 deletions
10
.byebug_history
Normal file
10
.byebug_history
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
c
|
||||||
|
path
|
||||||
|
subject.xpath("//form[action]")
|
||||||
|
path
|
||||||
|
c
|
||||||
|
subject.css("form")
|
||||||
|
c
|
||||||
|
render
|
||||||
|
subject.css("form")
|
||||||
|
subject
|
||||||
3
Gemfile
3
Gemfile
|
|
@ -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…
Add table
Add a link
Reference in a new issue