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.
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
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 Memoize False and Nil Values

How To Memoize False and Nil Values

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

7
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

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

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
Tips on Handling Hash Keys in Rails

Tips on Handling Hash Keys in Rails

4
Comments
3 min read
Normalization in Rails 7.1 era

Normalization in Rails 7.1 era

7
Comments 1
2 min read
Identify unused Routes in Ruby on Rails before Rails 7.1 and with 7.1

Identify unused Routes in Ruby on Rails before Rails 7.1 and with 7.1

4
Comments
1 min read
Use stateless services

Use stateless services

2
Comments 2
2 min read
Fakeish

Fakeish

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

New in Ruby on Rails 7.2: Development Containers Configuration

7
Comments 3
1 min read
Hanami's place in the world of Rails

Hanami's place in the world of Rails

3
Comments
25 min read
Rails Designer v0.12.0 released. New utilities category đź’–

Rails Designer v0.12.0 released. New utilities category đź’–

1
Comments 1
1 min read
Short Ruby Newsletter - edition 91 published

Short Ruby Newsletter - edition 91 published

5
Comments
1 min read
Developing an ERP System: My Journey with Munshi OnClick

Developing an ERP System: My Journey with Munshi OnClick

Comments
1 min read
Adding Plaid to Your Rails Application

Adding Plaid to Your Rails Application

5
Comments 1
5 min read
Enabling Rails 7.0's New Framework Defaults

Enabling Rails 7.0's New Framework Defaults

6
Comments
6 min read
Concurrent-ruby (async) S3 files download

Concurrent-ruby (async) S3 files download

3
Comments 3
3 min read
Glimmer DSL for Web Ruby Integration with JavaScript Libraries

Glimmer DSL for Web Ruby Integration with JavaScript Libraries

2
Comments
8 min read
Ruby class pattern to work with API requests with built-in async approach

Ruby class pattern to work with API requests with built-in async approach

13
Comments 3
8 min read
How to use ActionCable with async requests in a Ruby on Rails web app

How to use ActionCable with async requests in a Ruby on Rails web app

1
Comments
5 min read
Four Things To Take Away From RailsConf 2024

Four Things To Take Away From RailsConf 2024

4
Comments
3 min read
Disable specific callback in spec

Disable specific callback in spec

2
Comments 1
1 min read
AnyCable for Ruby on Rails: How Does it Improve over Action Cable?

AnyCable for Ruby on Rails: How Does it Improve over Action Cable?

2
Comments 1
8 min read
Pequeno guia de webhooks com Ruby!

Pequeno guia de webhooks com Ruby!

Comments
6 min read
Presenter Pattern in Ruby on Rails: Implementation, Pros, and Cons.

Presenter Pattern in Ruby on Rails: Implementation, Pros, and Cons.

1
Comments 4
4 min read
How to handle remote services in tests

How to handle remote services in tests

Comments
2 min read
Tips for writing readable system tests in Rails

Tips for writing readable system tests in Rails

Comments
4 min read
Enum validation in Ruby on Rails 7.1

Enum validation in Ruby on Rails 7.1

2
Comments
2 min read
loading...