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.
Intro to Building a Ruby on Rails Back End

Intro to Building a Ruby on Rails Back End

4
Comments 3
10 min read
Calling Ruby Methods in C: Avoid Memory Leaks

Calling Ruby Methods in C: Avoid Memory Leaks

1
Comments
5 min read
Sweet alert 2 in Ruby on Rails 7

Sweet alert 2 in Ruby on Rails 7

1
Comments
3 min read
gem Geocoder - calculate coordinates, distances, search nearby

gem Geocoder - calculate coordinates, distances, search nearby

1
Comments
4 min read
Set up a basic multi-tenant architecture in Rails 7 - 1

Set up a basic multi-tenant architecture in Rails 7 - 1

12
Comments 4
5 min read
Update Rails 6.1 a Rails 7

Update Rails 6.1 a Rails 7

1
Comments
4 min read
Monkey-patching: Messing with your Ruby methods

Monkey-patching: Messing with your Ruby methods

Comments
7 min read
FormService: a PORO ServiceObjects with a state

FormService: a PORO ServiceObjects with a state

2
Comments 4
5 min read
What you (probably) don't know yet about pattern matching in Ruby?

What you (probably) don't know yet about pattern matching in Ruby?

3
Comments
3 min read
Building AWS Ruby Lambdas that Require Gems with Native Extension

Building AWS Ruby Lambdas that Require Gems with Native Extension

2
Comments
5 min read
Jozef Behr | 10 Ruby tricks to improve your code (or not)

Jozef Behr | 10 Ruby tricks to improve your code (or not)

2
Comments
4 min read
Scraping with Ruby p.1

Scraping with Ruby p.1

2
Comments
2 min read
Sending Emails with Ruby on Rails

Sending Emails with Ruby on Rails

Comments 1
6 min read
What to do if Sidekiq job is stuck

What to do if Sidekiq job is stuck

Comments
3 min read
The Auth Boys

The Auth Boys

2
Comments 2
2 min read
Documenting Forem's v1 API

Documenting Forem's v1 API

82
Comments 11
14 min read
TIL: ruby factory bot and models association : `after(:build)`

TIL: ruby factory bot and models association : `after(:build)`

2
Comments
3 min read
CORS issue in Ruby on Rails(Duplicate Response Headers)

CORS issue in Ruby on Rails(Duplicate Response Headers)

Comments
2 min read
STI, Associations, and Polymorphism‽ Oh my!

STI, Associations, and Polymorphism‽ Oh my!

Comments
4 min read
Sinatra and Active Records to Perform CURD Actions

Sinatra and Active Records to Perform CURD Actions

Comments
4 min read
Pattern Matching Interfaces in Ruby

Pattern Matching Interfaces in Ruby

7
Comments
15 min read
Secure CSRF Token Storage in Rails 7 using Encrypted Cookies

Secure CSRF Token Storage in Rails 7 using Encrypted Cookies

Comments 1
2 min read
Single Responsibility for Beginners (2/2)

Single Responsibility for Beginners (2/2)

4
Comments
6 min read
Object Oriented Ruby

Object Oriented Ruby

1
Comments
3 min read
Hiding API keys with Rails

Hiding API keys with Rails

1
Comments
2 min read
In defense of Ruby's short-hand syntax

In defense of Ruby's short-hand syntax

3
Comments
3 min read
A Guide to Memoization in Ruby

A Guide to Memoization in Ruby

Comments
7 min read
Hashes with default procs

Hashes with default procs

4
Comments 2
1 min read
How to bundle assets in a Rails engine

How to bundle assets in a Rails engine

8
Comments
3 min read
Refactoring instance variables to local variables in Rails controllers

Refactoring instance variables to local variables in Rails controllers

10
Comments
8 min read
A "Shallow" Dive into Memory Leaks in Ruby

A "Shallow" Dive into Memory Leaks in Ruby

15
Comments 2
6 min read
Front-End is for me.

Front-End is for me.

1
Comments
2 min read
Creating an AI email parser using Ruby and OpenAI (GPT-3)

Creating an AI email parser using Ruby and OpenAI (GPT-3)

6
Comments 4
4 min read
Transforming Education: Using OpenAI and Ruby to Summarise Wikipedia for Children

Transforming Education: Using OpenAI and Ruby to Summarise Wikipedia for Children

2
Comments
5 min read
Relationships in Rails

Relationships in Rails

1
Comments
4 min read
Tried Polars in Ruby

Tried Polars in Ruby

6
Comments
10 min read
Ruby - Similarity

Ruby - Similarity

1
Comments
3 min read
Avoiding bugs in Ruby code using the state pattern

Avoiding bugs in Ruby code using the state pattern

6
Comments
8 min read
Put this in your {app} and {control} it, or how Sinatra serenades our data

Put this in your {app} and {control} it, or how Sinatra serenades our data

4
Comments
5 min read
A Deep Dive into Active Record Validations

A Deep Dive into Active Record Validations

1
Comments
10 min read
Create a Business Language for a Rails Application

Create a Business Language for a Rails Application

3
Comments
10 min read
Default to Deny for More Secure Apps

Default to Deny for More Secure Apps

2
Comments
3 min read
Troubleshooting weird DB connection errors in Rails with PostgreSQL

Troubleshooting weird DB connection errors in Rails with PostgreSQL

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

How to upgrade a Ruby on Rails application?

2
Comments
3 min read
Mastering the GPT-3 Temperature Parameter with Ruby

Mastering the GPT-3 Temperature Parameter with Ruby

3
Comments
4 min read
Why parameterized objects in Rails are so powerful

Why parameterized objects in Rails are so powerful

2
Comments
3 min read
Rails Live Coding

Rails Live Coding

2
Comments
3 min read
Using Selenium WebDriver 4.0 BiDirectional API

Using Selenium WebDriver 4.0 BiDirectional API

6
Comments
3 min read
Using FormObject pattern in Ruby APIs

Using FormObject pattern in Ruby APIs

4
Comments
4 min read
Second Time Around -Flatiron Ruby Code Challenge

Second Time Around -Flatiron Ruby Code Challenge

2
Comments
5 min read
How to get out of Regex hell using GPT-3 (OpenAI)

How to get out of Regex hell using GPT-3 (OpenAI)

2
Comments 1
2 min read
Evaluating More Coverage in Ruby 3.2

Evaluating More Coverage in Ruby 3.2

4
Comments
3 min read
How to Generate GPT Output in JSON Format for Ruby developers

How to Generate GPT Output in JSON Format for Ruby developers

7
Comments
4 min read
We're on ruby.social

We're on ruby.social

26
Comments 13
1 min read
Optimizing Mastodon Performance: Finding and Fixing its N+1 Queries

Optimizing Mastodon Performance: Finding and Fixing its N+1 Queries

14
Comments
7 min read
Read Ruby's Enumerable Docs

Read Ruby's Enumerable Docs

Comments 1
3 min read
How to update React state on nested objects that are serialized in Rails

How to update React state on nested objects that are serialized in Rails

3
Comments 2
3 min read
How to integrate Ruby with OpenAI (GPT-3)

How to integrate Ruby with OpenAI (GPT-3)

5
Comments
4 min read
How to Improve the Performance of Your Rails App by Eliminating N+1 Database Queries

How to Improve the Performance of Your Rails App by Eliminating N+1 Database Queries

12
Comments
4 min read
Break XOR Cipher with Z3

Break XOR Cipher with Z3

1
Comments
3 min read
loading...