DEV Community

Ruby

This tag is for posts related to the Ruby language, including its libraries.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
What is Docker? Why is it important and necessary for developers? Part II

What is Docker? Why is it important and necessary for developers? Part II

85
Comments 11
8 min read
Releasing package/library into production?

Releasing package/library into production?

4
Comments 7
1 min read
Hitchhiker’s Guide to Ruby Variables

Hitchhiker’s Guide to Ruby Variables

18
Comments
3 min read
Combining Sonic Pi and Twitch to Mob Compose Music

Combining Sonic Pi and Twitch to Mob Compose Music

7
Comments
8 min read
Rails Architecture in cloud platform

Rails Architecture in cloud platform

29
Comments 4
4 min read
Assignment Hog Sinatra Project

Assignment Hog Sinatra Project

3
Comments
2 min read
Getting Cozy with Ruby

Getting Cozy with Ruby

107
Comments 11
5 min read
How "Mazes for programmers" book made programming fun again 🎉

How "Mazes for programmers" book made programming fun again 🎉

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

Using the Active Storage Gem to Upload Photos

8
Comments
2 min read
Ruby devs, how do you work?

Ruby devs, how do you work?

9
Comments 7
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

19
Comments 1
3 min read
Coding after 40: Learning Ruby

Coding after 40: Learning Ruby

31
Comments 10
2 min read
Ruby Hash Default Values, Versatile (Of Course!)

Ruby Hash Default Values, Versatile (Of Course!)

11
Comments
2 min read
Getting Started with Elasticsearch and Ruby

Getting Started with Elasticsearch and Ruby

165
Comments 12
10 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
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
dry-cli v0.6. Highlighting main features

dry-cli v0.6. Highlighting main features

22
Comments 2
3 min read
How did YOU learn Ruby?

How did YOU learn Ruby?

45
Comments 26
1 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
Duck (Typing) Farm Development

Duck (Typing) Farm Development

6
Comments 1
3 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
Mistakes I've made treating file paths as strings

Mistakes I've made treating file paths as strings

61
Comments 2
4 min read
Exploring Big-O Notation With Ruby

Exploring Big-O Notation With Ruby

15
Comments
6 min read
Here’s how to test arrays

Here’s how to test arrays

10
Comments
3 min read
Docket : connect to your docker's container easily !

Docket : connect to your docker's container easily !

10
Comments
2 min read
Beautiful Controllers - Growing Rails applications in practice

Beautiful Controllers - Growing Rails applications in practice

23
Comments 3
4 min read
Como adicionar análise sintática de código ruby em uma aplicação legada?

Como adicionar análise sintática de código ruby em uma aplicação legada?

7
Comments
4 min read
Writing a Ruby Gem Specification

Writing a Ruby Gem Specification

56
Comments 9
20 min read
Parsing huge XML in Ruby with Sax Parser. Still relevant

Parsing huge XML in Ruby with Sax Parser. Still relevant

31
Comments
9 min read
How to use horizontal sharding in Rails 6.1

How to use horizontal sharding in Rails 6.1

21
Comments 2
3 min read
BCrypt Explained

BCrypt Explained

327
Comments 22
7 min read
A Rubyist's Introduction to Character Encoding, Unicode and UTF-8

A Rubyist's Introduction to Character Encoding, Unicode and UTF-8

8
Comments
10 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
Jekyll Two Ways on Windows: Installing & building Jekyll / GitHub Pages blogs with Ruby on Windows 10

Jekyll Two Ways on Windows: Installing & building Jekyll / GitHub Pages blogs with Ruby on Windows 10

4
Comments
3 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
Pros & Cons of Using Ruby on Rails for Web Development

Pros & Cons of Using Ruby on Rails for Web Development

9
Comments 1
7 min read
Gotta Fetch Em' All from the PokéAPI

Gotta Fetch Em' All from the PokéAPI

7
Comments
3 min read
Converting Unix epoch timestamps to Ruby objects

Converting Unix epoch timestamps to Ruby objects

5
Comments
2 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

28
Comments 10
10 min read
Here’s how to test dependencies with mocks

Here’s how to test dependencies with mocks

8
Comments 2
4 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
Introducing Optimism: realtime remote form validation for Rails

Introducing Optimism: realtime remote form validation for Rails

12
Comments 4
1 min read
You probably don't need a version manager for Ruby

You probably don't need a version manager for Ruby

6
Comments
2 min read
What is Model-View-Controller (MVC)? (Ruby on Rails perspective)

What is Model-View-Controller (MVC)? (Ruby on Rails perspective)

7
Comments
3 min read
Exercism Ruby - Resistor Color Duo

Exercism Ruby - Resistor Color Duo

5
Comments 1
2 min read
Career in Freelancing

Career in Freelancing

3
Comments 4
1 min read
My first Ruby gem is useless

My first Ruby gem is useless

6
Comments 2
1 min read
Ruby/GTK3 - LinkButton

Ruby/GTK3 - LinkButton

5
Comments
1 min read
Optimization Techniques by Benchmark Winners

Optimization Techniques by Benchmark Winners

9
Comments
14 min read
Best practices: Avoid race conditions 🚘💥🚗😰

Best practices: Avoid race conditions 🚘💥🚗😰

64
Comments 2
2 min read
Ruby/GTK3 - RaddioButton

Ruby/GTK3 - RaddioButton

7
Comments
1 min read
What's the difference between a Rails application and a Rails API ?

What's the difference between a Rails application and a Rails API ?

10
Comments
3 min read
Linting only changed files with GitHub Actions

Linting only changed files with GitHub Actions

20
Comments
5 min read
loading...