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.
How Layouts Work in Rails

How Layouts Work in Rails

1
Comments 1
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
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
Avoid PTSD use TDD

Avoid PTSD use TDD

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

Comments
7 min read
How to disable Rails Form's `.field_with_errors`

How to disable Rails Form's `.field_with_errors`

1
Comments
1 min read
TIL: an_array_starting_with matcher

TIL: an_array_starting_with matcher

1
Comments
1 min read
How to Perform Rake Tasks in Rails

How to Perform Rake Tasks in Rails

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

Short Ruby Newsletter - edition 93 published

2
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
Ruby Sinatra Bootstrap view accordion

Ruby Sinatra Bootstrap view accordion

Comments
1 min read
PayPal is now accepted on Rails Designer

PayPal is now accepted on Rails Designer

1
Comments 1
1 min read
Extracting and Open Sourcing

Extracting and Open Sourcing

6
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

5
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

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

Transactional Outbox: from idea to open-source

8
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

4
Comments 1
4 min read
Day 1 💎 Get the latest programmer humor meme

Day 1 💎 Get the latest programmer humor meme

Comments
1 min read
You stub/mock incorrectly

You stub/mock incorrectly

Comments
2 min read
Simple Preferences to Any Resource with Ruby on Rails

Simple Preferences to Any Resource with Ruby on Rails

1
Comments
3 min read
Should You Use Ruby on Rails or Hanami?

Should You Use Ruby on Rails or Hanami?

1
Comments
10 min read
ViewComponent Cheatsheet

ViewComponent Cheatsheet

1
Comments 1
1 min read
Rails Designer v0.11.0 released: new Command Menu

Rails Designer v0.11.0 released: new Command Menu

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

Ruby on Rails está muerto, fin.

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

Rails: Switches Serializer according to STI Type

Comments
2 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
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

6
Comments
3 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
Adding Plaid to Your Rails Application

Adding Plaid to Your Rails Application

7
Comments 1
5 min read
Lesser Known Rails Helpers to Write Cleaner View Code

Lesser Known Rails Helpers to Write Cleaner View Code

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

Creating Forms in Ruby on Rails with Simple Form

9
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
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
Glimmer DSL for Web Ruby Integration with JavaScript Libraries

Glimmer DSL for Web Ruby Integration with JavaScript Libraries

1
Comments
8 min read
Customize the Turbo Progress Bar

Customize the Turbo Progress Bar

2
Comments
2 min read
Ruby Array Methods That Will Blow Your Mind, Pt. 5: The rejected ones

Ruby Array Methods That Will Blow Your Mind, Pt. 5: The rejected ones

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

Unraveling Ruby: A Comprehensive Guide to Understanding the Programming Language

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

Solving Issues with og: Meta Tags: A Comprehensive Guide

3
Comments
3 min read
New in Ruby on Rails 7.2: Development Containers Configuration

New in Ruby on Rails 7.2: Development Containers Configuration

5
Comments 1
1 min read
Debugging in Ruby with pry-byebug

Debugging in Ruby with pry-byebug

2
Comments
9 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

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

How to use custom gems without changing the Gemfile

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

How to Dockerize a Ruby on Rails application

3
Comments
5 min read
Tips on Handling Hash Keys in Rails

Tips on Handling Hash Keys in Rails

10
Comments
3 min read
Normalization in Rails 7.1 era

Normalization in Rails 7.1 era

7
Comments 1
2 min read
loading...