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.
Advanced Route Constraints with Rails

Advanced Route Constraints with Rails

5
Comments
3 min read
Rails or Express?

Rails or Express?

6
Comments
2 min read
Authentication with Bcrypt

Authentication with Bcrypt

10
Comments
6 min read
Delegated Types are an alternative to Single Table Inheritance

Delegated Types are an alternative to Single Table Inheritance

17
Comments
3 min read
Responsible Monkey Patching of Ruby Methods

Responsible Monkey Patching of Ruby Methods

21
Comments 3
5 min read
Install 2.x, 3.x version of Ruby via rbenv on M1 Mac

Install 2.x, 3.x version of Ruby via rbenv on M1 Mac

13
Comments 9
2 min read
Google Login Rails 7 tutorial

Google Login Rails 7 tutorial

22
Comments 3
3 min read
Ruby on Rails ActiveRecord Callbacks

Ruby on Rails ActiveRecord Callbacks

12
Comments
4 min read
Ruby on Rails ActiveRecord Validations

Ruby on Rails ActiveRecord Validations

16
Comments
4 min read
Have a little RSpec(t)

Have a little RSpec(t)

9
Comments
3 min read
Run Rubcop on changed files with Git Status

Run Rubcop on changed files with Git Status

6
Comments
1 min read
Rails 7 with Tailwindcss and custom Slim Template

Rails 7 with Tailwindcss and custom Slim Template

5
Comments
5 min read
Using Chart.js plugins with webpack

Using Chart.js plugins with webpack

8
Comments
3 min read
Finally finished with the Flatiron School self-paced software engineering program!

Finally finished with the Flatiron School self-paced software engineering program!

7
Comments 1
2 min read
Creating lots of records in Rails with insert_all

Creating lots of records in Rails with insert_all

12
Comments
3 min read
Exploring ViewComponent

Exploring ViewComponent

8
Comments
7 min read
Event Streaming in Rails with Kafka

Event Streaming in Rails with Kafka

15
Comments
12 min read
Setting up Password Authentication With B-Crypt

Setting up Password Authentication With B-Crypt

4
Comments
5 min read
Gotcha: Starting Jobs inside Transaction

Gotcha: Starting Jobs inside Transaction

6
Comments 1
1 min read
Serializers for your Serializers

Serializers for your Serializers

2
Comments
2 min read
The most underrated Rails helper: dom_id

The most underrated Rails helper: dom_id

13
Comments
4 min read
An Intro with Custom Serializers to Manipulate Data Output

An Intro with Custom Serializers to Manipulate Data Output

3
Comments
2 min read
Getting railed by ruby

Getting railed by ruby

3
Comments
2 min read
RVTWS: a Ruby stack for modern web apps

RVTWS: a Ruby stack for modern web apps

22
Comments 2
6 min read
Swapping Elasticsearch for Meilisearch in Rails feat. Docker

Swapping Elasticsearch for Meilisearch in Rails feat. Docker

16
Comments 3
7 min read
The Rails Configuration File (~/.railsrc)

The Rails Configuration File (~/.railsrc)

21
Comments
2 min read
Rails, add_reference with null constraint on existing table

Rails, add_reference with null constraint on existing table

10
Comments
2 min read
Building has_one from has_many Associations

Building has_one from has_many Associations

19
Comments 1
5 min read
The very basics of Active Record Validations

The very basics of Active Record Validations

11
Comments
5 min read
Make Yourself Accessible: New Rails Apps

Make Yourself Accessible: New Rails Apps

10
Comments
8 min read
Gnarly Learnings From June 2022

Gnarly Learnings From June 2022

8
Comments
3 min read
Styling Simple Form forms with Tailwind

Styling Simple Form forms with Tailwind

19
Comments 6
11 min read
Which one to use? eql? vs equal? vs == ? Mutant Driven Development of Country Value Object

Which one to use? eql? vs equal? vs == ? Mutant Driven Development of Country Value Object

9
Comments
6 min read
From HTML to Simple Form: anatomy of Rails forms

From HTML to Simple Form: anatomy of Rails forms

15
Comments
8 min read
Using MeiliSearch in a Production Rails Environment

Using MeiliSearch in a Production Rails Environment

14
Comments 1
6 min read
Understanding The Magic of ActiveRecord

Understanding The Magic of ActiveRecord

8
Comments
3 min read
Creating a simple To-Do app using Rails

Creating a simple To-Do app using Rails

15
Comments 2
2 min read
Add Feature Flags in Ruby on Rails with Flipper

Add Feature Flags in Ruby on Rails with Flipper

11
Comments
8 min read
wkhtmltoimage-binary and wkhtmltopdf-binary gems for ARM

wkhtmltoimage-binary and wkhtmltopdf-binary gems for ARM

9
Comments
1 min read
Creating a “Follow” button: from Rails to React using Self-Join

Creating a “Follow” button: from Rails to React using Self-Join

8
Comments
7 min read
Testing, 1, 2 : Basic Testing in Rails

Testing, 1, 2 : Basic Testing in Rails

8
Comments
3 min read
ASTs in Ruby - Node Pattern and Introducing RuboCop

ASTs in Ruby - Node Pattern and Introducing RuboCop

23
Comments
8 min read
How to Sell a One-time Purchase in Rails With Stripe

How to Sell a One-time Purchase in Rails With Stripe

7
Comments
14 min read
AWS CloudFront on Rails

AWS CloudFront on Rails

9
Comments
2 min read
ASTs in Ruby - Pattern Matching

ASTs in Ruby - Pattern Matching

26
Comments
9 min read
Rails Authentication with Sorcery

Rails Authentication with Sorcery

7
Comments
1 min read
Solve network errors with PDFKit and wkhtmltopdf

Solve network errors with PDFKit and wkhtmltopdf

12
Comments 1
2 min read
Self-destructing StimulusJS controllers

Self-destructing StimulusJS controllers

11
Comments 1
3 min read
Creating a Rails as API project pt 1: Set Up

Creating a Rails as API project pt 1: Set Up

12
Comments
3 min read
Introduction to Lecter or quick and easy investigation of web applications

Introduction to Lecter or quick and easy investigation of web applications

18
Comments
5 min read
The Case for Pattern Matching Key Irreverence in Ruby

The Case for Pattern Matching Key Irreverence in Ruby

40
Comments 2
13 min read
Creating your first VIEW_COMPONENT with Rails and Hotwire

Creating your first VIEW_COMPONENT with Rails and Hotwire

19
Comments
1 min read
Preview UI changes with Ruby on Rails variants

Preview UI changes with Ruby on Rails variants

15
Comments
3 min read
Rails' Hidden Gems: ActiveSupport Cache Increment and Decrement

Rails' Hidden Gems: ActiveSupport Cache Increment and Decrement

12
Comments
6 min read
New Episode! Chris Oliver on Code and the Coding Coders who Code it

New Episode! Chris Oliver on Code and the Coding Coders who Code it

6
Comments
1 min read
Follow Friday: Ruby Edition (3 June 2022)

Follow Friday: Ruby Edition (3 June 2022)

21
Comments 7
1 min read
Exploring dry-rb - Intuition of Results

Exploring dry-rb - Intuition of Results

56
Comments 2
12 min read
Dynamic nested forms with Turbo

Dynamic nested forms with Turbo

39
Comments 7
7 min read
From partials to ViewComponents: writing reusable front-end code in Rails

From partials to ViewComponents: writing reusable front-end code in Rails

20
Comments 2
13 min read
An Introduction to Polymorphism in Ruby on Rails

An Introduction to Polymorphism in Ruby on Rails

24
Comments
9 min read
loading...