Results 4 comments of tttffff

Hi @stereobooster, I took a bit of a dive into this recently. - Option 1 will not work in a lot of circumstances. It seems to work great for integer...

The [debug](https://github.com/ruby/debug) gem needs to be installed for your system or for your project if you have a Gemfile. This is what is talking DAP to Neovim. `gem install debug`...

Note: when you do not use the `through` assosiation, it seems to work fine e.g. ```ruby Comment.eager_load(person: :company, children: {person: :company}).first.children.first.person.company.name ``` Gives the correct result, but all three: ```ruby...

I've opened a PR for this #37 It's in the usage section https://github.com/tttffff/nvim-dap-ruby/tree/add_rails_to_readme#ruby-on-rails