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.
Performance Testing Elasticsearch

Performance Testing Elasticsearch

57
Comments 1
6 min read
A Guide to Using Ruby on Rails Application Templates

A Guide to Using Ruby on Rails Application Templates

21
Comments 2
4 min read
How to create and debug Ruby gem with C (native) extension

How to create and debug Ruby gem with C (native) extension

11
Comments 2
1 min read
TIL: Using Different Database Connection with ActiveRecord Transactions

TIL: Using Different Database Connection with ActiveRecord Transactions

15
Comments 14
3 min read
Let's Build: With Ruby on Rails - Book Library App with Stripe Subscription Payments

Let's Build: With Ruby on Rails - Book Library App with Stripe Subscription Payments

20
Comments 1
14 min read
How arrays work the way arrays work

How arrays work the way arrays work

42
Comments 7
7 min read
Guide to devise_token_auth: Simple Authentication in Rails API

Guide to devise_token_auth: Simple Authentication in Rails API

73
Comments 38
4 min read
Monkey Patch Rails validators

Monkey Patch Rails validators

9
Comments
2 min read
Retired, Apparently

Retired, Apparently

242
Comments 33
1 min read
Active Record, Sidekiq, pools and threads

Active Record, Sidekiq, pools and threads

34
Comments 3
5 min read
Understanding the Ruby on Rails CLI

Understanding the Ruby on Rails CLI

36
Comments
3 min read
Template design pattern in Ruby. Any reason not to use a module instead of a superclass?

Template design pattern in Ruby. Any reason not to use a module instead of a superclass?

8
Comments 3
1 min read
Ruby 2.7 — Enumerable#tally

Ruby 2.7 — Enumerable#tally

9
Comments
4 min read
Understanding Ruby on Rails ActiveRecord Validations

Understanding Ruby on Rails ActiveRecord Validations

14
Comments
6 min read
Ruby/Rails : Memoization with dynamically defined methods

Ruby/Rails : Memoization with dynamically defined methods

14
Comments 2
2 min read
Fraud Detection with Ruby on Rails

Fraud Detection with Ruby on Rails

9
Comments
5 min read
How to fully customize Rails transactional emails (Devise)

How to fully customize Rails transactional emails (Devise)

10
Comments 3
4 min read
Unraveling Classes, Instances and Metaclasses in Ruby

Unraveling Classes, Instances and Metaclasses in Ruby

45
Comments 2
5 min read
Setup for AWS centralised logging

Setup for AWS centralised logging

9
Comments 5
1 min read
From JavaScript to Ruby: A few of my favourite features

From JavaScript to Ruby: A few of my favourite features

49
Comments 4
6 min read
Ruby kernel in Google Colaboratory.

Ruby kernel in Google Colaboratory.

14
Comments 13
1 min read
42 performance tips for Ruby on Rails

42 performance tips for Ruby on Rails

174
Comments 3
15 min read
Ruby vs Elixir - FizzBuzz

Ruby vs Elixir - FizzBuzz

14
Comments 6
6 min read
Let's Build: With Ruby on Rails - Dribbble Clone

Let's Build: With Ruby on Rails - Dribbble Clone

18
Comments
23 min read
Power of ActiveRecord and when to stop using it

Power of ActiveRecord and when to stop using it

16
Comments 2
3 min read
Are Ruby and Elixir the Perfect Yin and Yang?

Are Ruby and Elixir the Perfect Yin and Yang?

14
Comments 2
2 min read
Let's Build: With Ruby on Rails - A Twitter Clone

Let's Build: With Ruby on Rails - A Twitter Clone

16
Comments 2
8 min read
Flatiron Rails Portfolio Project - Ochoko 1.0 - Sake database and tasting note manager

Flatiron Rails Portfolio Project - Ochoko 1.0 - Sake database and tasting note manager

4
Comments
6 min read
FaaStRuby: Serverless Functions as a Service for Ruby and Crystal

FaaStRuby: Serverless Functions as a Service for Ruby and Crystal

