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.
How to upgrade Rails 6.1 to Rails 7

How to upgrade Rails 6.1 to Rails 7

32
Comments 5
3 min read
What is Bcrypt and Why?

What is Bcrypt and Why?

10
Comments
3 min read
What's New in Rails 7

What's New in Rails 7

12
Comments
5 min read
Rails 7.0 released… a non-event at Doctolib

Rails 7.0 released… a non-event at Doctolib

12
Comments 3
2 min read
Remote Debugging with Foreman and Byebug

Remote Debugging with Foreman and Byebug

3
Comments 1
3 min read
How Rails Concerns Work and How to Use Them

How Rails Concerns Work and How to Use Them

71
Comments
5 min read
Leveling Up Weekly: Ruby on Rails - Issue #4

Leveling Up Weekly: Ruby on Rails - Issue #4

2
Comments
1 min read
Rails — Enhancement application performance using cache on views

Rails — Enhancement application performance using cache on views

3
Comments
9 min read
Rails 7, Bootstrap 5 tutorial : fear and relief

Rails 7, Bootstrap 5 tutorial : fear and relief

3
Comments
1 min read
Rails 7 brings Import Maps into the limelight

Rails 7 brings Import Maps into the limelight

4
Comments
6 min read
Active Record Callbacks shouldn't modify other records

Active Record Callbacks shouldn't modify other records

4
Comments
2 min read
Who stole the cookie from the cookie jar? (RoR Security)

Who stole the cookie from the cookie jar? (RoR Security)

7
Comments
13 min read
Cerealizing with Serializers

Cerealizing with Serializers

4
Comments
10 min read
Por que Rails?

Por que Rails?

12
Comments 1
3 min read
Rails : add a column

Rails : add a column

7
Comments
5 min read
How to do Twitter authentication with devise_token_auth

How to do Twitter authentication with devise_token_auth

5
Comments 1
8 min read
A complete guide to deploying Rails on an Ubuntu VirtualBox VM

A complete guide to deploying Rails on an Ubuntu VirtualBox VM

6
Comments
8 min read
Rails Generators

Rails Generators

6
Comments
3 min read
Multiple Output files with cssbundling-rails and Tailwind

Multiple Output files with cssbundling-rails and Tailwind

9
Comments 3
2 min read
Your Go-To Rails Command Line Cheat Sheet!

Your Go-To Rails Command Line Cheat Sheet!

44
Comments 2
3 min read
Ruby on Rails Application Monitoring with AppSignal

Ruby on Rails Application Monitoring with AppSignal

6
Comments
8 min read
Command aliases for Ruby debug

Command aliases for Ruby debug

5
Comments
1 min read
Connect a local Rails app to an RDS Instance via an SSH tunnel through a bastion server

Connect a local Rails app to an RDS Instance via an SSH tunnel through a bastion server

7
Comments 2
6 min read
Get Swole: The React/Rails Workout App

Get Swole: The React/Rails Workout App

4
Comments
1 min read
How to migrate Rails UJS to Hotwire (Turbo)

How to migrate Rails UJS to Hotwire (Turbo)

24
Comments 7
2 min read
Capybara For Web Testing.

Capybara For Web Testing.

6
Comments
3 min read
Low performance of Ruby on Rails in Docker under Windows

Low performance of Ruby on Rails in Docker under Windows

6
Comments
1 min read
Active Record caches generated queries for find_by queries

Active Record caches generated queries for find_by queries

5
Comments
2 min read
Installing Gem in Production Rails console

Installing Gem in Production Rails console

5
Comments
2 min read
Rubymine: Enable the JavaScript debugger

Rubymine: Enable the JavaScript debugger

8
Comments 1
1 min read
Discoveries in Ruby(and Rails): String#squish

Discoveries in Ruby(and Rails): String#squish

6
Comments
1 min read
All the Database Tasks in Rails

All the Database Tasks in Rails

11
Comments 1
4 min read
Search Engine Optimization (MetaTags) for Ruby on Rails applications

Search Engine Optimization (MetaTags) for Ruby on Rails applications

6
Comments
2 min read
Never run `bundle exec` or use `bin/` again with these two easy steps

Never run `bundle exec` or use `bin/` again with these two easy steps

5
Comments
1 min read
Using DynamoDB in Your Rails App

Using DynamoDB in Your Rails App

5
Comments
7 min read
Dealing with Postgres - ArgumentError: string contains null byte

Dealing with Postgres - ArgumentError: string contains null byte

6
Comments
1 min read
Basics of Creating Tables With Active Record Migrations

Basics of Creating Tables With Active Record Migrations

6
Comments
3 min read
Tipagem Forte

Tipagem Forte

4
Comments
1 min read
Tipagem Dinâmica

Tipagem Dinâmica

4
Comments
1 min read
Import Class in Relative File into Tailwind CSS and Rails

Import Class in Relative File into Tailwind CSS and Rails

19
Comments 2
2 min read
Introduction to Ruby on Rails and Dockerfile

Introduction to Ruby on Rails and Dockerfile

14
Comments
7 min read
How to contribute to open source: a guide for Rails beginners

How to contribute to open source: a guide for Rails beginners

8
Comments
4 min read
Listing all tables and listing the columns of a respective database table of the a rails application!

Listing all tables and listing the columns of a respective database table of the a rails application!

6
Comments
1 min read
The stack you use to build your next app is irrelevant

The stack you use to build your next app is irrelevant

2
Comments
4 min read
Database Indexing Is an Art

Database Indexing Is an Art

14
Comments
4 min read
How to build a Ruby on Rails admin panel

How to build a Ruby on Rails admin panel

10
Comments
5 min read
What Ruby and Rails are used for. Tips from full-stack developers to non-programmers

What Ruby and Rails are used for. Tips from full-stack developers to non-programmers

3
Comments
8 min read
Basic Auth with Ruby on Rails(Faraday gem)

Basic Auth with Ruby on Rails(Faraday gem)

5
Comments
1 min read
Mimic Tailwind components in Rails using Helpers

Mimic Tailwind components in Rails using Helpers

2
Comments 3
3 min read
Discoveries in Ruby(and Rails): Partial indexes with Postgres

Discoveries in Ruby(and Rails): Partial indexes with Postgres

8
Comments
1 min read
Display content with the 'only' class in Tailwind CSS

Display content with the 'only' class in Tailwind CSS

2
Comments 1
2 min read
Ruby: Diferença entre string e símbolo

Ruby: Diferença entre string e símbolo

2
Comments
3 min read
I am building something...

I am building something...

2
Comments
2 min read
How to Use Stripe Checkout From a Rails Controller (Without Javascript)

How to Use Stripe Checkout From a Rails Controller (Without Javascript)

6
Comments 1
3 min read
Starting your Rails project with an ultra-light setup

Starting your Rails project with an ultra-light setup

4
Comments
6 min read
Using RequestStore with asynchronous I/O in Rails apps

Using RequestStore with asynchronous I/O in Rails apps

4
Comments 1
3 min read
Pagination in Rails from scratch (no gems)

Pagination in Rails from scratch (no gems)

5
Comments
5 min read
How to create download button for CSV and PDF using Ruby on Rails

How to create download button for CSV and PDF using Ruby on Rails

14
Comments 1
2 min read
Infinite Scrolling with Rails's Turbo/Hotwire

Infinite Scrolling with Rails's Turbo/Hotwire

3
Comments
2 min read
5th birthday of ruby on rails BA

5th birthday of ruby on rails BA

2
Comments
1 min read
loading...