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.
Setup para Ruby / Rails: MacOS

Setup para Ruby / Rails: MacOS

Comments
6 min read
Rails Designer V1 is here!

Rails Designer V1 is here!

2
Comments 1
1 min read
Delegated Types and and building the ultimate Kanban Board in Rails

Delegated Types and and building the ultimate Kanban Board in Rails

Comments
3 min read
I launched 4 Projects in Just 2 Weeks! Thanks to the incredible tools we have today

I launched 4 Projects in Just 2 Weeks! Thanks to the incredible tools we have today

1
Comments
1 min read
Add a custom Tailwind CSS class for reusability and speed

Add a custom Tailwind CSS class for reusability and speed

3
Comments
2 min read
ROR or LARAVEL Or MERN?

ROR or LARAVEL Or MERN?

Comments
1 min read
.present? VS .any? VS .exists?

.present? VS .any? VS .exists?

Comments
2 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

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

Monitor the Performance of Your Ruby on Rails Application Using AppSignal

1
Comments
8 min read
Ubuntu Development Sprinter

Ubuntu Development Sprinter

2
Comments
1 min read
Tropical.rb - Os desafios de organizar uma conferência de Ruby/Rails - [PT-BR]

Tropical.rb - Os desafios de organizar uma conferência de Ruby/Rails - [PT-BR]

9
Comments
8 min read
The Ultimate Guide to Hiring Ruby on Rails Developers

The Ultimate Guide to Hiring Ruby on Rails Developers

Comments 1
3 min read
How to save time when run RSpec tests

How to save time when run RSpec tests

5
Comments
1 min read
Build Your Own YouTube Thumbnail Downloader! RoR+SerpApi - Part 1

Build Your Own YouTube Thumbnail Downloader! RoR+SerpApi - Part 1

Comments
7 min read
Weekly Updates - July 5, 2024

Weekly Updates - July 5, 2024

2
Comments
2 min read
New in Rails 7.2: Generated With .devcontainer

New in Rails 7.2: Generated With .devcontainer

2
Comments
2 min read
TIL: an_array_starting_with matcher

TIL: an_array_starting_with matcher

1
Comments
1 min read
Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application

Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application

3
Comments
8 min read
Making Common Table Expression SQL More Railsy

Making Common Table Expression SQL More Railsy

6
Comments
9 min read
Turbo 8 InstantClick (Turbo-Prefetch) Feature

Turbo 8 InstantClick (Turbo-Prefetch) Feature

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

Polymorphic vs Shared Table: Is speed a valid concern?

6
Comments
4 min read
Inserting and Selecting New Records - One Query

Inserting and Selecting New Records - One Query

4
Comments
4 min read
Interesting Things I learned Writing Rspec Tests

Interesting Things I learned Writing Rspec Tests

Comments
2 min read
TIL custom order with .in_order_of

TIL custom order with .in_order_of

3
Comments
1 min read
Leveraging Mixins in Ruby on Rails: A Deep Dive

Leveraging Mixins in Ruby on Rails: A Deep Dive

1
Comments
2 min read
Setup para Ruby / Rails: Ubuntu

Setup para Ruby / Rails: Ubuntu

3
Comments
6 min read
UI Design Tips Using Tailwind CSS for Developers

UI Design Tips Using Tailwind CSS for Developers

3
Comments 6
5 min read
Setup para Ruby / Rails: Windows + WSL

Setup para Ruby / Rails: Windows + WSL

2
Comments
8 min read
A quick guide on database migrations in Ruby on Rails

A quick guide on database migrations in Ruby on Rails

8
Comments
5 min read
Installing Ruby and Rails on WSL2 using ASDF-VM

Installing Ruby and Rails on WSL2 using ASDF-VM

2
Comments
1 min read
New Rails 7.2: Added Rate Limiting

New Rails 7.2: Added Rate Limiting

13
Comments 2
1 min read
New in Rails 7.2: Active Model Got type_for_attribute

New in Rails 7.2: Active Model Got type_for_attribute

3
Comments
1 min read
Tropical.rb - The Challenges of Organizing a Ruby/Rails Conference [EN]

Tropical.rb - The Challenges of Organizing a Ruby/Rails Conference [EN]

14
Comments 4
7 min read
How to avoid N + 1 and keep your Ruby on Rails controller clean

How to avoid N + 1 and keep your Ruby on Rails controller clean

14
Comments
3 min read
Setup para Ruby / Rails: Sistema Operacional

Setup para Ruby / Rails: Sistema Operacional

1
Comments
1 min read
When to use `link_to` and `button_to` in Rails

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

8
Comments
2 min read
Binary Decision Tree in Ruby ? Say hello to Composite Pattern 🌳

Binary Decision Tree in Ruby ? Say hello to Composite Pattern 🌳

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

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

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

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

9
Comments
2 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
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
Munster - Webhooks processing engine for Rails

Munster - Webhooks processing engine for Rails

4
Comments
5 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]

13
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]

26
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
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
loading...