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.
I’m switching from Laravel to Rails

I’m switching from Laravel to Rails

29
Comments 6
11 min read
Understanding Observers in Ruby on Rails

Understanding Observers in Ruby on Rails

7
Comments 3
3 min read
How to Create an Undo Action with Rails

How to Create an Undo Action with Rails

4
Comments
4 min read
How to Use Tailwind CSS for Your Ruby On Rails Project

How to Use Tailwind CSS for Your Ruby On Rails Project

4
Comments 1
8 min read
Day 1 đź’Ž Get the latest programmer humor meme

Day 1 đź’Ž Get the latest programmer humor meme

Comments
1 min read
TIL: Today I Learned Sinatra

TIL: Today I Learned Sinatra

Comments
1 min read
Dynamic Nested Forms with Rails and Stimulus

Dynamic Nested Forms with Rails and Stimulus

Comments
3 min read
Munster - Webhooks processing engine for Rails

Munster - Webhooks processing engine for Rails

5
Comments
5 min read
From React to Hotwire - Part I - [EN]

From React to Hotwire - Part I - [EN]

18
Comments 1
5 min read
Do React ao Hotwire - Parte I - [PT-BR]

Do React ao Hotwire - Parte I - [PT-BR]

32
Comments 1
5 min read
You stub/mock incorrectly

You stub/mock incorrectly

Comments
2 min read
Use ruby-lsp plugins without modifying the project's Gemfile

Use ruby-lsp plugins without modifying the project's Gemfile

3
Comments
1 min read
How to use rbtrace from outside of docker container

How to use rbtrace from outside of docker container

1
Comments
2 min read
TIL: an_array_starting_with matcher

TIL: an_array_starting_with matcher

2
Comments
1 min read
How Layouts Work in Rails

How Layouts Work in Rails

3
Comments 1
3 min read
Avoid PTSD use TDD

Avoid PTSD use TDD

1
Comments
5 min read
Getting Started: Your Ruby On Rails App Hosted On DigitalOcean With AppSignal

Getting Started: Your Ruby On Rails App Hosted On DigitalOcean With AppSignal

1
Comments
7 min read
Extracting and Open Sourcing

Extracting and Open Sourcing

1
Comments
4 min read
Steps to Initialize a Shopify Web App Locally: A Comprehensive Guide

Steps to Initialize a Shopify Web App Locally: A Comprehensive Guide

3
Comments
3 min read
Mike McQuaid on 15 years of Homebrew

Mike McQuaid on 15 years of Homebrew

15
Comments 2
10 min read
How to disable Rails Form's `.field_with_errors`

How to disable Rails Form's `.field_with_errors`

2
Comments
1 min read
Transactional Outbox: from idea to open-source

Transactional Outbox: from idea to open-source

10
Comments
14 min read
Developing Modern Web Applications with Rails: Choosing the Right Component Tool

Developing Modern Web Applications with Rails: Choosing the Right Component Tool

5
Comments 1
4 min read
Five Things to Avoid in Ruby

Five Things to Avoid in Ruby

4
Comments
8 min read
It’s Time For Active Job

It’s Time For Active Job

1
Comments
5 min read
Speed Up Your Rails Test Suite By 6% In 1 Line

Speed Up Your Rails Test Suite By 6% In 1 Line

2
Comments
3 min read
Stress Testing Your Rails Application Using JMeter

Stress Testing Your Rails Application Using JMeter

Comments
6 min read
Our Default Ruby Development Stack

Our Default Ruby Development Stack

Comments
3 min read
DelayedJob and PG Error No Connection to Server

DelayedJob and PG Error No Connection to Server

Comments
2 min read
Effortless Code Conventions Review for Pull Request Changes

Effortless Code Conventions Review for Pull Request Changes

Comments
3 min read
How to Perform Rake Tasks in Rails

How to Perform Rake Tasks in Rails

3
Comments
2 min read
Pay Attention to Method Names in Minitest::Unit

Pay Attention to Method Names in Minitest::Unit