8
Comments
2 min read
Cron jobs in Rails: A simple guide to ACTUALLY using the Whenever gem (now with tasks!)

Cron jobs in Rails: A simple guide to ACTUALLY using the Whenever gem (now with tasks!)

56
Comments 10
3 min read
Respecting Rails app time zone in cron jobs

Respecting Rails app time zone in cron jobs

9
Comments
2 min read
Suggest.rb - tells you which method does the thing you want to do

Suggest.rb - tells you which method does the thing you want to do

38
Comments 18
1 min read
Why is Rails ActiveRelation.update_all updating a different set of records?

Why is Rails ActiveRelation.update_all updating a different set of records?

9
Comments 18
1 min read
Play Streaming Audio to a Phone Call with Ruby

Play Streaming Audio to a Phone Call with Ruby

6
Comments
6 min read
Let's Build: With Ruby on Rails - A Blog with Comments

Let's Build: With Ruby on Rails - A Blog with Comments

27
Comments 1
12 min read
Getting Started with Test Driven Development

Getting Started with Test Driven Development

128
Comments 29
4 min read
The unexpected after_commit behaviour

The unexpected after_commit behaviour

10
Comments
2 min read
Rails Value Objects – One Validator to Rule Them All

Rails Value Objects – One Validator to Rule Them All

8
Comments 1
3 min read
Ruby memory, ActiveRecord and Draper

Ruby memory, ActiveRecord and Draper

4
Comments
5 min read
Meta-programming for Dummies - RedDotRubyConf 2017

Meta-programming for Dummies - RedDotRubyConf 2017

13
Comments
1 min read
Cross Browser Automation Testing Using Watir

Cross Browser Automation Testing Using Watir

29
Comments
13 min read
Get a ruby method block source

Get a ruby method block source

11
Comments
2 min read
Flexible Ruby Value Object Initialisation

Flexible Ruby Value Object Initialisation

25
Comments 13
4 min read
Search Ruby Method Declarations in vim

Search Ruby Method Declarations in vim

7
Comments
1 min read
My Favorite Ruby Gems For Development

My Favorite Ruby Gems For Development

6
Comments
2 min read
How to minimize RSpec `describe`/`context` nesting

How to minimize RSpec `describe`/`context` nesting

15
Comments 4
2 min read
exception_notification: Slack mentions

exception_notification: Slack mentions

8
Comments 1
2 min read
Crafting user notifications in Rails with Active Delivery

Crafting user notifications in Rails with Active Delivery

97
Comments 4
4 min read
Please Redis Responsibly

Please Redis Responsibly

92
Comments 13
3 min read
Building a Service-oriented Architecture with Rails and Kafka

Building a Service-oriented Architecture with Rails and Kafka

106
Comments 3
10 min read
How Bcrypt Compares Password

How Bcrypt Compares Password

8
Comments 4
1 min read
Hello Serverless with Jets and Dynamoid

Hello Serverless with Jets and Dynamoid

11
Comments 5
4 min read
From Rails to Elixir: Safe Rewrites with NOOP Deployments

From Rails to Elixir: Safe Rewrites with NOOP Deployments

57
Comments 3
10 min read
Easy machine learning with Ruby using Rumale

Easy machine learning with Ruby using Rumale

21
Comments
2 min read
Dissecting my Ruby Project Skeleton

Dissecting my Ruby Project Skeleton

23
Comments 3
9 min read
Ruby on Rails E-Commerce in 2019! Demo Included

Ruby on Rails E-Commerce in 2019! Demo Included

6
Comments
1 min read
Build a GitHub Action with Ruby

Build a GitHub Action with Ruby

20
Comments
1 min read
Rails webhook integration development with Ngrok

Rails webhook integration development with Ngrok

24
Comments 1
3 min read
Parallelising ETL workflows with the Jongleur gem

Parallelising ETL workflows with the Jongleur gem

5
Comments
7 min read
One Easy Way to Improve Your Ruby Security

One Easy Way to Improve Your Ruby Security

76
Comments 4
3 min read
loading...