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.
Diggin through hashes and arrays in Ruby

Diggin through hashes and arrays in Ruby

6
Comments 2
2 min read
CS Trivia#6: Where did the spaceship operator come from?

CS Trivia#6: Where did the spaceship operator come from?

12
Comments
2 min read
How NOT to integrate Google Calendar with your product

How NOT to integrate Google Calendar with your product

9
Comments
2 min read
Ruby Array Cheatsheet of the methods you need to know.

Ruby Array Cheatsheet of the methods you need to know.

10
Comments 1
3 min read
What are Service Objects in Ruby on Rails? Should you use it?

What are Service Objects in Ruby on Rails? Should you use it?

22
Comments
3 min read
Elasticsearch Search Parser Part 1

Elasticsearch Search Parser Part 1

8
Comments
8 min read
Elasticsearch Search Parser Part 2

Elasticsearch Search Parser Part 2

7
Comments
6 min read
Some reasons to avoid Hashes in Ruby and some alternatives to them.

Some reasons to avoid Hashes in Ruby and some alternatives to them.

15
Comments 3
7 min read
Duck Typing: What do ducks have to do with polymorphism?

Duck Typing: What do ducks have to do with polymorphism?

24
Comments 3
4 min read
CSV on Rails

CSV on Rails

10
Comments
3 min read
Ruby CSV Template

Ruby CSV Template

6
Comments
1 min read
Ruby on Rails App: Domain With Many-to-many Relationships

Ruby on Rails App: Domain With Many-to-many Relationships

20
Comments 3
5 min read
Add Bootstrap 4 to your Ruby on Rails 6 application

Add Bootstrap 4 to your Ruby on Rails 6 application

29
Comments 3
1 min read
What is Docker? Why is it important and necessary for developers? Part II

What is Docker? Why is it important and necessary for developers? Part II

85
Comments 11
8 min read
Releasing package/library into production?

Releasing package/library into production?

4
Comments 7
1 min read
Hitchhiker’s Guide to Ruby Variables

Hitchhiker’s Guide to Ruby Variables

18
Comments
3 min read
Combining Sonic Pi and Twitch to Mob Compose Music

Combining Sonic Pi and Twitch to Mob Compose Music

7
Comments
8 min read
Rails Architecture in cloud platform

Rails Architecture in cloud platform

29
Comments 4
4 min read
Assignment Hog Sinatra Project

Assignment Hog Sinatra Project

3
Comments
2 min read
Getting Cozy with Ruby

Getting Cozy with Ruby

107
Comments 11
5 min read
How "Mazes for programmers" book made programming fun again 🎉

How "Mazes for programmers" book made programming fun again 🎉

9
Comments 2
4 min read
Using the Active Storage Gem to Upload Photos

Using the Active Storage Gem to Upload Photos

8
Comments
2 min read
Getting Started with Elasticsearch and Ruby

Getting Started with Elasticsearch and Ruby

168
Comments 12
10 min read
Ruby devs, how do you work?

Ruby devs, how do you work?

9
Comments 7
2 min read
Easy way to setting Ruby Version Manager (RVM) on projects

Easy way to setting Ruby Version Manager (RVM) on projects

12
Comments
2 min read
Implement a simple AWS S3 multi-file downloader in Ruby

Implement a simple AWS S3 multi-file downloader in Ruby

20
Comments 1
3 min read
Coding after 40: Learning Ruby

Coding after 40: Learning Ruby

31
Comments 10
2 min read
Ruby Hash Default Values, Versatile (Of Course!)

Ruby Hash Default Values, Versatile (Of Course!)

11
Comments
2 min read
Part 1 - Setting up Monorepo, APIs and frontend components.

Part 1 - Setting up Monorepo, APIs and frontend components.

11
Comments
5 min read
Rails Migration Hacks !! Things You should know if you are a ROR Developer .

Rails Migration Hacks !! Things You should know if you are a ROR Developer .

48
Comments 8
2 min read
dry-cli v0.6. Highlighting main features

dry-cli v0.6. Highlighting main features

22
Comments 2
3 min read
Passing Private Params to an Update Method in a Controller (Rails)

Passing Private Params to an Update Method in a Controller (Rails)

10
Comments
2 min read
Duck (Typing) Farm Development

Duck (Typing) Farm Development

6
Comments 1
3 min read
How did YOU learn Ruby?

How did YOU learn Ruby?

45
Comments 26
1 min read
2 small gems

2 small gems

7
Comments
2 min read
How to create a basic search form and how to use Elasticsearch as an alternative.(Ruby on Rails)

How to create a basic search form and how to use Elasticsearch as an alternative.(Ruby on Rails)

33
Comments 3
3 min read
Mistakes I've made treating file paths as strings

Mistakes I've made treating file paths as strings

61
Comments 2
4 min read
BCrypt Explained

BCrypt Explained

329
Comments 22
7 min read
Exploring Big-O Notation With Ruby

Exploring Big-O Notation With Ruby

15
Comments
6 min read
Here’s how to test arrays

Here’s how to test arrays

12
Comments
3 min read
Docket : connect to your docker's container easily !

Docket : connect to your docker's container easily !

10
Comments
2 min read
Beautiful Controllers - Growing Rails applications in practice

Beautiful Controllers - Growing Rails applications in practice

23
Comments 3
4 min read
Como adicionar análise sintática de código ruby em uma aplicação legada?

Como adicionar análise sintática de código ruby em uma aplicação legada?

7
Comments
4 min read
Writing a Ruby Gem Specification

Writing a Ruby Gem Specification

56
Comments 9
20 min read
Parsing huge XML in Ruby with Sax Parser. Still relevant

Parsing huge XML in Ruby with Sax Parser. Still relevant

31
Comments
9 min read
How to use horizontal sharding in Rails 6.1

How to use horizontal sharding in Rails 6.1

22
Comments 2
3 min read
A Rubyist's Introduction to Character Encoding, Unicode and UTF-8

A Rubyist's Introduction to Character Encoding, Unicode and UTF-8

8
Comments
10 min read
How to stay current with Ruby and Rails

How to stay current with Ruby and Rails

24
Comments 1
1 min read
Optimizing full-text search with Postgres materialized view in Rails

Optimizing full-text search with Postgres materialized view in Rails

6
Comments
6 min read
Jekyll Two Ways on Windows: Installing & building Jekyll / GitHub Pages blogs with Ruby on Windows 10

Jekyll Two Ways on Windows: Installing & building Jekyll / GitHub Pages blogs with Ruby on Windows 10

4
Comments
3 min read
Beginner: navigation on a dynamic website.

Beginner: navigation on a dynamic website.

8
Comments
2 min read
Forms and params{}

Forms and params{}

4
Comments
2 min read
Pros & Cons of Using Ruby on Rails for Web Development

Pros & Cons of Using Ruby on Rails for Web Development

9
Comments 1
7 min read
Gotta Fetch Em' All from the PokéAPI

Gotta Fetch Em' All from the PokéAPI

8
Comments
3 min read
Converting Unix epoch timestamps to Ruby objects

Converting Unix epoch timestamps to Ruby objects

5
Comments
2 min read
Rails 6 and ngrok

Rails 6 and ngrok

46
Comments 10
1 min read
How to Deploy a Rails Application to AWS with Docker - Part 3

How to Deploy a Rails Application to AWS with Docker - Part 3

29
Comments 10
10 min read
Here’s how to test dependencies with mocks

Here’s how to test dependencies with mocks

8
Comments 2
4 min read
Ruby Rails RESTful & CRUD Quick Reference

Ruby Rails RESTful & CRUD Quick Reference

8
Comments
3 min read
First dive into GraphQL Ruby

First dive into GraphQL Ruby

57
Comments 4
11 min read
loading...