DEV Community

Ruby

This tag is for posts related to the Ruby language, including its libraries.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Active Storage. Storing Files With a Rails API

Active Storage. Storing Files With a Rails API

8
Comments 12
5 min read
Programação Orientada a Objetos: Pilares

Programação Orientada a Objetos: Pilares

2
Comments
4 min read
Command Driven Design Pattern - ROR

Command Driven Design Pattern - ROR

5
Comments
2 min read
How to Make Rails Response Faster

How to Make Rails Response Faster

1
Comments
3 min read
Metaprogramming in Ruby: Intermediate Level

Metaprogramming in Ruby: Intermediate Level

6
Comments
6 min read
Gnarly News March 2023

Gnarly News March 2023

2
Comments
1 min read
Authorization Gems in Ruby: Pundit and CanCanCan

Authorization Gems in Ruby: Pundit and CanCanCan

1
Comments
13 min read
10 Best Use Cases of Rust Programming Language in 2023

10 Best Use Cases of Rust Programming Language in 2023

1
Comments 1
5 min read
Search algorithms with Ruby

Search algorithms with Ruby

11
Comments
5 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
Reversing DidYouMean Gem

Reversing DidYouMean Gem

4
Comments
4 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
Sinatra/Active Record Full CRUD

Sinatra/Active Record Full CRUD

1
Comments
4 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
Favorite Ruby Methods#1

Favorite Ruby Methods#1

1
Comments
5 min read
POSTMAN please let me in

POSTMAN please let me in

Comments
3 min read
Inheritance and Modules

Inheritance and Modules

1
Comments
1 min read
Constant Doubts

Constant Doubts

2
Comments
3 min read
It's legos all the way down

It's legos all the way down

Comments
7 min read
How to encrypt files with Ruby and Active Support

How to encrypt files with Ruby and Active Support

1
Comments
4 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
How to Setup Devise for User Authentication on Rails 7

How to Setup Devise for User Authentication on Rails 7

8
Comments 1
4 min read
Basic Understanding of Webhooks with examples

Basic Understanding of Webhooks with examples

19
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
Programming Guitar Greatness

Programming Guitar Greatness

2
Comments 1
6 min read
Creating and Using Migrations in Ruby/Sinatra/ActiveRecord

Creating and Using Migrations in Ruby/Sinatra/ActiveRecord

1
Comments
3 min read
What are Elements?

What are Elements?

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

20
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
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
Ruby OOP review session (Part 1)

Ruby OOP review session (Part 1)

5
Comments
8 min read
TIL 3

TIL 3

Comments
2 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
The Role of Ruby On Rails in Modern CRM Development

The Role of Ruby On Rails in Modern CRM Development

1
Comments
3 min read
Guia básico sobre lambda em Ruby

Guia básico sobre lambda em Ruby

1
Comments
2 min read
What is Rack Middleware?

What is Rack Middleware?

2
Comments
3 min read
Conheça os operadores ternário e modifier em Ruby e torne seu código mais legível

Conheça os operadores ternário e modifier em Ruby e torne seu código mais legível

11
Comments
3 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
Implementing Data Structures in Ruby: Arrays

Implementing Data Structures in Ruby: Arrays

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

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

2
Comments
1 min read
Dr Seedlove or: How I Learned to Stop Worrying and Love seeds.rb

Dr Seedlove or: How I Learned to Stop Worrying and Love seeds.rb

1
Comments
4 min read
Complex State Management

Complex State Management

6
Comments
3 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
The answer is 42

The answer is 42

1
Comments
2 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
Backport `Data.define` for Ruby 2.7, 3.0, 3.1

Backport `Data.define` for Ruby 2.7, 3.0, 3.1

Comments
1 min read
JBuilder Arrays and non-collections

JBuilder Arrays and non-collections

1
Comments
2 min read
Building a New Programming Language in Ruby: Wrapping Up

Building a New Programming Language in Ruby: Wrapping Up

1
Comments
6 min read
Create And Dockerize Rails Application With PostgreSQL And Sidekiq (Docker + Docker Compose)

Create And Dockerize Rails Application With PostgreSQL And Sidekiq (Docker + Docker Compose)

17
Comments
4 min read
The BCrypt Gem

The BCrypt Gem

2
Comments
4 min read
loading...