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.

ViewComponent in the Wild II: supercharging your components

In part two (the final part) of this article: GitHub’s ViewComponent library has been around for some time, saving developer sanity when building Ruby on Rails app view layers. It’s steadily grown in popularity—but probably not as quickly as deserved. In this series, I explain why to give it a shot! We discuss best practices and examine various tips and tricks accumulated in our ViewComponent-powered projects. [more inside]

The In-depth Guide to Caching ActiveRecord SQL Queries in Rails

Caching might seem a perfect solution to speed up slow database queries. However, caching in Rails apps can be easily misused, leading to poor maintainability or even slower performance than without it. In this blog post, I’ll discuss the common pitfalls of caching SQL queries in Rails apps. I’ll also describe my toolkit for assessing the cacheability of database queries and techniques for reducing the cost of caching infrastructure. [more inside]

Programming Pixel Art (2D Graphics) in Ruby - Code Monkey Diary / Updates

Hello, since I get cancel cultured from left (and right) I now post all ruby gems updates (mostly about pixel art programming) to the new humble (personal) blog titled Gerald Bauer’s Code Monkey Diary / Updates - What’s News?. (Programming in Ruby) Questions and comments always welcome. Please post / use the D.I.Y. Punk (Pixel) Art Forum. PS: See the pixelart-programming/samples.rb script for the nyan cat, black cat, mario (bro.) & more (generated from scratch / zero) with ruby.

Loading older posts