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.

  Today

Solving Real-World Rails Authorization Problems with Rabarber

Long ago, we were building a custom admin area with multiple internal roles, each requiring different access levels. Existing authorization solutions didn’t quite fit our needs for simple role checks, which led us to create Rabarber, a Ruby on Rails authorization library. In this article, you can read about how it came to be and how to use Rabarber for typical use cases: https://dev.to/enjaku4/role-based-authorization-for-rails-how-we-built-rabarber-ahi

Are you a startup aiming to bring your product idea to life faster and more efficient

Partner with a trusted Outsourced Product Development (OPD) company like Synclovis Systems. By outsourcing your product development, you can reduce costs, gain access to specialized expertise, and accelerate your go-to-market timeline. Our experienced team manages every stage of the product lifecycle — from design and development to testing and deployment — ensuring top-notch quality at every step. [more inside]

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