Blog

Ruby enterprise edition + Passenger installation

Contributor : Vinayan Ruby enterprise edition can be installed on the server using the following steps : $ wget http://rubyforge.org/frs/download.php/68719/ruby-enterprise-1.8.7-2010.01.tar.gz $ tar -zxvf ruby-enterprise-1.8.7-2010.01.tar.gz PS: Make sure that the patch is installed on the server. If it doesn’t exist then install it via yum. $ yum install patch $ ./ruby-enterprise-1.8.7-2010.01/installer Once the ruby enterprise edition …

Ruby enterprise edition + Passenger installation Leggi altro »

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 »

Offerta Festa della Repubblica – Sconto flat 26% su tutti i nostri servizi!

Nella propizia occasione della 61a Festa della Repubblica nazionale che cade il 26 gennaio 2010, regaliamo un enorme sconto di 26%* su tutti i nostri servizi! Codice coupon: REPUBLIC2010 L'offerta scade il 31 gennaio '10. Allora, cosa stai aspettando? Iscriviti subito e goditi i nostri eccellenti servizi a prezzi stracciati! …

Offerta Festa della Repubblica – Sconto flat 26% su tutti i nostri servizi! 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 »

Distribuzione di un'applicazione Rails con Capistrano e 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 …

Distribuzione di un'applicazione Rails con Capistrano e Phusion Passenger Leggi altro »

it_ITItalian