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.
Building an Event Sourcing System in Rails, Part 1: What is Event Sourcing?

Building an Event Sourcing System in Rails, Part 1: What is Event Sourcing?

54
Comments 2
4 min read
How to Become a Better Junior Developer: 5 Healthy Habits to Learn Right Away

How to Become a Better Junior Developer: 5 Healthy Habits to Learn Right Away

9
Comments
7 min read
Convert Video to text in Ruby

Convert Video to text in Ruby

23
Comments 1
2 min read
Passing Rails controller params to Sidekiq

Passing Rails controller params to Sidekiq

11
Comments
3 min read
Magic Links with Ruby On Rails and Devise

Magic Links with Ruby On Rails and Devise

62
Comments 7
3 min read
Translate rails query to raw sql in rails console

Translate rails query to raw sql in rails console

8
Comments
1 min read
Twilio Hackathon: Todo-list Textbot - User Flow with Studio Flow

Twilio Hackathon: Todo-list Textbot - User Flow with Studio Flow

11
Comments 1
4 min read
Ruby On Rails Best Practice 2020 (for us)

Ruby On Rails Best Practice 2020 (for us)

27
Comments 5
3 min read
Don't add database index if it already exists in Rails

Don't add database index if it already exists in Rails

5
Comments
4 min read
Building Consistent RESTful APIs

Building Consistent RESTful APIs

71
Comments 7
3 min read
9 Ruby on Rails Blogs to Follow

9 Ruby on Rails Blogs to Follow

31
Comments 3
3 min read
Rails : How to preview Office files ?

Rails : How to preview Office files ?

7
Comments 7
2 min read
Building a Rails CI pipeline with GitHub Actions

Building a Rails CI pipeline with GitHub Actions

2
Comments
8 min read
Rails Tasks: exporting database models to a CSV.

Rails Tasks: exporting database models to a CSV.

11
Comments
2 min read
Feature Flags: The simple way to de-stress production releases

Feature Flags: The simple way to de-stress production releases

9
Comments
7 min read
Specifying a Template and a Layout through Action Mailer's mail function

Specifying a Template and a Layout through Action Mailer's mail function

5
Comments
3 min read
Uploading Profile Pictures in a React and Rails API App Part II

Uploading Profile Pictures in a React and Rails API App Part II

33
Comments 2
5 min read
Rails, GraphQL, and TypeScript: a stack worth trying

Rails, GraphQL, and TypeScript: a stack worth trying

8
Comments
8 min read
Rails active jobs & Tests

Rails active jobs & Tests

14
Comments 1
2 min read
Rails Backend: Slug Endpoints

Rails Backend: Slug Endpoints

8
Comments
2 min read
Twilio Hackathon: Shared (to-do, grocery) lists between friends, family, and businesses

Twilio Hackathon: Shared (to-do, grocery) lists between friends, family, and businesses

26
Comments 3
3 min read
Rails Backend: Custom Validations

Rails Backend: Custom Validations

25
Comments 2
4 min read
Strong Opinions About Strong Parameters

Strong Opinions About Strong Parameters

32
Comments 1
4 min read
Do you use form objects in your Rails apps?

Do you use form objects in your Rails apps?

11
Comments 1
3 min read
Rails Scaffold

Rails Scaffold

7
Comments 1
4 min read
The Rails Model Introduction I Wish I Had

The Rails Model Introduction I Wish I Had

72
Comments 6
13 min read
Changing the Approach to Debugging in Ruby with TracePoint

Changing the Approach to Debugging in Ruby with TracePoint

16
Comments 2
9 min read
How to build a conference line with Twilio and Ruby

How to build a conference line with Twilio and Ruby

27
Comments 3
5 min read
Recipe for Rails Backend

Recipe for Rails Backend

39
Comments 3
2 min read
What even is REST?

What even is REST?

15
Comments
4 min read
Uploading Profile Pictures in a React and Rails API Application Part I

Uploading Profile Pictures in a React and Rails API Application Part I

22
Comments
5 min read
How to setup Rails on Windows 10 for remote development

How to setup Rails on Windows 10 for remote development

12
Comments 2
15 min read
Active Record find vs. find_by vs. where

Active Record find vs. find_by vs. where

23
Comments
4 min read
TUNS - Twitter Unfollower Notification Service

TUNS - Twitter Unfollower Notification Service

13
Comments
1 min read
Scrape the Web for Updates and Send SMS Alerts with Ruby

Scrape the Web for Updates and Send SMS Alerts with Ruby

47
Comments
12 min read
Facade Pattern in Rails for Performance and Maintainability

Facade Pattern in Rails for Performance and Maintainability

7
Comments
8 min read
Ruby on Rails integration guide for passwordless authentication with DID.app

Ruby on Rails integration guide for passwordless authentication with DID.app

8
Comments 1
4 min read
Setup for Vue and Buefy in Rails 6

Setup for Vue and Buefy in Rails 6

21
Comments
3 min read
How to install and use MongoDB with Rails 6

How to install and use MongoDB with Rails 6

9
Comments 1
5 min read
Which ERB tag should I use?

Which ERB tag should I use?

10
Comments
2 min read
released gem active_record_json_explain 💎✨

released gem active_record_json_explain 💎✨

6
Comments
1 min read
Rails 6 jQuery upgrade with webpacker!

Rails 6 jQuery upgrade with webpacker!

10
Comments
3 min read
Performance Review: React/Redux

Performance Review: React/Redux

6
Comments
4 min read
This week in Rails

This week in Rails

19
Comments 2
2 min read
Developing Rails apps using an iPad

Developing Rails apps using an iPad

25
Comments 16
1 min read
How to install PostgreSQL from binaries on Mac OS X Catalina

How to install PostgreSQL from binaries on Mac OS X Catalina

10
Comments 3
9 min read
What's a Dual Boot?

What's a Dual Boot?

8
Comments
3 min read
Running Your React Native Expo App on a Device with Local Backend

Running Your React Native Expo App on a Device with Local Backend

18
Comments 1
3 min read
How to get a Rails Api model method in JSON.

How to get a Rails Api model method in JSON.

8
Comments
3 min read
Basic fetch requests with JS + Rails

Basic fetch requests with JS + Rails

19
Comments 2
3 min read
A quick start guide to creating an app with Preact, TypeScript and Ruby on Rails

A quick start guide to creating an app with Preact, TypeScript and Ruby on Rails

32
Comments 4
3 min read
ActiveStorage & S3 Server-side Encryption

ActiveStorage & S3 Server-side Encryption

38
Comments 2
1 min read
Building a Rails App With Multiple Subdomains

Building a Rails App With Multiple Subdomains

82
Comments 1
7 min read
cURL wrapper around RubyGems.org API

cURL wrapper around RubyGems.org API

18
Comments 1
1 min read
Rails Generators

Rails Generators

11
Comments
8 min read
Rails migration から ridgepole に移行した

Rails migration から ridgepole に移行した

6
Comments
2 min read
Webpacker 5.0 released

Webpacker 5.0 released

9
Comments
4 min read
Using Serializers With a Ruby on Rails API

Using Serializers With a Ruby on Rails API

10
Comments 8
2 min read
Is there good Ruby/Rails repos to read and learn good architecture/coding manners?

Is there good Ruby/Rails repos to read and learn good architecture/coding manners?

4
Comments 4
1 min read
How can we login through SAML 2.0 using our API REST developed in Ruby on Rails?

How can we login through SAML 2.0 using our API REST developed in Ruby on Rails?

14
Comments
4 min read
loading...