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.
Everything There Is to Know About Associations in Rails

Everything There Is to Know About Associations in Rails

169
Comments 8
5 min read
An Introduction to Event Sourcing for Rubyists

An Introduction to Event Sourcing for Rubyists

17
Comments 1
1 min read
HTTP status code symbols for Rails

HTTP status code symbols for Rails

20
Comments
2 min read
I’m Ben and I am a Rails developer

I’m Ben and I am a Rails developer

528
Comments 82
3 min read
Setting up Jest with React and Webpacker

Setting up Jest with React and Webpacker

16
Comments
3 min read
🔁 Stable vs unstable sorting

🔁 Stable vs unstable sorting

8
Comments
5 min read
Top 10 errors from 1000+ Ruby on Rails projects (and how to avoid them)

Top 10 errors from 1000+ Ruby on Rails projects (and how to avoid them)

125
Comments 12
18 min read
Client-side caching in Rails: conditional GET requests

Client-side caching in Rails: conditional GET requests

44
Comments
4 min read
ActiveRecord performance: the N+1 queries antipattern

ActiveRecord performance: the N+1 queries antipattern

69
Comments 3
6 min read
Dockerize a Rails 5, Postgres, Redis, Sidekiq and Action Cable Application with Docker Compose

Dockerize a Rails 5, Postgres, Redis, Sidekiq and Action Cable Application with Docker Compose

137
Comments 14
9 min read
Rails' built-in cache stores: an overview

Rails' built-in cache stores: an overview

13
Comments
4 min read
Adding a title page to your PDF using CombinePDF

Adding a title page to your PDF using CombinePDF

10
Comments 4
3 min read
My Experience as a RailsConf Opportunity Scholar

My Experience as a RailsConf Opportunity Scholar

9
Comments
9 min read
Containerizing Rails: Techniques, Pitfalls, and Best Practices (RailsConf 2018)

Containerizing Rails: Techniques, Pitfalls, and Best Practices (RailsConf 2018)

8
Comments
2 min read
How to Easily Avoid Hitting the Memory Limit on Heroku

How to Easily Avoid Hitting the Memory Limit on Heroku

30
Comments 8
2 min read
Multiple Ways to Change Database Column in Rails

Multiple Ways to Change Database Column in Rails

48
Comments 1
3 min read
Service Workers & Rails Middleware

Service Workers & Rails Middleware

25
Comments 1
9 min read
First Developer Conference, Suggestions?

First Developer Conference, Suggestions?

10
Comments 3
1 min read
Writing Super Fast Queries in Rails

Writing Super Fast Queries in Rails

8
Comments 1
4 min read
Better passwords in Ruby applications with the Pwned Passwords API

Better passwords in Ruby applications with the Pwned Passwords API

108
Comments 8
6 min read
Add SMS Notifications to Your Rails App Using Twilio

Add SMS Notifications to Your Rails App Using Twilio

34
Comments 2
11 min read
Russian doll caching in Rails

Russian doll caching in Rails

21
Comments
5 min read
Dynamically filter data via URL params with Rack::Reducer

Dynamically filter data via URL params with Rack::Reducer

26
Comments 8
2 min read
Testing Bidirectional Associations in Rails

Testing Bidirectional Associations in Rails

15
Comments
7 min read
How to use rake db commands in the correct way

How to use rake db commands in the correct way

66
Comments 1
4 min read
Writing Serial Process with Active Job

Writing Serial Process with Active Job

7
Comments
1 min read
Logging Rails requests with structure and colors

Logging Rails requests with structure and colors

24
Comments 9
1 min read
N+1 Queries, Batch Loading & Active Model Serializers in Rails

N+1 Queries, Batch Loading & Active Model Serializers in Rails

19
Comments 5
4 min read
Generate authorized-short-living URLs in rails

Generate authorized-short-living URLs in rails

21
Comments
4 min read
touch triggers other touches

touch triggers other touches

8
Comments
1 min read
Rails `after_commit` everywhere

Rails `after_commit` everywhere

