Navigation Between Ruby Files

You can download a cheat sheet and install instructions for all of the tools shown in this video. Transcript In the first half of this tutorial, we'll learn about a couple of commands that let us quickly jump to files by name. In the second half...
This is a companion discussion topic for the original entry at https://thoughtbot.com/upcase/videos/navigation-between-ruby-files

Hi! Really great tips, I find the gf command on require-statements to be absolutely essential. I was a little disappointed when I realised that it doesn’t work on paths inside the spec/ directory though, when having spec helpers etc you often have paths within the spec directory, that are required by rspec without containing spec/ in the path - am I missing some plugin or configuration to get this part working too, or would I have to manually add these paths?

Any pointers are appreciated, and thanks for the great content :slight_smile: