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.
Building a Component Library in Rails With Storybook

Building a Component Library in Rails With Storybook

69
Comments 1
13 min read
49 Days of Ruby: Day 32 - Rubygems

49 Days of Ruby: Day 32 - Rubygems

9
Comments
1 min read
Which is fastest? ERB vs. HAML vs. Slim

Which is fastest? ERB vs. HAML vs. Slim

5
Comments
12 min read
Ruby through the lens of Go

Ruby through the lens of Go

5
Comments
10 min read
How to Add DEV Comments to Your Orbit Workspace With Ruby

How to Add DEV Comments to Your Orbit Workspace With Ruby

5
Comments
8 min read
Add a DM Button to Your Tweet

Add a DM Button to Your Tweet

5
Comments
2 min read
49 Days of Ruby: Day 31 - Working with Databases

49 Days of Ruby: Day 31 - Working with Databases

7
Comments
2 min read
On Ruby on Rails: My love–hate relationship with a mature framework.

On Ruby on Rails: My love–hate relationship with a mature framework.

9
Comments 2
3 min read
49 Days of Ruby: Day 30 - CLI: Collecting Input

49 Days of Ruby: Day 30 - CLI: Collecting Input

5
Comments
1 min read
49 Days of Ruby: Day 29 - Command Line Interfaces (CLI)

49 Days of Ruby: Day 29 - Command Line Interfaces (CLI)

8
Comments
2 min read
The power of Rails master.key

The power of Rails master.key

40
Comments 2
2 min read
Consistency Conundrum

Consistency Conundrum

3
Comments
4 min read
Zendesk: configurando ambiente no Windows 10

Zendesk: configurando ambiente no Windows 10

2
Comments
1 min read
49 Days of Ruby: Day 28 - Debugging

49 Days of Ruby: Day 28 - Debugging

5
Comments
2 min read
Using Ruby Procs to improve readability

Using Ruby Procs to improve readability

9
Comments
1 min read
What's Next?

What's Next?

18
Comments 10
2 min read
From Rails scaffold listing to Hotwire infinite scroll

From Rails scaffold listing to Hotwire infinite scroll

41
Comments 2
2 min read
Ruby on Rails GitHub Action Workflow

Ruby on Rails GitHub Action Workflow

7
Comments
3 min read
Rails Spotify Project

Rails Spotify Project

4
Comments
3 min read
Same Time, Same Desk: Rails Conference and React Summit

Same Time, Same Desk: Rails Conference and React Summit

11
Comments 3
6 min read
TLDR - Basic search field with Ruby on Rails

TLDR - Basic search field with Ruby on Rails

10
Comments 4
1 min read
Build Twitter Bot with Ruby

Build Twitter Bot with Ruby

11
Comments
8 min read
Rbenv local and Rbenv Global

Rbenv local and Rbenv Global

9
Comments 1
1 min read
Stop Being So Negative

Stop Being So Negative

7
Comments
3 min read
Using Docker for Rails in a Production Environment

Using Docker for Rails in a Production Environment

5
Comments
5 min read
49 Days of Ruby: Day 27 - Object-Oriented Ruby

49 Days of Ruby: Day 27 - Object-Oriented Ruby

7
Comments
2 min read
Creating a CLI Gem for My Flatiron School Project

Creating a CLI Gem for My Flatiron School Project

8
Comments 1
3 min read
What's Cooking in Rails 7?

What's Cooking in Rails 7?

52
Comments 1
6 min read
Explaining Rack — desugaring Rack::Builder DSL

Explaining Rack — desugaring Rack::Builder DSL

10
Comments
3 min read
Docker with Rails: Benefits and Top Use Cases

Docker with Rails: Benefits and Top Use Cases

7
Comments
6 min read
Total number of comparision and swaps in bubble sort

Total number of comparision and swaps in bubble sort

6
Comments
1 min read
Kubernetes Tutorial: Running a Rails App in Kubernetes

Kubernetes Tutorial: Running a Rails App in Kubernetes

14
Comments
5 min read
Building Rails Applications in Docker

Building Rails Applications in Docker

3
Comments
2 min read
49 Days of Ruby: Day 26 - Pattern Matching

49 Days of Ruby: Day 26 - Pattern Matching

7
Comments 1
2 min read
Como configurar ambiente de testes em Ruby on Rails com RSpec

Como configurar ambiente de testes em Ruby on Rails com RSpec

11
Comments
8 min read
When VCR seems to heavy try cURL & WebMock

When VCR seems to heavy try cURL & WebMock

6
Comments
1 min read
Regex for Verifying Email Address

Regex for Verifying Email Address

5
Comments 1
3 min read
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

14
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
49 Days of Ruby: Day 23 - Type Checking

49 Days of Ruby: Day 23 - Type Checking

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

Setting up a Ruby on Rails Project

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

Duplicate Zeros - Optimal Solution in Ruby

7
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
loading...