37
Comments 6
3 min read
Rails ActiveStorage Configuration for Minio

Rails ActiveStorage Configuration for Minio

9
Comments
3 min read
TIL You Can Add Virtual Attributes to Rails Models

TIL You Can Add Virtual Attributes to Rails Models

21
Comments 6
4 min read
Comparing Rails and Lucky: Partials

Comparing Rails and Lucky: Partials

13
Comments 4
3 min read
Ruby string literals VS Value objects. Overengineering?

Ruby string literals VS Value objects. Overengineering?

15
Comments
1 min read
Redis is letting you down, but it doesn't have to

Redis is letting you down, but it doesn't have to

13
Comments
3 min read
Introducing a Rails 5.1 development environment via Docker

Introducing a Rails 5.1 development environment via Docker

20
Comments 10
2 min read
A monthly calendar gem for Rails application

A monthly calendar gem for Rails application

17
Comments
1 min read
Testing Vue.js in Rails with Webpacker and Jest

Testing Vue.js in Rails with Webpacker and Jest

17
Comments 1
4 min read
Denormalized indexing with elasticsearch-rails

Denormalized indexing with elasticsearch-rails

16
Comments
6 min read
Executing an SQL Query Directly from ActiveRecord

Executing an SQL Query Directly from ActiveRecord

17
Comments 2
1 min read
Order of task execution when deploying Rails application in capistrano

Order of task execution when deploying Rails application in capistrano

13
Comments
3 min read
Composable Query Builders in Rails with Arel

Composable Query Builders in Rails with Arel

23
Comments 3
10 min read
Handling Excel File with Ruby on Rails

Handling Excel File with Ruby on Rails

21
Comments 3
2 min read
Debugging techniques for a rails app

Debugging techniques for a rails app

6
Comments
1 min read
Smarter Rails Services with Active Model Modules

Smarter Rails Services with Active Model Modules

215
Comments 26
11 min read
Six of my favourite articles I’ve read this week

Six of my favourite articles I’ve read this week

23
Comments 7
5 min read
How to use SweetAlert2 for your Rails +5.1 (rails-ujs) confirms without jQuery

How to use SweetAlert2 for your Rails +5.1 (rails-ujs) confirms without jQuery

18
Comments 3
4 min read
How to receive and respond to text messages in Ruby with Hanami and Twilio

How to receive and respond to text messages in Ruby with Hanami and Twilio

22
Comments 10
10 min read
Need a Slug?

Need a Slug?

15
Comments
1 min read
My First Ruby on Rails Presenter

My First Ruby on Rails Presenter

30
Comments 3
5 min read
Newbies Introduction to Ruby on Rails

Newbies Introduction to Ruby on Rails

23
Comments 5
3 min read
Freelance Web App with Rails 5.1 API and React Frontend, Part 0: Why?

Freelance Web App with Rails 5.1 API and React Frontend, Part 0: Why?

40
Comments 6
4 min read
The Mysterious (Edge) Case of Vallie O'Keefe

The Mysterious (Edge) Case of Vallie O'Keefe

28
Comments 1
2 min read
API Design - securing user registration API endpoint with multiple clients

API Design - securing user registration API endpoint with multiple clients

6
Comments 3
1 min read
Building React Components with Bootstrap Studio

Building React Components with Bootstrap Studio

18
Comments 2
3 min read
Freelance Web App with Rails 5.1 API and React Frontend, Part 1: Getting Set Up

Freelance Web App with Rails 5.1 API and React Frontend, Part 1: Getting Set Up

15
Comments 1
4 min read
Docker + Rails + System tests with Headless Chrome

Docker + Rails + System tests with Headless Chrome

21
Comments 3
6 min read
SemaphoreCI team is looking for a Senior Rails Developer

SemaphoreCI team is looking for a Senior Rails Developer

9
Comments
2 min read
SeeClickFix is looking for Rails and JavaScript Engineers!

SeeClickFix is looking for Rails and JavaScript Engineers!

14
Comments 6
2 min read
loading...