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

🔍 El que busca, encuentra — and Ruby proves it.

In my latest article, I explore how Ruby handles search operations across arrays, hashes, and other collections. From expressive methods like .find, .select, and .grep, to efficient algorithms like .bsearch, Ruby empowers developers to write clear and intentional code when looking for what matters. [more inside]

Think before you cache

Explore caching strategies and tools in Rails, from low-level manual caching to popular tools and gems that make caching easier. We’ll learn how to identify effective caching opportunities and avoid common pitfalls. [more inside]

🔧 Tired of deeply nested routes in Rails?

If you’re working with complex model relationships in Rails, shallow: true might be the clean solution you’re looking for. In my latest article, I explore how this simple option helps reduce route depth, simplify controller logic, and keep your code RESTful and maintainable — without losing model structure. [more inside]

Loading older posts