Programación en Ruby
Programación en Ruby

Programación en Ruby

28 Miembros

#kamal es una herramienta para hacer despliegues de aplicaciones Rails de forma automática, similar a Capistrano, pero esta vez usando contenedores #docker:

https://www.driftingruby.com/e....pisodes/kamal-in-git

Favicon 
www.driftingruby.com

love movie

Kamal is a great utility for deploying your application to a server. It can handle many different kinds of use cases. However, there is some disconnect on how to use it within a CI/CD pipeline. In this episode, we'll look at deploying a Rails 7.1

Qué son los "strong parameters" en #rails y cómo funcionan:
https://www.writesoftwarewell.....com/why-use-strong-p

Why You Need Strong Parameters in Rails
Favicon 
www.writesoftwarewell.com

Why You Need Strong Parameters in Rails

This post explains the Mass Assignment vulnerability and how you can use the strong parameters API in Rails to address it.

Qué es 'concern' en Ruby y su posible uso:
https://blog.jez.io/concern-inheritance/

Favicon 
blog.jez.io

ActiveSupport's Concern, in pictures – Jake Zimmerman

A series of pictures which show how Rails's ActiveSupport::Concern works to redefine what inheritance means in Ruby.

Cómo funciona la herencia en Ruby? Herencia en clases y herencia en módulos:
https://blog.jez.io/inheritance-in-ruby/

Favicon 
blog.jez.io

Inheritance in Ruby, in pictures – Jake Zimmerman

A solid grasp of the tools Ruby provides for inheritance, like include and extend, helps write better code. But the concepts are often learned hastily—this post revisits them in depth.
24 w ·Youtube

Documental de #rails (TRAILER)