Artículos técnicos

Funciones de Urlify y su implementación

URLify es una gema sencilla que refina la conversión de cadenas UTF-8 a cadenas URI seguras para ASCII y permite utilizarlas como segmentos URL legibles. Una vez instalada la gema, puede llamar a la función URLify para cualquier cadena UTF-8 y se convertirá automáticamente en una cadena URI segura para ASCII. URLify también tiene la ...

Funciones de Urlify y su implementación Leer más »

Cargue archivos directamente a S3 usando Paperclip y Dropzone.js

It’s usually the small time-consuming tasks that frustrate us the most. Such as uploading a file to S3; the requirement is pretty simple but the method chosen to upload the file will decide the efficiency of the task. As uploading files is a feature that most applications require, RailsCarma has compiled a brief tutorial on …

Cargue archivos directamente a S3 usando Paperclip y Dropzone.js Leer más »

Prevención de problemas de seguridad en Rails

Security is a major concern for any developer aspiring for successful and sustainable development of web applications. Every developer wants to code in such a manner that their applications are as secure as possible from any attacks, however, no code can be 100% bug-free or secured. So, the developers are aware that they need to …

Prevención de problemas de seguridad en Rails Leer más »

BRAKEMAN: Escáner de seguridad de rieles

Introducción Brakeman es un escáner de seguridad que detecta vulnerabilidades de seguridad en aplicaciones Rails con la ayuda del análisis estático. Escanea directamente a través del código fuente de nuestra aplicación, lo que elimina la necesidad de configurar toda nuestra pila de aplicaciones para poder utilizar esta conveniente herramienta de seguridad. Tras el escaneo, produce un informe de ...

BRAKEMAN: Escáner de seguridad de rieles Leer más »

Cómo trabajar con la plataforma de comercio electrónico basada en Rails, Shoppe

Shoppe is a Rails-based ecommerce platform. By virtue of it, we can easily introduce a catalogue-based store into our Rails applications.We can easily create store with this core framework, Shoppe. And we are only responsible for creating the storefront (UI) which our customers will use to buy products. Apart from UI, we are also responsible …

Cómo trabajar con la plataforma de comercio electrónico basada en Rails, Shoppe Leer más »

Integración de chatbot usando Ruby on Rails

Definition of a Chatbot A computer program designed to simulate conversation with human users, especially over the Internet. Such programs are often designed to convincingly simulate how a human would behave as a conversational partner. Chatbots are typically used in dialog systems for various practical purposes including customer service or information acquisition. How it works …

Integración de chatbot usando Ruby on Rails Leer más »

Salesforce API integration with Rails app

Salesforce is known to be a Customer Relationship Management (CRM) platform and it provides cloud-based applications for Sales, Service & Marketing. This article intends to develop a clearer understanding on the Salesforce API and how you can sync data between Salesforce and your Rails application. The following steps are required to be followed to integrate …

Salesforce API integration with Rails app Leer más »

es_ESSpanish