Blog

Integrazione dell'applicazione Spree In Rails 3.1

Spree is a complete open source e-commerce solution built with Ruby on Rails. It was originally developed by Sean Schofield and is now maintained by a dedicated core team. You can find out more by visiting the Spree e-commerce project page. It actually consists of several different gems, each of which are maintained in a …

Integrazione dell'applicazione Spree In Rails 3.1 Leggi altro »

Test dell'applicazione Rails 3.2.3 utilizzando Cucumber (BDD)

What is Cucumber? Cucumber is used for Behavior Driven Development. Cucumber lets software development teams describe how software should behave in plain text. The text is written in a business-readable domain-specific language and serves as documentation, automated tests and development-aid – all rolled into one format. Cucumber works with Ruby on Rails, Java, .NET, Flex …

Test dell'applicazione Rails 3.2.3 utilizzando Cucumber (BDD) Leggi altro »

Scraping di siti Web utilizzando Mechanize Gem

Web scraping (web harvesting or web data extraction) is a computer software technique of extracting information from websites. The Mechanize library is used for automating interaction with websites. Mechanize gem automatically stores and sends cookies, follows redirects, and can follow links and submit forms. Form fields can be populated and submitted. It also keeps track …

Scraping di siti Web utilizzando Mechanize Gem Leggi altro »

Come integrare Clickatell nell'applicazione Rails

Quando si tratta di inviare un SMS usando Ruby on Rails, ci sono due approcci che si possono seguire. Il primo, più complicato, consiste nell'utilizzare il proprio hardware e qualcosa come la libreria ruby-sms per comunicare con l'hardware. Questa configurazione richiede molto tempo, è una seccatura da mantenere e probabilmente non è ...

Come integrare Clickatell nell'applicazione Rails Leggi altro »

Come configurare Nginx sul server per l'applicazione Rails?

Ruby on Rails is a popular rapid development web framework. It allows web designers and developers to quickly implement dynamic and fully featured Ruby on Rails application. This article describes procedures for installing Ruby on Rails in conjunction with the nginx setup and Passenger module. Nginx (pronounced “engine X”) is a lightweight, high-performance Web server/reverse …

Come configurare Nginx sul server per l'applicazione Rails? Leggi altro »

Come eseguire l'installazione sorgente di SQLite3?

OSQLite is a relational database management system contained in a small programming library. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is ACID-compliant and implements most of the SQL standard, using a dynamically and weakly typed …

Come eseguire l'installazione sorgente di SQLite3? Leggi altro »

Come installare SSL tramite Virtualmin?

Short for Secure Sockets Layer, SSL protocol developed by Netscape for transmitting private documents via the Internet. SSL secure payment pathway uses a cryptographic system that uses two keys to encrypt data. A public key known to everyone and a private or secret key known only to the recipient of the message. Both Netscape Navigator …

Come installare SSL tramite Virtualmin? Leggi altro »

How To Install Memcached On A Vps Server Or A Dedicated Server?

Memcached is a Unix daemon written in C that exposes a specified amount of memory space as a hash table on the network using a dedicated text or binary protocol. The protocol allows a limited set of operations such as set, get, and delete, and also some more complex atomic operations such as cas (compare …

How To Install Memcached On A Vps Server Or A Dedicated Server? Leggi altro »

Come modificare il tempo massimo di esecuzione di Php in Virtualmin?

Virtualmin è un modulo Webmin per la gestione di più host virtuali attraverso un'unica interfaccia, come Plesk o Cpanel. Supporta la creazione e la gestione di host virtuali Apache, domini DNS BIND, database MySQL e caselle di posta e alias con Sendmail o Postfix. Utilizza i moduli Webmin esistenti per questi server e quindi dovrebbe essere ...

Come modificare il tempo massimo di esecuzione di Php in Virtualmin? Leggi altro »

it_ITItalian