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.
Rails and Ruby Deprecation Warnings: Why You Should Care and How to Fix Them

Rails and Ruby Deprecation Warnings: Why You Should Care and How to Fix Them

Comments
6 min read
Why Disconnect in Stimulus Controller

Why Disconnect in Stimulus Controller

1
Comments 1
2 min read
Implementing Multi-Select Enums in Ruby on Rails with PostgreSQL

Implementing Multi-Select Enums in Ruby on Rails with PostgreSQL

Comments
2 min read
Everything that I published this week about Ruby #3

Everything that I published this week about Ruby #3

1
Comments
3 min read
Mastering Middleware In Rails: Enhance Your App's Request Lifecycle

Mastering Middleware In Rails: Enhance Your App's Request Lifecycle

Comments
2 min read
Mastering Rails and Ruby: A Collection of Practical Tips for Cleaner Code

Mastering Rails and Ruby: A Collection of Practical Tips for Cleaner Code

Comments
2 min read
Devtools Startup Ideas: Build A Markdown Editor With Ruby On Rails And Redis

Devtools Startup Ideas: Build A Markdown Editor With Ruby On Rails And Redis

8
Comments 2
7 min read
Stimulus Features You (Didn't) Know

Stimulus Features You (Didn't) Know

1
Comments 1
4 min read
How to Switch Your Rails Application Database from PostgreSQL to SQLite

How to Switch Your Rails Application Database from PostgreSQL to SQLite

Comments
2 min read
One thing you need to know about Time testing in Rails

One thing you need to know about Time testing in Rails

Comments
1 min read
TIL .order_values

TIL .order_values

Comments
1 min read
Avoid constantize in Rails

Avoid constantize in Rails

Comments
2 min read
How to use gem omniauth and omniauth-oauth2 to implement SSO for multiple customers

How to use gem omniauth and omniauth-oauth2 to implement SSO for multiple customers

Comments
4 min read
Leveraging PostgreSQL 16 Enum Types in Rails 7+: A Step-by-Step Guide

Leveraging PostgreSQL 16 Enum Types in Rails 7+: A Step-by-Step Guide

Comments
2 min read
Understanding Cookies in Rails: A Developer's Guide

Understanding Cookies in Rails: A Developer's Guide

Comments
3 min read
Understanding Rails Initializers: Configuring Your Application Easily

Understanding Rails Initializers: Configuring Your Application Easily

1
Comments
1 min read
Transaction Safety in Rails: Identifying and Addressing Non-Atomic Interactions

Transaction Safety in Rails: Identifying and Addressing Non-Atomic Interactions

1
Comments
4 min read
Django vs Rails for API Development: Performance, Productivity, and Scalability Comparison

Django vs Rails for API Development: Performance, Productivity, and Scalability Comparison

1
Comments
7 min read
Release 0.3 #2

Release 0.3 #2

Comments
2 min read
Rails Designer v1.9: Bulk Actions 🚚

Rails Designer v1.9: Bulk Actions 🚚

2
Comments
2 min read
What I posted this week about Ruby

What I posted this week about Ruby

1
Comments
2 min read
Add Sign Up to Rails 8' Authentication

Add Sign Up to Rails 8' Authentication

2
Comments
5 min read
Capistrano: The Ultimate Guide to Automated Deployments for Rails Applications

Capistrano: The Ultimate Guide to Automated Deployments for Rails Applications

Comments
4 min read
Use vite_rails to use Vue SFC(single file component, .vue) in >= Rails7

Use vite_rails to use Vue SFC(single file component, .vue) in >= Rails7

1
Comments
4 min read
Kamal: How to use Grafana Loki as a logging driver

Kamal: How to use Grafana Loki as a logging driver

Comments
1 min read
Store UI State in localStorage with Stimulus

Store UI State in localStorage with Stimulus

1
Comments 1
3 min read
Mastering Rails and Ruby: A Collection of Practical Tips for Cleaner Code

Mastering Rails and Ruby: A Collection of Practical Tips for Cleaner Code

5
Comments
2 min read
My Journey Through Ruby Event Manager, Hangman, and Tackling Coolant Leaks

My Journey Through Ruby Event Manager, Hangman, and Tackling Coolant Leaks

3
Comments
3 min read
gem install error: incompatible function pointer types passing

gem install error: incompatible function pointer types passing

Comments
1 min read
Kamal: Speed up the image builds using managed third-party builders and GitHub Actions

Kamal: Speed up the image builds using managed third-party builders and GitHub Actions

Comments 2
1 min read
How to Keep Your Ruby Gems Up-to-Date Without the Stress

How to Keep Your Ruby Gems Up-to-Date Without the Stress

Comments
6 min read
Implement a Secure, Dynamic Domain Approval System for Embeddable Widgets in Ruby on Rails

Implement a Secure, Dynamic Domain Approval System for Embeddable Widgets in Ruby on Rails

Comments
3 min read
Solid Queue 101: Processamento em Background no Rails 8.

Solid Queue 101: Processamento em Background no Rails 8.

8
Comments
5 min read
What is config.active_support.hash_digest_class = OpenSSL::Digest::SHA256?

What is config.active_support.hash_digest_class = OpenSSL::Digest::SHA256?

Comments
2 min read
Building Paindai: A Rails-Powered Pain Journaling App to Help Chronic Pain Patients Advocate for Themselves

Building Paindai: A Rails-Powered Pain Journaling App to Help Chronic Pain Patients Advocate for Themselves

Comments 1
5 min read
Multiple deployments and High Availability with Mina and Ruby on Rails

Multiple deployments and High Availability with Mina and Ruby on Rails

Comments
6 min read
Cómo desplegar una app de Ruby on Rails en Ubuntu 22

Cómo desplegar una app de Ruby on Rails en Ubuntu 22

Comments
6 min read
Ferrum Doesn’t Work on Heroku?

Ferrum Doesn’t Work on Heroku?

Comments 1
1 min read
How to clean up repetitive keys in .html.erb templates?

How to clean up repetitive keys in .html.erb templates?

Comments 2
2 min read
Capybara: Debugging Your Specs with save_and_open_screenshot Method

Capybara: Debugging Your Specs with save_and_open_screenshot Method

Comments
2 min read
Rails 8 authentication with OAuth and addition of a test suite

Rails 8 authentication with OAuth and addition of a test suite

1
Comments
5 min read
Problem with Rails...

Problem with Rails...

Comments 10
5 min read
Spacer Components introduced in ViewComponent 3.20

Spacer Components introduced in ViewComponent 3.20

6
Comments
1 min read
Broadcast Turbo Streams without Redis

Broadcast Turbo Streams without Redis

1
Comments 1
8 min read
The Decorator Pattern: A Ruby On Rails approach for data presentation logic

The Decorator Pattern: A Ruby On Rails approach for data presentation logic

4
Comments
4 min read
Rails' Partial Features You (didn't) Know

Rails' Partial Features You (didn't) Know

