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.
The Power of Serialization in Active Record

The Power of Serialization in Active Record

1
Comments
5 min read
Rails helpers tips for writing better view

Rails helpers tips for writing better view

3
Comments
2 min read
Rails ActiveStorage Direct Upload on React Native

Rails ActiveStorage Direct Upload on React Native

2
Comments 1
3 min read
Create PDF Files in Ruby on Rails

Create PDF Files in Ruby on Rails

1
Comments
1 min read
Sending Better Data With Rails Serializers

Sending Better Data With Rails Serializers

8
Comments
3 min read
Rails default port

Rails default port

1
Comments
1 min read
Demystifying Active Record Associations

Demystifying Active Record Associations

2
Comments
3 min read
Solving a critical bug in the default Rails caching library

Solving a critical bug in the default Rails caching library

10
Comments 2
6 min read
How to check if an object is present in an array in Ruby?

How to check if an object is present in an array in Ruby?

Comments
3 min read
The Future of Ruby on Rails: from the perspective of a newcomer

The Future of Ruby on Rails: from the perspective of a newcomer

4
Comments 2
4 min read
Book a Bookstore API using Rack, Sequel and Postgresql

Book a Bookstore API using Rack, Sequel and Postgresql

2
Comments
5 min read
Implement Leaflet on rails with stimulus

Implement Leaflet on rails with stimulus

1
Comments
4 min read
Deployed Application

Deployed Application

1
Comments
2 min read
A new gem to generate Swagger Doc in Rails

A new gem to generate Swagger Doc in Rails

Comments
10 min read
From Theory to Practice: Using Active Storage for File Management in Rails

From Theory to Practice: Using Active Storage for File Management in Rails

10
Comments 4
6 min read
RSpec. let and let!

RSpec. let and let!

Comments
1 min read
Rails 基礎 Part 02 -- 3 カラムの Migration ファイルから作成した API の振り返り + 改善

Rails 基礎 Part 02 -- 3 カラムの Migration ファイルから作成した API の振り返り + 改善

Comments
3 min read
Identifying Ruby Developers' Favourite IDEs for Ruby/Rails in 2023

Identifying Ruby Developers' Favourite IDEs for Ruby/Rails in 2023

Comments 4
3 min read
Simplify Your Rails API Development with AMS

Simplify Your Rails API Development with AMS

1
Comments
4 min read
Rails Self-Referential Relationships

Rails Self-Referential Relationships

6
Comments
3 min read
Building Your Way to Success: Why Side Projects are the Key to Landing Your Dream Job in Ruby on Rails or JavaScript

Building Your Way to Success: Why Side Projects are the Key to Landing Your Dream Job in Ruby on Rails or JavaScript

2
Comments 1
3 min read
Business intelligence on Rails with Blazer

Business intelligence on Rails with Blazer

Comments
6 min read
How To Deploy Your Rails App to a DigitalOcean Droplet Using Dokku

How To Deploy Your Rails App to a DigitalOcean Droplet Using Dokku

11
Comments
7 min read
Ruby on Rails with React on Typescript using importmaps

Ruby on Rails with React on Typescript using importmaps

6
Comments 2
12 min read
5 Tips to Optimize Your Ruby on Rails App's Performance

5 Tips to Optimize Your Ruby on Rails App's Performance

6
Comments
2 min read
ActionCable and React for Beginners

ActionCable and React for Beginners

2
Comments
4 min read
Say Goodbye to Messy Constants: A New Approach to Moving Constants Away from Your Model!

Say Goodbye to Messy Constants: A New Approach to Moving Constants Away from Your Model!

8
Comments
11 min read
Resize images before saving them with Ruby on Rails Active Storage

Resize images before saving them with Ruby on Rails Active Storage

4
Comments 2
3 min read
A comprehensive introduction to Ruby

A comprehensive introduction to Ruby

29
Comments 7
11 min read
Exception Handling and Validations in Rails, and how to display errors to users.

