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
Most probably related to IRB. If you have a similar issue, check this issue too: rails/rails#47413
For a quick fix, add the irb gem to Gemfile.
When I do a simple user search without prefixing ap, nothing is displayed. I can only see the result if I use ap. Any idea why this might be happening?
Update
Most probably related to IRB. If you have a similar issue, check this issue too: rails/rails#47413
For a quick fix, add the irb gem to Gemfile.
When I do a simple user search without prefixing
ap
, nothing is displayed. I can only see the result if I useap
. Any idea why this might be happening?An actual example from Rails development env:
Ruby Version ––> 3.2.3 (2024-01-18 revision 52bb2ac0a6) [arm64-darwin23]
Rails Version ––> 6.1.7.6
The text was updated successfully, but these errors were encountered: