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.
Deploying a Rails app with Kamal

Deploying a Rails app with Kamal

1
Comments
6 min read
Seus testes não deveriam ser DRY, mas sim WET

Seus testes não deveriam ser DRY, mas sim WET

2
Comments
6 min read
Building a Private 1 to 1 Chat System in Rails 7 with WebSockets & Action Cable

Building a Private 1 to 1 Chat System in Rails 7 with WebSockets & Action Cable

Comments
7 min read
Local snapshots

Local snapshots

Comments
3 min read
Rails 7. Start Kit Loves Nginx

Rails 7. Start Kit Loves Nginx

Comments
2 min read
The Railtie, the Gem and the Middleware

The Railtie, the Gem and the Middleware

6
Comments
3 min read
Query Like a Pro: Active Record for Database Queries

Query Like a Pro: Active Record for Database Queries

3
Comments
4 min read
Rails "around_action" : a less used callback

Rails "around_action" : a less used callback

Comments
4 min read
Rails GraphQL authentication from scratch #2

Rails GraphQL authentication from scratch #2

5
Comments
4 min read
ActiveRecord adapter improvements

ActiveRecord adapter improvements

2
Comments
2 min read
Build Load More Pagination with Pagy and Rails Hotwire

Build Load More Pagination with Pagy and Rails Hotwire

Comments
9 min read
Rails GraphQL authentication from scratch #1

Rails GraphQL authentication from scratch #1

3
Comments
7 min read
Data migrations in regular migrations and why you (probably) should not do that

Data migrations in regular migrations and why you (probably) should not do that

11
Comments 1
3 min read
Free and opensource rails starter template

Free and opensource rails starter template

2
Comments 2
1 min read
Single Responsibility Principle (SRP) - Pense como um vingador

Single Responsibility Principle (SRP) - Pense como um vingador

10
Comments 3
2 min read
Ready System with a Modern Stack and Many Features Using Ruby 3.2, Rails 7.0 and Avo 2

Ready System with a Modern Stack and Many Features Using Ruby 3.2, Rails 7.0 and Avo 2

15
Comments
4 min read
Emmet Snippets in Rails Views

Emmet Snippets in Rails Views

8
Comments
3 min read
Enhancing development with REPLs - A practical guide

Enhancing development with REPLs - A practical guide

247
Comments 19
9 min read
Software Maintenance is Hard but there's Hope

Software Maintenance is Hard but there's Hope

2
Comments 1
3 min read
An Introduction to RuboCop for Ruby on Rails

An Introduction to RuboCop for Ruby on Rails

2
Comments
9 min read
ActionPolicy , GraphQL and Rails

ActionPolicy , GraphQL and Rails

9
Comments
4 min read
Array columns in SQLite

Array columns in SQLite

Comments
8 min read
Build Drag and Drop with Rails Hotwire

Build Drag and Drop with Rails Hotwire

13
Comments
9 min read
Open Closed Principle (OCP) - Flexível como os Vingadores

Open Closed Principle (OCP) - Flexível como os Vingadores

2
Comments
4 min read
Setting up Litestream

Setting up Litestream

Comments
10 min read
Using Cursor IDE for some small changes in a Rails app

Using Cursor IDE for some small changes in a Rails app

1
Comments
4 min read
Exploring the Null Object Pattern in Ruby

Exploring the Null Object Pattern in Ruby

9
Comments
4 min read
Branch-specific databases with SQLite

Branch-specific databases with SQLite

4
Comments
7 min read
Fine-tuning your SQLite database

Fine-tuning your SQLite database

1
Comments
11 min read
Marc-André Lafortune on the abstract syntax tree and rewiring Rubocop

Marc-André Lafortune on the abstract syntax tree and rewiring Rubocop

1
Comments
10 min read
Using Regular Expressions (RegEx) for Validations in Rails

Using Regular Expressions (RegEx) for Validations in Rails

1
Comments
4 min read
Off to the races: 3 ways to avoid race conditions

Off to the races: 3 ways to avoid race conditions

