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.
Top 5 Extensions for your VS Code 🏅

Top 5 Extensions for your VS Code 🏅

22
Comments 2
3 min read
The magic of metaprogramming : Examining the has_many association using Active Record's code base - Part 2

The magic of metaprogramming : Examining the has_many association using Active Record's code base - Part 2

3
Comments
8 min read
Ruby gem for finding weekday of a date

Ruby gem for finding weekday of a date

5
Comments
1 min read
Tidying Up Your Environment Path With Ruby

Tidying Up Your Environment Path With Ruby

3
Comments
3 min read
Ruby Basics

Ruby Basics

5
Comments 4
13 min read
Let's Read – Polished Ruby Programming – Ch 2

Let's Read – Polished Ruby Programming – Ch 2

9
Comments
17 min read
Let's Read – Eloquent Ruby – Ch 2

Let's Read – Eloquent Ruby – Ch 2

12
Comments
8 min read
Understanding RBS, Ruby's new Type Annotation System

Understanding RBS, Ruby's new Type Annotation System

6
Comments
9 min read
Custom authentication in Ruby on Rails

Custom authentication in Ruby on Rails

24
Comments 2
8 min read
The introduction of Feature Flag into your system

The introduction of Feature Flag into your system

6
Comments 2
4 min read
Modern Web Applications with Hotwire

Modern Web Applications with Hotwire

41
Comments
3 min read
Creating Python's Input Function In Ruby

Creating Python's Input Function In Ruby

7
Comments 1
2 min read
Building a CLI for Flatiron Bootcamp pt.2

Building a CLI for Flatiron Bootcamp pt.2

2
Comments
4 min read
Let's Read – Eloquent Ruby – Ch 1

Let's Read – Eloquent Ruby – Ch 1

80
Comments 3
9 min read
Cron Jobs — Master Worker Strategy 🧮

Cron Jobs — Master Worker Strategy 🧮

5
Comments 2
3 min read
Let's Read – Polished Ruby Programming – Ch 1

Let's Read – Polished Ruby Programming – Ch 1

95
Comments 2
19 min read
How to Build a Booking Search Engine Similar to Booking.com with Ruby on Rails 6 and ElasticSearch 7

How to Build a Booking Search Engine Similar to Booking.com with Ruby on Rails 6 and ElasticSearch 7

52
Comments 6
9 min read
Writing code block highlighting to a CSS file with Rouge.

Writing code block highlighting to a CSS file with Rouge.

5
Comments
1 min read
Understanding Ruby Method Lookup

Understanding Ruby Method Lookup

8
Comments
10 min read
Write clean Object-Oriented code by replacing conditional with polymorphism

Write clean Object-Oriented code by replacing conditional with polymorphism

85
Comments 3
5 min read
Build a blog with Bridgetown

Build a blog with Bridgetown

9
Comments
6 min read
Webpacker in Rails 6

Webpacker in Rails 6

15
Comments
3 min read
Active Record Encryption in Rails 7

Active Record Encryption in Rails 7

20
Comments 2
11 min read
Asynchronous Background Processing for Ruby or Rails using AWS Lambda Extensions.

Asynchronous Background Processing for Ruby or Rails using AWS Lambda Extensions.

36
Comments 1
4 min read
What is event-driven? Order#value example

What is event-driven? Order#value example

11
Comments
3 min read
Graphql-ruby and passing ISO8601 DateTimes without timezone

Graphql-ruby and passing ISO8601 DateTimes without timezone

11
Comments 1
2 min read
Testing CSV and Excel uploads with tempfiles

Testing CSV and Excel uploads with tempfiles

5
Comments
3 min read
[Fix] Rails Auto Increment ID Postgres Error

[Fix] Rails Auto Increment ID Postgres Error

2
Comments
1 min read
How to make peace with Ruby on Rails and code happily

How to make peace with Ruby on Rails and code happily

10
Comments 1
4 min read
An introduction to Ruby Arrays

An introduction to Ruby Arrays

5
Comments
2 min read
Software Design: Deep Modules

Software Design: Deep Modules

59
Comments 4
4 min read
What Ruby code to expect from a testing DSL?

What Ruby code to expect from a testing DSL?

6
Comments
3 min read
Remotely loading tabbed content with Ruby on Rails and Hotwire

Remotely loading tabbed content with Ruby on Rails and Hotwire

17
Comments 2
7 min read
Negotiating Languages with Ruby: A Journey through Linguistic Diversity

Negotiating Languages with Ruby: A Journey through Linguistic Diversity

3
Comments
2 min read
Security vulnerabilities – how to find and fix them

Security vulnerabilities – how to find and fix them

3
Comments
4 min read
Timestamping in Active Record models

Timestamping in Active Record models

5
Comments
2 min read
Learn Ruby on Rails Best Practices With One Exercise

Learn Ruby on Rails Best Practices With One Exercise

29
Comments 3
4 min read
The Universe Method

The Universe Method

5
Comments
1 min read
How to Get Values From Array With Specific Range in Javascript

How to Get Values From Array With Specific Range in Javascript

5
Comments
2 min read
Understanding Blocks & Procs in Ruby

Understanding Blocks & Procs in Ruby

7
Comments
3 min read
Generalized Raking for Survey Weighting

Generalized Raking for Survey Weighting

10
Comments 1
6 min read
Rebuilding FactoryBot in 150 lines of code

Rebuilding FactoryBot in 150 lines of code

48
Comments 1
16 min read
Test ActionMailer `deliver_later` in RSpec Controller Tests

Test ActionMailer `deliver_later` in RSpec Controller Tests

7
Comments 2
3 min read
Using Firebase API for authentication

Using Firebase API for authentication

7
Comments
3 min read
SERVICE OBJECTS — At your service…

SERVICE OBJECTS — At your service…

17
Comments
3 min read
¿Por qué aprender Ruby en 2021?

¿Por qué aprender Ruby en 2021?

10
Comments
4 min read
Coding Styles: Imperative, Declarative and DSL🤯

Coding Styles: Imperative, Declarative and DSL🤯

16
Comments
4 min read
Case study on Ruby Gem Contribution: activeadmin-mongoid

Case study on Ruby Gem Contribution: activeadmin-mongoid

5
Comments
5 min read
Using Hotwire and Rails to build a live commenting system

Using Hotwire and Rails to build a live commenting system

31
Comments 2
8 min read
Ten Ruby gems for Rails you should definitely know about

Ten Ruby gems for Rails you should definitely know about

7
Comments
2 min read
ruby-grahql: generating schema definition file

ruby-grahql: generating schema definition file

6
Comments
2 min read
How to Test Rake Tasks in RSpec Without Rails

How to Test Rake Tasks in RSpec Without Rails

8
Comments
2 min read
Restart your rails server automatically

Restart your rails server automatically

7
Comments
1 min read
Querying ActiveStorage Attachments

Querying ActiveStorage Attachments

13
Comments 2
1 min read
Why Web developers still use Ruby on Rails?

Why Web developers still use Ruby on Rails?

81
Comments 19
2 min read
Cloudtasker - Monitor your Cloud Tasks jobs on GCP

Cloudtasker - Monitor your Cloud Tasks jobs on GCP

10
Comments
6 min read
Ruby Hash Method 101

Ruby Hash Method 101

14
Comments
8 min read
How to count html tags in a web page by using web url

How to count html tags in a web page by using web url

26
Comments
1 min read
Your first ruby gem đź’Ž

Your first ruby gem đź’Ž

111
Comments 15
11 min read
Binary search tree in ruby

Binary search tree in ruby

6
Comments
1 min read
loading...