PowerStation

RubyMine plugin to help you find performance bugs

What is PowerStation?

PowerStation is a RubyMine plugin, which helps you find performance bugs in your Rails applications, such as mis API usage, loop invariant query, and so on. It leverages the static analysis of the application's source code to identify performance bugs and highlight them in the IDE editor, which eases the development process for Rails developers. Check out the features to learn the types of performance bugs PowerStation finds out.

We are working on adding more features, i.e., identifying more bugs as listed in our study of common performance issues.

You can find the source code of PowerStation in our github repository.

PowerStation 1.0 has been released! See our blog post for details.