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.
🧹 Tidying Up Your Rails Code: The Art of Refactoring, Marie Kondo Style

🧹 Tidying Up Your Rails Code: The Art of Refactoring, Marie Kondo Style

3
Comments 2
4 min read
SQL Indexes Basics in Rails

SQL Indexes Basics in Rails

3
Comments
4 min read
How to click links in Rails Mailers when writing tests

How to click links in Rails Mailers when writing tests

1
Comments
3 min read
Active Storage. Storing Files With a Rails API

Active Storage. Storing Files With a Rails API

8
Comments 12
5 min read
Using Value Objects in Ruby on Rails

Using Value Objects in Ruby on Rails

18
Comments 2
5 min read
Active Record Validations

Active Record Validations

Comments
4 min read
Request response flow between React frontend & Ruby on Rails backend

Request response flow between React frontend & Ruby on Rails backend

3
Comments
3 min read
How to Make Rails Response Faster

How to Make Rails Response Faster

1
Comments
3 min read
Make your Ruby on Rails app 80x faster with SQL

Make your Ruby on Rails app 80x faster with SQL

1
Comments
9 min read
Metaprogramming in Ruby: Intermediate Level

Metaprogramming in Ruby: Intermediate Level

6
Comments
6 min read
Gnarly Learnings from March 2023

Gnarly Learnings from March 2023

1
Comments
3 min read
Advisory locks (рекомендательные блокировки)

Advisory locks (рекомендательные блокировки)

3
Comments 2
1 min read
Ruby as I know it

Ruby as I know it

Comments
1 min read
Duped into modifying a frozen hash

Duped into modifying a frozen hash

2
Comments
5 min read
Making Music With Active Record Associations

Making Music With Active Record Associations

1
Comments
10 min read
Action Mailer in Ruby on Rails (and how to deploy with Gmail)

Action Mailer in Ruby on Rails (and how to deploy with Gmail)

2
Comments
5 min read
Petty Annoyances #4929

Petty Annoyances #4929

1
Comments
2 min read
POSTMAN please let me in

POSTMAN please let me in

Comments
3 min read
Swapping Databases: SQLite to PostgreSQL for Deployment

Swapping Databases: SQLite to PostgreSQL for Deployment

Comments
2 min read
Running StimulusJS & ImportMap with asset pipeline / Rails 6

Running StimulusJS & ImportMap with asset pipeline / Rails 6

7
Comments
2 min read
Inheritance and Modules

Inheritance and Modules

1
Comments
1 min read
SearQ: A RESTful search engine

SearQ: A RESTful search engine

6
Comments
2 min read
A Generalized User-local Container for UI State in Kredis

A Generalized User-local Container for UI State in Kredis

Comments
8 min read
Switching it up: how Tailwind CSS helped me create a dark mode logo in Rails

Switching it up: how Tailwind CSS helped me create a dark mode logo in Rails

2
Comments
2 min read
Deploy Rails app and Postgres with Kamal(previously MRSK) on single DigitalOcean server

Deploy Rails app and Postgres with Kamal(previously MRSK) on single DigitalOcean server

21
Comments 3
3 min read
How to Setup Devise for User Authentication on Rails 7

How to Setup Devise for User Authentication on Rails 7

9
Comments 1
4 min read
Top 10 Fintech Companies Powered by RoR Backend

Top 10 Fintech Companies Powered by RoR Backend

2
Comments
4 min read
Basic Understanding of Webhooks with examples

Basic Understanding of Webhooks with examples

20
Comments
5 min read
Concerns in Rails — A Guide and an Example

Concerns in Rails — A Guide and an Example

7
Comments
3 min read
Let your customers subscribe to an out of stock product with Spree Commerce -- Refactored --

Let your customers subscribe to an out of stock product with Spree Commerce -- Refactored --

Comments
4 min read
How to use Docker containers for Ruby on Rails development in Visual Studio Code

How to use Docker containers for Ruby on Rails development in Visual Studio Code

