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.
8 tricks and best practices for improving your Ruby code

8 tricks and best practices for improving your Ruby code

35
Comments
6 min read
Learning Rails

Learning Rails

26
Comments 2
5 min read
Learn about Ractors and build a mini sidekiq

Learn about Ractors and build a mini sidekiq

67
Comments
4 min read
Querying PaperTrail Object Changes in JSON

Querying PaperTrail Object Changes in JSON

7
Comments
4 min read
EXPLAIN Like I'm Five: Five ways to run EXPLAIN on your Rails database queries

EXPLAIN Like I'm Five: Five ways to run EXPLAIN on your Rails database queries

9
Comments
5 min read
Sharing common code between Rails controllers with `Scoped` pattern

Sharing common code between Rails controllers with `Scoped` pattern

15
Comments
1 min read
Best add-ons for Ruby on Rails project hosted on Heroku

Best add-ons for Ruby on Rails project hosted on Heroku

8
Comments
6 min read
Reactive Rails from Bare Bones

Reactive Rails from Bare Bones

1
Comments
1 min read
Caching All Native Ruby Gem Platforms

Caching All Native Ruby Gem Platforms

6
Comments
3 min read
Inheritance: Derivative Songwriting

Inheritance: Derivative Songwriting

7
Comments
7 min read
Using Sonic Pi to Play Music With Ruby

Using Sonic Pi to Play Music With Ruby

5
Comments
3 min read
Stringing Code Together to Play Music

Stringing Code Together to Play Music

6
Comments
6 min read
Synthesizing Composition With Delegation

Synthesizing Composition With Delegation

7
Comments
4 min read
Shedding a Light on Duck Typing

Shedding a Light on Duck Typing

6
Comments
4 min read
Dependency Injection: Plug In

Dependency Injection: Plug In

6
Comments
5 min read
Avoid code oversimplification with RoR

Avoid code oversimplification with RoR

7
Comments 2
3 min read
Run different ActiveRecord validations based on context

Run different ActiveRecord validations based on context

5
Comments
2 min read
Conditional Function Invocation without Conditional Statements in JS

Conditional Function Invocation without Conditional Statements in JS

9
Comments 2
3 min read
My Phase 1 FlatIron Project

My Phase 1 FlatIron Project

6
Comments
6 min read
Understanding Params In Sinatra

Understanding Params In Sinatra

10
Comments
4 min read
Module 2 Sinatra Project for Flatiron School

Module 2 Sinatra Project for Flatiron School

6
Comments
3 min read
Basic Ruby Calculator with RSpec

Basic Ruby Calculator with RSpec

15
Comments 4
8 min read
Set Up Rbenv Revisited

Set Up Rbenv Revisited

13
Comments 1
3 min read
Naming conventions for models and methods grammar wise in Ruby/RoR

Naming conventions for models and methods grammar wise in Ruby/RoR

10
Comments
2 min read
Let your customers subscribe to an out of stock product with Spree Commerce

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

7
Comments
7 min read
Rails 6, Bootstrap 5 : a tutorial

Rails 6, Bootstrap 5 : a tutorial

14
Comments
4 min read
Differences between Rails / JavaScript TimeZones.

Differences between Rails / JavaScript TimeZones.

5
Comments
7 min read
Validated by Built in Validations

Validated by Built in Validations

7
Comments
3 min read
How to organise your Twitter follows into lists

How to organise your Twitter follows into lists

4
Comments
5 min read
Glimmer Metronome & Hello, Canvas Animation Data Binding!

Glimmer Metronome & Hello, Canvas Animation Data Binding!

6
Comments
7 min read
RSpec: do not verify hash keys separately

RSpec: do not verify hash keys separately

6
Comments 3
1 min read
How do I make a ruby gem ?

How do I make a ruby gem ?

1
Comments 1
1 min read
Find records missing an association with `where.missing`

Find records missing an association with `where.missing`

8
Comments
2 min read
How to use config / credentials file in rails.

How to use config / credentials file in rails.

4
Comments
2 min read
Design Patterns: Query Objects

Design Patterns: Query Objects

5
Comments
3 min read
Why do you love Ruby, actually? An ode.

Why do you love Ruby, actually? An ode.

148
Comments 78
8 min read
Companies using Ruby/Rails

Companies using Ruby/Rails

58
Comments 18
5 min read
Encrypted Runtime Settings for Ruby and Elixir

Encrypted Runtime Settings for Ruby and Elixir

9
Comments
3 min read
Ruby on Rails + Auth0: Authenticating your API with an external authentication service

Ruby on Rails + Auth0: Authenticating your API with an external authentication service

14
Comments
8 min read
Glimmer DSL for SWT Canvas Path DSL

Glimmer DSL for SWT Canvas Path DSL

4
Comments
5 min read
Бизнес логика в Rails приложениях

Бизнес логика в Rails приложениях

2
Comments
1 min read
RSpec: what's important for the test

RSpec: what's important for the test

5
Comments
1 min read
Video: Visualize the architecture of your Ruby app, in VS Code, in 2 / minutes 02:26

Video: Visualize the architecture of your Ruby app, in VS Code, in 2 / minutes

15
Comments
1 min read
How ActiveRecord Uses Caching To Avoid Unnecessary Trips To The Database

How ActiveRecord Uses Caching To Avoid Unnecessary Trips To The Database

7
Comments
6 min read
My Ruby on Rails stack for side projects in 2021

My Ruby on Rails stack for side projects in 2021

50
Comments 2
16 min read
Testing multiple sessions in the same test with Capybara

Testing multiple sessions in the same test with Capybara

6
Comments
1 min read
How to Learn Ruby on Rails in 2021

How to Learn Ruby on Rails in 2021

16
Comments 1
5 min read
Ruby: IRB tab-autocomplete

Ruby: IRB tab-autocomplete

5
Comments
1 min read
When Alternatives are Unhelpful: A Ruby Case Study

When Alternatives are Unhelpful: A Ruby Case Study

6
Comments 2
4 min read
Which test will fall if we delete this piece of code?

Which test will fall if we delete this piece of code?

5
Comments
1 min read
Introduction to Timezones in Rails

Introduction to Timezones in Rails

4
Comments
1 min read
Creating a has_many/belongs_to relationship in Rails

Creating a has_many/belongs_to relationship in Rails

8
Comments
4 min read
Tackling Object Oriented Programming

Tackling Object Oriented Programming

10
Comments
4 min read
Rails - find VS find_by

Rails - find VS find_by

Comments 1
2 min read
ensure doesn't return value implicitly

ensure doesn't return value implicitly

11
Comments 1
1 min read
Reading Rails: Understanding how accepts_nested_attributes_for works

Reading Rails: Understanding how accepts_nested_attributes_for works

9
Comments
4 min read
Ruby — Part 0

Ruby — Part 0

6
Comments
2 min read
Glimmer DSL for SWT Mandelbrot Fractal

Glimmer DSL for SWT Mandelbrot Fractal

4
Comments
2 min read
Ruby Giant - Amir Rajan, Creator of DragonRuby

Ruby Giant - Amir Rajan, Creator of DragonRuby

12
Comments 1
4 min read
Pluck single values out of ActiveRecord models or Enumerables

Pluck single values out of ActiveRecord models or Enumerables

6
Comments 1
2 min read
loading...