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.

4 Essential Security Tools To Level Up Your Rails Security

Maintaining a Rails application up to date and secure takes some effort. Rails has a ton of security support, but there are other tools you can use to protect your codebase and production database. [more inside]

Deploying a Ruby on Rails App on Render with a Database, Redis, Sidekiq, and Cron Job

I recently wrote a blog post about deploying a slightly more complex-than-usual rails app to Render (a hosting alternative similar to Heroku). It resonated well with the Rails community on Reddit, so I thought I’d post it here too. Deploying a Ruby on Rails App on Render with a Database, Redis, Sidekiq, and Cron Job | MONN.APP Blog

Ask_ChagGPT + VOICE input

Another milestone of ask_chatgpt, started with the idea “if it possible to record voice with Ruby”. Now, using some code and ffmpeg it’s possible, and you can talk to ChatGPT using your voice directly from the Rails console. [more inside]

Five Easy to Miss Performance Fixes for Rails Apps

Improving the performance of a Rails application can be a challenging and time-consuming task. However, there are some config tweaks that are often overlooked but can make a significant difference in response times. In this tutorial, I will focus on a few “quick & easy” fixes that can have an immediate impact on the speed of your Rails app. [more inside]

Using Boxcars (Ruby Langchain alternative) to query a Rails DB with natural language

You may have heard of Langchain, the Python library for creating LLM-powered apps with nearly 35k GitHub stars. Despite the large following, Langchain can be difficult to use when you want to go deeper than “hello world” tutorials. This experience led me to Boxcars, a Langchain-inspired Ruby gem but with fewer abstractions. [more inside]

This is amazing, well done Derek! 🙌

Solidus v4.0 released: removing deprecations and improving Stripe integration

The Solidus Core Team is excited to announce the release of Solidus v4.0! This major release removes deprecated code and features a revamped solidus_stripe gem, making it even easier to integrate with Stripe as your payment gateway. Solidus is a powerful and flexible open-source e-commerce platform built with Ruby on Rails. With v4.0, we’re continuing our commitment to providing developers with a top-notch platform for building online stores. If you’re upgrading from v3.4, please check out the upgrade instructions at We appreciate your continued support of Solidus, and we can’t wait to see what you’ll build with this new release! To learn more about Solidus, join our community on Slack. Happy coding!

Loading older posts