Blogues

Prévenir les problèmes de sécurité dans 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 …

Prévenir les problèmes de sécurité dans Rails En savoir plus "

Avantages incroyables de l'utilisation de Ruby on Rails pour votre projet 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 …

Avantages incroyables de l'utilisation de Ruby on Rails pour votre projet Web En savoir plus "

Bundler : La gestion des gemmes d'application Ruby simplifiée !

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 : La gestion des gemmes d'application Ruby simplifiée ! En savoir plus "

BRAKEMAN : Scanner de sécurité Rails

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 : Scanner de sécurité Rails En savoir plus "

Comment travailler avec la plateforme de commerce électronique Shoppe, basée sur Rails ?

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 …

Comment travailler avec la plateforme de commerce électronique Shoppe, basée sur Rails ? En savoir plus "

Gem Carrierwave pour les téléchargements de fichiers dans Rails

If we are building a web application, one of the features we would definitely want is the image uploading feature. In fact, image uploading is one important feature that the modern-day applications can simply not be imagined without. And not just that, it is even more important considering the fact that images uploading also plays …

Gem Carrierwave pour les téléchargements de fichiers dans Rails En savoir plus "

Integration of chatbot using 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 …

Integration of chatbot using Ruby on Rails En savoir plus "

Intégration de l'API Salesforce avec l'application Rails

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 …

Intégration de l'API Salesforce avec l'application Rails En savoir plus "

Aérofrein pour la surveillance et la détection des erreurs

Airbrake is an Error Monitoring Software, which most of us developers welcome with open arms. It basically helps you deal with Production errors, by maintaining a log for the same, capturing the exact URL, number of occurrences, the culprit file which caused the error, all in all, a complete Stack trace for you to fall …

Aérofrein pour la surveillance et la détection des erreurs En savoir plus "

fr_FRFrench