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
It seems Rails is preventing autoload by removing the gem's load path from $:. I see two available options:
load everything in advance
set up autloading with absolute paths
I don't want to go 1. because autloading saves memory and time, especially when running CodeRay from the command line.
A version of 2. is in the above commit, in the autoload-fix branch. It fixes the pry issue on my system, but it's defining a Module#coderay_autoload method to do this. Any ideas how to avoid this?
Hi, a few people running are complaining about this, see here: pry/pry#280
any idea?
The text was updated successfully, but these errors were encountered: