Shaun CechnerforShaun Cechnercechner.hashnode.net·Nov 8, 2022Rail credentials, the master keyI believe the concept and of rails credentials and the master key is meant to be simple. So simple, in fact, the documentation on it is a little sparse. This article is my understanding and experience dealing with master key and encrypted credential ...Discuss·32 readsrubyonrails
Cristina RamirezforCris Programando 🖥️crisprogramando.hashnode.net·Apr 4, 2023Crear modelos en Ruby sobre RailsConvenciones de los modelos en ruby sobre rails: ActiveRecord nos permite acceder y manipular la información de la base de datos sin necesidad de escribir SQL (Structured Query Language) y es importante para manupular los modelos. Debe seguir las con...DiscussRuby sobre RailsRails
Arohi AdhyaruforArohi's blogalexisdevs.hashnode.net·Aug 30, 2022Ruby and Rails and It Staff Augmentation: Hand and Gloves of the industry!Your product roadmap is outgrowing your ruby on rails developer team’s capacity. Meanwhile, Recruitment is one of the most important parts of a healthy engineering team – and it takes time to do it right. The way Ruby on Rails Developers has been hi...Discuss·30 readsRuby on Rails
Cristina RamirezforCris Programando 🖥️crisprogramando.hashnode.net·Apr 23, 2023Autenticación en proyecto de Ruby sobre RailsPara añadir autenticación a nuestro proyecto de ruby con rails podemos utilizar la gema devise. Para instalarla podemos ver la documentación de devise, pero básicamente necesitamos agregamos a nuestro archivo gemfile: gem 'devise', '~> 4.2' Instalar...DiscussRuby sobre RailsROR
Cristina RamirezforCris Programando 🖥️crisprogramando.hashnode.net·Apr 4, 2023Crear modelos en Ruby sobre RailsConvenciones de los modelos en ruby sobre rails: ActiveRecord nos permite acceder y manipular la información de la base de datos sin necesidad de escribir SQL (Structured Query Language) y es importante para manupular los modelos. Debe seguir las con...DiscussRuby sobre RailsRails
Cristina RamirezforCris Programando 🖥️crisprogramando.hashnode.net·Apr 4, 2023Crear controladores y vistas en Ruby sobre RailsUn controlador se encarga de gestionar las instrucciones que se reciben, atenderlas y procesarlas. Por medio de él se comunican el modelo y la vista: solicitando los datos necesarios; manipulándolos para obtener los resultados; y entregándolos a la v...DiscussRuby sobre RailsRails
Shaun CechnerforShaun Cechnercechner.hashnode.net·Nov 8, 2022Rail credentials, the master keyI believe the concept and of rails credentials and the master key is meant to be simple. So simple, in fact, the documentation on it is a little sparse. This article is my understanding and experience dealing with master key and encrypted credential ...Discuss·32 readsrubyonrails
Arohi AdhyaruforArohi's blogalexisdevs.hashnode.net·Aug 30, 2022Ruby and Rails and It Staff Augmentation: Hand and Gloves of the industry!Your product roadmap is outgrowing your ruby on rails developer team’s capacity. Meanwhile, Recruitment is one of the most important parts of a healthy engineering team – and it takes time to do it right. The way Ruby on Rails Developers has been hi...Discuss·30 readsRuby on Rails