July 12th, 2010

Today is a very important day of my life. I have been through a lot and gained much experience, which has brought me to where I am now in life. Today is indeed an important day for me, because it will be the beginning of a whole new experience. It is something that I have given much thought to, but have been waiting for the right time. It is with great joy that I declare that I am launching my own web consultation firm!
Read the rest of this entry »
View Comments
December 14th, 2009

If you’re a Rails developer I hope you too hate to run ./script/server command all the time to start the application server during the development phase. Fortunately Phusion came up with a revolutionized solution to host the Rails application on Apache server using Passenger (aka mod_rails).
To deploy a web application on Apache using Passenger you should perform following initial server configurations.
Read the rest of this entry »
View Comments
July 22nd, 2009

First we need to find out the exact location that the Ruby installs it’s libraries. In the terminal program, You can type the following command to find out the exact location.
Read the rest of this entry »
View Comments