The Wayback Machine - https://web.archive.org/web/20210422174315/https://dev.to/t/rails

DEV Community

loading...

Ruby on Rails

Ruby on Rails is a popular web framework that happens to power [dev.to](/) ❤️

👋 Sign in for the ability sort posts by top and latest.
Kubernetes Tutorial: Running a Rails App in Kubernetes

Kubernetes Tutorial: Running a Rails App in Kubernetes

2
5 min read
Getting Started with Rails & TiDB

Getting Started with Rails & TiDB

3
3 min read
Passings args into Rspec Shared Examples

Passings args into Rspec Shared Examples

2
1 min read
Bundler 2.2.3+ and deployment of Ruby apps

Bundler 2.2.3+ and deployment of Ruby apps

4
3 min read
How to be the best software developer

How to be the best software developer

4
2 min read
What's Cooking in Rails 7?

What's Cooking in Rails 7?

30
6 min read
Talk Notes: 'Talmudic Gems For Rails Developers' (RailsConf 2021)

Talk Notes: 'Talmudic Gems For Rails Developers' (RailsConf 2021)

7 5
4 min read
How to render conditionals to action view with application helpers in Ruby on Rails

How to render conditionals to action view with application helpers in Ruby on Rails

5
2 min read
Tech Notes: "Accessibility is a Requirement" (RailsConf 2021)

Tech Notes: "Accessibility is a Requirement" (RailsConf 2021)

12 1
4 min read
Developers Dilemma - Storing Passwords

Developers Dilemma - Storing Passwords

5 6
1 min read
The "What" and "Why" or How We are hiding those ugly IF's in our Service Objects

The "What" and "Why" or How We are hiding those ugly IF's in our Service Objects

10
2 min read
The Ruby Unbundled Series: Why You Should Check Out Hotwire Now

The Ruby Unbundled Series: Why You Should Check Out Hotwire Now

3
6 min read
Executing gRPC Client Retries in Ruby

Executing gRPC Client Retries in Ruby

7
7 min read
I am a construction site worker and I learn Rails

I am a construction site worker and I learn Rails

11 2
2 min read
Transparently serialize and deserialize ValueObjects to JSON

Transparently serialize and deserialize ValueObjects to JSON

7
1 min read
Testing Ruby on Rails on Github Actions with RSpec

Testing Ruby on Rails on Github Actions with RSpec

6
5 min read
Me on The Changelog

Me on The Changelog

2
1 min read
Complex preloading strategies in Rails using custom Active Record scopes

Complex preloading strategies in Rails using custom Active Record scopes

6
7 min read
Rails Application Structure

Rails Application Structure

4
3 min read
Rails: Searchable logs with Filebeat and Elastic Stack

Rails: Searchable logs with Filebeat and Elastic Stack

7
6 min read
Using Shoelace with Vite Rails

Using Shoelace with Vite Rails

5
2 min read
Talk Notes: "Implicit to Explicit: Decoding Ruby's Magical Syntax" (RailsConf 2021)

Talk Notes: "Implicit to Explicit: Decoding Ruby's Magical Syntax" (RailsConf 2021)

10 1
2 min read
Talk Notes: "Designing APIs: Less Data is More" (RailsFonc 2021)

Talk Notes: "Designing APIs: Less Data is More" (RailsFonc 2021)

6 2
2 min read
Never assume that patch updates are always non-breaking!

Never assume that patch updates are always non-breaking!

2 2
3 min read
I18n in StimulusReflex

I18n in StimulusReflex

4
1 min read
Talk Notes: "Self-Care on Rails" (RailsConf 2021)

Talk Notes: "Self-Care on Rails" (RailsConf 2021)

9 2
2 min read
Google Cloud Tasks with Active Job

Google Cloud Tasks with Active Job

6
5 min read
How to run Minitest parallel tests on Github Actions

How to run Minitest parallel tests on Github Actions

6
4 min read
ActiveRecord - Value Objects with serialize

ActiveRecord - Value Objects with serialize

8
4 min read
Building lightweight components with Rails Helpers and Stimulus

Building lightweight components with Rails Helpers and Stimulus

5
2 min read
Install Bootstrap 5 with Ruby on Rails 6+. Replace Bootstrap 4.

Install Bootstrap 5 with Ruby on Rails 6+. Replace Bootstrap 4.

8
1 min read
A Better Way to Deploy Rails app on Heroku

A Better Way to Deploy Rails app on Heroku

6
1 min read
`cannot load such file -- rexml/document`

`cannot load such file -- rexml/document`

6
5 min read
Lessons from PostgreSQL

Lessons from PostgreSQL

6
4 min read
How It’s Going

How It’s Going

4
2 min read
Avoid Costly Rails Logging

Avoid Costly Rails Logging

5
2 min read
Setup a Fresh Rails Project with asdf

Setup a Fresh Rails Project with asdf

6
4 min read
How to create a custom Bootstrap theme for Rails

How to create a custom Bootstrap theme for Rails

2
3 min read
What to do once you reach max integer value for an auto incremented column in Rails

What to do once you reach max integer value for an auto incremented column in Rails

6
2 min read
Rails link to React (No API). Yes that's possible!

Rails link to React (No API). Yes that's possible!

22 3
3 min read
ruby/setup-ruby or actions/cache - caching Ruby gems on Github Actions

ruby/setup-ruby or actions/cache - caching Ruby gems on Github Actions

2
4 min read
Tech Talks: "A Day in the Life of a Ruby Object" (RailsConf 2021)

Tech Talks: "A Day in the Life of a Ruby Object" (RailsConf 2021)

13
4 min read
Building a Web App with Rails

Building a Web App with Rails

2
3 min read
Creating {legacy} static build via docker and deploying with mina-scp

Creating {legacy} static build via docker and deploying with mina-scp

7 2
5 min read
My first go at Metaprogramming

My first go at Metaprogramming

5
2 min read
How to Add Docs Feedback to Your Orbit Workspace With Ruby On Rails

How to Add Docs Feedback to Your Orbit Workspace With Ruby On Rails

6
6 min read
Wordpress blog in a Rails app subfolder 🙈

Wordpress blog in a Rails app subfolder 🙈

3 5
1 min read
How to access joined data with ActiveRecord

How to access joined data with ActiveRecord

12
5 min read
Regex for email validation in rails

Regex for email validation in rails

6 2
1 min read
Ruby on Rails React developer | Introduction

Ruby on Rails React developer | Introduction

3
1 min read
Ruby on Rails React Developer for Hire

Ruby on Rails React Developer for Hire

3
1 min read
How to Create A Flexible, Performant Audit Trail In Ruby on Rails With A GraphQL API

How to Create A Flexible, Performant Audit Trail In Ruby on Rails With A GraphQL API

5
3 min read
Rails 7 : an (imagined) preview

Rails 7 : an (imagined) preview

4 1
5 min read
Awesome Ruby on Rails Hotwire Admin Panel

Awesome Ruby on Rails Hotwire Admin Panel

23 1
2 min read
Review on doing TDD for 14 days, 100% test coverage 😱

Review on doing TDD for 14 days, 100% test coverage 😱

7
1 min read
10 Signs of a good Ruby on Rails Developer

10 Signs of a good Ruby on Rails Developer

47 5
5 min read
Testing external APIs with Rspec and WebMock

Testing external APIs with Rspec and WebMock

8 1
4 min read
Check your Ruby Developer Level with simple task

Check your Ruby Developer Level with simple task

6
2 min read
Test Rails API with json type

Test Rails API with json type

2
1 min read
How to name Rails Concerns?

How to name Rails Concerns?

10 1
2 min read
loading...