telus-agcg / nib

A Docker Compose wrapper geared towards Ruby/Rails development with a focus on: convention, convenience and productivity.
MIT License
15 stars 3 forks source link

Pry pager error in Alpine #157

Closed johnallen3d closed 5 years ago

johnallen3d commented 5 years ago

When using Alpine Linux the version of less that is available is not compatible with the options that Pry uses by default (further reading). The most expedient way to avoid this issue is to disable the pager. 😕

# Disable paging - paging is broken in when using Alpine `less`
Pry.config.pager = false