2
Comments 1
4 min read
Inline Unsupported Browser Warning (using Rails 7.2 feature)

Inline Unsupported Browser Warning (using Rails 7.2 feature)

7
Comments
2 min read
How do Turbo Streams Work (behind the scenes)

How do Turbo Streams Work (behind the scenes)

1
Comments 1
3 min read
Handbook to migrate your Postgres from Heroku to Kamal

Handbook to migrate your Postgres from Heroku to Kamal

8
Comments
5 min read
Rails API + Cache + Design Patterns (English Version)

Rails API + Cache + Design Patterns (English Version)

4
Comments
14 min read
What I wrote about Ruby this week #2

What I wrote about Ruby this week #2

2
Comments
2 min read
Rails API + Cache + Design Patterns + RSpec (Version En Español)

Rails API + Cache + Design Patterns + RSpec (Version En Español)

1
Comments
14 min read
Rails API + Cache + Design Patterns + RSpec

Rails API + Cache + Design Patterns + RSpec

1
Comments
14 min read
Custom Rake File for UI testing: CSV's and Faker

Custom Rake File for UI testing: CSV's and Faker

5
Comments
3 min read
Buffer all the things

Buffer all the things

Comments
2 min read
minds on rails parametric search and semantic search

minds on rails parametric search and semantic search

Comments
1 min read
Inheritance with Stimulus Controllers

Inheritance with Stimulus Controllers

1
Comments 1
3 min read
Optimize Database Performance in Ruby on Rails and ActiveRecord

Optimize Database Performance in Ruby on Rails and ActiveRecord

3
Comments
13 min read
Don't expose primary id's with Rails' dom_id

Don't expose primary id's with Rails' dom_id

5
Comments 1
1 min read
How to easily add a favicon to your Rails App ✨

How to easily add a favicon to your Rails App ✨

10
Comments 1
1 min read
loading...