-2

I need to know tools available for performance analysis and optimization for Ruby on Rails like SonarQube in java.

Note : I am not looking for Gems.

2
  • 2
    What are you looking for if not a gem? Commented Jul 15, 2016 at 8:53
  • 1
    “I need to know...”—this is not an acceptable way of asking questions here. Commented Jul 15, 2016 at 8:54

2 Answers 2

0

Try this: https://github.com/railsbp/rails_best_practices

$ gem install rails_best_practices

$ cd <your_rails_app_folder>

$ rails_best_practices .

I think this helps you with terrible code.

Me personally, I would never use such a analysis tool, if you really want to write good code you should follow the rails guides, it helps a lot coding right.

Here's another attempt: https://github.com/bbatsov/rails-style-guide

You should read this and get familiar with all the style guides of writing ruby code.

Sign up to request clarification or add additional context in comments.

Comments

0

Code climate is a tool for checking your rails application code and performance. https://codeclimate.com

1 Comment

Its a paid tool . I am looking for free tool.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.