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.

Ruby Conferences & Camps in 2023 - What’s Upcoming? (Yet) Another Update

Hello, I have added (yet) some more updates to the ruby conferences & camps in 2023 calendar page over at Planet Ruby (as a free public service). Yes, built in ruby via github pages (jekyll) and an open datafile (in yaml) - see conferences2023.yml . What’s Upcoming? Rails Girls Rotterdam (FREE!), Ruby Unconf Hamburg (€75 - Regular, €80 - Business), and more. PS:Did you know - the calendar web feed gets (automagically) syndicated on Rubyland News. Anything missing? Yes, you can. Add an upcoming ruby conference or camp. PS: If you happen to be around in Vienna, Austria in March join us for Ruby Burgers( & Red Belgian Kriek Beer) @ Vienna.rb.

How to install Ruby 2.6 on a Mac M1/M2 and Ventura without using Rosetta

I see a lot of people struggle to install Ruby 2.6.x on an Apple Silicon Mac, so I wrote a detailed guide that shows 3 ways to install Ruby 2.6 on Ventura, and explains why everything you’ve tried so far doesn’t work, and why you should consider updating your project to at least Ruby 2.7.7 instead.

artbase gem (& command-line tool) in Action - New Step-By-Step Guide (Anno 2023)

Hello, for the artbase gem (and “right-clicker” comand-line tool & machinery) I have written-up a new follow-along step-by-step guide (anno 2023) using the latest & greatest pixel art collection, that is, 1000 Un(official) Ordinal Punks in 24x24px. Happy pixel pushing with ruby. Cheers. Prost.

How to find a memory bloat in your Rails app before it happens

Memory bloat in Ruby happens when someone loads a lot of data to the memory. Ruby Virtual Machine does not return most of the allocated memory to the operating system even after data is collected as a garbage. It’s not a big deal for local development or console programs, but if you have a bloat in the big Rails app it might cost you a lot of money. [more inside]

Ruby2JS 5.1, esbuild, and a Peek at the Future

Ruby2JS 5.1 comes packed with several very welcome features, including a brand-new Ruby-based configuration DSL, a “preset” option for sane defaults along with magic comment support for sharing portable Ruby2JS code, and and esbuild plugin. Let’s dig in a bit on all these new features! Also an update on the status of Ruby2JS and its open source governance.

gitti-backup & hubba gem In Action - Back-Up Your GitHub Repos Via git clone --mirror

Hello, what if your github repos are gone with a 24-hour (email) notice while you are offline? Prepare yourself and keep your own backups using the gitti-backup and hubba gems. See the How-To Back Up Your GitHub Repos - A Step-By-Step Guide for a write-up. Cheers. Prost. PS: What are your options? Do you use your own script(s) or other readymade tool(s) - please tell.

devise-otp 0.5.0 is out!

Since we got a brand new Devise release working with Turbo, I am also releasing devise-otp 0.5.0 so you can use the gems together inside your Hotwire app. If you want to skip building up all these 2FA flows, Business Class got updated with these latest Devise gems too!

Step-By-Step Guide to Generate 100 Ordinal Punks In Your Own Terminal Via Text-Prompt

Hello, I have written-up a step-by-step guide to generate a “pixel-perfect” copy of the Top Selling 100 Ordinal Punks (in your own terminal) via text-prompts¹ (“attributes”)’. Yes, in ruby (using the pixelart gem, the artfactory gem, the punks gem, the backgrounds gem, the chunky_png gem, the cocos gem, the csvreader gem, & some more. Happy pixel pushing with ruby. Cheers. Prost. PS: Note¹ - Sorry - no artificial intelligence (a.i.) models in use :-( - just plain old “hard-coding by-hand”. Update While working on filing the counter notice - see the gitlab mirror backup for the step-by-step guide.

Loading older posts