Articles techniques

Passer des appels vocaux via les applications Web Ruby on Rails

Dans la vie d'aujourd'hui, tout le monde est occupé par son travail, personne ne veut recevoir des appels indésirables ou du spam sur son téléphone. Ainsi, si vous souhaitez filtrer les appels indésirables ou les appels non prioritaires, vous pouvez le faire en utilisant Plivo. Plivo fournit le SDK Ruby ainsi qu'une documentation bien entretenue pour intégrer Plivo pour les appels vocaux…

Passer des appels vocaux via les applications Web Ruby on Rails En savoir plus "

Comment importer/exporter une base de données MySQL dans Rails ?

Voici comment importer et exporter une base de données MySQL – Pour exporter la base de données mysqldump -u [nom d'utilisateur] -p [nom_de_base] > [nom_fichier_sql.sql] – Créez son fichier tar (compressé) pour le partager facilement avec un autre système : tar -czvf [nom_tout_nom. tar.gz] [sql_file_name.sql] – Partagez-le sur l'autre système sur lequel vous souhaitez l'importer. – Décompressez le fichier compressé :tar -xzf [any_name.tar.gz] …

Comment importer/exporter une base de données MySQL dans Rails ? En savoir plus "

Préchargement, chargement impatient, inclusions et jointures dans Ruby on Rails

Let’s take an example for understand the difference between them. One company has many employees, and one to many connection is there between company and employees. Preload: Preload loads the data in two queries. Includes also loads associate data in two queries in default case. We can’t use preload to add condition for associate table. …

Préchargement, chargement impatient, inclusions et jointures dans Ruby on Rails En savoir plus "

Qu'est-ce qui rend Ruby on Rails parfait pour développer le MVP de votre entreprise ?

The great efficiency of building an MVP is one of the important aspects which make Ruby on Rails perfect choice of technology for the start-ups. Let’s dig a bit deeper to understand what makes Ruby on Rails great for MVP development. Here are some of the reasons why Ruby on Rails is perfect for developing …

Qu'est-ce qui rend Ruby on Rails parfait pour développer le MVP de votre entreprise ? En savoir plus "

Comment obtenir un développement d'applications sans bugs et rentable avec Ruby on Rails Consulting

As a startup looking to develop its business application, you are likely faced with a few understandable challenges that might seem to be major roadblocks in the path of your business realising its digital transformation objectives. With the limited resources, your business has access to, these challenges may include a budget too small to be …

Comment obtenir un développement d'applications sans bugs et rentable avec Ruby on Rails Consulting En savoir plus "

Why Choose ruby-on-rails for web development

Why choose ruby on rails for your web and mobile application development in 2018?

In the changing technological landscape, it can be a challenge to predict as to how long will the current trends last. So, the big question is that with the advent of new technologies, whether Rails will continue to remain relevant for full-stack web application development in 2018 and beyond. From our perspective, there is no …

Why choose ruby on rails for your web and mobile application development in 2018? En savoir plus "

Metamagic 101 – Introduction, Installation & Usage

Metamagic gem is a RoR plugin for creating and managing meta tags. It auto-generates the meta tags dynamically throughout and cuts down the need for writing it every time. In addition to the regular meta tags, metamagic also supports custom tags, OpenGraph (Facebook) and Twitter Cards. It is a critical factor to consider while developing …

Metamagic 101 – Introduction, Installation & Usage En savoir plus "

fr_FRFrench