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.
ffi-bitfield - read/write bit fields with Ruby-FFI

ffi-bitfield - read/write bit fields with Ruby-FFI

4
Comments
2 min read
Search Engine with Rails and Elastic Search

Search Engine with Rails and Elastic Search

16
Comments
11 min read
Advanced ViewComponent patterns in Rails

Advanced ViewComponent patterns in Rails

82
Comments 4
6 min read
How to Setup Storybook with Rails View Components in under 10 Minutes

How to Setup Storybook with Rails View Components in under 10 Minutes

8
Comments
4 min read
Creating a Full CRUD API with Ruby Sinatra

Creating a Full CRUD API with Ruby Sinatra

10
Comments 1
5 min read
Dealing with the lifecycle of a Tempfile

Dealing with the lifecycle of a Tempfile

3
Comments 1
1 min read
Ruby Object Oriented Programming (OOP)

Ruby Object Oriented Programming (OOP)

24
Comments 3
12 min read
Updates for SQL Injection in Rails 6.1

Updates for SQL Injection in Rails 6.1

11
Comments
3 min read
Verifying JWTs with JWKS in Ruby

Verifying JWTs with JWKS in Ruby

3
Comments
5 min read
Building A New Programming Language In Ruby: The Interpreter

Building A New Programming Language In Ruby: The Interpreter

9
Comments
10 min read
How does Params work in Sinatra?

How does Params work in Sinatra?

8
Comments 1
3 min read
Rails TIP: Use dom_id to Generate Ids in HTML

Rails TIP: Use dom_id to Generate Ids in HTML

2
Comments
2 min read
Servers? What Are Those?

Servers? What Are Those?

7
Comments
5 min read
Validate CSV Input With ActiveModel::Validations

Validate CSV Input With ActiveModel::Validations

8
Comments 2
5 min read
Rails form : tutorial from the ground

Rails form : tutorial from the ground

6
Comments
5 min read
The magic of metaprogramming : Examining the has_many association using Active Record's code base - Part 1

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

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

Top 5 Extensions for your VS Code 🏅

21
Comments 2
3 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

23
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
Cron Jobs — Master Worker Strategy 🧮

Cron Jobs — Master Worker Strategy 🧮

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

Let's Read – Eloquent Ruby – Ch 1

71
Comments 3
9 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
Let's Read – Polished Ruby Programming – Ch 1

Let's Read – Polished Ruby Programming – Ch 1

95
Comments 2
19 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

14
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

7
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

6
Comments 2
3 min read
Using Firebase API for authentication

Using Firebase API for authentication

7
Comments
3 min read
loading...