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.
5 UI Components Library for Ruby on Rails (in 2024)

5 UI Components Library for Ruby on Rails (in 2024)

2
Comments 1
3 min read
Event sourcing for smooth brains: building a basic event-driven system in Rails

Event sourcing for smooth brains: building a basic event-driven system in Rails

6
Comments 1
8 min read
Persistent Redis Connections in Sidekiq with Async::Redis: A Deep Dive.

Persistent Redis Connections in Sidekiq with Async::Redis: A Deep Dive.

18
Comments 2
9 min read
Add a “X is writing…” with Rails and Turbo

Add a “X is writing…” with Rails and Turbo

4
Comments 1
3 min read
Everything you needed to know about respond_to 🔎

Everything you needed to know about respond_to 🔎

10
Comments
4 min read
Efficient Ruby Coding: A Guide to Immediate and Non-Immediate Objects

Efficient Ruby Coding: A Guide to Immediate and Non-Immediate Objects

4
Comments
6 min read
Creating Better Test Scenarios in Ruby on Rails

Creating Better Test Scenarios in Ruby on Rails

3
Comments 2
2 min read
Ruby on Rails pluck method

Ruby on Rails pluck method

1
Comments
3 min read
Branch and Bound Algorithm to Solve the Traveling Salesman Problem

Branch and Bound Algorithm to Solve the Traveling Salesman Problem

Comments
4 min read
Debugging in Ruby with Debug

Debugging in Ruby with Debug

1
Comments
10 min read
Access Request Headers in a Rails Controller

Access Request Headers in a Rails Controller

4
Comments
3 min read
Symbols in Ruby: A deep dive

Symbols in Ruby: A deep dive

7
Comments
5 min read
Rails 7.2 makes counter_cache integration safer and easier

Rails 7.2 makes counter_cache integration safer and easier

1
Comments
1 min read
Understanding Rails Polymorphic Associations: A Case Study

Understanding Rails Polymorphic Associations: A Case Study

9
Comments
7 min read
Create a String to Color Helper with Ruby (and Rails)

Create a String to Color Helper with Ruby (and Rails)

1
Comments 1
2 min read
Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application

Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application

3
Comments
8 min read
Command Line Interface Project

Command Line Interface Project

1
Comments 2
2 min read
Setup para Ruby / Rails: MacOS

Setup para Ruby / Rails: MacOS

3
Comments 2
7 min read
Using Async in Ruby on Rails for CSV export

Using Async in Ruby on Rails for CSV export

3
Comments
3 min read
Access Portal: My first Ruby Program!

Access Portal: My first Ruby Program!

2
Comments
1 min read
Add a custom Tailwind CSS class for reusability and speed

Add a custom Tailwind CSS class for reusability and speed

3
Comments
2 min read
Leveraging Mixins in Ruby on Rails: A Deep Dive

Leveraging Mixins in Ruby on Rails: A Deep Dive

1
Comments
2 min read
Refactoring fix_encoding

Refactoring fix_encoding

2
Comments
9 min read
Setup para Ruby / Rails: Ubuntu

Setup para Ruby / Rails: Ubuntu

6
Comments
6 min read
Setup para Ruby / Rails: Windows + WSL

Setup para Ruby / Rails: Windows + WSL

5
Comments
8 min read
UI Design Tips Using Tailwind CSS for Developers

UI Design Tips Using Tailwind CSS for Developers

3
Comments 6
5 min read
A quick guide on database migrations in Ruby on Rails

A quick guide on database migrations in Ruby on Rails

18
Comments
5 min read
Installing Ruby and Rails on WSL2 using ASDF-VM

Installing Ruby and Rails on WSL2 using ASDF-VM

Comments
1 min read
Fixing A Broken Deployment to Google App Engine

Fixing A Broken Deployment to Google App Engine

Comments
4 min read
Tropical.rb - The Challenges of Organizing a Ruby/Rails Conference [EN]

Tropical.rb - The Challenges of Organizing a Ruby/Rails Conference [EN]

15
Comments 4
7 min read
Tropical.rb - Os desafios de organizar uma conferĂŞncia de Ruby/Rails - [PT-BR]

Tropical.rb - Os desafios de organizar uma conferĂŞncia de Ruby/Rails - [PT-BR]

10
Comments
8 min read
SOLID Design Principles in Ruby

