Technische Artikel

Multi-Tenancy durch Nutzung von Apartment gem

Let us first understand the difference between single and multi-tenancy Single tenancy: Every customer is having their own software instance, own DB and it serves for only one customer. Here, the software can be customized to meet the specific customer requirements as it is independent. Multi tenancy: In this case, single instance of software application …

Multi-Tenancy durch Nutzung von Apartment gem Weiterlesen »

Ein Leitfaden zur Umwandlung eines Hash in eine Struct in Ruby

Before we get deeper in to the conversion process, let us all first identify the difference between the two – the hash and the struct. This will let us help answer the question why some prefer using the struct than hash in Ruby. Differentiating Hash from Struct Hash is the collection of the key-value pairs …

Ein Leitfaden zur Umwandlung eines Hash in eine Struct in Ruby Weiterlesen »

Der Wert der besten Ruby on Rails-Entwicklungsdienste für Ihr Unternehmen

The ultimate goal of running any business is its commercial viability eventually, leading to growing profit margins. This can best be achieved by increasing organizational efficiencies and efficient achievement of the business goals. Profits are what the entrepreneurs take all possible business risks for. This post is an effort to help you appreciate the relevance …

Der Wert der besten Ruby on Rails-Entwicklungsdienste für Ihr Unternehmen Weiterlesen »

Jenkins-Setup für RSpec & Code Coverage

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 …

Jenkins-Setup für RSpec & Code Coverage Weiterlesen »

Geschäftsvorteile von 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 …

Geschäftsvorteile von Ruby on Rails Weiterlesen »

Verfolgen Sie Änderungen an den Daten Ihres Modells mit 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 …

Verfolgen Sie Änderungen an den Daten Ihres Modells mit Paper Trail Gem Weiterlesen »

Rails-Zwischenspeicherung mit dalli gem

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 …

Rails-Zwischenspeicherung mit dalli gem Weiterlesen »

de_DEGerman