I am new to ruby development. Up until this point, I've done only small project that easily fit in one's head (and in one or two files). Now, I've got a big project (it's a GUI for a database task scheduler) that I need to make changes to. There are many files (879 to be precise) and I need a better way to get to know what's where.
So what is a good way to search for all other instances of a particular variable or function? Specifically, is there a tool that can help me quickly jump from one file to another, finding where @logs
(for example) is being accessed?
My work computer is a Mac, which so far I like, but I'm still learning what tools are out there for it.