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.
Bulk Process Data to Decrease Database Hits and Boost Performance

Bulk Process Data to Decrease Database Hits and Boost Performance

27
Comments 4
5 min read
Bindings and Lexical Scope in Ruby

Bindings and Lexical Scope in Ruby

34
Comments
5 min read
Top 10 most visited links on Ruby On Rails Bosnia

Top 10 most visited links on Ruby On Rails Bosnia

7
Comments
2 min read
Reverted Ruby 2.7 new feature: Method reference operator

Reverted Ruby 2.7 new feature: Method reference operator

48
Comments 10
2 min read
The State of Ruby 2019: Is It Dying?

The State of Ruby 2019: Is It Dying?

56
Comments 32
3 min read
ML classification on short strings in Ruby using Smalltext

ML classification on short strings in Ruby using Smalltext

10
Comments 1
2 min read
Ruby Contracts: Best of Both Worlds

Ruby Contracts: Best of Both Worlds

8
Comments 2
1 min read
Test Driven Discovery: Finding Out What Code Does By Writing Tests

Test Driven Discovery: Finding Out What Code Does By Writing Tests

8
Comments
6 min read
The Importance of Knowing Your Gems

The Importance of Knowing Your Gems

41
Comments 13
3 min read
Using serverless Ruby on AWS Lambda to resize images

Using serverless Ruby on AWS Lambda to resize images

20
Comments
4 min read
Debugging Ruby on Rails

Debugging Ruby on Rails

16
Comments
4 min read
Automating code checks with overcommit

Automating code checks with overcommit

56
Comments 3
4 min read
Reek - Find your Code Smells!

Reek - Find your Code Smells!

36
Comments 8
1 min read
Most Fun Video of Ruby I've Seen

Most Fun Video of Ruby I've Seen

17
Comments
1 min read
Nokogiri installation errors on macos

Nokogiri installation errors on macos

7
Comments 1
4 min read
Any thoughts on Ruby 2.6?

Any thoughts on Ruby 2.6?

15
Comments 10
1 min read
My First Taste of Ruby Task Automation in 22 Lines

My First Taste of Ruby Task Automation in 22 Lines

56
Comments 3
5 min read
GraphQL Ruby(Class-based API)

GraphQL Ruby(Class-based API)

29
Comments 3
8 min read
From Rails to Elixir: Know Your App

From Rails to Elixir: Know Your App

171
Comments 24
12 min read
Preventing Useless Database Hits

Preventing Useless Database Hits

126
Comments 16
5 min read
I18n for Rails: Set-up for Using Locales from URL Params and Basic I18n Usage

I18n for Rails: Set-up for Using Locales from URL Params and Basic I18n Usage

26
Comments 5
6 min read
Running Rack: How Ruby HTTP servers run Rails apps

Running Rack: How Ruby HTTP servers run Rails apps

90
Comments
9 min read
Truth tables as Ruby Hashes

Truth tables as Ruby Hashes

37
Comments 4
3 min read
Resource Summary for Simple Rails Features

Resource Summary for Simple Rails Features

15
Comments 1
10 min read
What resources to learn Ruby On Rails?

What resources to learn Ruby On Rails?

42
Comments 13
1 min read
The Three Ghosts of FizzBuzz: A Christmas Story

The Three Ghosts of FizzBuzz: A Christmas Story

12
Comments 2
3 min read
My First 12 hours with Ruby

My First 12 hours with Ruby

45
Comments 39
5 min read
A simple linked list by 9 lines of code

A simple linked list by 9 lines of code

19
Comments
1 min read
Ruby: Plus-Equals (+=) vs. Shovel (<<)

Ruby: Plus-Equals (+=) vs. Shovel (<<)

9
Comments
3 min read
A Weird and Wonderful Trip through Ruby’s Standard Library

A Weird and Wonderful Trip through Ruby’s Standard Library

44
Comments 3
5 min read
Build Instagram by Ruby on Rails

Build Instagram by Ruby on Rails

27
Comments
1 min read
Ruby has the kindest programming community and I have the data to prove it

Ruby has the kindest programming community and I have the data to prove it

