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.
Add custom CSS to Rails app with Bootstrap

Add custom CSS to Rails app with Bootstrap

8
Comments
1 min read
Convert a Hash to a Struct-like object

Convert a Hash to a Struct-like object

5
Comments
3 min read
How to rename a Rails app

How to rename a Rails app

5
Comments
1 min read
Finally authenticating Rails users with MetaMask

Finally authenticating Rails users with MetaMask

35
Comments 3
12 min read
Ruby on Rails Abstraction Helpers

Ruby on Rails Abstraction Helpers

7
Comments
3 min read
Full-Stack JS is Insane… Is Rails better?

Full-Stack JS is Insane… Is Rails better?

3
Comments
2 min read
Dynamically re-use & lazy-load page using Hotwire

Dynamically re-use & lazy-load page using Hotwire

19
Comments
3 min read
Setup linter for Ruby on Rails and React using VS Code Devcontainers.

Setup linter for Ruby on Rails and React using VS Code Devcontainers.

15
Comments
4 min read
Using AWS S3 For File Storage in Rails Apps

Using AWS S3 For File Storage in Rails Apps

2
Comments
11 min read
Autenticación con Auth0 en Rails

Autenticación con Auth0 en Rails

12
Comments 1
6 min read
Rails administrate : big tutorial, bits of philosophy

Rails administrate : big tutorial, bits of philosophy

8
Comments 1
7 min read
Inspecting Routes in a Rails application 🧐

Inspecting Routes in a Rails application 🧐

6
Comments
3 min read
Dynamic JWT authentication and secrets rotation in Rails Applications

Dynamic JWT authentication and secrets rotation in Rails Applications

10
Comments
3 min read
Rails 7 JS on page load

Rails 7 JS on page load

6
Comments 1
1 min read
WebHook integration with Stripe Payment Intents

WebHook integration with Stripe Payment Intents

9
Comments 2
3 min read
February Gnarly Learnings #1: An Introduction to Propshaft

February Gnarly Learnings #1: An Introduction to Propshaft

2
Comments
1 min read
Building a To-Do List Using Hotwire and Stimulus

Building a To-Do List Using Hotwire and Stimulus

17
Comments
15 min read
SSGs through the ages: The 'Let's Recreate Rails' era

SSGs through the ages: The 'Let's Recreate Rails' era

9
Comments 2
4 min read
Using attr_accessor to clean up your calls between models

Using attr_accessor to clean up your calls between models

4
Comments
1 min read
Rails 7 + Devise + Log out

Rails 7 + Devise + Log out

11
Comments 5
1 min read
Adding text alignment to Trix

Adding text alignment to Trix

17
Comments 2
5 min read
Building a Lightbox with Hotwire and Swiper.js

Building a Lightbox with Hotwire and Swiper.js

20
Comments 6
16 min read
🐳<docker, mysql, rails> error: 'Plugin caching_sha2_password could not be loaded' when run 'db:create'

🐳<docker, mysql, rails> error: 'Plugin caching_sha2_password could not be loaded' when run 'db:create'

2
Comments
1 min read
Action mailer : a tutorial

Action mailer : a tutorial

5
Comments
7 min read
Simplify Rails Views Using ViewComponents with Tailwind CSS and RSpec

Simplify Rails Views Using ViewComponents with Tailwind CSS and RSpec

25
Comments 2
4 min read
Must/Should/Can - a Personal Organization System

Must/Should/Can - a Personal Organization System

20
Comments
3 min read
GraphQL APIs in Rails

GraphQL APIs in Rails

8
Comments
11 min read
How to turn your Ruby on Rails project into a Shopify app

How to turn your Ruby on Rails project into a Shopify app

6
Comments
5 min read
Stimulus Rails 7 Tutorial

Stimulus Rails 7 Tutorial

25
Comments 1
11 min read
Custom esbuild for Rails

Custom esbuild for Rails

7
Comments
4 min read
Javascript, Sql, and File Saving

Javascript, Sql, and File Saving

5
Comments
2 min read
Advanced Heroku Settings For Rails

Advanced Heroku Settings For Rails

10
Comments
4 min read
Bootstrap Modals Using Hotwire In Rails

Bootstrap Modals Using Hotwire In Rails

14
Comments
4 min read
Renaming a table in production in PostgreSQL

Renaming a table in production in PostgreSQL

15
Comments
3 min read
Ruby Sets

Ruby Sets

9
Comments
2 min read
Share The Gems You Love With RailsGems

Share The Gems You Love With RailsGems

6
Comments
2 min read
All About Hotwire and Turbo

All About Hotwire and Turbo

31
Comments 1
14 min read
Rails SQL Views made easy ;)

Rails SQL Views made easy ;)

5
Comments 1
1 min read
Debug Rails with ruby/debug

Debug Rails with ruby/debug

6
Comments 1
9 min read
Nossa Stack

Nossa Stack

3
Comments
2 min read
Turbo Rails 101: Building a todo app with Turbo

Turbo Rails 101: Building a todo app with Turbo

57
Comments 2
20 min read
Polymorphic joins in Active Record

Polymorphic joins in Active Record

20
Comments 4
3 min read
API tests in the repository? It can be done with HttpClient!

API tests in the repository? It can be done with HttpClient!

6
Comments 6
4 min read
Nested Resource Routing

Nested Resource Routing

7
Comments
2 min read
How to Deploy a Rails Application and Add Authentication using Devise

How to Deploy a Rails Application and Add Authentication using Devise

10
Comments
17 min read
Remove Git Config from New Rails / React / etc Project

Remove Git Config from New Rails / React / etc Project

4
Comments
1 min read
An open-source reverse job board for Rails developers

An open-source reverse job board for Rails developers

2
Comments
2 min read
Hotwire empty states with Alpine.js

Hotwire empty states with Alpine.js

19
Comments 2
6 min read
The Basics of Serializer: A Rails guide

The Basics of Serializer: A Rails guide

10
Comments
3 min read
How to create simple group chats using Rails

How to create simple group chats using Rails

3
Comments
2 min read
12 LOC Infinite scroll

12 LOC Infinite scroll

5
Comments
1 min read
Group with ranges for ActiveRecord

Group with ranges for ActiveRecord

7
Comments
2 min read
Pagination and infinite scrolling with Rails and the Hotwire stack

Pagination and infinite scrolling with Rails and the Hotwire stack

30
Comments
14 min read
Load More Pagination in Rails with Hotwire Turbo Streams

Load More Pagination in Rails with Hotwire Turbo Streams

20
Comments 1
4 min read
RSpec - clear test documentation

RSpec - clear test documentation

7
Comments
3 min read
Real-time previews with Rails and StimulusReflex

Real-time previews with Rails and StimulusReflex

17
Comments
16 min read
Create dynamic dependant dropdowns with Javascript in Rails 6.1.4

Create dynamic dependant dropdowns with Javascript in Rails 6.1.4

6
Comments
3 min read
Rails where('n > ?', m) without sql

Rails where('n > ?', m) without sql

8
Comments 1
1 min read
Wrapping a generic sort_table javascript function in a stimulus controller

Wrapping a generic sort_table javascript function in a stimulus controller

4
Comments
3 min read
Test and Optimize Your Ruby on Rails Database Performance

Test and Optimize Your Ruby on Rails Database Performance

6
Comments
9 min read
loading...