DEV Community

Ruby on Rails

Ruby on Rails is a popular web framework that happens to power dev.to ❤️

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
When to use `link_to` and `button_to` in Rails

When to use `link_to` and `button_to` in Rails

3
Comments
2 min read
Turbo 8 InstantClick (Turbo-Prefetch) Feature

Turbo 8 InstantClick (Turbo-Prefetch) Feature

5
Comments
2 min read
Making Common Table Expression SQL More Railsy

Making Common Table Expression SQL More Railsy

5
Comments
9 min read
.present? VS .any? VS .exists?

.present? VS .any? VS .exists?

1
Comments
2 min read
4 article recommendations about Ruby from week 10-16 June 2024

4 article recommendations about Ruby from week 10-16 June 2024

6
Comments
1 min read
How to Scale an Existing Ruby on Rails Product from x to 10x

How to Scale an Existing Ruby on Rails Product from x to 10x

1
Comments
3 min read
Polymorphic vs Shared Table: Is speed a valid concern?

Polymorphic vs Shared Table: Is speed a valid concern?

Comments
4 min read
[Rails] count vs length vs size with Samples and a Diagram

[Rails] count vs length vs size with Samples and a Diagram

7
Comments
2 min read
Inserting and Selecting New Records - One Query

Inserting and Selecting New Records - One Query

1
Comments
4 min read
The Ultimate Guide to Hiring Ruby on Rails Developers

The Ultimate Guide to Hiring Ruby on Rails Developers

1
Comments 1
3 min read
A way to cache responses in Grape API

A way to cache responses in Grape API

1
Comments
4 min read
Ruby on Rails reselect and rewhere lets you optimize performance

Ruby on Rails reselect and rewhere lets you optimize performance

Comments
1 min read
How to add “Save and add another” feature to Rails apps

How to add “Save and add another” feature to Rails apps

6
Comments
2 min read
TIL custom order with .in_order_of

TIL custom order with .in_order_of

4
Comments
1 min read
Monitor the Performance of Your Ruby on Rails Application Using AppSignal

Monitor the Performance of Your Ruby on Rails Application Using AppSignal

2
Comments
8 min read
Do you know how the delivery of assets works in your Rails 7 app?

Do you know how the delivery of assets works in your Rails 7 app?

6
Comments 4
6 min read
Rails Caching With Couchbase in Under 5 Minutes

Rails Caching With Couchbase in Under 5 Minutes

3
Comments
3 min read
How to fix a segfault in Ruby

How to fix a segfault in Ruby

7
Comments
4 min read
If your dokku push doesn't trigger a build

If your dokku push doesn't trigger a build

4
Comments
3 min read
I’m switching from Laravel to Rails

I’m switching from Laravel to Rails

28
Comments 5
11 min read
Understanding Observers in Ruby on Rails

Understanding Observers in Ruby on Rails

7
Comments 3
3 min read
How to Create an Undo Action with Rails

How to Create an Undo Action with Rails

4
Comments
4 min read
How to Use Tailwind CSS for Your Ruby On Rails Project

How to Use Tailwind CSS for Your Ruby On Rails Project

6
Comments 1
8 min read
Dynamic Nested Forms with Rails and Stimulus

Dynamic Nested Forms with Rails and Stimulus

Comments
3 min read
Munster - Webhooks processing engine for Rails

Munster - Webhooks processing engine for Rails

5
Comments
5 min read
How to Use Tiptap's Collaboration Feature with Rails Action Cable

How to Use Tiptap's Collaboration Feature with Rails Action Cable

1
Comments
3 min read
Getting Stale Data for ActiveRecord Associations in Rails: `Model.reload` to fetch latest data

Getting Stale Data for ActiveRecord Associations in Rails: `Model.reload` to fetch latest data

1
Comments
1 min read
Rails and Postgres

Rails and Postgres

2
Comments 1
2 min read
Do React ao Hotwire - Parte II - [PT-BR]

Do React ao Hotwire - Parte II - [PT-BR]

14
Comments 2
6 min read
From React to Hotwire - Part I - [EN]

