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.
rails g shortcuts

rails g shortcuts

7
Comments 2
3 min read
Solving "invalid byte sequence in UTF-8" errors in ruby

Solving "invalid byte sequence in UTF-8" errors in ruby

34
Comments 1
4 min read
Quarantined, 154 Days Of Code

Quarantined, 154 Days Of Code

4
Comments
2 min read
Monitoring external services with Prometheus and Grafana

Monitoring external services with Prometheus and Grafana

26
Comments
5 min read
Setting up MQTT with Ruby on Rails

Setting up MQTT with Ruby on Rails

15
Comments
3 min read
How To Give Engineers Filtered Database Access

How To Give Engineers Filtered Database Access

137
Comments 10
7 min read
Profiling and Speeding Up Our Rails Test Suite with TestProf

Profiling and Speeding Up Our Rails Test Suite with TestProf

7
Comments
7 min read
Fiwit - A service to manage internal IT

Fiwit - A service to manage internal IT

6
Comments
2 min read
Suppressing Ruby 2.7.0 warnings in RubyMine and zsh/bash

Suppressing Ruby 2.7.0 warnings in RubyMine and zsh/bash

20
Comments
2 min read
Changelog: DEV upgraded to Webpacker 4/Babel 7

Changelog: DEV upgraded to Webpacker 4/Babel 7

49
Comments 6
2 min read
How Do I Split Up a Large query In Sidekiq and Rails?

How Do I Split Up a Large query In Sidekiq and Rails?

18
Comments 3
4 min read
JSON Serializers in a Rails API

JSON Serializers in a Rails API

23
Comments 1
5 min read
Ruby Environment Management 101

Ruby Environment Management 101

5
Comments
5 min read
Rails Coverage Tools: CodeFactor

Rails Coverage Tools: CodeFactor

11
Comments
3 min read
Using iTunes API with React && Redux && Rails

Using iTunes API with React && Redux && Rails

9
Comments
3 min read
How NOT to integrate Google Calendar with your product

How NOT to integrate Google Calendar with your product

9
Comments
2 min read
React/Redux Basics... In English

React/Redux Basics... In English

10
Comments
5 min read
What are Service Objects in Ruby on Rails? Should you use it?

What are Service Objects in Ruby on Rails? Should you use it?

22
Comments
3 min read
CSV on Rails

CSV on Rails

10
Comments
3 min read
Ruby CSV Template

Ruby CSV Template

6
Comments
1 min read
Avoiding common cron pitfalls when scaling Rails

Avoiding common cron pitfalls when scaling Rails

7
Comments
3 min read
Ruby on Rails App: Domain With Many-to-many Relationships

Ruby on Rails App: Domain With Many-to-many Relationships

20
Comments 3
5 min read
Add Bootstrap 4 to your Ruby on Rails 6 application

Add Bootstrap 4 to your Ruby on Rails 6 application

29
Comments 3
1 min read
Speed up your TDD by refactoring rails_helper.rb

Speed up your TDD by refactoring rails_helper.rb

8
Comments
3 min read
[Rails]Implement session-based authentication from scratch

[Rails]Implement session-based authentication from scratch

15
Comments 4
5 min read
A11Y in Rails: Automated Linting with AccessLint🎉

A11Y in Rails: Automated Linting with AccessLint🎉

12
Comments
4 min read
6 Lessons learned from upgrading a Rails app

6 Lessons learned from upgrading a Rails app

6
Comments 1
3 min read
Rails Architecture in cloud platform

Rails Architecture in cloud platform

29
Comments 4
4 min read
Join Table in Rails

Join Table in Rails

30
Comments
2 min read
Using the Active Storage Gem to Upload Photos

Using the Active Storage Gem to Upload Photos

8
Comments
2 min read
Easy way to setting Ruby Version Manager (RVM) on projects

Easy way to setting Ruby Version Manager (RVM) on projects

12
Comments
2 min read
Implement a simple AWS S3 multi-file downloader in Ruby

Implement a simple AWS S3 multi-file downloader in Ruby

20
Comments 1
3 min read
A simple guide to ActionCable

A simple guide to ActionCable

22
Comments
8 min read
Coding after 40: Learning Ruby

Coding after 40: Learning Ruby

31
Comments 10
2 min read
Rails like scope methods in Objection.js (NodeJS ORM)

Rails like scope methods in Objection.js (NodeJS ORM)

8
Comments
3 min read
Well that was embarrassing.

Well that was embarrassing.

15
Comments 8
1 min read
How we made our Rails test suite about 75% faster

How we made our Rails test suite about 75% faster

5
Comments
3 min read
25 reasons to switch to Webpack(er)

25 reasons to switch to Webpack(er)

71
Comments 13
16 min read
Part 1 - Setting up Monorepo, APIs and frontend components.

Part 1 - Setting up Monorepo, APIs and frontend components.

11
Comments
5 min read
How do you organise code in a monolith?

How do you organise code in a monolith?

16
Comments 5
1 min read
A note about OpenSSL error on Rails.

A note about OpenSSL error on Rails.

7
Comments 2
1 min read
Rails Migration Hacks !! Things You should know if you are a ROR Developer .

Rails Migration Hacks !! Things You should know if you are a ROR Developer .

48
Comments 8
2 min read
Beginners Guide to form_for in Rails

Beginners Guide to form_for in Rails

13
Comments
3 min read
Passing Private Params to an Update Method in a Controller (Rails)

Passing Private Params to an Update Method in a Controller (Rails)

10
Comments
2 min read
2 small gems

2 small gems

7
Comments
2 min read
How to create a basic search form and how to use Elasticsearch as an alternative.(Ruby on Rails)

How to create a basic search form and how to use Elasticsearch as an alternative.(Ruby on Rails)

33
Comments 3
3 min read
BCrypt Explained

BCrypt Explained

329
Comments 22
7 min read
Looking into Credits feature on DEV from Laravel Developer perspective (Code Dive)

Looking into Credits feature on DEV from Laravel Developer perspective (Code Dive)

13
Comments
3 min read
Beautiful Controllers - Growing Rails applications in practice

Beautiful Controllers - Growing Rails applications in practice

23
Comments 3
4 min read
Writing a Ruby Gem Specification

Writing a Ruby Gem Specification

56
Comments 9
20 min read
How to stay current with Ruby and Rails

How to stay current with Ruby and Rails

24
Comments 1
1 min read
Optimizing full-text search with Postgres materialized view in Rails

Optimizing full-text search with Postgres materialized view in Rails

6
Comments
6 min read
Beginner: navigation on a dynamic website.

Beginner: navigation on a dynamic website.

8
Comments
2 min read
Forms and params{}

Forms and params{}

4
Comments
2 min read
The 'method' in collection_select

The 'method' in collection_select

8
Comments 3
4 min read
Run your Capybara tests on different devices

Run your Capybara tests on different devices

10
Comments
1 min read
Rails 6 and ngrok

Rails 6 and ngrok

46
Comments 10
1 min read
How to Deploy a Rails Application to AWS with Docker - Part 3

How to Deploy a Rails Application to AWS with Docker - Part 3

29
Comments 10
10 min read
Ruby Rails RESTful & CRUD Quick Reference

Ruby Rails RESTful & CRUD Quick Reference

8
Comments
3 min read
First dive into GraphQL Ruby

First dive into GraphQL Ruby

57
Comments 4
11 min read
loading...