149
Comments 37
1 min read
Building a 30 line HTTP server in Ruby

Building a 30 line HTTP server in Ruby

88
Comments 4
8 min read
Understanding the basics of Ruby on Rails: HTTP, MVC, and Routes

Understanding the basics of Ruby on Rails: HTTP, MVC, and Routes

105
Comments 6
5 min read
Idiomatic Ruby: writing beautiful code

Idiomatic Ruby: writing beautiful code

271
Comments 18
6 min read
Preparation of getting start "Ruby on Rails Tutorial"

Preparation of getting start "Ruby on Rails Tutorial"

7
Comments
2 min read
Building AWS Lambdas for Real World using Ruby and Serverless Framework

Building AWS Lambdas for Real World using Ruby and Serverless Framework

71
Comments 7
7 min read
Understanding the basics of Ruby on Rails: SQL Databases and how they work

Understanding the basics of Ruby on Rails: SQL Databases and how they work

79
Comments 5
8 min read
Try to use Ruby and Sinatra app with AWS Lambda

Try to use Ruby and Sinatra app with AWS Lambda

12
Comments 2
4 min read
Any difference in Ruby CSV library from 2.3.3/2.4.4 vs 2.5.1?

Any difference in Ruby CSV library from 2.3.3/2.4.4 vs 2.5.1?

8
Comments
1 min read
Learning Ruby: From Zero to Hero

Learning Ruby: From Zero to Hero

95
Comments 9
11 min read
Recursion, Tail Call Optimization and Recursion.

Recursion, Tail Call Optimization and Recursion.

43
Comments 15
4 min read
Ruby Now Supported Natively on AWS Lambda

Ruby Now Supported Natively on AWS Lambda

66
Comments 14
1 min read
Customizing Rails rake tasks

Customizing Rails rake tasks

48
Comments 1
3 min read
Vue SPA with Rails JSON:API using Graphiti

Vue SPA with Rails JSON:API using Graphiti

25
Comments 1
6 min read
An Easier Way to Accommodate Deletion of ActiveStorage Attachments

An Easier Way to Accommodate Deletion of ActiveStorage Attachments

8
Comments 1
3 min read
A Year Ago I Never Would Have Been Able To Do This, But I Just Built My First Web App. Here It Is! 10:08

A Year Ago I Never Would Have Been Able To Do This, But I Just Built My First Web App. Here It Is!

136
Comments 24
6 min read
Easy ruby Web server

Easy ruby Web server

18
Comments
1 min read
A Tale of Portfolio Site Evolution in 3 Pictures

A Tale of Portfolio Site Evolution in 3 Pictures

37
Comments 8
6 min read
Released my first Gem : FontAwesome SVG

Released my first Gem : FontAwesome SVG

7
Comments
2 min read
Simple Multitenancy in Rails

Simple Multitenancy in Rails

13
Comments 2
2 min read
Rspec Basics(1)

Rspec Basics(1)

13
Comments 1
5 min read
Ruby Or .NET - Which Is The Better Alternative?

Ruby Or .NET - Which Is The Better Alternative?

5
Comments 5
3 min read
Aversion, upgrade projects that are using old language versions

Aversion, upgrade projects that are using old language versions

8
Comments
1 min read
Setting up a GitHub page with Jekyll and a Docker container

Setting up a GitHub page with Jekyll and a Docker container

7
Comments
3 min read
Fibers and Enumerators in Ruby: Turning Blocks Inside Out

Fibers and Enumerators in Ruby: Turning Blocks Inside Out

16
Comments
8 min read
Ways of Seeing: ORMS & SQL Views

Ways of Seeing: ORMS & SQL Views

55
Comments 5
7 min read
Purify code with data integrity. Part 1: defaults and not-nulls

Purify code with data integrity. Part 1: defaults and not-nulls

45
Comments 3
5 min read
Thank You, 10 Open Source Projects that Helped Build a Business

Thank You, 10 Open Source Projects that Helped Build a Business

47
Comments 1
4 min read
Let’s Build: With Ruby on Rails – Event Scheduling App with Payments

Let’s Build: With Ruby on Rails – Event Scheduling App with Payments

22
Comments
5 min read
loading...