From React to Hotwire - Part I - [EN]

16
Comments 1
5 min read
Do React ao Hotwire - Parte I - [PT-BR]

Do React ao Hotwire - Parte I - [PT-BR]

30
Comments 1
5 min read
From React to Hotwire - Part II - [EN]

From React to Hotwire - Part II - [EN]

6
Comments
5 min read
How to use rbtrace from outside of docker container

How to use rbtrace from outside of docker container

1
Comments
2 min read
TIL: an_array_starting_with matcher

TIL: an_array_starting_with matcher

2
Comments
1 min read
How Layouts Work in Rails

How Layouts Work in Rails

3
Comments 1
3 min read
Getting Started: Your Ruby On Rails App Hosted On DigitalOcean With AppSignal

Getting Started: Your Ruby On Rails App Hosted On DigitalOcean With AppSignal

1
Comments
7 min read
Seeking a Type-Safe Ruby on Rails in TypeScript, I Started Developing an ORM

Seeking a Type-Safe Ruby on Rails in TypeScript, I Started Developing an ORM

Comments
4 min read
How to disable Rails Form's `.field_with_errors`

How to disable Rails Form's `.field_with_errors`

2
Comments
1 min read
Developing Modern Web Applications with Rails: Choosing the Right Component Tool

Developing Modern Web Applications with Rails: Choosing the Right Component Tool

4
Comments 1
4 min read
It’s Time For Active Job

It’s Time For Active Job

1
Comments
5 min read
Speed Up Your Rails Test Suite By 6% In 1 Line

Speed Up Your Rails Test Suite By 6% In 1 Line

2
Comments
3 min read
Stress Testing Your Rails Application Using JMeter

Stress Testing Your Rails Application Using JMeter

Comments
6 min read
Our Default Ruby Development Stack

Our Default Ruby Development Stack

Comments
3 min read
DelayedJob and PG Error No Connection to Server

DelayedJob and PG Error No Connection to Server

Comments
2 min read
How to Perform Rake Tasks in Rails

How to Perform Rake Tasks in Rails

2
Comments
2 min read
Pay Attention to Method Names in Minitest::Unit

Pay Attention to Method Names in Minitest::Unit

4
Comments
2 min read
Recent Searches & Sorting Hashes: How They are Connected

Recent Searches & Sorting Hashes: How They are Connected

Comments
5 min read
Update a Progress Bar using Turbo Streams (using Custom Actions)

Update a Progress Bar using Turbo Streams (using Custom Actions)

2
Comments
3 min read
Rails Integration Testing with Fixtures: A Practical Approach for Complex Data Sets

Rails Integration Testing with Fixtures: A Practical Approach for Complex Data Sets

1
Comments 1
2 min read
Playing around with Hotwire ⚡️

Playing around with Hotwire ⚡️

3
Comments
3 min read
Work with :through associations made easy

Work with :through associations made easy

3
Comments
2 min read
Avoid data migrations in the schema migrations for Rails

Avoid data migrations in the schema migrations for Rails

2
Comments 1
2 min read
How to Learn Ruby

How to Learn Ruby

1
Comments 3
3 min read
Supercharging Background Processing with Active Job in Rails

Supercharging Background Processing with Active Job in Rails

1
Comments
3 min read
Best practices for optimizing Ruby on Rails performance

Best practices for optimizing Ruby on Rails performance

Comments
5 min read
Improving Ruby on Rails Test Suite Performance by Disabling Animations

Improving Ruby on Rails Test Suite Performance by Disabling Animations

Comments
2 min read
Cleaning Up Your Rails Views With View Objects

Cleaning Up Your Rails Views With View Objects

1
Comments
5 min read
How To Memoize False and Nil Values

How To Memoize False and Nil Values

Comments
3 min read
5 Steps to Add Remote Modals to Your Rails App

5 Steps to Add Remote Modals to Your Rails App

Comments
4 min read
Test Driven Thinking for Solving Common Ruby Pitfalls

Test Driven Thinking for Solving Common Ruby Pitfalls

Comments
3 min read
loading...