Articoli tecnici

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 »

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 »

How can Ruby on Rails benefit your web applications?

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 …

How can Ruby on Rails benefit your web applications? Leggi altro »

Ruby on Rails: scalare la tua app per una crescita rapida

Scaling the growth of an app has been a really intimidating topic nowadays. Most of the internet resources and blog posts are revolving around scaling Ruby applications. It is very interesting to know what is the ceiling and how much Ruby on Rails can achieve for the rapid growth of applications. Scaling increases Not by …

Ruby on Rails: scalare la tua app per una crescita rapida Leggi altro »

Guida passo passo per costruire la tua prima gemma di rubino

Nowadays all the functionalities in Rails are built as Ruby gems. For example we can use devise gem for the authentication part of the application. It’s like a package or library that is written in Ruby programming language. Moreover it can be imported and used by others in their programs. Step 1 Bundler is like …

Guida passo passo per costruire la tua prima gemma di rubino Leggi altro »

it_ITItalian