DEV Community

Ruby on Rails

Ruby on Rails is a popular web framework that happens to power dev.to ❤️

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Configuring Incoming Webhook Queues in Bullet Train

Configuring Incoming Webhook Queues in Bullet Train

1
Comments
3 min read
Rails backup schemes to backup Postgres databases

Rails backup schemes to backup Postgres databases

1
Comments
6 min read
Ruby-on-Rails ERB vs HAML

Ruby-on-Rails ERB vs HAML

3
Comments 1
2 min read
How to add payments to your Rails app with Paystack

How to add payments to your Rails app with Paystack

1
Comments
2 min read
Upgrading PostgreSQL on Heroku: A Step-by-Step Guide

Upgrading PostgreSQL on Heroku: A Step-by-Step Guide

5
Comments
2 min read
DIY error monitoring for Ruby

DIY error monitoring for Ruby

1
Comments
10 min read
UI components for Rails: Introducing Rails Designer

UI components for Rails: Introducing Rails Designer

1
Comments
3 min read
Authentication vs Authorization with Rails 7

Authentication vs Authorization with Rails 7

6
Comments
5 min read
N+1 Queries Problem in Rails

N+1 Queries Problem in Rails

3
Comments
3 min read
Why is Ruby-on-Rails not more popular?

Why is Ruby-on-Rails not more popular?

11
Comments 2
4 min read
Mastering Ruby on Rails By Building an LMS

Mastering Ruby on Rails By Building an LMS

Comments
2 min read
Puma-dev is one of my favourite tools

Puma-dev is one of my favourite tools

2
Comments
4 min read
From Next.js to Rails then Elixir: My journey through React.js burnout

From Next.js to Rails then Elixir: My journey through React.js burnout

277
Comments 83
13 min read
Including Polymorphic Association In Rails To Avoid N+1 Queries

Including Polymorphic Association In Rails To Avoid N+1 Queries

1
Comments
2 min read
Must-have gems for mature Rails

Must-have gems for mature Rails

4
Comments
1 min read
Using Phaser.js In Your React/Rails Webapp

Using Phaser.js In Your React/Rails Webapp

1
Comments
4 min read
How to create modals with Rails and Hotwire (and Tailwind CSS)

How to create modals with Rails and Hotwire (and Tailwind CSS)

4
Comments 1
4 min read
Getting started with Ruby on Rails and Postgres on Supabase

Getting started with Ruby on Rails and Postgres on Supabase

98
Comments
4 min read
You don't know RSpec: intro to RSpec for RSpec professionals

You don't know RSpec: intro to RSpec for RSpec professionals

2
Comments 1
6 min read
Rails GitHub Insights: Navigating the Active Pulse of Ruby on Rails

Rails GitHub Insights: Navigating the Active Pulse of Ruby on Rails

2
Comments 1
3 min read
Speed Up Your Ruby on Rails Application with LiteCache

Speed Up Your Ruby on Rails Application with LiteCache

5
Comments
6 min read
Running open-source AI models locally with Ruby

Running open-source AI models locally with Ruby

2
Comments
7 min read
Unleash the Power of UUIDs: Turbocharge Your Postgres and Rails Experience for Bulletproof Data Management!

Unleash the Power of UUIDs: Turbocharge Your Postgres and Rails Experience for Bulletproof Data Management!

9
Comments
4 min read
Generate authentication like Rails 8 will

Generate authentication like Rails 8 will

3
Comments
3 min read
The Magic of Time in Rails: Journey into the Past with time_ago_in_words

The Magic of Time in Rails: Journey into the Past with time_ago_in_words

1
Comments
2 min read
Embracing New Asset Management in Rails 7.1: Switching to importmap-rails and dartsass-rails

Embracing New Asset Management in Rails 7.1: Switching to importmap-rails and dartsass-rails

3
Comments
3 min read
Setting Up Your macOS Development Environment and Automating Backups.

Setting Up Your macOS Development Environment and Automating Backups.

2
Comments 4
4 min read
Integrating a Blog section to your Rails app using Markdown in minutes

Integrating a Blog section to your Rails app using Markdown in minutes

1
Comments
6 min read
The tech stack I choose to build my email courses project

The tech stack I choose to build my email courses project

2
Comments
8 min read
Set up RSpec, Shoulda matchers and FactoryBot on Rails 7

