Blog

Architettura multi-tenant con schemi PostgreSQL

In Multi-tenant architecture by using single instance it serves multiple accounts. Each account is called a tenant. There are so many different approaches to implement multi-tenancy architecture using traditional or by using any gems. By comparing all those I found the simplest way of implementing Multi-tenancy that is with “Act as tenant” gem Representation of …

Architettura multi-tenant con schemi PostgreSQL Leggi altro »

Utilizzo di database SQL e NoSQL in applicazioni Single Rails (MySQL, PostgreSQL e MongoDB)

There are distinctive reasons why you should think about having various databases in your Ruby on Rails application. In my situation, I expected to store large quantities of data. Consider default database is MySQL. In our application database.yml file write connections for MySQL in normal way. After that, for connecting postgresql in the same application …

Utilizzo di database SQL e NoSQL in applicazioni Single Rails (MySQL, PostgreSQL e MongoDB) Leggi altro »

Cerca Kick Gem: per rendere la tua ricerca intelligente sull'app Rails

Search kick Gem is a Ruby gem that runs on top of Elasticsearch and makes it easy to make searches in a Rails-friendly fashion. In addition, it allows you to add more features including analytics, autocomplete, and personalized results. Searchkick realizes what your users are searching for. As more individuals hunt, it gets more brilliant …

Cerca Kick Gem: per rendere la tua ricerca intelligente sull'app Rails Leggi altro »

Pianificazione di eventi ricorrenti con Ice Cube Gem

Ice_cube is a ruby library for effectively taking care of repeated events (schedules). The force lies in the ability to indicate multiple rules, and have ice_cube rapidly make sense of whether the schedule falls on a specific date (.occurs_on?), or what times it happens at (.occurrences, .first, .all_occurrences). How to get ice cube For install …

Pianificazione di eventi ricorrenti con Ice Cube Gem Leggi altro »

Ragioni per cui React Native è il futuro

We are always behind ‘Quick’ process activities whether it deals with money or time. IOS and Android are the two dominating operating systems currently hold the entire mobile world. Developers create apps for both the platforms that offer an enhanced user experience, or apps that are speedy at developing and running on multiple platforms and …

Ragioni per cui React Native è il futuro Leggi altro »

Cosa rende le start-up così entusiaste di Ruby on Rails?

One of the hottest technical trends in 2016, Ruby on rails has turned out to be an ideal web application framework. This can be attributed to its user-friendliness, flexibility, efficient content management, speedy web process and customization. Not to forget, its low cost advantage since it is freely available. No wonder why the majority of …

Cosa rende le start-up così entusiaste di Ruby on Rails? Leggi altro »

Gemme di rubino basilari e utili per lo sviluppo web

The framework of Ruby on Rails is a tool extremely powerful in the development of web applications. It has many built-in features such as object-relation mapper and intelligent routing that accelerate web applications development. Rails is specifically designed to have an easy extension with use of Ruby gems. A huge ecosystem of Ruby gems has …

Gemme di rubino basilari e utili per lo sviluppo web Leggi altro »

In che modo Ruby on Rails può apportare vantaggi alle tue applicazioni web?

What are some of the major ingredients that spell success for an organization? Among other things, efficiency is one of the essential elements that can help an organization succeed in this fast-paced moving world. Everyone wants to maximize efficiency and your software development too should push you ahead instead of pulling you back. Ruby on …

In che modo Ruby on Rails può apportare vantaggi alle tue applicazioni web? Leggi altro »

it_ITItalian