Exception Handling and Validations in Rails, and how to display errors to users.

2
Comments
9 min read
The Ultimate Guide to Active Storage in Rails

The Ultimate Guide to Active Storage in Rails

22
Comments 5
5 min read
Rails - annotate method

Rails - annotate method

Comments
1 min read
Is CDN Right for Your Rails App? and good for large scale applications?

Is CDN Right for Your Rails App? and good for large scale applications?

7
Comments 4
3 min read
7 Common Mistakes in Rails Upgrades

7 Common Mistakes in Rails Upgrades

1
Comments
7 min read
Rails Request specs with arbitrary JSON params

Rails Request specs with arbitrary JSON params

Comments
1 min read
Rails 基礎 Part 01 -- rails で API を作って curl で確認する。

Rails 基礎 Part 01 -- rails で API を作って curl で確認する。

1
Comments
3 min read
Rails 基礎 Part 00 -- asdf と ruby を動かす

Rails 基礎 Part 00 -- asdf と ruby を動かす

1
Comments
1 min read
Create a Ruby gem from scratch

Create a Ruby gem from scratch

8
Comments
6 min read
How to use Sidekiq in Rails 7: Background Jobs

How to use Sidekiq in Rails 7: Background Jobs

10
Comments
3 min read
Consuming Other APIs in a Rails App.

Consuming Other APIs in a Rails App.

Comments
4 min read
Ruby YJIT at Underdog

Ruby YJIT at Underdog

2
Comments
4 min read
How to write a View test in Rails with RSpec

How to write a View test in Rails with RSpec

Comments
1 min read
Testing Rails root route

Testing Rails root route

Comments
1 min read
Simple Improvements and Testing of a Rails Controller

Simple Improvements and Testing of a Rails Controller

1
Comments
1 min read
SOLID: Open-closed principle in Ruby

SOLID: Open-closed principle in Ruby

Comments
3 min read
Audit Logging in Ruby and Rails

Audit Logging in Ruby and Rails

Comments
8 min read
Usando a gem httplog para uma melhor análise dos logs

Usando a gem httplog para uma melhor análise dos logs

5
Comments
2 min read
Testing: Mock And Stub

Testing: Mock And Stub

13
Comments
2 min read
Be careful with time durations in Rails

Be careful with time durations in Rails

Comments
6 min read
Challenges of a Junior Ruby Developer

Challenges of a Junior Ruby Developer

14
Comments
6 min read
Stripe Connect onboarding with Ruby on Rails

Stripe Connect onboarding with Ruby on Rails

13
Comments 1
7 min read
Let's expect change and reload!

Let's expect change and reload!

Comments 2
2 min read
TIL. I started to collaborate with some teammates on some projects.

TIL. I started to collaborate with some teammates on some projects.

2
Comments 1
1 min read
Securing the Rails: User Authentication and Bcrypt in Ruby on Rails

Securing the Rails: User Authentication and Bcrypt in Ruby on Rails

3
Comments 1
10 min read
Active Record "merge" method. A Hidden Feature for Streamlining Database Operations.

Active Record "merge" method. A Hidden Feature for Streamlining Database Operations.

8
Comments 1
5 min read
Understanding and preventing race conditons in Ruby

Understanding and preventing race conditons in Ruby

7
Comments
3 min read
How to implement Pub/Sub pattern in Ruby on Rails?

How to implement Pub/Sub pattern in Ruby on Rails?

10
Comments 6
11 min read
How to deploy multi-environment(staging, production) application using Kamal (preivously MRSK)

How to deploy multi-environment(staging, production) application using Kamal (preivously MRSK)

4
Comments 1
3 min read
Feature flags in Rails: How to roll out and manage your features like a pro

Feature flags in Rails: How to roll out and manage your features like a pro

4
Comments
6 min read
Security sinks in Ruby on Rails Part 1 - XSS

Security sinks in Ruby on Rails Part 1 - XSS

1
Comments
2 min read
loading...