Archive for the ‘Technology’ Category

Rake v/s thor

Rake is a general build script tool that is project-specific. In other words, you put your rakefile your project folder and in your project’s source control, and you create build and other automation tasks that are specific to your project in that rakefile. rake requires a rakefile to run. Thor is a general purpose command [...]

Posted in Technology | 1 Comment »

Configuration and maintenance of Apache + Mongrel

Phusion is a company with open source products like Phusion Passenger , Enterprise Ruby Edition etc, Phusion Passenger can be used with apache as a module which is one of its best features. Apache + Phusion Passenger + Enterprise Ruby Edition is considered to be one of the best combination for ROR application. We will [...]

Tags: , , , ,
Posted in Technology | 6 Comments »