This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
[BUG] Debugging console freezes when executing a Rails' association on a model instance #77
Labels
bug
Something isn't working
It freezes when trying to run an Activerecord association. For instance:
User
has_many :journeys
I'm inside User.some_method:
Inside the method, when I run:
jard >> journeys
It just freezes and won't output the ActiveRecord::Associations::CollectionProxy instance.
This doesn't happen with gem 'byebug', where I'm able to see the result.
Thanks!
The text was updated successfully, but these errors were encountered: