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.
More control over enum in Rails 7.1

More control over enum in Rails 7.1

6
Comments 3
2 min read
How to add a skeleton UI to Rails with Turbo

How to add a skeleton UI to Rails with Turbo

1
Comments
4 min read
Sidekiq in Ruby on Rails for background jobs

Sidekiq in Ruby on Rails for background jobs

2
Comments
1 min read
Redirect back, fallback location, and where it may fail

Redirect back, fallback location, and where it may fail

5
Comments
2 min read
The three ways to query ranges in Rails

The three ways to query ranges in Rails

2
Comments
2 min read
The three types of methods in Ruby

The three types of methods in Ruby

2
Comments
3 min read
The simplest turbo-frame example

The simplest turbo-frame example

2
Comments
3 min read
HTMX + Rails: Exploring them with a Toy App.

HTMX + Rails: Exploring them with a Toy App.

2
Comments
7 min read
Performance and Optimization in Ruby on Rails

Performance and Optimization in Ruby on Rails

7
Comments
3 min read
Infinite Scroll with Rails and Turbo - No JavaScript Required!

Infinite Scroll with Rails and Turbo - No JavaScript Required!

1
Comments
4 min read
Intro to Propshaft: A new asset pipeline for Rails

Intro to Propshaft: A new asset pipeline for Rails

3
Comments
4 min read
Unleashing Shodany: Elevating Ruby Development with Seamless Shodan Integration

Unleashing Shodany: Elevating Ruby Development with Seamless Shodan Integration

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
Preview images on upload with StimulusJS

Preview images on upload with StimulusJS

2
Comments
2 min read
Working with has_many and belongs_to association methods

Working with has_many and belongs_to association methods

Comments
2 min read
Publish/Subscribe with Sidekiq

Publish/Subscribe with Sidekiq

78
Comments 2
3 min read
lazy_names gem, lets you type less

lazy_names gem, lets you type less

Comments
1 min read
How to add hotkeys to your Rails app with Stimulus

How to add hotkeys to your Rails app with Stimulus

2
Comments
3 min read
Breaking the 300 barrier

Breaking the 300 barrier

12
Comments
5 min read
Integrations Series: Authentication And Connection

Integrations Series: Authentication And Connection

21
Comments
4 min read
Flowbite and Rails starter kit

Flowbite and Rails starter kit

1
Comments
1 min read
11 Things I Learned Migrating HowIVSCode to Rails 7.1

11 Things I Learned Migrating HowIVSCode to Rails 7.1

1
Comments
6 min read
How I use Rails' `concerning` macro

How I use Rails' `concerning` macro

1
Comments 1
1 min read
A Deep Dive Into RSpec Tests in Ruby on Rails

A Deep Dive Into RSpec Tests in Ruby on Rails

3
Comments
9 min read
Configuring IRB autocomplete

Configuring IRB autocomplete

10
Comments 1
3 min read
Add Geolocation to Search with Rails and Stimulus.js

Add Geolocation to Search with Rails and Stimulus.js

1
Comments
5 min read
Enum validation in Ruby on Rails 7.1

Enum validation in Ruby on Rails 7.1

9
Comments
1 min read
Tuning Rails application structure

Tuning Rails application structure

6
Comments
12 min read
Multi-column drag and drop with SortableJS and Stimulus

Multi-column drag and drop with SortableJS and Stimulus

5
Comments 1
3 min read
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
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
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
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
loading...