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.
Upgrade to Ruby 3 - upgrade ⚙️

Upgrade to Ruby 3 - upgrade ⚙️

9
Comments
2 min read
Upgrade to Ruby 3 - uninstall 🙅‍♂️

Upgrade to Ruby 3 - uninstall 🙅‍♂️

8
Comments
1 min read
Upgrade to Ruby 3 - update projects 🔩

Upgrade to Ruby 3 - update projects 🔩

5
Comments 1
2 min read
Upgrade to Ruby 3 - intro đź’Ž

Upgrade to Ruby 3 - intro đź’Ž

6
Comments
2 min read
Line by line explanation of Ruby 3 Ractor - worker pool implementation

Line by line explanation of Ruby 3 Ractor - worker pool implementation

7
Comments
2 min read
First Complete Rails App

First Complete Rails App

3
Comments
2 min read
Avoid nil propagation

Avoid nil propagation

6
Comments 2
6 min read
Creating My Own Personal Assistant

Creating My Own Personal Assistant

4
Comments
4 min read
When do i use ruby on rails ?

When do i use ruby on rails ?

2
Comments 1
1 min read
Remove blank values easily in Rails 6.1

Remove blank values easily in Rails 6.1

10
Comments
1 min read
Working With Strings In Ruby – All the Important Methods You Need to Know

Working With Strings In Ruby – All the Important Methods You Need to Know

10
Comments 1
3 min read
How to set up React.js with a Ruby on Rails Project

How to set up React.js with a Ruby on Rails Project

22
Comments 3
4 min read
Upgrade a Rails app from the Heroku-16 to the Heroku-18 Stack

Upgrade a Rails app from the Heroku-16 to the Heroku-18 Stack

5
Comments
3 min read
Authentication in Ruby on Rails 6 (log in, sign up)

Authentication in Ruby on Rails 6 (log in, sign up)

12
Comments
5 min read
Free Real-World Web Development Projects for All Developers

Free Real-World Web Development Projects for All Developers

314
Comments 2
5 min read
What I Learned This Week: Rails ActiveStorage

What I Learned This Week: Rails ActiveStorage

14
Comments 1
3 min read
Ruby Money & BigDecimal

Ruby Money & BigDecimal

11
Comments
2 min read
Ruby TIL: Bubble babble encoding algorithm

Ruby TIL: Bubble babble encoding algorithm

5
Comments
2 min read
An Easy Admin Panel - Rails 6

An Easy Admin Panel - Rails 6

8
Comments
2 min read
Horizontal sharding in a gem: a dive in to active record connection pools

Horizontal sharding in a gem: a dive in to active record connection pools

5
Comments
2 min read
Ruby and computer science: a self-learning curriculum

Ruby and computer science: a self-learning curriculum

27
Comments 4
6 min read
Visualize the architecture of your Ruby app in RubyMine, in 2 / minutes 02:12

Visualize the architecture of your Ruby app in RubyMine, in 2 / minutes

24
Comments
4 min read
TinDog Javascript

TinDog Javascript

5
Comments
2 min read
Fix Installation of Ruby using rbenv on macOS Big Sur

Fix Installation of Ruby using rbenv on macOS Big Sur

2
Comments
3 min read
Phase 4

Phase 4

2
Comments
3 min read
Applying monkey patches in Rails

Applying monkey patches in Rails

28
Comments 2
2 min read
Most common Ruby array methods every dev should know

Most common Ruby array methods every dev should know

8
Comments 1
4 min read
Rails' Hidden Gems: ActiveSupport StringInquirer

Rails' Hidden Gems: ActiveSupport StringInquirer

5
Comments
5 min read
Building an open source analytics platform in 2 weeks

Building an open source analytics platform in 2 weeks

5
Comments
3 min read
Kinx v1.0.1 and v1.0.2, Official Release Update!

Kinx v1.0.1 and v1.0.2, Official Release Update!

3
Comments
1 min read
David Vs. Goliath(Node.js/Express.js vs Ruby on Rails)

David Vs. Goliath(Node.js/Express.js vs Ruby on Rails)

7
Comments 5
2 min read
Case / Switch Statement in Ruby

Case / Switch Statement in Ruby

11
Comments 2
1 min read
Ruby on Rails: New SupeRails Youtube channel!

Ruby on Rails: New SupeRails Youtube channel!

25
Comments 4
1 min read
Rubocop Configuration Files for Rails

Rubocop Configuration Files for Rails

38
Comments
4 min read
Implementing A Domain Specific Language In Ruby

Implementing A Domain Specific Language In Ruby

5
Comments
5 min read
Decorating Rake tasks for fun and profit

Decorating Rake tasks for fun and profit

6
Comments
3 min read
Sanitizing SQL in Rails/ActiveRecord

Sanitizing SQL in Rails/ActiveRecord

7
Comments
3 min read
Learning Ruby "Advanced" Class Methods

Learning Ruby "Advanced" Class Methods

4
Comments
3 min read
Rails Generators

Rails Generators

13
Comments 4
4 min read
Learning OO Ruby class variables

Learning OO Ruby class variables

5
Comments
3 min read
RailsConf Roundup 2021

RailsConf Roundup 2021

7
Comments 3
2 min read
Selenium webdriver, chromeDriver and Ruby on Windows

Selenium webdriver, chromeDriver and Ruby on Windows

3
Comments
3 min read
Ruby vs Elixir: a brief comparison

Ruby vs Elixir: a brief comparison

11
Comments 1
6 min read
Instant test feedback with vscode

Instant test feedback with vscode

2
Comments
1 min read
Using Angular with Rails

Using Angular with Rails

7
Comments 1
16 min read
Learning OO Ruby

Learning OO Ruby

4
Comments
2 min read
Using Refinements to Monkey Patch Safely

Using Refinements to Monkey Patch Safely

4
Comments
2 min read
Rails with Webpacker : a full setup

Rails with Webpacker : a full setup

15
Comments
7 min read
Flexible Ruby on Rails Reader Objects

Flexible Ruby on Rails Reader Objects

3
Comments
1 min read
Tic Tac Toe

Tic Tac Toe

2
Comments
4 min read
Testing 1, 2, 3... RSpec Basics and Tips for RoR.

Testing 1, 2, 3... RSpec Basics and Tips for RoR.

16
Comments 9
3 min read
Ruby's quirky load order for mixins

Ruby's quirky load order for mixins

6
Comments
2 min read
The Ruby Unbundled Series: Services vs. Objects - The Battle for Decomposition and Reuse

The Ruby Unbundled Series: Services vs. Objects - The Battle for Decomposition and Reuse

3
Comments
7 min read
among the flowers

among the flowers

2
Comments
1 min read
ActiveRecord's New Takes a Block, Kid

ActiveRecord's New Takes a Block, Kid

7
Comments
4 min read
Polymorphic associations in Rails

Polymorphic associations in Rails

8
Comments
1 min read
Arel Notes

Arel Notes

27
Comments
4 min read
49 Days of Ruby: Day 49 -- Putting It All Together

49 Days of Ruby: Day 49 -- Putting It All Together

4
Comments 1
1 min read
Making TinyMCE work with Rails, Turbolinks and Stimulus

Making TinyMCE work with Rails, Turbolinks and Stimulus

13
Comments 4
5 min read
How to Speed Up Load Times In A Rails App - What I Wish I Knew Four Months Ago

How to Speed Up Load Times In A Rails App - What I Wish I Knew Four Months Ago

24
Comments 3
3 min read
loading...