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.
DRYing up Rails Scopes and Instance Methods

DRYing up Rails Scopes and Instance Methods

5
Comments
4 min read
N+1 & Eager loading & Beyond

N+1 & Eager loading & Beyond

6
Comments
4 min read
SaaS: How to code the subscriptions business model. Elementary level

SaaS: How to code the subscriptions business model. Elementary level

10
Comments
1 min read
Integrate Paypal Smart Payment Buttons in Rails (Part 1)

Integrate Paypal Smart Payment Buttons in Rails (Part 1)

8
Comments 4
3 min read
Changing the rails

Changing the rails

12
Comments
3 min read
Use Paypal Smart Button as Vue Component (Part 2 of 3)

Use Paypal Smart Button as Vue Component (Part 2 of 3)

7
Comments
3 min read
Block, Lambda, and Proc in Ruby

Block, Lambda, and Proc in Ruby

9
Comments
2 min read
Rails 6, TailwindCSS, TailwindUI, and Stimulus New App Guide (November 2020)

Rails 6, TailwindCSS, TailwindUI, and Stimulus New App Guide (November 2020)

12
Comments 5
4 min read
Setup Bulma CSS framework in your Rails application

Setup Bulma CSS framework in your Rails application

6
Comments
2 min read
Use a particular column as a foreign key in rails

Use a particular column as a foreign key in rails

5
Comments 2
2 min read
Rails Command Line Shortcuts // Re: Generate

Rails Command Line Shortcuts // Re: Generate

5
Comments
2 min read
#PureCSS - Responsive Ruby on Rails Logo

#PureCSS - Responsive Ruby on Rails Logo

3
Comments
1 min read
Element prototyping workflow with Tailwind CSS for a Rails + Stimulus app

Element prototyping workflow with Tailwind CSS for a Rails + Stimulus app

6
Comments 2
1 min read
Rails SQL Injections

Rails SQL Injections

9
Comments
5 min read
Quick difference in ruby's Each vs Map vs Collect vs Select

Quick difference in ruby's Each vs Map vs Collect vs Select

6
Comments
1 min read
Deploy a Ruby on Rails API only application in Docker with PostgreSQL

Deploy a Ruby on Rails API only application in Docker with PostgreSQL

32
Comments 2
6 min read
How to use the Delegate Pattern in Ruby on Rails

How to use the Delegate Pattern in Ruby on Rails

7
Comments
4 min read
Moving conditionally-rendered DOM elements to a dynamic location on a page with jQuery

Moving conditionally-rendered DOM elements to a dynamic location on a page with jQuery

6
Comments
2 min read
Track Errors in Ruby on Rails Application with Sentry

Track Errors in Ruby on Rails Application with Sentry

15
Comments 2
7 min read
Prepending Modules to the Rescue

Prepending Modules to the Rescue

6
Comments
5 min read
Improving callable service objects with private constructors in Ruby

Improving callable service objects with private constructors in Ruby

6
Comments 2
5 min read
Change column type and convert data in Rails

Change column type and convert data in Rails

6
Comments
2 min read
Re-Wheel series part 1 - How does Rails' find_each work?

Re-Wheel series part 1 - How does Rails' find_each work?

13
Comments
4 min read
When Should You Upgrade Your Rails Application?

When Should You Upgrade Your Rails Application?

4
Comments
5 min read
Moving my serverless project to Ruby on Rails

Moving my serverless project to Ruby on Rails

3
Comments
4 min read
21 tips for building Rails applications

21 tips for building Rails applications

55
Comments 6
13 min read
All About ActiveRecord Scopes

All About ActiveRecord Scopes

20
Comments 2
6 min read
Spree Commerce: How to Build an Ecommerce Website Fast

Spree Commerce: How to Build an Ecommerce Website Fast

22
Comments
5 min read
Intro to Testing With Rails: The Test Database and Fixtures

Intro to Testing With Rails: The Test Database and Fixtures

