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.
"Valentine's Day Equation" plotted in Ruby

"Valentine's Day Equation" plotted in Ruby

6
Comments 2
2 min read
faraday requests instrumentation

faraday requests instrumentation

8
Comments
7 min read
Workaround for Storing Arrays in Databases With No Array Type

Workaround for Storing Arrays in Databases With No Array Type

9
Comments 1
5 min read
How to install Ruby on Rails 6.1 with asdf on macOS Big Sur

How to install Ruby on Rails 6.1 with asdf on macOS Big Sur

10
Comments 1
3 min read
Closures In Ruby

Closures In Ruby

4
Comments
6 min read
Never mix up greater/less than when comparing dates again

Never mix up greater/less than when comparing dates again

14
Comments
1 min read
Log API requests in Rails

Log API requests in Rails

3
Comments 1
1 min read
Building, Testing and Deploying AWS Lambda Functions in Ruby

Building, Testing and Deploying AWS Lambda Functions in Ruby

3
Comments
10 min read
Deploying production Rails apps to GCP

Deploying production Rails apps to GCP

7
Comments 3
1 min read
Adding a field to your sign-up form with Devise

Adding a field to your sign-up form with Devise

30
Comments 2
4 min read
render_async Adds Support for Rails Turbo

render_async Adds Support for Rails Turbo

4
Comments
6 min read
The How and Why of End-to-End Testing

The How and Why of End-to-End Testing

7
Comments 1
12 min read
Super readable String operations with `delete_prefix` and `delete_suffix`

Super readable String operations with `delete_prefix` and `delete_suffix`

6
Comments
2 min read
Ruby VS Python VS C++ VS JavaScript

Ruby VS Python VS C++ VS JavaScript

13
Comments 1
5 min read
Automating Ruby Gem Releases with GitHub Actions

Automating Ruby Gem Releases with GitHub Actions

10
Comments 3
8 min read
RSpec & Rails: how to test callbacks

RSpec & Rails: how to test callbacks

5
Comments
1 min read
Building Static Ruby Gems for Lambda Zip or Containers using Docker & Amazon Linux

Building Static Ruby Gems for Lambda Zip or Containers using Docker & Amazon Linux

15
Comments
5 min read
Web 傳輸的摩斯密碼,base64介紹

Web 傳輸的摩斯密碼,base64介紹

2
Comments
2 min read
見令如見人,介紹 JWT

見令如見人,介紹 JWT

6
Comments 4
2 min read
Generating & Solving Sudoku in JS & Ruby with Backtracking

Generating & Solving Sudoku in JS & Ruby with Backtracking

15
Comments 7
6 min read
Ruby on Rails is the world’s fastest web framework for startups

Ruby on Rails is the world’s fastest web framework for startups

187
Comments 30
4 min read
Basic Big O notation and Selection Sort

Basic Big O notation and Selection Sort

8
Comments
3 min read
Ruby Underscore

Ruby Underscore

2
Comments
1 min read
Use Heroku Dataclips to share query and do ad-hoc data exports

Use Heroku Dataclips to share query and do ad-hoc data exports

2
Comments
1 min read
Background jobs for Rails on GCP using Cloud Tasks

Background jobs for Rails on GCP using Cloud Tasks

9
Comments 5
1 min read
Ensure required environment variables are set when booting up Rails

Ensure required environment variables are set when booting up Rails

7
Comments
1 min read
TLDR: counter_cache - field to count how many children a records has

TLDR: counter_cache - field to count how many children a records has

4
Comments
1 min read
Redesigning my website

Redesigning my website

12
Comments 1
5 min read
4 ways to accelerate JSON processing with Rails and PostgreSQL

4 ways to accelerate JSON processing with Rails and PostgreSQL

24
Comments
5 min read
30 Ruby Coding Challenges in 30 Days

30 Ruby Coding Challenges in 30 Days

20
Comments
1 min read
RSpec: when to use double instead of instance_double

