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.
Accurately Judge Data Types by Using Regex

Accurately Judge Data Types by Using Regex

5
Comments
1 min read
Developers Dilemma - Storing Passwords

Developers Dilemma - Storing Passwords

7
Comments 7
1 min read
Direct File Upload With Paperclip and S3-compatible Object Storage

Direct File Upload With Paperclip and S3-compatible Object Storage

1
Comments
12 min read
49 Days of Ruby: Day 25 - Mutable and Immutable Objects

49 Days of Ruby: Day 25 - Mutable and Immutable Objects

5
Comments
2 min read
Ruby Tutorial for Python Programmers: how to make the switch

Ruby Tutorial for Python Programmers: how to make the switch

14
Comments 2
8 min read
The Ruby Unbundled Series: Why You Should Check Out Hotwire Now

The Ruby Unbundled Series: Why You Should Check Out Hotwire Now

16
Comments
6 min read
A Not-So-Illustrated Guide to Translating Code From Ruby To Crystal

A Not-So-Illustrated Guide to Translating Code From Ruby To Crystal

15
Comments
6 min read
The "What" and "Why" or How We are hiding those ugly IF's in our Service Objects

The "What" and "Why" or How We are hiding those ugly IF's in our Service Objects

14
Comments
2 min read
Kinx Library - JIT, Just In Time Compilation

Kinx Library - JIT, Just In Time Compilation

5
Comments
8 min read
49 Days of Ruby: Day 24 - Self

49 Days of Ruby: Day 24 - Self

6
Comments 1
2 min read
Ruby on Rails React Developer for Hire

Ruby on Rails React Developer for Hire

3
Comments
1 min read
I am a construction site worker and I learn Rails

I am a construction site worker and I learn Rails

12
Comments 2
2 min read
How to be the best software developer

How to be the best software developer

5
Comments
2 min read
RegEx - A Teeny, Tiny Taster

RegEx - A Teeny, Tiny Taster

7
Comments
4 min read
Insertion sort

Insertion sort

6
Comments
1 min read
Testing Ruby on Rails on Github Actions with RSpec

Testing Ruby on Rails on Github Actions with RSpec

11
Comments
5 min read
My Minimal Lisp Interpreter

My Minimal Lisp Interpreter

7
Comments
3 min read
`cannot load such file -- rexml/document`

`cannot load such file -- rexml/document`

7
Comments
5 min read
Setting up a Ruby on Rails Project

Setting up a Ruby on Rails Project

3
Comments
1 min read
49 Days of Ruby: Day 23 - Type Checking

49 Days of Ruby: Day 23 - Type Checking

7
Comments
3 min read
Duplicate Zeros - Optimal Solution in Ruby

Duplicate Zeros - Optimal Solution in Ruby

6
Comments 1
4 min read
Bubble sort

Bubble sort

47
Comments 2
1 min read
How to render conditionals to action view with application helpers in Ruby on Rails

How to render conditionals to action view with application helpers in Ruby on Rails

16
Comments 1
2 min read
Phase 1 Blog: Mass Assignment and Metaprogramming saved my life.

Phase 1 Blog: Mass Assignment and Metaprogramming saved my life.

8
Comments
3 min read
To Change Or Not To Change

To Change Or Not To Change

6
Comments
4 min read
Setup a Fresh Rails Project with asdf

Setup a Fresh Rails Project with asdf

10
Comments
4 min read
Awesome Ruby on Rails Hotwire Admin Panel

Awesome Ruby on Rails Hotwire Admin Panel

33
Comments 1
2 min read
49 Days of Ruby: Day 22 - Duck Typing

49 Days of Ruby: Day 22 - Duck Typing

7
Comments
2 min read
Rails: Searchable logs with Filebeat and Elastic Stack

Rails: Searchable logs with Filebeat and Elastic Stack

12
Comments
6 min read
49 Days of Ruby: Day 21 - Inheritance

49 Days of Ruby: Day 21 - Inheritance

