Blogues

Conseils pour embaucher les meilleurs développeurs Ruby on Rails

Conseils pour embaucher les meilleurs développeurs Ruby on Rails

Le monde est devenu en ligne et tout le monde essaie soit de créer des sites Web, des applications mobiles, de faire évoluer ses sites Web existants ou de développer des applications Web critiques, etc. En bref, le Web est un énorme gâteau et tout le monde veut sa part, et toutes les industries se démènent pour obtenir une part de ce gâteau tentant en établissant une présence en ligne.

Configuration de Jenkins pour RSpec et couverture de code

This article depicts the accomplishment of the objectives of the integration that impacts delivering software faster with no bugs, the issues confronted and the proposed upgrade to convey smooth and qualitative Software. The key goals hereby, are to develop confidence to modify code and validate it quickly, to be in a position to perform tech …

Configuration de Jenkins pour RSpec et couverture de code En savoir plus "

Avantages commerciaux de Ruby on Rails

Ever wondered why Twitter, Basecamp, Hulu, Groupon & LivingSocial use Ruby on Rails for their application? It kind of reassures you about the credibility and efficiency of a technology when such big names base their business applications on it. Ruby on Rails as the technology of choice, doesn’t only offer an improved performance and shorter …

Avantages commerciaux de Ruby on Rails En savoir plus "

Comment créer des URL conviviales pour la recherche dans Rails

Display IDs in your URLs can be terrible and wasteful for SEO. In this blog entry, I will demonstrate to you how you can utilize slugs to make your URLs more relevant to the page content. In the first place, we will utilize an implicit arrangement (superseding the to_param strategy) to change the URLs and …

Comment créer des URL conviviales pour la recherche dans Rails En savoir plus "

Suivez les modifications apportées aux données de votre modèle avec Paper Trail Gem

Paper trail lets us track all the changes in the models data for the purpose of its editing and versioning. By using this gem, we can see how a model looks, at every stage of its life-cycle and we can take it back to any version of the model data and we can even undo …

Suivez les modifications apportées aux données de votre modèle avec Paper Trail Gem En savoir plus "

Mise en cache Rails avec la gemme dalli

Dalli is a high performance pure Ruby client for accessing memcached servers. It works with memcached 1.4+ only, as it uses the newer binary protocol. MemcacheMemcached is a quick in-memory protest reserving framework that can make Rails run much quicker with not very many changes.Memcached is an in-memory key-value store for little pieces of discretionary …

Mise en cache Rails avec la gemme dalli En savoir plus "

Utilisation de Gon Gem avec Javascript et Rails

Using Rails data as a part of javascript is an extremely regular need, particularly for Javascript applications such as Angular, Ember and SPA. If it is a small amount of data, we can directly assign it to the ruby variables. From rails view:Ex:- HTML: ; $(‘#user’).val(); HTML data attribute: <%= content_tag “div”, id: “posts”, data: …

Utilisation de Gon Gem avec Javascript et Rails En savoir plus "

Gem de refactorisation de code - Flay

Keeping your code elegant and no code clones while building up a vast Rails application can be a significant test, notwithstanding for an accomplished developer. Fortunately, there is a gem that make this code refactoring much simpler. For a great many people, dead/wasteful code will develop after some time. Others will find themselves in such …

Gem de refactorisation de code - Flay En savoir plus "

fr_FRFrench