Blogs

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 »

Increíbles beneficios de usar Ruby on Rails para tu proyecto web

As you undertake a new web project, you must brace yourself for making a few critical yet challenging decisions upon which the success of your project may completely rely. One such decision is which technology to base your web application project on – Ruby on Rails, PHP, WordPress or any other. The tech-stack of your …

Increíbles beneficios de usar Ruby on Rails para tu proyecto web Leer más »

Bundler: ¡Administrar las gemas de la aplicación Ruby es más fácil!

Bundler is as new concept introduced in Rails 3, which helps us to manage our gems for the application. It is used to install and include the gems needed by the application. If the gem is available in the system bundle it will use that, otherwise it will pick the same from the rubygems.org. Bundler …

Bundler: ¡Administrar las gemas de la aplicación Ruby es más fácil! Leer más »

BRAKEMAN: Escáner de seguridad de rieles

Introduction Brakeman is a security scanner and it detects security vulnerabilities in Rails applications with the help of static analysis. It directly scans through the source code of our application which eliminates the need to set-up our whole application stack in order for using this expedient security tool. After scanning, it produces a report of …

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 »

es_ESSpanish