burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

zeus and pry don't play nice #632

Closed sfahlberg closed 7 years ago

sfahlberg commented 7 years ago

Hi there, I love Zeus! Although the only issue is that when I'm running pry I end up having issues with scrolling and I can no longer scroll down. Any solutions for this issue?

sideshowcoder commented 7 years ago

This is a know issue and I'm currently investigating what is going on see #627 and #633

sideshowcoder commented 7 years ago

I just merged a change to deactivate paging in pry for now, the problem seems to be that pry and zeus don't forward stdin / stderr correctly to an external pager for some reason. Iḿ building a new version now.

yijia-zhan commented 6 years ago

any updates on this?

vegajdr commented 6 years ago

@yijia-zhan I tried switching from NullPager to SimplePager in rubygem/lib/zeus/pry.rb and it seems to work for me, it's not as nice as the default pager as you don't have less like navigation but at least it's something to avoid very long outputs