Blog

Quadro in tempo reale

Real-time’s Framework is a blindingly fast bi-directional persistently connected messaging system. It’s a unique means for a company to conduct a live online relationship with clients. This has the massive advantage of allowing interaction to happen live in real-time, without delays or page refreshes, to create a durable and bidirectional relationship with each online user. …

Quadro in tempo reale Leggi altro »

Come installare Ruby sui binari

Eseguire i seguenti passi per configurare l'ambiente rails nel sistema locale 1) CSV: Git e Subversion sudo aptitude install subversion sudo apt-get install git-core E si può anche installare il pacchetto suggerito: git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb diff-doc. 1) Configurazione del database: Database Mysql: sudo aptitude install mysql-server mysql-client PostgresSQL: ...

Come installare Ruby sui binari Leggi altro »

Configura l'ambiente Rails

Eseguire i seguenti passi per configurare l'ambiente rails nel sistema locale 1) CSV: Git e Subversion sudo aptitude install subversion sudo apt-get install git-core E si può anche installare il pacchetto suggerito: git-doc git-arch git-cvs git-svn git-email git-daemon-run git-gui gitk gitweb diff-doc. 1) Configurazione del database: Database Mysql: sudo aptitude install mysql-server mysql-client PostgresSQL: ...

Configura l'ambiente Rails Leggi altro »

App: nativa, web o ibrida?

Il mondo mobile è un mondo in continua evoluzione, sia per la diffusione esponenziale di smartphone e tablet, sia perché questo nuovo modo di comunicare ha richiesto l'introduzione di un nuovo tipo di Marketing: Per raggiungere i clienti (esistenti o potenziali che siano) oggi uno dei metodi più efficaci e diretti è ...

App: nativa, web o ibrida? Leggi altro »

Distribuzione dell'applicazione su Heroku

Heroku offers Ruby web developers instant deployment, fast & easy scaling, and vast tool selection. Now we can concentrate on building our applications and forget the tedious deployment and server administration tasks that used to strangle our productivity. We can deploy fast, scale quickly, and adjust to circumstance as needs arise. This article will explain …

Distribuzione dell'applicazione su Heroku Leggi altro »

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 »

it_ITItalian