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.
Unlock Superior Security: Implementing 2FA in Ruby on Rails with a Twist!

Unlock Superior Security: Implementing 2FA in Ruby on Rails with a Twist!

6
Comments
2 min read
Ruby regex guide

Ruby regex guide

Comments
5 min read
Ruby Array Methods That Will Blow Your Mind, Pt. 2: Splitters Everywhere

Ruby Array Methods That Will Blow Your Mind, Pt. 2: Splitters Everywhere

7
Comments
3 min read
ViewComponent over Turbo Stream Broadcasts

ViewComponent over Turbo Stream Broadcasts

1
Comments
2 min read
Tracks Not At RailsConf 2024

Tracks Not At RailsConf 2024

Comments
2 min read
Dynamic Data Management with jsonb in Rails

Dynamic Data Management with jsonb in Rails

1
Comments
2 min read
Is ActiveRecord right in omitting parentheses in queries? (and how ChatGPT lies again)

Is ActiveRecord right in omitting parentheses in queries? (and how ChatGPT lies again)

1
Comments
4 min read
Making a (Sidekiq) Batch Recipe

Making a (Sidekiq) Batch Recipe

6
Comments 1
7 min read
Authentication in Ruby: build a simple online form with Ruby on Rails

Authentication in Ruby: build a simple online form with Ruby on Rails

24
Comments 6
7 min read
Coinbase Commerce Client: Easily Integrate Cryptocurrency Payments in Ruby on Rails

Coinbase Commerce Client: Easily Integrate Cryptocurrency Payments in Ruby on Rails

4
Comments
9 min read
My honest opinion about Hatchbox

My honest opinion about Hatchbox

1
Comments
2 min read
PayPal REST API

PayPal REST API

6
Comments 1
3 min read
Am I the only one who doesn't put parentheses around the parameters in Ruby method definitions?

Am I the only one who doesn't put parentheses around the parameters in Ruby method definitions?

12
Comments 2
5 min read
History of the endless method syntax

History of the endless method syntax

2
Comments
5 min read
Guide to Slots in Rails' ViewComponent

Guide to Slots in Rails' ViewComponent

1
Comments
4 min read
The Crumbling Codebase

The Crumbling Codebase

1
Comments
2 min read
Create a MacOS desktop application with pure Ruby (Tutorial)

Create a MacOS desktop application with pure Ruby (Tutorial)

7
Comments 3
1 min read
Ruby Arrays Cheatsheet

Ruby Arrays Cheatsheet

2
Comments
9 min read
Mastering Kredis in Ruby: Your Essential Guide

Mastering Kredis in Ruby: Your Essential Guide

8
Comments
8 min read
Building a Sinatra app in Ruby

Building a Sinatra app in Ruby

1
Comments 1
10 min read
How to add or remove a Stimulus controller

How to add or remove a Stimulus controller

3
Comments
1 min read
How To Reduce Tech Debt to Keep Your Ruby on Rails Application Effortlessly Adaptable

How To Reduce Tech Debt to Keep Your Ruby on Rails Application Effortlessly Adaptable

5
Comments
3 min read
Ruby Array Methods That Will Blow Your Mind.

Ruby Array Methods That Will Blow Your Mind.

18
Comments 5
2 min read
Priority Queue em Ruby

Priority Queue em Ruby

2
Comments
6 min read
Good Database Migration Practices for Your Ruby on Rails App using Strong Migrations

Good Database Migration Practices for Your Ruby on Rails App using Strong Migrations

Comments
8 min read
Live reload a Rails 7 application, an unsatisfaying attempt

Live reload a Rails 7 application, an unsatisfaying attempt

1
Comments 1
3 min read
I counted the number of visible sunsets with Ruby

I counted the number of visible sunsets with Ruby

2
Comments
4 min read
Ruby Attributes VS Instance variables

Ruby Attributes VS Instance variables

Comments
2 min read
Searching for the first job with rails backend

Searching for the first job with rails backend

Comments 1
6 min read
[pt-BR] Guia Prático: Explorando o Poder da Gem ActiveRecord no Ruby - Sem Framework 🚀

[pt-BR] Guia Prático: Explorando o Poder da Gem ActiveRecord no Ruby - Sem Framework 🚀

