Articoli tecnici

Distribuzione di Capistrano con Subversion

Capistrano Deployment Capistrano is a tool used for automation of the application deployment process. Capistrano is mainly used for deploying rails apps. Changes made to the rails app can be easily transferred to the server using cap deploying. Capistrano can be configured with any version control system like SVN / GIT for deploying an app. …

Distribuzione di Capistrano con Subversion Leggi altro »

InstaCarma will be at HostingCon’10

InstaCarma is the brand under which Carmatec IT Solutions Pvt. Ltd., the parent company of RailsCarma as well, provides technical support and server management services. InstaCarma is going to HostingCon 2010, the premier conference and trade show for the hosted services industry, to be held in Austin, Texas from July 19th-21st. We’ve purchased booth space …

InstaCarma will be at HostingCon’10 Leggi altro »

Behavior Driven Development(BDD)/Cucumber

Behavior Driven Development describes a cycle of interactions with well defined outputs, resulting in the delivery of working, tested software that matters. With BDD, you create executable specifications, not tests. You want to look at what your code does, not the internals of how it does it. This method of development is mainly about visualizing …

Behavior Driven Development(BDD)/Cucumber Leggi altro »

Deploying Rails Application using Capistrano and Phusion Passenger

Deploying a rails application onto the servers is a complicated task when performed manually, since it needs us to login to the servers, upload the code from the local system every time and maintain the backup of the updates if we want to revert. The process consumes a lot of time and we need to …

Deploying Rails Application using Capistrano and Phusion Passenger Leggi altro »

Grafici in Rails

Stiamo lavorando a un progetto che riguarda i dati del server, dove i grafici valgono più di mille parole. Ricevo sempre richieste per vari grafici e in passato ho usato Gruff per produrli. Gruff è un'ottima libreria e i risultati sono anche buoni! Tuttavia, di recente ho avuto richieste più esigenti per fornire un comportamento più dinamico ai grafici. Gli utenti volevano poter interagire con i grafici in vari modi e fare drill-down per raccogliere ulteriori informazioni.

it_ITItalian