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
I've tried many things but an unable to get pry-rescue to automatically pry when there's an uncaught exception in a Rails console. The README also only talks about using it in rails server. Is this just not supported?
The text was updated successfully, but these errors were encountered:
Thanks for the help. It turned out Pry::rescue { <expression> } was what I was looking for (though it's not automatic) Wonder if there's a way to wrap all irb/pry-rails expressions within a block...
I've tried many things but an unable to get pry-rescue to automatically pry when there's an uncaught exception in a Rails console. The README also only talks about using it in
rails server
. Is this just not supported?The text was updated successfully, but these errors were encountered: