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.

Resolving the 'rest_framework' Module Not Found Error

The ModuleNotFoundError: No module named ‘rest_framework’ is a common issue faced by developers working with Django REST Framework (DRF). This error typically indicates that your Python environment cannot locate the rest_framework package, which is essential for DRF to function correctly. Let’s break down the most common causes and how to fix them. https://jsdev.space/howto/rest-framework-modulenotfounderror/

Django is probably off-topic for RubyFlow.
Agree, this post does not seem to belong here…

Open Graph Image Generation in Rails

If we have a site that publishes a considerable amount of content, we usually need to generate the assets that go with each piece of content. For example, if it’s a blog post like this one, we might need a cover, diagrams, screenshots, etc. However, sometimes we neglect the Open Graph image, even if it’s arguably one of the most important assets: it’s what people see before they decide to read our content or not. In this article we will learn how to generate Open Graph images with Ruby in a Rails application and how to automate the process using one or more templates. Read the full article on: https://avohq.io/blog/open-graph-image-generation-rails

Happy Ending for Discrimination Experienced at Tech Companies

I reported a few weeks ago some discrimination that my girlfriend has experienced at a tech team, which is similar to discrimination I have experienced in the Ruby community. The good news is last week, my girlfriend finally had a happy ending to this discrimination problem. The good guys and gals always win in the end! Evil never triumphs permanently! https://andymaleh.blogspot.com/2025/10/happy-ending-for-discrimination.html

Adding Breadcrumbs to a Rails Application

Helping users navigate through our site with ease helps them reach their desired destination thus improving their experience within our application. Breadcrumbs play a crucial part in this: they give users a clear idea of where they are and provide them a path to reach In this article, we will learn how to add breadcrumbs to a Rails app using the different types of breadcrumbs and way to add them in Rails applications. Let’s start by seeing why breadcrumbs are important. If you’re already familiar with the jump to the adding breadcrumbs to Rails apps section Read the full article on: https://avohq.io/blog/breadcrumbs-rails

Loading older posts