10
Comments
6 min read
How to use Binding Pry with a docker container

How to use Binding Pry with a docker container

12
Comments 2
1 min read
The Ultimate List of Ruby and Rails String Helper Methods

The Ultimate List of Ruby and Rails String Helper Methods

2
Comments
3 min read
Introduction to Rails API: How to Create Your First Endpoint in Less Than a Minute?

Introduction to Rails API: How to Create Your First Endpoint in Less Than a Minute?

8
Comments
6 min read
ActiveRecord Internals: You are still not ready

ActiveRecord Internals: You are still not ready

15
Comments
4 min read
Setting up Bcrypt in your Rails project

Setting up Bcrypt in your Rails project

12
Comments 3
3 min read
Use removable models in Rails nested attributes

Use removable models in Rails nested attributes

6
Comments 1
2 min read
Rails 基礎 Part 06 -- devise でログインをした上で、API UT を叩く

Rails 基礎 Part 06 -- devise でログインをした上で、API UT を叩く

10
Comments
2 min read
Internationalize and Humanize your Ruby on Rails application

Internationalize and Humanize your Ruby on Rails application

7
Comments
5 min read
ActiveRecord Internals : You are not ready for this

ActiveRecord Internals : You are not ready for this

15
Comments
4 min read
Rails is Pretty Intuitive once you get used to it.

Rails is Pretty Intuitive once you get used to it.

4
Comments
1 min read
Design Patterns in Ruby | FLYWEIGHT 💿

Design Patterns in Ruby | FLYWEIGHT 💿

1
Comments
2 min read
“Rails of the unexpected”

“Rails of the unexpected”

5
Comments 1
6 min read
Upcoming Book Launch: High Performance PostgreSQL for Rails

Upcoming Book Launch: High Performance PostgreSQL for Rails

1
Comments
1 min read
How to safely rename STI models in Rails

How to safely rename STI models in Rails

3
Comments
5 min read
Server-Side Request Forgery in Rails

Server-Side Request Forgery in Rails

Comments
5 min read
Hooking in to Devise controller actions

Hooking in to Devise controller actions

9
Comments 1
2 min read
Ruby Design Patterns | STATE 🍽️

Ruby Design Patterns | STATE 🍽️

2
Comments
2 min read
Integration tests with minitest, Sorcery and Rails 7

Integration tests with minitest, Sorcery and Rails 7

6
Comments 1
1 min read
Deep dive N+1 Queries in Graphql Ruby

Deep dive N+1 Queries in Graphql Ruby

7
Comments
4 min read
Ruby Design Patterns | BUILDER ⚒️

Ruby Design Patterns | BUILDER ⚒️

2
Comments
2 min read
Implementing Devise in Your Ruby on Rails Application For Authentication

Implementing Devise in Your Ruby on Rails Application For Authentication

5
Comments 2
4 min read
Resolving ActiveStorage URL Generation Between Rails and Avo admin gem

Resolving ActiveStorage URL Generation Between Rails and Avo admin gem

1
Comments 1
2 min read
Object-Oriented Programming (OOP) with Ruby on Rails

Object-Oriented Programming (OOP) with Ruby on Rails

8
Comments
3 min read
Integrate ChatGPT with Rails 7: Step-by-Step Tutorial

Integrate ChatGPT with Rails 7: Step-by-Step Tutorial

3
Comments
3 min read
Broken Access Control: What Is It and Why Does It Matter in your Rails application?

Broken Access Control: What Is It and Why Does It Matter in your Rails application?

4
Comments
8 min read
Managing Multiple Users: Single Table Inheritance and Role-Based Authorization in Rails

Managing Multiple Users: Single Table Inheritance and Role-Based Authorization in Rails

2
Comments
4 min read
10 Benefits of Using Ruby on Rails for Startups

10 Benefits of Using Ruby on Rails for Startups

11
Comments
4 min read
Advanced Usages of Devise for Rails

Advanced Usages of Devise for Rails

10
Comments
11 min read
loading...