21
Comments
6 min read
Unraveling the Intricacies of Ruby on Rails: RCAV Lessons and Insights

Unraveling the Intricacies of Ruby on Rails: RCAV Lessons and Insights

3
Comments
2 min read
Display Backend Errors to the Frontend

Display Backend Errors to the Frontend

13
Comments
3 min read
Rake | Junior Rails Review

Rake | Junior Rails Review

3
Comments
5 min read
Basic Troubleshooting with Docker and Ruby on Rails

Basic Troubleshooting with Docker and Ruby on Rails

2
Comments
5 min read
Using Action Mailer to Send Emails from a Rails App

Using Action Mailer to Send Emails from a Rails App

2
Comments
4 min read
Making the Most of Your Logs in Rails

Making the Most of Your Logs in Rails

Comments
10 min read
TIL. StartedWorkingonStartUpApp

TIL. StartedWorkingonStartUpApp

2
Comments
1 min read
So what exactly are those pesky versions in your package.json and Gemfiles anyway? An introduction to Semantic Versioning

So what exactly are those pesky versions in your package.json and Gemfiles anyway? An introduction to Semantic Versioning

Comments
2 min read
What is Rack Middleware?

What is Rack Middleware?

2
Comments
3 min read
Using Docker for Rails development

Using Docker for Rails development

7
Comments
4 min read
Sum ActiveStorage::Blob byte_size

Sum ActiveStorage::Blob byte_size

1
Comments
1 min read
Deploying a React-Rails App on Render

Deploying a React-Rails App on Render

3
Comments
5 min read
Mastering PostgreSQL Views and CTEs for Rails Developers: A Comprehensive Guide

Mastering PostgreSQL Views and CTEs for Rails Developers: A Comprehensive Guide

6
Comments
5 min read
Metaprogramming, ancestors chain and super.

Metaprogramming, ancestors chain and super.

9
Comments 1
2 min read
Empowering Your Ruby Projects with the “openai_chatgpt” gem

Empowering Your Ruby Projects with the “openai_chatgpt” gem

1
Comments
2 min read
Mastering Eager Loading and Beyond! Rails 7

Mastering Eager Loading and Beyond! Rails 7

10
Comments
2 min read
Каскадный rescue в ruby и в ActiveSupport::Rescuable

Каскадный rescue в ruby и в ActiveSupport::Rescuable

2
Comments
1 min read
Rails Migration custom Direction Action

Rails Migration custom Direction Action

1
Comments
1 min read
Create a dynamic route for search bar

Create a dynamic route for search bar

1
Comments
2 min read
From string to sing: How ChatGPT can write your rails' Active Record code

From string to sing: How ChatGPT can write your rails' Active Record code

3
Comments
4 min read
Rails's .try vs Ruby's &. (a.k.a safe navigation)

Rails's .try vs Ruby's &. (a.k.a safe navigation)

1
Comments 1
1 min read
JBuilder Arrays and non-collections

JBuilder Arrays and non-collections

1
Comments
2 min read
The BCrypt Gem

The BCrypt Gem

2
Comments
4 min read
Validations and error handling on Rails and React

Validations and error handling on Rails and React

2
Comments
4 min read
Work smarter, not harder (how to use the "rails g resource" command)

Work smarter, not harder (how to use the "rails g resource" command)

4
Comments 1
2 min read
Use Stimulus for Sender.net signup form in Rails app

Use Stimulus for Sender.net signup form in Rails app

1
Comments
4 min read
Rails Generator for GraphQL queries

Rails Generator for GraphQL queries

2
Comments
5 min read
Ruby On Rails : Encryption With BCrypt

Ruby On Rails : Encryption With BCrypt

5
Comments
2 min read
How to Use ChatGPT API with Ruby on Rails: A Step-by-Step Guide

How to Use ChatGPT API with Ruby on Rails: A Step-by-Step Guide

3
Comments
3 min read
loading...