5
Comments
2 min read
Review on doing TDD for 14 days, 100% test coverage 😱

Review on doing TDD for 14 days, 100% test coverage 😱

10
Comments
1 min read
10 Signs of a good Ruby on Rails Developer

10 Signs of a good Ruby on Rails Developer

62
Comments 8
5 min read
Quicksort, a Ruby implementation using Test-driven development

Quicksort, a Ruby implementation using Test-driven development

16
Comments
7 min read
What to do once you reach max integer value for an auto incremented column in Rails

What to do once you reach max integer value for an auto incremented column in Rails

7
Comments 2
2 min read
Testing external APIs with Rspec and WebMock

Testing external APIs with Rspec and WebMock

11
Comments 1
4 min read
Rails link to React (No API). Yes that's possible!

Rails link to React (No API). Yes that's possible!

28
Comments 5
3 min read
Selection sort program in ruby

Selection sort program in ruby

4
Comments
1 min read
How to name Rails Concerns?

How to name Rails Concerns?

22
Comments 1
2 min read
Using Shoelace with Vite Rails

Using Shoelace with Vite Rails

14
Comments 1
2 min read
49 Days of Ruby: Day 20 - Classes

49 Days of Ruby: Day 20 - Classes

6
Comments
2 min read
Are You Lucky Bastard?

Are You Lucky Bastard?

6
Comments 2
4 min read
49 Days of Ruby: Day 19 - Exceptions

49 Days of Ruby: Day 19 - Exceptions

7
Comments
2 min read
SOLID Design Principles in Ruby

SOLID Design Principles in Ruby

10
Comments
10 min read
Application config in a single-row table

Application config in a single-row table

7
Comments 1
5 min read
I18n in StimulusReflex

I18n in StimulusReflex

6
Comments
1 min read
49 Days of Ruby: Day 18 - Parameters

49 Days of Ruby: Day 18 - Parameters

6
Comments
2 min read
WP2AT Part 4: Comparing Datasets

WP2AT Part 4: Comparing Datasets

8
Comments
3 min read
How to run Minitest parallel tests on Github Actions

How to run Minitest parallel tests on Github Actions

14
Comments
4 min read
ArtBox: Sinatra Project Writeup

ArtBox: Sinatra Project Writeup

6
Comments
4 min read
Creating and restoring manual AWS Elasticsearch snapshots in Ruby

Creating and restoring manual AWS Elasticsearch snapshots in Ruby

6
Comments
4 min read
Ruby private method : a hack

Ruby private method : a hack

7
Comments 1
3 min read
49 Days of Ruby: Day 17 - Methods

49 Days of Ruby: Day 17 - Methods

4
Comments
2 min read
Sample code to use Cloud Vision API with Ruby

Sample code to use Cloud Vision API with Ruby

7
Comments
3 min read
Final Ruby on Rails project for Flatiron School

Final Ruby on Rails project for Flatiron School

2
Comments 1
2 min read
Building lightweight components with Rails Helpers and Stimulus

Building lightweight components with Rails Helpers and Stimulus

14
Comments
2 min read
A Walk Through the Gilded Rose Kata — Pt 5: Open to extension, closed to modification

A Walk Through the Gilded Rose Kata — Pt 5: Open to extension, closed to modification

5
Comments
3 min read
What does CGI.escape_html actually escape?

What does CGI.escape_html actually escape?

6
Comments
1 min read
How To Make Your First Ruby Gem (a step-by-step guide)

How To Make Your First Ruby Gem (a step-by-step guide)

8
Comments
6 min read
A Walk Through the Gilded Rose Kata — Pt 4: Discovering what GildedRose really is

A Walk Through the Gilded Rose Kata — Pt 4: Discovering what GildedRose really is

5
Comments
4 min read
How to Add Docs Feedback to Your Orbit Workspace With Ruby On Rails

How to Add Docs Feedback to Your Orbit Workspace With Ruby On Rails

6
Comments
6 min read
loading...