6
Comments
4 min read
Intro to Testing With Rails: System Tests

Intro to Testing With Rails: System Tests

8
Comments
4 min read
Intro to Testing With Rails

Intro to Testing With Rails

8
Comments
5 min read
Intro to Testing with Rails: Controller Tests

Intro to Testing with Rails: Controller Tests

2
Comments
4 min read
Ruby on Rails: Dark Mode: TLDR

Ruby on Rails: Dark Mode: TLDR

16
Comments 2
1 min read
JSONAPI::Resources & non-default relationship names

JSONAPI::Resources & non-default relationship names

6
Comments
2 min read
How to Integrate TradingView's HTML5 Charting Library with Ruby on Rails v6

How to Integrate TradingView's HTML5 Charting Library with Ruby on Rails v6

2
Comments 2
2 min read
Ruby's Shovel Method: Digging Deeper

Ruby's Shovel Method: Digging Deeper

14
Comments 1
2 min read
1 Backend, 5 Frontends - Todo List with Rails, React, Angular, Vue, Svelte, and jQuery

1 Backend, 5 Frontends - Todo List with Rails, React, Angular, Vue, Svelte, and jQuery

91
Comments 5
27 min read
Everyday Inspiration

Everyday Inspiration

11
Comments
7 min read
Don't Panic: The Solidus Guide to ReactJS

Don't Panic: The Solidus Guide to ReactJS

5
Comments
1 min read
Devise and SendGrid integration into rails 6

Devise and SendGrid integration into rails 6

18
Comments 3
4 min read
Adding Authentication in Rails 6 with Rodauth

Adding Authentication in Rails 6 with Rodauth

7
Comments
7 min read
Regexes with multiple slashes in Ruby

Regexes with multiple slashes in Ruby

6
Comments 2
1 min read
Write complex SQL with sub query easily in Rails

Write complex SQL with sub query easily in Rails

10
Comments 3
1 min read
Validate state transition easily without any gem

Validate state transition easily without any gem

14
Comments
1 min read
Don't forget `as: :json` when testing JSON API

Don't forget `as: :json` when testing JSON API

3
Comments 2
1 min read
The Order doesn't matter anymore

The Order doesn't matter anymore

6
Comments
1 min read
Elasticsearch Tune for indexing speed

Elasticsearch Tune for indexing speed

2
Comments
1 min read
Using Quill editor with Javascript and Rails API backend

Using Quill editor with Javascript and Rails API backend

11
Comments 3
2 min read
Dealing with time zones in rails

Dealing with time zones in rails

8
Comments 2
4 min read
Ruby on Rails Cron Jobs Using Whenever

Ruby on Rails Cron Jobs Using Whenever

13
Comments 3
4 min read
Using React and Rails Together

Using React and Rails Together

11
Comments 2
5 min read
Building a data pipeline with Ruby on Rails

Building a data pipeline with Ruby on Rails

16
Comments
5 min read
Using algebraic effects in Ruby for Dependency Injection

Using algebraic effects in Ruby for Dependency Injection

7
Comments 1
6 min read
Integrating DataTables.net into Rails with Webpacker

Integrating DataTables.net into Rails with Webpacker

4
Comments 3
4 min read
Architecture Thoughts?

Architecture Thoughts?

2
Comments 6
1 min read
Let's build for Ruby and Rails developers - Part 13

Let's build for Ruby and Rails developers - Part 13

2
Comments
3 min read
The 5 W's of Application Logging

The 5 W's of Application Logging

14
Comments
1 min read
What is the Difference between Ruby Blocks, Procs and Lambdas

What is the Difference between Ruby Blocks, Procs and Lambdas

7
Comments
2 min read
Implementing custom liquid tags

Implementing custom liquid tags

8
Comments 3
3 min read
Custom Error Pages in Ruby on Rails

Custom Error Pages in Ruby on Rails

13
Comments
3 min read
loading...