/* I'm a freelance web developer,
   visual designer and blogger, love to working with
   Ruby and PHP */

Introducing Speedy – Painless rapid Rails deployment

December 14th, 2009

Speedy

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 »

Tags: , , , ,
Posted in Apache, Deployment, Ruby on Rails, Speedy | 3 Comments »

How to uninstall / remove Ruby Gems (on Ubuntu)?

July 22nd, 2009

Uninstall Ruby Gems

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.

ruby -e 'puts $:'

Read the rest of this entry »

Tags: , , ,
Posted in How to, Ruby on Rails, Tutorials, Web Development | 6 Comments »

Screencast: How to Install Ruby on Rails on Ubuntu?

June 23rd, 2009

Screencast: How to Install Ruby on Rails on Ubuntu?

This screencast will teach you to set up the Ruby on Rails development environment on Ubuntu.

Read the rest of this entry »

Tags: , , ,
Posted in How to, Misc, Ruby on Rails, Tutorials, Ubuntu, Web Development | 15 Comments »