RSpec: when to use double instead of instance_double

3
Comments 2
1 min read
Regex Words, Vowels, Consonants, and Sentences in Ruby

Regex Words, Vowels, Consonants, and Sentences in Ruby

6
Comments
5 min read
Rails FormBuilders with TailwindCSS

Rails FormBuilders with TailwindCSS

35
Comments
5 min read
Search and debug gems with `bundle open`

Search and debug gems with `bundle open`

12
Comments
1 min read
Kinx v0.21.0 Preview Released

Kinx v0.21.0 Preview Released

7
Comments
3 min read
Automatically cast params with the Rails Attributes API

Automatically cast params with the Rails Attributes API

14
Comments 1
3 min read
TLDR: Button to update status attribute of a table

TLDR: Button to update status attribute of a table

11
Comments
1 min read
Hotwire Bling!

Hotwire Bling!

15
Comments 2
3 min read
What's Here for Ruby Hash Doc

What's Here for Ruby Hash Doc

2
Comments
1 min read
Please don't test attr_reader, attr_writer, or attr_accessor

Please don't test attr_reader, attr_writer, or attr_accessor

7
Comments
1 min read
Dato.RSS - RSS with Ruby

Dato.RSS - RSS with Ruby

17
Comments
2 min read
Map, Reduce, Filter/Select: Ruby vs. JavaScript

Map, Reduce, Filter/Select: Ruby vs. JavaScript

7
Comments
2 min read
Understanding Ruby - Enumerable - Intro and Interfaces

Understanding Ruby - Enumerable - Intro and Interfaces

21
Comments 3
3 min read
How to debug interactions between your code and the Rails framework (and other gems)

How to debug interactions between your code and the Rails framework (and other gems)

42
Comments 3
4 min read
Why avoid too many abstractions in tests?

Why avoid too many abstractions in tests?

4
Comments
3 min read
My beloved Ruby on Rails cheat sheet

My beloved Ruby on Rails cheat sheet

161
Comments 3
6 min read
3 ways to prevent browser stylesheet caching

3 ways to prevent browser stylesheet caching

8
Comments
2 min read
Create a Basic API with Ruby on Rails

Create a Basic API with Ruby on Rails

5
Comments 2
6 min read
The Understated Power of ERB (Embedded Ruby)

The Understated Power of ERB (Embedded Ruby)

3
Comments
3 min read
Understanding Ruby - Blocks, Procs, and Lambdas

Understanding Ruby - Blocks, Procs, and Lambdas

111
Comments 4
11 min read
Show relevant chunks of text with Rails `excerpt` helper

Show relevant chunks of text with Rails `excerpt` helper

3
Comments
2 min read
Understanding Ruby - Enumerable - Grouping

Understanding Ruby - Enumerable - Grouping

17
Comments 1
6 min read
Understanding Ruby - Enumerable - Coercion

Understanding Ruby - Enumerable - Coercion

11
Comments
3 min read
Understanding Ruby - Enumerable - Iterating and Taking

Understanding Ruby - Enumerable - Iterating and Taking

12
Comments 1
4 min read
Understanding Ruby - Comparable

Understanding Ruby - Comparable

26
Comments 2
4 min read
Understanding Ruby - Enumerable - Combining

Understanding Ruby - Enumerable - Combining

10
Comments
5 min read
Use Rails `link_to_unless_current` for navigation links

Use Rails `link_to_unless_current` for navigation links

7
Comments 1
2 min read
Understanding Ruby - Enumerable - Transformations

Understanding Ruby - Enumerable - Transformations

11
Comments 2
3 min read
Understanding Ruby - Enumerable - Searching and Filtering

Understanding Ruby - Enumerable - Searching and Filtering

15
Comments
5 min read
How Pro Ruby Developers Customize VS Code

How Pro Ruby Developers Customize VS Code

56
Comments 7
3 min read
loading...