You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2023. It is now read-only.
It freezes when trying to run an Activerecord association. For instance:
User
has_many :journeysI'm inside User.some_method:
Inside the method, when I run:
jard >> journeysIt 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!