PowerStation: a tool for detecting Rails performance bugs
7 views
Skip to first unread message
akch...@cs.washington.edu
unread,
Jul 17, 2018, 12:29:35 AM7/17/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ruby on Rails: Talk
Hi all,
Just wanted to put in a shameless plug for a new tool called PowerStation that we built for detecting performance issues in Rails applications. It is a static code analyzer that identifies and automatically suggests fixes for
many performance issues in Rails apps. Our tool has been integrated into theRubyMineIDE
and can also run as a command line tool as well. Please check out our blog post if you are interested. Feedback and pull requests are welcomed.