4
Comments
2 min read
Recent Searches & Sorting Hashes: How They are Connected

Recent Searches & Sorting Hashes: How They are Connected

Comments
5 min read
Update a Progress Bar using Turbo Streams (using Custom Actions)

Update a Progress Bar using Turbo Streams (using Custom Actions)

2
Comments
3 min read
Avoid data migrations in the schema migrations for Rails

Avoid data migrations in the schema migrations for Rails

2
Comments 1
2 min read
How to Learn Ruby

How to Learn Ruby

1
Comments 3
3 min read
Best practices for optimizing Ruby on Rails performance

Best practices for optimizing Ruby on Rails performance

Comments
5 min read
How To Memoize False and Nil Values

How To Memoize False and Nil Values

Comments
3 min read
5 Steps to Add Remote Modals to Your Rails App

5 Steps to Add Remote Modals to Your Rails App

Comments
4 min read
How To Name Variables And Methods In Ruby

How To Name Variables And Methods In Ruby

Comments
6 min read
Ruby function design and other stuff I like ranting about

Ruby function design and other stuff I like ranting about

7
Comments 1
3 min read
PayPal is now accepted on Rails Designer

PayPal is now accepted on Rails Designer

1
Comments 1
1 min read
Introduction to Machine Learning Algorithms in R

Introduction to Machine Learning Algorithms in R

1
Comments
2 min read
Short Ruby Newsletter - edition 93 published

Short Ruby Newsletter - edition 93 published

3
Comments 1
2 min read
Rabarber v2: A Major Update for the Role-Based Authorization Gem

Rabarber v2: A Major Update for the Role-Based Authorization Gem

Comments
1 min read
Making a custom kebab case method for pretty URLs

Making a custom kebab case method for pretty URLs

Comments
3 min read
Lesser Known Rails Helpers to Write Cleaner View Code

Lesser Known Rails Helpers to Write Cleaner View Code

5
Comments
3 min read
Creating Forms in Ruby on Rails with Simple Form

Creating Forms in Ruby on Rails with Simple Form

6
Comments
8 min read
How to setup Mac for development in 2024. (Ruby on Rails and NodeJS)

How to setup Mac for development in 2024. (Ruby on Rails and NodeJS)

4
Comments
6 min read
Ruby on Rails está muerto, fin.

Ruby on Rails está muerto, fin.

1
Comments
4 min read
Como fazer reconhecimento facial em uma Aplicação Ruby on Rails com AWS Rekognition - PT-BR 🚀👨‍💻

Como fazer reconhecimento facial em uma Aplicação Ruby on Rails com AWS Rekognition - PT-BR 🚀👨‍💻

2
Comments
3 min read
Rails: Switches Serializer according to STI Type

Rails: Switches Serializer according to STI Type

Comments
2 min read
Customize the Turbo Progress Bar

Customize the Turbo Progress Bar

2
Comments
2 min read
Unraveling Ruby: A Comprehensive Guide to Understanding the Programming Language

Unraveling Ruby: A Comprehensive Guide to Understanding the Programming Language

1
Comments 2
7 min read
Solving Issues with og: Meta Tags: A Comprehensive Guide

Solving Issues with og: Meta Tags: A Comprehensive Guide

7
Comments
3 min read
Integrating Tailwind CSS with Your Rails App: A Step-by-Step Guide

Integrating Tailwind CSS with Your Rails App: A Step-by-Step Guide

2
Comments
2 min read
Debugging in Ruby with pry-byebug

Debugging in Ruby with pry-byebug

2
Comments
9 min read
How to use custom gems without changing the Gemfile

How to use custom gems without changing the Gemfile

3
Comments
3 min read
Basic painting with Ruby: implementing a flood-fill algorithm with DragonRuby GTK

Basic painting with Ruby: implementing a flood-fill algorithm with DragonRuby GTK

1
Comments 1
2 min read
How to Dockerize a Ruby on Rails application

How to Dockerize a Ruby on Rails application

4
Comments
5 min read
loading...