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.
A new gem that eliminates the hassle of launching the Rails app every time just to check the logs.

A new gem that eliminates the hassle of launching the Rails app every time just to check the logs.

2
Comments
1 min read
Orientação a Objetos com Ruby (parte 3) - Mais sobre métodos

Orientação a Objetos com Ruby (parte 3) - Mais sobre métodos

4
Comments 1
10 min read
Ready System with a Modern Stack and Many Features Using Ruby 3.2, Rails 7.0 and Avo 2

Ready System with a Modern Stack and Many Features Using Ruby 3.2, Rails 7.0 and Avo 2

15
Comments
4 min read
Build Load More Pagination with Pagy and Rails Hotwire

Build Load More Pagination with Pagy and Rails Hotwire

3
Comments
9 min read
How to create a new Rails app running Rails 7.1 beta or main branch

How to create a new Rails app running Rails 7.1 beta or main branch

Comments 2
1 min read
Mastering Common and Advanced Ruby Design Patterns: A Comprehensive Guide with Code Examples

Mastering Common and Advanced Ruby Design Patterns: A Comprehensive Guide with Code Examples

35
Comments
6 min read
Real-time likes with Turbo and Rails

Real-time likes with Turbo and Rails

1
Comments
6 min read
Mini Resources List for Ruby on Rails

Mini Resources List for Ruby on Rails

8
Comments
5 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

9
Comments 1
1 min read
Tagged Logging vs Structured Logging

Tagged Logging vs Structured Logging

2
Comments
2 min read
Enhancing development with REPLs - A practical guide

Enhancing development with REPLs - A practical guide

250
Comments 19
9 min read
Using GPT-4 to refactor a simple HTML page

Using GPT-4 to refactor a simple HTML page

5
Comments
5 min read
An Introduction to RuboCop for Ruby on Rails

An Introduction to RuboCop for Ruby on Rails

2
Comments
9 min read
Refactoring Ruby: Extract Variable

Refactoring Ruby: Extract Variable

5
Comments 4
2 min read
ActionPolicy , GraphQL and Rails

ActionPolicy , GraphQL and Rails

6
Comments
4 min read
Array columns in SQLite

Array columns in SQLite

Comments
8 min read
Merge CSV files in Ruby efficiently

Merge CSV files in Ruby efficiently

7
Comments
3 min read
Exploring concurrent rate limiters, mutexes, semaphores

Exploring concurrent rate limiters, mutexes, semaphores

2
Comments 2
11 min read
Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby

Performance e elegância! Escrevendo uma CLI CRUD utilizando ScyllaDB e Ruby

289
Comments 27
14 min read
Build Drag and Drop with Rails Hotwire

Build Drag and Drop with Rails Hotwire

10
Comments
9 min read
Optimizing SQLite compilation

Optimizing SQLite compilation

Comments
7 min read
Rust, Go, Rinha e I/O

Rust, Go, Rinha e I/O

39
Comments 10
9 min read
Open Closed Principle (OCP) - Flexível como os Vingadores

Open Closed Principle (OCP) - Flexível como os Vingadores

2
Comments
4 min read
Setting up Litestream

Setting up Litestream

Comments
10 min read
Using Cursor IDE for some small changes in a Rails app

Using Cursor IDE for some small changes in a Rails app

4
Comments
4 min read
Data migrations in regular migrations and why you (probably) should not do that

Data migrations in regular migrations and why you (probably) should not do that

12
Comments 1
3 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

9
Comments 4
1 min read
Loading extensions

Loading extensions

Comments
3 min read
Single Responsibility Principle (SRP) - Pense como um vingador

Single Responsibility Principle (SRP) - Pense como um vingador

7
Comments 3
2 min read
Exploring the Null Object Pattern in Ruby

Exploring the Null Object Pattern in Ruby

12
Comments
4 min read
When counting lines in Ruby randomly failed SerpApi deployments

