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.
Ruby is dead; Long live Yet Another Ruby JIT

Ruby is dead; Long live Yet Another Ruby JIT

Comments
3 min read
File Structure Basics for a Ruby API

File Structure Basics for a Ruby API

1
Comments
9 min read
How a large transaction can be a source of DB deadlocks and how this can be fixed.

How a large transaction can be a source of DB deadlocks and how this can be fixed.

2
Comments 1
3 min read
Make Ruby code thread-safe

Make Ruby code thread-safe

1
Comments
1 min read
How To Deploy Your Rails App to a DigitalOcean Droplet Using Dokku

How To Deploy Your Rails App to a DigitalOcean Droplet Using Dokku

11
Comments
7 min read
5 Tips to Optimize Your Ruby on Rails App's Performance

5 Tips to Optimize Your Ruby on Rails App's Performance

6
Comments
2 min read
Ruby on Rails with React on Typescript using importmaps

Ruby on Rails with React on Typescript using importmaps

6
Comments 2
12 min read
Say Goodbye to Messy Constants: A New Approach to Moving Constants Away from Your Model!

Say Goodbye to Messy Constants: A New Approach to Moving Constants Away from Your Model!

9
Comments
11 min read
Introducing the Macaw Framework: A Simple, Evolving Ruby Web Framework

Introducing the Macaw Framework: A Simple, Evolving Ruby Web Framework

5
Comments 3
2 min read
Resize images before saving them with Ruby on Rails Active Storage

Resize images before saving them with Ruby on Rails Active Storage

4
Comments 2
3 min read
MVC na programação

MVC na programação

2
Comments
5 min read
A comprehensive introduction to Ruby

A comprehensive introduction to Ruby

29
Comments 7
11 min read
In Favor of Ruby Central Memberships

In Favor of Ruby Central Memberships

13
Comments 10
3 min read
Composing Our Own Guitar Amps From Inherited Gear

Composing Our Own Guitar Amps From Inherited Gear

6
Comments 1
5 min read
Ruby Lambda VS Proc

Ruby Lambda VS Proc

Comments
2 min read
The Power of RLE: How to Reduce File Sizes with Simple Code with Ruby.

The Power of RLE: How to Reduce File Sizes with Simple Code with Ruby.

6
Comments
4 min read
The Ultimate Guide to Active Storage in Rails

The Ultimate Guide to Active Storage in Rails

22
Comments 5
5 min read
How to Load Code in Ruby

How to Load Code in Ruby

2
Comments
7 min read
E-BOOK: The Ruby on Rails Interview Bible - A Comprehensive Guide with 500+ Essential Questions and Answers!

E-BOOK: The Ruby on Rails Interview Bible - A Comprehensive Guide with 500+ Essential Questions and Answers!

2
Comments
1 min read
Ruby Challenge: Calculating Factorials with Negative Numbers

Ruby Challenge: Calculating Factorials with Negative Numbers

4
Comments 3
1 min read
Is CDN Right for Your Rails App? and good for large scale applications?

Is CDN Right for Your Rails App? and good for large scale applications?

7
Comments 4
3 min read
Avoid These 6 Common Mistakes While Hire Ruby on Rails Developers

Avoid These 6 Common Mistakes While Hire Ruby on Rails Developers

1
Comments
4 min read
Elixir-style Pipelines in 9 Lines of Ruby

Elixir-style Pipelines in 9 Lines of Ruby

Comments
3 min read
Using Ruby with Conda🐍

Using Ruby with Conda🐍

Comments
1 min read
Rails 基礎 Part 01 -- rails で API を作って curl で確認する。

Rails 基礎 Part 01 -- rails で API を作って curl で確認する。

1
Comments
3 min read
Rails 基礎 Part 00 -- asdf と ruby を動かす

Rails 基礎 Part 00 -- asdf と ruby を動かす

1
Comments
1 min read
Create a Ruby gem from scratch

Create a Ruby gem from scratch

8
Comments
6 min read
How to use Sidekiq in Rails 7: Background Jobs

How to use Sidekiq in Rails 7: Background Jobs

10
Comments
3 min read
Consuming Other APIs in a Rails App.

