Auditing Ruby on Rails Application

Hi,

Are there any good sources on how to perform audition of ruby on rails app? For example I have mvp version of project, I would like to make it “up to sniff”, so I can be 100% sure I followed best practices, queries are optimized, performance achieved to max and etc. Maybe there are some collection of articles how to perform quality analysis of the whole project?

I’m looking for something like “Clean code”, but for rails app. I know there are a lot of good resources to find information about more specific questions. My idea at the moment that probably someone figured out how to have systematic approach in that direction.

Any help will be appreciated. Trying to enlarge my professional view. :slight_smile:

Thanks!