When counting lines in Ruby randomly failed SerpApi deployments

2
Comments
6 min read
Branch-specific databases with SQLite

Branch-specific databases with SQLite

4
Comments
7 min read
Fine-tuning your SQLite database

Fine-tuning your SQLite database

1
Comments
11 min read
Linked headings in your BridgetownRB site

Linked headings in your BridgetownRB site

1
Comments
3 min read
Once a Maintainer: Marc-André Lafortune

Once a Maintainer: Marc-André Lafortune

1
Comments
10 min read
Rails Routes - Mastering Routing in Ruby on Rails: A Concise Guide with Code Examples

Rails Routes - Mastering Routing in Ruby on Rails: A Concise Guide with Code Examples

Comments
4 min read
Using Regular Expressions (RegEx) for Validations in Rails

Using Regular Expressions (RegEx) for Validations in Rails

6
Comments
4 min read
Off to the races: 3 ways to avoid race conditions

Off to the races: 3 ways to avoid race conditions

4
Comments
6 min read
Elixir syntax for Ruby developers: a quick introduction

Elixir syntax for Ruby developers: a quick introduction

2
Comments
9 min read
Default URL Options in Ruby on Rails

Default URL Options in Ruby on Rails

1
Comments
1 min read
The Ultimate List of Ruby and Rails String Helper Methods

The Ultimate List of Ruby and Rails String Helper Methods

2
Comments
3 min read
Methods in Ruby

Methods in Ruby

206
Comments 36
2 min read
Every Taylor Swift album and its corresponding programming language: deluxe edition

Every Taylor Swift album and its corresponding programming language: deluxe edition

6
Comments 9
6 min read
The Request and Response Model in the Clean Architecture

The Request and Response Model in the Clean Architecture

3
Comments
3 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

8
Comments 5
1 min read
Understanding Caching in Ruby on Rails: Boosting Performance and Efficiency

Understanding Caching in Ruby on Rails: Boosting Performance and Efficiency

2
Comments
2 min read
Secure Your Ruby App with JSON Web Tokens

Secure Your Ruby App with JSON Web Tokens

Comments
10 min read
Introduction to Rails API: How to Create Your First Endpoint in Less Than a Minute?

Introduction to Rails API: How to Create Your First Endpoint in Less Than a Minute?

9
Comments
6 min read
1O things in Elixir that confuse Ruby programmers - Part 1

1O things in Elixir that confuse Ruby programmers - Part 1

1
Comments
6 min read
Creating a Ruby Gem: A Step-by-Step Guide with Detailed Instructions

Creating a Ruby Gem: A Step-by-Step Guide with Detailed Instructions

8
Comments
2 min read
Connecting Multiple Databases in Rails 5

Connecting Multiple Databases in Rails 5

6
Comments
2 min read
ActiveRecord Internals: You are still not ready

ActiveRecord Internals: You are still not ready

11
Comments
4 min read
Parallel Testing in Rails 7: Benefits and Pitfalls

Parallel Testing in Rails 7: Benefits and Pitfalls

9
Comments
3 min read
Complementing exceptions - Introducing monads for error handling in ruby

Complementing exceptions - Introducing monads for error handling in ruby

247
Comments 27
8 min read
12 Ruby Gems to make your Ruby coding smoother

12 Ruby Gems to make your Ruby coding smoother

22
Comments 5
5 min read
How to use Binding Pry with a docker container

How to use Binding Pry with a docker container

9
Comments 2
1 min read
ActiveRecord Internals : You are not ready for this

ActiveRecord Internals : You are not ready for this

17
Comments
4 min read
Setting up Bcrypt in your Rails project

Setting up Bcrypt in your Rails project

9
Comments 3
3 min read
Rubyist Hangout Thread

Rubyist Hangout Thread

10
Comments 7
1 min read
Bundle Everything

Bundle Everything

4
Comments 2
3 min read
loading...