RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

Submit a post

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

Ruby 2.4 comprehensive changelog

I’ve updated the “Ruby Changes” site with Ruby 2.4’s full explained changelog. Despite Ruby 2.4 being “old news”, looking through the detailed list of changes, with justifications and examples, could be useful to discover some features you’ve previously missed, and understanding how language evolves.

A techinque for detecting design mistakes early

SAGE is a design quality assurance technique that can keep your work from becoming more difficult and complicated than it should have been. Looking at your software through the lens of SAGE quadrants can keep you safe from the most common setbacks and slow downs in software projects.

Algorithms behind RuboCop complexity metrics

I published a series on Medium.com, explaining the algorithms behind RuboCop complexity metrics. The third part reveals the mathematical connections between different metrics. The series will help you with configuring cyclomatic complexity, perceived complexity, and, ABC size values for RuboCop analysis, which are not completely random.

Thanks for compiling it up, Great article!
Loading older posts