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.

CapsuleCD v2 Released

CapsuleCD is a generic Continuous Delivery pipeline for versioned artifacts and libraries written in any language. It’s goal is to bring automation to the packaging and deployment stage of your library release cycle. CapsuleCD is incredibly flexible, and works best when implemented side-by-side with a CI pipeline. [more inside]

A Deep Dive into CSRF Protection in Rails

Recently I did a deep-dive into the Rails codebase to understand how the CSRF protection feature has been implemented. I look at how the CSRF tokens are initially generated for each response, and how they’re used on an incoming request to validate the authenticity of the request. [more inside]

Elixir Envy ᐅ Ruby

There has been much envy in the Ruby community over Elixir having the pipe operator as can be witnessed by the many gems, code snippets, and blogs arising from it. This blog post lists and describes various implementations which have been made or written about it.

Nice!

Unsupervised learning using k-means clustering in Ruby

The k-means clustering algorithm is a powerful unsupervised learning algorithm for clustering data. In this blog post I will show how to use the k-means algorithm in Ruby. I will walk through an example where I use the k-mean algorithm to divide California into a number of distribution territories, for my fictitious beer distribution business. You can read more here: http://www.practicalai.io/unsupervised-learning-using-k-means-clustering-in-ruby/

Loading older posts