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.
DEV.to API with Ruby

DEV.to API with Ruby

26
Comments
5 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
Show Ruby/Gem version in repository on GitHub organization

Show Ruby/Gem version in repository on GitHub organization

7
Comments
1 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
Rails Movie Browser Project

Rails Movie Browser Project

7
Comments
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
How to Architect Rails Project - Part 2

How to Architect Rails Project - Part 2

11
Comments
5 min read
Authentication and Authorization Ă  la Rails bcrypt

Authentication and Authorization Ă  la Rails bcrypt

21
Comments 4
10 min read
Adding a Basic Search Form in Rails

Adding a Basic Search Form in Rails

47
Comments 2
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
👩‍💻 The three extensions you need for Rails development in VS Code

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

153
Comments 8
5 min read
Create & Publish Your First Ruby Gem

Create & Publish Your First Ruby Gem

7
Comments
1 min read
Overpacking: A Common Webpacker Mistake

Overpacking: A Common Webpacker Mistake

8
Comments
3 min read
Number Conversions in Ruby

Number Conversions in Ruby

28
Comments
3 min read
How to build an SMS/text birthday reminder bot using Ruby, Twilio, and Google Sheets

How to build an SMS/text birthday reminder bot using Ruby, Twilio, and Google Sheets

13
Comments
7 min read
How to Create a Ruby Gem

How to Create a Ruby Gem

18
Comments 2
3 min read
How to Architect Rails Project - Part 1

How to Architect Rails Project - Part 1

8
Comments
4 min read
Introducing Nexmo Rack Middleware

Introducing Nexmo Rack Middleware

12
Comments
3 min read
Is it time to replace Rake?

Is it time to replace Rake?

7
Comments 1
5 min read
Intro to RSpec in Rails (part 1): Basic Syntax and Strategy for Testing

Intro to RSpec in Rails (part 1): Basic Syntax and Strategy for Testing

76
Comments 2
14 min read
Using Rails API With React

Using Rails API With React

7
Comments
2 min read
The Case for Stabby Lambda Notation

The Case for Stabby Lambda Notation

15
Comments 1
4 min read
Heroku Ruveal

Heroku Ruveal

6
Comments
1 min read
In SemVeritas

In SemVeritas

7
Comments 1
3 min read
Getting Started with SimpleCov in GitLab CI

Getting Started with SimpleCov in GitLab CI

20
Comments 3
9 min read
Finding A Method Declaration With Source Location

Finding A Method Declaration With Source Location

7
Comments
1 min read
Rails 6: the missing developer setup guide

Rails 6: the missing developer setup guide

355
Comments 27
11 min read
SolidusConf 2019: the 3 reasons that made us love it

SolidusConf 2019: the 3 reasons that made us love it

10
Comments
7 min read
RubyGems Telegram Bot

RubyGems Telegram Bot

11
Comments
1 min read
Three Lessons from RubyConf

Three Lessons from RubyConf

12
Comments
7 min read
Unit testing with RSpec - Model Spec

Unit testing with RSpec - Model Spec

13
Comments
4 min read
Pros and Cons of Ruby's .tap Method

Pros and Cons of Ruby's .tap Method

56
Comments 5
8 min read
What is Object Orientated Programming (OOP)? (Part one)

What is Object Orientated Programming (OOP)? (Part one)

9
Comments 1
3 min read
Baby's First Open Source Contribution

Baby's First Open Source Contribution

5
Comments
2 min read
RubyConf 2019 Sketchnotes

RubyConf 2019 Sketchnotes

55
Comments 7
3 min read
My Ruby Conf 2019

My Ruby Conf 2019

7
Comments
5 min read
Makers Week 2: The World is Your Oyster(card)

Makers Week 2: The World is Your Oyster(card)

7
Comments
3 min read
Rotten Tomatoes: Top 25 Horror Movies - A CLI Ruby Gem

Rotten Tomatoes: Top 25 Horror Movies - A CLI Ruby Gem

7
Comments
4 min read
Speeding up Rails boot time

Speeding up Rails boot time

16
Comments
4 min read
Using Kafka as a Data Backbone: Part 1

Using Kafka as a Data Backbone: Part 1

12
Comments
9 min read
¿Puede ActiveRecord::Relation recibir mensajes de métodos de clase? Sí, sí puede

¿Puede ActiveRecord::Relation recibir mensajes de métodos de clase? Sí, sí puede

11
Comments 2
3 min read
Introducing Deimos: Using Kafka as the Data Backbone for your Architecture

Introducing Deimos: Using Kafka as the Data Backbone for your Architecture

8
Comments
7 min read
10 New Things in Active Record

10 New Things in Active Record

59
Comments 3
6 min read
My first RubyConf

My first RubyConf

9
Comments 4
3 min read
Anybody keeping up with TruffleRuby?

Anybody keeping up with TruffleRuby?

39
Comments 9
1 min read
Building my next HTTP server

Building my next HTTP server

36
Comments
5 min read
Regex: The Mighty String Wrangler

Regex: The Mighty String Wrangler

5
Comments
3 min read
lambdas Are Better Than procs

lambdas Are Better Than procs

24
Comments
4 min read
How to write an MVC framework in Ruby

How to write an MVC framework in Ruby

45
Comments
12 min read
Trailblazer tutorial: collections, forms, testing Cells - part 6

Trailblazer tutorial: collections, forms, testing Cells - part 6

9
Comments
22 min read
Test-Driven Development with RSpec in Rails

Test-Driven Development with RSpec in Rails

15
Comments
5 min read
A beginners' introduction to Ruby classes and objects

A beginners' introduction to Ruby classes and objects

18
Comments 1
6 min read
Using Lambdas to Simplify Varying Behaviors in Your Code

Using Lambdas to Simplify Varying Behaviors in Your Code

7
Comments
10 min read
Using Service Objects to Make your Rails Controllers (and Models) Skinny

Using Service Objects to Make your Rails Controllers (and Models) Skinny

21
Comments
10 min read
loading...