18
Comments 1
16 min read
Run RSpec tests on changed files only

Run RSpec tests on changed files only

Comments 2
2 min read
Exploring the Latest Ruby News: March 2024 Roundup

Exploring the Latest Ruby News: March 2024 Roundup

1
Comments
3 min read
Micro benchmarking value objects in Ruby: Data.define vs Struct vs OpenStruct

Micro benchmarking value objects in Ruby: Data.define vs Struct vs OpenStruct

5
Comments
4 min read
Ruby dry-monads

Ruby dry-monads

Comments
1 min read
Exploring Redux as a Global State Management Solution: An In-Depth Guide

Exploring Redux as a Global State Management Solution: An In-Depth Guide

Comments
2 min read
Exploring Redux as a Global State Management Solution: An In-Depth Guide

Exploring Redux as a Global State Management Solution: An In-Depth Guide

1
Comments
2 min read
Title: Mastering CRUD Operations in React with Redux Toolkit Query

Title: Mastering CRUD Operations in React with Redux Toolkit Query

Comments
2 min read
Turbo Streaming Modals in Ruby on Rails

Turbo Streaming Modals in Ruby on Rails

1
Comments
3 min read
Announcing TechSchool: A free and open-source platform to learn programming

Announcing TechSchool: A free and open-source platform to learn programming

235
Comments 50
2 min read
Running Ruby Scripts in ChatCraft with Python-WASI

Running Ruby Scripts in ChatCraft with Python-WASI

1
Comments
2 min read
Rails ActiveRecord count, size and length, map and pluck

Rails ActiveRecord count, size and length, map and pluck

5
Comments 1
2 min read
A step-by-step guide to building a Ruby gem from scratch

A step-by-step guide to building a Ruby gem from scratch

2
Comments
5 min read
Adding lazy loading of items using htmx

Adding lazy loading of items using htmx

2
Comments
2 min read
Boas e Más práticas na escrita de testes usando RSpec no Ruby on Rails

Boas e Más práticas na escrita de testes usando RSpec no Ruby on Rails

1
Comments 2
7 min read
Mastering Large Backfill Migrations in Rails and Sidekiq

Mastering Large Backfill Migrations in Rails and Sidekiq

6
Comments 2
11 min read
Good and Bad practices in writing tests using RSpec in Ruby on Rails

Good and Bad practices in writing tests using RSpec in Ruby on Rails

Comments
6 min read
Colorful Text in Rails with ANSI Escape Codes

Colorful Text in Rails with ANSI Escape Codes

Comments
1 min read
Ruby most useful Hash methods

Ruby most useful Hash methods

5
Comments 1
2 min read
RSpec, Philosophically Speaking

RSpec, Philosophically Speaking

Comments
28 min read
Refactoring Rails Helpers from static to dynamic rendering

Refactoring Rails Helpers from static to dynamic rendering

Comments
5 min read
Today I learned- Ruby CLI Applications

Today I learned- Ruby CLI Applications

1
Comments 1
2 min read
Test Driving a Rails API - Part Two

Test Driving a Rails API - Part Two

Comments
13 min read
The Curious Case of puts: A Ruby Detective Story

The Curious Case of puts: A Ruby Detective Story

1
Comments
1 min read
Test driven development (TDD) with RSpec workshop in July

Test driven development (TDD) with RSpec workshop in July

Comments
1 min read
Active Record or Sequel: Which Best Fits The Needs of Your Ruby App?

Active Record or Sequel: Which Best Fits The Needs of Your Ruby App?

2
Comments 1
7 min read
TIL .key method in Ruby

TIL .key method in Ruby

Comments
1 min read
How the Rails params hash works

How the Rails params hash works

Comments
6 min read
Full-Text Search for Ruby on Rails with Litesearch

Full-Text Search for Ruby on Rails with Litesearch

5
Comments
7 min read
Escrevendo Testes de maneira eficiente usando RSpec em Ruby on Rails

Escrevendo Testes de maneira eficiente usando RSpec em Ruby on Rails

1
Comments 3
2 min read
Writing Tests Efficiently Using RSpec in Ruby on Rails

Writing Tests Efficiently Using RSpec in Ruby on Rails

2
Comments
2 min read
loading...