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.

  Last Friday

Creating a Custom Bundler Plugin

Learn to write a custom Bundler plugin with this series of articles from PracticalRubyGems.com - companion site to the new book from Apress. The tutorial walks you through the creation of bundler-trivy - a plugin which runs Trivy, the open source dependency scanner, whenever you run bundle install. [more inside]

Mesh Gradient Avatars in Rails

Dynamic avatars with Ruby are a common feature as we usually want to provide sensible default values without resorting to the same default avatar for every single user. The most common solution to this issue is to generate them using the user’s initials, default images or background colors. These solutions are fine but we can do better: in this article we will learn how to create deterministic mesh gradient avatars using Ruby and the ChunkyPNG gem to improve our avatar game Read the full article on: https://avohq.io/blog/mesh-gradient-avatars-in-rails

Loading older posts