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.

Rails, hacking, and Stripe as a scoreboard: Marc Köhlbrugge’s playbook

Martian CEO Irina Nazarova is talking to founders choosing Rails and Marc Köhlbrugge was an obvious success story. And his advice isn’t about “hustle” or “grit” 
but curiosity, speed, and a willingness to be publicly wrong. [more inside]

⏰ Still struggling with Time Zone issues in your Rails app?

After hours of debugging strange timestamps and inconsistent created_at values, I finally decided to write the definitive guide to solving these problems — permanently. 🧠🔧 [more inside]

Rails Apps and Slowdowns: How Scout Shows what Databases Don't

Congratulations! Your Rails app is seeing consistent traffic and things are on the upswing. But with growth comes the potential for sluggish SQL queries that can slow things down. In this post, we cover what your database can tell you about the problem, and we’ll also talk about what it can’t tell you. [more inside]

🚀 Is Your Ruby Application Running as Fast as It Could?

If you’re noticing slow performance or inefficiencies in your Ruby applications, it might be time for an optimization overhaul. At Ruby Stack News, we specialize in fine-tuning code, boosting performance, and helping you make your applications run faster and more efficiently. [more inside]

🚀 Understanding HTTP Request Headers in Rails! đŸ› ïž

Curious about what your browser sends to the server every time you load a page? I built a simple Ruby on Rails app that displays all the HTTP request headers sent by your browser, and I’m excited to share the results! [more inside]

🚀 Optimize Your Ruby App's Memory Usage with jemalloc-rb đŸ’»

If you’re working on long-running Ruby applications or handling a lot of data, memory management becomes crucial! 🧠 In my latest article, I explore how you can boost your app’s performance and reduce memory fragmentation using the jemalloc-rb gem. [more inside]

Adding shortcodes to the Marksmith editor

Occasionally, when creating content using an editor, be it Markdown or WYSIWYG, we need specific parts that exceed standard formatting options. Whether it’s highlighting important information, adding visually enriched snippets or embedding third-party content, the basic editor features often fall short. This is where adding a short code or callout feature is useful. In this article, we will learn how to add shortcode support to the Marksmith editor by building a blog with enriched content abilities.

🧠 Curious about how Ruby actually runs your code?

In this article, I take a peek under the hood and explore how YARV (Yet Another Ruby VM) executes Ruby instructions — from bytecode to stack frames. If you’re into Ruby internals or just want to understand what really happens when your code runs, this is for you.

Loading older posts