The Wayback Machine - https://web.archive.org/web/20210420163325/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.
Bundler 2.2.3+ and deployment of Ruby apps

Bundler 2.2.3+ and deployment of Ruby apps

2
3 min read
Executing gRPC Client Retries in Ruby

Executing gRPC Client Retries in Ruby

6
7 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

4
2 min read
How It’s Going

How It’s Going

3
2 min read
How to be the best software developer

How to be the best software developer

4
2 min read
Lessons from PostgreSQL

Lessons from PostgreSQL

5
4 min read
I am a construction site worker and I learn Rails

I am a construction site worker and I learn Rails

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

Transparently serialize and deserialize ValueObjects to JSON

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

A Better Way to Deploy Rails app on Heroku

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

`cannot load such file -- rexml/document`

4
5 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
Review on doing TDD for 14 days, 100% test coverage 😱

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

6
1 min read
Tech Notes: "Accessibility is a Requirement" (RailsConf 2021)

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

12 1
4 min read
Testing Ruby on Rails on Github Actions with RSpec

Testing Ruby on Rails on Github Actions with RSpec

4
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
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
Awesome Ruby on Rails Hotwire Admin Panel

Awesome Ruby on Rails Hotwire Admin Panel

22 1
2 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
Testing external APIs with Rspec and WebMock

Testing external APIs with Rspec and WebMock

5 1
4 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
10 Signs of a good Ruby on Rails Developer

10 Signs of a good Ruby on Rails Developer

47 5
5 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
Unzip an archive and attach images to Active Record model objects

Unzip an archive and attach images to Active Record model objects

5
2 min read
The World Of Testing

The World Of Testing

12
4 min read
Setting up pagination for a Rails, React and Bootstrap app

Setting up pagination for a Rails, React and Bootstrap app

6
4 min read
How To Make Your First Ruby Gem (a step-by-step guide)

How To Make Your First Ruby Gem (a step-by-step guide)

8
6 min read
Parallel scaling RSpec tests on Buildkite to increase CI build speed

Parallel scaling RSpec tests on Buildkite to increase CI build speed

6
7 min read
How to Setup Tailwind JIT in Rails 6 with Live Reload [2021]

How to Setup Tailwind JIT in Rails 6 with Live Reload [2021]

6
3 min read
loading...