Consuming Other APIs in a Rails App.

Comments
4 min read
Ruby YJIT at Underdog

Ruby YJIT at Underdog

2
Comments
4 min read
10 Best Practices for Ruby Programmers: Tips for Efficient, Maintainable, and Bug-Free Code

10 Best Practices for Ruby Programmers: Tips for Efficient, Maintainable, and Bug-Free Code

10
Comments 1
4 min read
How to write a View test in Rails with RSpec

How to write a View test in Rails with RSpec

Comments
1 min read
Simple Improvements and Testing of a Rails Controller

Simple Improvements and Testing of a Rails Controller

1
Comments
1 min read
SOLID: Open-closed principle in Ruby

SOLID: Open-closed principle in Ruby

Comments
3 min read
Service Objects in Ruby on Rails: Best Practices for Clean and Maintainable Code

Service Objects in Ruby on Rails: Best Practices for Clean and Maintainable Code

14
Comments 1
4 min read
Usando a gem httplog para uma melhor análise dos logs

Usando a gem httplog para uma melhor análise dos logs

5
Comments
2 min read
Audit Logging in Ruby and Rails

Audit Logging in Ruby and Rails

Comments
8 min read
Mastering Time Complexity in Ruby: A Comprehensive Guide with Code Examples and Tests

Mastering Time Complexity in Ruby: A Comprehensive Guide with Code Examples and Tests

22
Comments
7 min read
Testing: Mock And Stub

Testing: Mock And Stub

13
Comments
2 min read
Ruby - dig method

Ruby - dig method

Comments
1 min read
Elegant Memoization with Ruby’s .tap Method

Elegant Memoization with Ruby’s .tap Method

Comments
5 min read
Getting to know Ruby’s Enumerable Module

Getting to know Ruby’s Enumerable Module

1
Comments 3
4 min read
Code Smell 207 - Dynamic Methods

Code Smell 207 - Dynamic Methods

Comments
2 min read
Challenges of a Junior Ruby Developer

Challenges of a Junior Ruby Developer

14
Comments
6 min read
Let's expect change and reload!

Let's expect change and reload!

Comments 2
2 min read
TIL. I started to collaborate with some teammates on some projects.

TIL. I started to collaborate with some teammates on some projects.

2
Comments 1
1 min read
Securing the Rails: User Authentication and Bcrypt in Ruby on Rails

Securing the Rails: User Authentication and Bcrypt in Ruby on Rails

3
Comments 1
10 min read
Active Record "merge" method. A Hidden Feature for Streamlining Database Operations.

Active Record "merge" method. A Hidden Feature for Streamlining Database Operations.

9
Comments 1
5 min read
Understanding and preventing race conditons in Ruby

Understanding and preventing race conditons in Ruby

7
Comments
3 min read
Extending Sequel

Extending Sequel

2
Comments
4 min read
How to Use the rodauth-omniauth Gem in Ruby

How to Use the rodauth-omniauth Gem in Ruby

1
Comments
8 min read
How to implement Pub/Sub pattern in Ruby on Rails?

How to implement Pub/Sub pattern in Ruby on Rails?

10
Comments 6
11 min read
Use GitHub Actions to Make Your GitHub Profile Dynamic

Use GitHub Actions to Make Your GitHub Profile Dynamic

11
Comments
6 min read
Six security risks of user input in ruby code

Six security risks of user input in ruby code

Comments
4 min read
Active Record Querying Methods

Active Record Querying Methods

2
Comments
3 min read
Object shapes - how this under-the-hood change in Ruby 3.2.0 will improve your code performance

Object shapes - how this under-the-hood change in Ruby 3.2.0 will improve your code performance

2
Comments
10 min read
Basics of Active Record Validations

Basics of Active Record Validations

2
Comments
4 min read
Mission to watch Stephen King in order.

Mission to watch Stephen King in order.

Comments
3 min read
There's SQL in my Ruby

There's SQL in my Ruby

1
Comments 4
3 min read
Feature flags in Rails: How to roll out and manage your features like a pro

Feature flags in Rails: How to roll out and manage your features like a pro

4
Comments
6 min read
loading...