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.

How to Open Source with Richard Schneeman | hexdevs podcast

If you contribute to open source, can you just skip the whiteboard interview? …Probably not! 🙉 1.9+ billion downloads across 66 gems, and schneems still had to do coding interviews. Go from coder to fearless contributor: watch our conversation with Richard Schneeman, author of the book “How to Open Source”! [more inside]

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]

Loading older posts