Set up RSpec, Shoulda matchers and FactoryBot on Rails 7

1
Comments
2 min read
POROs, in-memory Models and AR models, a continuum

POROs, in-memory Models and AR models, a continuum

2
Comments
2 min read
Elevating my Ruby on Rails knowledge

Elevating my Ruby on Rails knowledge

1
Comments
1 min read
Write better ViewComponents with Tailwind CSS and Hotwire

Write better ViewComponents with Tailwind CSS and Hotwire

2
Comments
6 min read
🚀 Ruby on Rails: MVC and you!

🚀 Ruby on Rails: MVC and you!

9
Comments
5 min read
Crafting a Seamless UX: Custom Confirmation Dialogs with Turbo 🚀✨

Crafting a Seamless UX: Custom Confirmation Dialogs with Turbo 🚀✨

1
Comments
4 min read
First commits in a Ruby on Rails app

First commits in a Ruby on Rails app

6
Comments
7 min read
Rails flash messages and UX

Rails flash messages and UX

6
Comments 1
5 min read
Decorator Dryer: Keeping Your Ruby On Rails Decorators DRY

Decorator Dryer: Keeping Your Ruby On Rails Decorators DRY

1
Comments
3 min read
Evoluindo nosso Projeto Rails: Integrando o Padrão Factory para Maior Flexibilidade e Organização

Evoluindo nosso Projeto Rails: Integrando o Padrão Factory para Maior Flexibilidade e Organização

5
Comments 1
4 min read
Gnarly Learnings from December 2023

Gnarly Learnings from December 2023

Comments
5 min read
Unleashing Performance: Silencing Searchkick for Record Updates in Ruby on Rails

Unleashing Performance: Silencing Searchkick for Record Updates in Ruby on Rails

Comments
2 min read
Stream Updates to Your Users with LiteCable for Ruby on Rails

Stream Updates to Your Users with LiteCable for Ruby on Rails

4
Comments
6 min read
Watch Out When Overriding Memoized Methods

Watch Out When Overriding Memoized Methods

17
Comments 2
2 min read
How I manage to optimize my Active Admin in 4 simple tricks

How I manage to optimize my Active Admin in 4 simple tricks

9
Comments 4
7 min read
Os benefícios de usar Form Objects em seus projetos

Os benefícios de usar Form Objects em seus projetos

13
Comments 5
5 min read
Webhook backend in ruby

Webhook backend in ruby

5
Comments 3
4 min read
Infinite Y-Axis Calendar View Scroll

Infinite Y-Axis Calendar View Scroll

Comments
4 min read
Add Custom Domains To Your Rails App

Add Custom Domains To Your Rails App

9
Comments 3
3 min read
Find in batches and pluck

Find in batches and pluck

1
Comments
1 min read
Moving to solid_queue from sidekiq

Moving to solid_queue from sidekiq

4
Comments 4
3 min read
What is the fastest way to remove data using Rails ?

What is the fastest way to remove data using Rails ?

5
Comments
6 min read
I made a reverse job board for developers

I made a reverse job board for developers

5
Comments 5
2 min read
How do you test frozen_string_literal in Ruby?

How do you test frozen_string_literal in Ruby?

2
Comments 2
3 min read
The Simplest Guide on Ruby Methods Arguments

The Simplest Guide on Ruby Methods Arguments

13
Comments
5 min read
Connecting Debugger to Rails Applications

Connecting Debugger to Rails Applications

2
Comments
6 min read
Integration Patterns for Distributed Architecture - Intro to dionysus-rb

Integration Patterns for Distributed Architecture - Intro to dionysus-rb

3
Comments 1
7 min read
A Close Call with Real-Time: How Rethinking Pub-Sub Saved the Day

A Close Call with Real-Time: How Rethinking Pub-Sub Saved the Day

80
Comments 3
6 min read
Best Practices for Naming Models in Ruby on Rails

Best Practices for Naming Models in Ruby on Rails

2
Comments
3 min read
Unlocking the Power of Ruby on Rails API Development

Unlocking the Power of Ruby on Rails API Development

Comments
3 min read
3 Chain of Responsibility implementations that will make you fall in love with this pattern

3 Chain of Responsibility implementations that will make you fall in love with this pattern

14
Comments
6 min read
loading...