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.
Keep your API in shape with API Blueprint

Keep your API in shape with API Blueprint

9
Comments 1
6 min read
Best RubyMine plugins for Ruby on Rails development

Best RubyMine plugins for Ruby on Rails development

11
Comments 2
1 min read
Rails + PostgreSQL JSONB (Part 2)

Rails + PostgreSQL JSONB (Part 2)

47
Comments 1
5 min read
Rails + PostgreSQL JSONB (Part 1)

Rails + PostgreSQL JSONB (Part 1)

83
Comments 5
6 min read
Switching to Zeitwerk

Switching to Zeitwerk

6
Comments
3 min read
React/Redux Final Project

React/Redux Final Project

15
Comments
17 min read
Rails 6 & Webpacker Settings for Production

Rails 6 & Webpacker Settings for Production

42
Comments 9
5 min read
Ruby on Rails Graphiti file attachment/file upload

Ruby on Rails Graphiti file attachment/file upload

9
Comments 2
3 min read
Rails: Background Job Done Right (Case 1)

Rails: Background Job Done Right (Case 1)

16
Comments
8 min read
Rails: Bulk Insert to DB

Rails: Bulk Insert to DB

13
Comments
3 min read
One of my favorite testing/productivity tools: guard

One of my favorite testing/productivity tools: guard

96
Comments 10
1 min read
Rails: Facade Design Pattern for Index

Rails: Facade Design Pattern for Index

18
Comments
5 min read
Rails: skinny controller, skinny model

Rails: skinny controller, skinny model

29
Comments
6 min read
Elastic Beanstalk Apps using Docker Containers

Elastic Beanstalk Apps using Docker Containers

16
Comments 2
6 min read
Rails: Query Object Pattern Implementation

Rails: Query Object Pattern Implementation

17
Comments 1
4 min read
Root. A simple react redux application with bootstrap

Root. A simple react redux application with bootstrap

7
Comments
3 min read
Rails API + React SPA authentication problem — Authentication by cookies

Rails API + React SPA authentication problem — Authentication by cookies

10
Comments
4 min read
Q: What Technologies Should I Use for Migrating a Rails Monolith to Microservices in 2020?

Q: What Technologies Should I Use for Migrating a Rails Monolith to Microservices in 2020?

6
Comments 13
2 min read
Ruby Metaprogramming: part 1

Ruby Metaprogramming: part 1

14
Comments
4 min read
A year of ruby meetups in Kitchener

A year of ruby meetups in Kitchener

7
Comments
3 min read
Debug Rails issues effectively with tapping_device

Debug Rails issues effectively with tapping_device

14
Comments 1
6 min read
Keep Calm and Upgrade On

Keep Calm and Upgrade On

102
Comments 11
13 min read
Refactoring my Rails Project

Refactoring my Rails Project

9
Comments 2
2 min read
Importing images with Webpack(er)

Importing images with Webpack(er)

24
Comments 2
5 min read
Dockerizing Ruby on Rails

Dockerizing Ruby on Rails

25
Comments 1
5 min read
Give Your Air Conditioner a Voice with Ruby on Rails

Give Your Air Conditioner a Voice with Ruby on Rails

11
Comments 6
11 min read
Run Rubocop with GitHub Actions

Run Rubocop with GitHub Actions

14
Comments 1
5 min read
Guide: Rails Development with Docker

Guide: Rails Development with Docker

26
Comments 5
12 min read
🤫 Secrets, environment variables & config files: the Ruby On Rails case

🤫 Secrets, environment variables & config files: the Ruby On Rails case

72
Comments 4
7 min read
Posting Nested Resources to Your Rails API

Posting Nested Resources to Your Rails API

16
Comments
2 min read
Track email statuses in Ruby on Rails with SendGrid

Track email statuses in Ruby on Rails with SendGrid

39
Comments
8 min read
How to install Tailwind CSS on Rails 6.0

How to install Tailwind CSS on Rails 6.0

26
Comments 4
4 min read
[Capybara] find('input').set will have not done!

[Capybara] find('input').set will have not done!

6
Comments 1
1 min read
Some Of My Favorite Ruby Gems

Some Of My Favorite Ruby Gems

62
Comments 3
4 min read
Integrate the new Stripe Checkout in Ruby on Rails.

Integrate the new Stripe Checkout in Ruby on Rails.

63
Comments 9
5 min read
Don't Trust the Cops: Sometimes Rubocop is Wrong

Don't Trust the Cops: Sometimes Rubocop is Wrong

11
Comments
2 min read
Regenerate Gemfile.lock

Regenerate Gemfile.lock

6
Comments
2 min read
A Complete Guide to Setting up a GraphQL Server on Rails

A Complete Guide to Setting up a GraphQL Server on Rails

9
Comments
8 min read
Mini-Tut: Create Alias for Rails Webpacker and VS Code Compatability

Mini-Tut: Create Alias for Rails Webpacker and VS Code Compatability

23
Comments
4 min read
Rails js load issues use turbolinks gem.

Rails js load issues use turbolinks gem.

5
Comments
1 min read
p.3 My attempt at building the backend of a password manager

p.3 My attempt at building the backend of a password manager

7
Comments
3 min read
p.2 My attempt at building the backend of a password manager

p.2 My attempt at building the backend of a password manager

8
Comments
6 min read
Strong Parameters in Rails — down the rabbit hole

Strong Parameters in Rails — down the rabbit hole

7
Comments
7 min read
How to Generate QR Codes using Prawn-QRcode in Ruby?

How to Generate QR Codes using Prawn-QRcode in Ruby?

16
Comments 1
3 min read
Patterns to refactor thick ActiveRecord models

Patterns to refactor thick ActiveRecord models

7
Comments
2 min read
Devise: create a local OmniAuth strategy for Slack

Devise: create a local OmniAuth strategy for Slack

13
Comments 7
4 min read
Intro to RSpec in Rails (part 2): Improving Tests with `let` and `context`

Intro to RSpec in Rails (part 2): Improving Tests with `let` and `context`

42
Comments 1
8 min read
Want to know more about your Rails app? Tap on your objects!

Want to know more about your Rails app? Tap on your objects!

7
Comments 3
4 min read
How to use React with Ruby on Rails 6

How to use React with Ruby on Rails 6

14
Comments 1
6 min read
Rails Movie Browser Project

Rails Movie Browser Project

7
Comments
4 min read
How to Architect Rails Project - Part 2

How to Architect Rails Project - Part 2

11
Comments
5 min read
I just want to be a Ruby on Rails developer - How to get started

I just want to be a Ruby on Rails developer - How to get started

87
Comments 17
5 min read
GitHub Actions in Action

GitHub Actions in Action

77
Comments 3
5 min read
Adding a Basic Search Form in Rails

Adding a Basic Search Form in Rails

48
Comments 3
5 min read
Authentication and Authorization à la Rails bcrypt

Authentication and Authorization à la Rails bcrypt

21
Comments 4
10 min read
👩‍💻 The three extensions you need for Rails development in VS Code

👩‍💻 The three extensions you need for Rails development in VS Code

154
Comments 8
5 min read
How to create a Login and Logout with Devise

How to create a Login and Logout with Devise

22
Comments 1
4 min read
Overpacking: A Common Webpacker Mistake

Overpacking: A Common Webpacker Mistake

8
Comments
3 min read
Poop on banisters... or CRUD on RAILS

Poop on banisters... or CRUD on RAILS

10
Comments
5 min read
How to Architect Rails Project - Part 1

How to Architect Rails Project - Part 1

8
Comments
4 min read
loading...