SOLID Design Principles in Ruby

2
Comments 2
3 min read
Learning to Program: The resources and methods I used to teach myself coding.

Learning to Program: The resources and methods I used to teach myself coding.

2
Comments 2
3 min read
How to avoid N + 1 and keep your Ruby on Rails controller clean

How to avoid N + 1 and keep your Ruby on Rails controller clean

16
Comments
3 min read
Setup para Ruby / Rails: Sistema Operacional

Setup para Ruby / Rails: Sistema Operacional

2
Comments
1 min read
Binary Decision Tree in Ruby ? Say hello to Composite Pattern 🌳

Binary Decision Tree in Ruby ? Say hello to Composite Pattern 🌳

18
Comments
4 min read
When to use `link_to` and `button_to` in Rails

When to use `link_to` and `button_to` in Rails

3
Comments
2 min read
Mapping Your Rails Journey: A Guide to Leaflet Integration

Mapping Your Rails Journey: A Guide to Leaflet Integration

Comments
5 min read
4 article recommendations about Ruby from week 10-16 June 2024

4 article recommendations about Ruby from week 10-16 June 2024

5
Comments
1 min read
Ruby Sinatra Bootstrap view accordion

Ruby Sinatra Bootstrap view accordion

Comments
1 min read
[Rails] count vs length vs size with Samples and a Diagram

[Rails] count vs length vs size with Samples and a Diagram

7
Comments
2 min read
A way to cache responses in Grape API

A way to cache responses in Grape API

1
Comments
4 min read
How to add “Save and add another” feature to Rails apps

How to add “Save and add another” feature to Rails apps

6
Comments
2 min read
TIL custom order with .in_order_of

TIL custom order with .in_order_of

4
Comments
1 min read
Coding Standards in the Software Industry: A Focus on Ruby

Coding Standards in the Software Industry: A Focus on Ruby

2
Comments
5 min read
How even the simplest RAG can empower your team

How even the simplest RAG can empower your team

2
Comments
10 min read
Monitor the Performance of Your Ruby on Rails Application Using AppSignal

Monitor the Performance of Your Ruby on Rails Application Using AppSignal

2
Comments
8 min read
Guia para Iniciantes: Contribuindo em Projetos Open Source Passo a Passo

Guia para Iniciantes: Contribuindo em Projetos Open Source Passo a Passo

3
Comments
3 min read
Introducing jekyll-crypto-donations: Easily Add Crypto Donation Blocks to Your Jekyll Site

Introducing jekyll-crypto-donations: Easily Add Crypto Donation Blocks to Your Jekyll Site

2
Comments
2 min read
Do you know how the delivery of assets works in your Rails 7 app?

Do you know how the delivery of assets works in your Rails 7 app?

6
Comments 4
6 min read
Concurrency and Parallelism in Ruby

Concurrency and Parallelism in Ruby

4
Comments 3
3 min read
My take on Modeling Large Amounts of HLA Molecules with Ruby

My take on Modeling Large Amounts of HLA Molecules with Ruby

3
Comments
1 min read
How to fix a segfault in Ruby

How to fix a segfault in Ruby

7
Comments
4 min read
Understanding Generators, Coroutines, and Fibers Across Different Languages

Understanding Generators, Coroutines, and Fibers Across Different Languages

3
Comments
3 min read
Easy way to change Ruby version in Mac, M1, M2 and M3

Easy way to change Ruby version in Mac, M1, M2 and M3

66
Comments 4
2 min read
Choosing Ruby: What made me choose Ruby as my primary programming language.

Choosing Ruby: What made me choose Ruby as my primary programming language.

4
Comments
3 min read
Como Configurar o Solargraph no VS Code com WSL2 para projetos legados

Como Configurar o Solargraph no VS Code com WSL2 para projetos legados

2
Comments 1
3 min read
Customizing ERP Modules Using Python/Ruby

Customizing ERP Modules Using Python/Ruby

1
Comments
4 min read
How to Set Up Solargraph in VS Code with WSL2

How to Set Up Solargraph in VS Code with WSL2

Comments
3 min read
Solving the Challenge of Connecting Stimulus Controllers Inside Shadow DOM

Solving the Challenge of Connecting Stimulus Controllers Inside Shadow DOM

2
Comments
3 min read
loading...