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.
SearQ: A RESTful search engine

SearQ: A RESTful search engine

3
Comments
2 min read
Creating and Using Migrations in Ruby/Sinatra/ActiveRecord

Creating and Using Migrations in Ruby/Sinatra/ActiveRecord

Comments
3 min read
Unraveling the Intricacies of Ruby on Rails: RCAV Lessons and Insights

Unraveling the Intricacies of Ruby on Rails: RCAV Lessons and Insights

2
Comments
2 min read
How to Setup Devise for User Authentication on Rails 7

How to Setup Devise for User Authentication on Rails 7

3
Comments
4 min read
Concerns in Rails — A Guide and an Example

Concerns in Rails — A Guide and an Example

1
Comments
3 min read
Let your customers subscribe to an out of stock product with Spree Commerce -- Refactored --

Let your customers subscribe to an out of stock product with Spree Commerce -- Refactored --

Comments
4 min read
Programming Guitar Greatness

Programming Guitar Greatness

2
Comments 1
6 min read
Bundled gems and not being that smart.

Bundled gems and not being that smart.

1
Comments
3 min read
What are Elements?

What are Elements?

6
Comments
3 min read
Basic Understanding of Webhooks with examples

Basic Understanding of Webhooks with examples

11
Comments
5 min read
Storing Ephemeral UI State with Kredis for Rails

Storing Ephemeral UI State with Kredis for Rails

Comments
8 min read
What is Object-Relational Mapping (ORM)?

What is Object-Relational Mapping (ORM)?

2
Comments
3 min read
Building a New Programming Language in Ruby: Wrapping Up

Building a New Programming Language in Ruby: Wrapping Up

1
Comments
6 min read
Ruby as I know it

Ruby as I know it

Comments
1 min read
Duped into modifying a frozen hash

Duped into modifying a frozen hash

2
Comments
5 min read
Conheça os operadores ternário e modifier em Ruby e torne seu código mais legível

Conheça os operadores ternário e modifier em Ruby e torne seu código mais legível

10
Comments
3 min read
Mastering PostgreSQL Views and CTEs for Rails Developers: A Comprehensive Guide

Mastering PostgreSQL Views and CTEs for Rails Developers: A Comprehensive Guide

4
Comments
5 min read
Metaprogramming, ancestors chain and super.

Metaprogramming, ancestors chain and super.

8
Comments 1
2 min read
POSTMAN please let me in

POSTMAN please let me in

Comments
3 min read
Creating a Gemfile for a Jekyll Plugin: A Step-by-Step Guide

Creating a Gemfile for a Jekyll Plugin: A Step-by-Step Guide

1
Comments
4 min read
It's legos all the way down

It's legos all the way down

Comments
7 min read
Mastering Eager Loading and Beyond! Rails 7

Mastering Eager Loading and Beyond! Rails 7

8
Comments
2 min read
Implementing Data Structures in Ruby: Arrays

Implementing Data Structures in Ruby: Arrays

2
Comments
8 min read
Por que Ruby é uma Linguagem de Programação Excelente para Iniciantes?

Por que Ruby é uma Linguagem de Programação Excelente para Iniciantes?

4
Comments
2 min read
Complex State Management

Complex State Management

6
Comments
3 min read
Export data to CSV in Ruby

Export data to CSV in Ruby

Comments
1 min read
The answer is 42

The answer is 42

1
Comments
2 min read
Validations and error handling on Rails and React

Validations and error handling on Rails and React

1
Comments
4 min read
Ruby Variable

Ruby Variable

1
Comments
1 min read
How to use Docker containers for Ruby on Rails development in Visual Studio Code

How to use Docker containers for Ruby on Rails development in Visual Studio Code

1
Comments
6 min read
Ruby On Rails : Encryption With BCrypt

Ruby On Rails : Encryption With BCrypt

1
Comments
2 min read
Rake | Junior Rails Review

Rake | Junior Rails Review

3
Comments
5 min read
Basic Troubleshooting with Docker and Ruby on Rails

Basic Troubleshooting with Docker and Ruby on Rails

2
Comments
5 min read
Ruby OOP review session (Part 1)

Ruby OOP review session (Part 1)

4
Comments
8 min read
TIL 3

TIL 3

Comments
2 min read
Making the Most of Your Logs in Rails

Making the Most of Your Logs in Rails

Comments
10 min read
The Role of Ruby On Rails in Modern CRM Development

The Role of Ruby On Rails in Modern CRM Development

1
Comments
3 min read
Guia básico sobre lambda em Ruby

Guia básico sobre lambda em Ruby

1
Comments
2 min read
What is Rack Middleware?

What is Rack Middleware?

1
Comments
3 min read
Thank you Rails for the carry

Thank you Rails for the carry

1
Comments
5 min read
Empowering Your Ruby Projects with the “openai_chatgpt” gem

Empowering Your Ruby Projects with the “openai_chatgpt” gem

1
Comments
2 min read
Build AI into a Rails app with BoxCars

Build AI into a Rails app with BoxCars

1
Comments
4 min read
Каскадный rescue в ruby и в ActiveSupport::Rescuable

Каскадный rescue в ruby и в ActiveSupport::Rescuable

1
Comments
1 min read
Fun with classes and constants

Fun with classes and constants

1
Comments
1 min read
Dr Seedlove or: How I Learned to Stop Worrying and Love seeds.rb

Dr Seedlove or: How I Learned to Stop Worrying and Love seeds.rb

1
Comments
4 min read
Revolutionize Your App with Followship Models like Twitter and Instagram in Ruby on Rails

Revolutionize Your App with Followship Models like Twitter and Instagram in Ruby on Rails

Comments
3 min read
Rails Shortcuts for Novices

Rails Shortcuts for Novices

Comments
3 min read
Building the backend for a full stack web app

Building the backend for a full stack web app

Comments
4 min read
Send SMS with Twilio in Rails

Send SMS with Twilio in Rails

1
Comments
3 min read
From string to sing: How ChatGPT can write your rails' Active Record code

From string to sing: How ChatGPT can write your rails' Active Record code

2
Comments
4 min read
Renaming Foreign keys in Rails

Renaming Foreign keys in Rails

1
Comments
7 min read
Rails's .try vs Ruby's &. (a.k.a safe navigation)

Rails's .try vs Ruby's &. (a.k.a safe navigation)

1
Comments 1
1 min read
Backport `Data.define` for Ruby 2.7, 3.0, 3.1

Backport `Data.define` for Ruby 2.7, 3.0, 3.1

Comments
1 min read
JBuilder Arrays and non-collections

JBuilder Arrays and non-collections

1
Comments
2 min read
The BCrypt Gem

The BCrypt Gem

2
Comments
4 min read
Create And Dockerize Rails Application With PostgreSQL And Sidekiq (Docker + Docker Compose)

Create And Dockerize Rails Application With PostgreSQL And Sidekiq (Docker + Docker Compose)

10
Comments
4 min read
Underrated pattern of an inline event dispatcher

Underrated pattern of an inline event dispatcher

1
Comments
4 min read
Work smarter, not harder (how to use the "rails g resource" command)

Work smarter, not harder (how to use the "rails g resource" command)

2
Comments 1
2 min read
Rails Generator for GraphQL queries

Rails Generator for GraphQL queries

2
Comments
5 min read
How to Use ChatGPT API with Ruby on Rails: A Step-by-Step Guide

How to Use ChatGPT API with Ruby on Rails: A Step-by-Step Guide

2
Comments
3 min read
loading...