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.

  16 August 2023

  15 August 2023

Every True Rubyist Builds Their Own Code Editor in Ruby!

Every self respecting Senior Software Engineer out there should build their own code editor, even if just as a toy app to later be discarded in favor of another code editor (though they might grow to prefer their own). And, if they are Rubyists, they should build their code editor in Ruby (whether using MRI Ruby, JRuby or Opal Ruby). If you think of yourself as a Ruby Senior Software Engineer, but cannot build your own code editor in Ruby, there are serious holes in your skillset!! Explore Glimmer libraries for many Ruby options to help you start the code editor building challenge and journey. [more inside]

  14 August 2023

unisat gem v0.1 - unisat.io lite helpers for full-text search in ordinal inscriptions

is it ordinal summer? i’ve bundled-up scripts in the new unisat gem that let you full-text search via unisat.io in bitcon ordinal inscriptions using an automated “puppeteered” google chrome browser and automagically save / cache the results page-by-page and handle the pagination / batch processing. happy gold mining / searching and data analytics with ruby. ps: it is still the early days (v0.1) ;-).

Why I’m sticking with Rails, at least for now.

This is my journey with two leading web development frameworks: Rails and Elixir. Having invested years in Rails, I ventured into Elixir, captivated by its claims of high performance, resilience, and distributed systems. I admired Elixir and its Phoenix framework but encountered complexities when revisiting past code. On returning to Rails, I experienced greater intuitiveness and efficiency, especially with the innovative Hotwire design. Despite the unique advantages of Elixir, such as its Ecto library for complex queries, I felt more aligned and efficient with Rails. Ultimately, I decided to rewrite my Elixir-based project, Rauversion, in Rails, completing 90% in just two weeks, and I’ve had the opportunity to contrast the strengths and weaknesses of both ecosystems. [more inside]

  11 August 2023

Sharding in Rails 7: A New Horizon in Database Management

Looking to scale your Rails applications? Dive into the world of sharding with Rails 7 in this comprehensive guide. From automatic role switching to horizontal sharding, this article explores the tools and techniques to efficiently manage large-scale applications. Check it out at https://psmy.medium.com/sharding-in-rails-7-a-new-horizon-in-database-management-6527e34ea8d8 and stay ahead of the curve!

  10 August 2023

  9 August 2023

Video: Integrate ChatGPT with Rails 7: Step-by-Step Tutorial

I provide a comprehensive guide to building a Ruby on Rails frontend that interfaces with OpenAI’s ChatGPT. Covering user management, conversation creation, and the ability to continue conversations at any time, this tutorial is tailored for both new and experienced developers eager to embrace the power of AI-driven communication. Watch the video here: https://youtu.be/_3AsaXoLdj4.

Instructions are very useful. Let me ask, if Client <—-request/response—–…

  8 August 2023

Maquina, the engine for Rails

Building apps over time, I found some work that needs to be done on every application: Authentication, Authorization, Mailers, etc. I started extracting this standard functionality into a Rails engine a few years ago. Later, tailwindscss, hotwire, stimulus, and phlex entered the picture, so I started the engine again with reusable UI patterns that take advantage of these tools. This is how Maquina was born. https://mariochavez.io/desarrollo/2023/08/08/maquina-the-engine-for-rails/

Loading older posts