Finding your way around a new Rails project
You’ve got a new Rails app to learn, and not a lot of time to learn it. But after you git clone and open app/models, you’re totally lost. Even though the Rails structure is the same as what you’re used to, it’s impossible to find your way around the code. So what’s the fastest way to learn this new, unfamiliar Rails app?
Post a comment