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.
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

1
Comments
2 min read
How to Setup Devise for User Authentication on Rails 7

How to Setup Devise for User Authentication on Rails 7

4
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

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

Concerns in Rails — A Guide and an Example

6
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

14
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

6
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

2
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

5
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

9
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
Revolutionize Your App with Followship Models like Twitter and Instagram in Ruby on Rails

Revolutionize Your App with Followship Models like Twitter and Instagram in Ruby on Rails

Comments
3 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

1
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)

2
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

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

1
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

2
Comments
3 min read
Intro | Junior Rails Review

Intro | Junior Rails Review

6
Comments
3 min read
Arel and Ruby on Rails

Arel and Ruby on Rails

3
Comments
3 min read
Rails Service Objects: A Tiny Guide

Rails Service Objects: A Tiny Guide

14
Comments 5
4 min read
Receita de API Rails com Docker

Receita de API Rails com Docker

1
Comments
2 min read
Rails authentication: thinking above the code

Rails authentication: thinking above the code

4
Comments
7 min read
Thank you Rails for the carry

Thank you Rails for the carry

1
Comments
5 min read
Generate QR-code with Active Storage in Ruby on Rails 7

Generate QR-code with Active Storage in Ruby on Rails 7

4
Comments 4
6 min read
Do We Really Need SimpleForm?

Do We Really Need SimpleForm?

4
Comments 2
3 min read
What is indexing in DB?

What is indexing in DB?

7
Comments
2 min read
Storing Ephemeral UI State with Kredis for Rails

Storing Ephemeral UI State with Kredis for Rails

Comments
8 min read
What's New in Rails 7.1

What's New in Rails 7.1

7
Comments 2
7 min read
Build AI into a Rails app with BoxCars

Build AI into a Rails app with BoxCars

1
Comments
4 min read
Os benefícios de componentizar as views do Rails

Os benefícios de componentizar as views do Rails

14
Comments 2
8 min read
TIL=> i learned how to create databases.

TIL=> i learned how to create databases.

3
Comments
1 min read
The Secret Ingredient for Transactional Consistency

The Secret Ingredient for Transactional Consistency

3
Comments 3
3 min read
Selecting duplicate records

Selecting duplicate records

1
Comments 1
1 min read
O que é "vulnerabilidade de atribuição em massa"?

O que é "vulnerabilidade de atribuição em massa"?

6
Comments
2 min read
How to add bootstrap in Rails 7

How to add bootstrap in Rails 7

3
Comments
2 min read
Export data to CSV in Ruby

Export data to CSV in Ruby

Comments
1 min read
Rails Shortcuts for Novices

Rails Shortcuts for Novices

Comments
3 min read
Configure Stimulus with esbuild and Babel — Rails & Javascript

Configure Stimulus with esbuild and Babel — Rails & Javascript

3
Comments
19 min read
Download Railway database to localhost

Download Railway database to localhost

Comments 1
2 min read
loading...