apache proxy balancer + mongrel clusters and deploying application with capistrano

Published on

So you want to setup production server with mongrel clusters and apache proxy balancer, also wants to use capistrano for deployment, huh. Take it easy, its very simple. You need Apache 2.2 or later on your production server, and the following ruby gems on your both machine(server and local): capistrano mongrel mongrel_cluster I haven’t mentioned … Continue reading apache proxy balancer + mongrel clusters and deploying application with capistrano

Bash script for creating new rails project and initial SVN import (with ignoring/removing log/other files)

Published on

Many times we need to create a new rails project and import it to SVN repository. Each time we have to repeat same commands for creating new rails project, Initial import to SVN, Ignoring *.log files, move database.yml to database.example, ignoring tmp/sessions etc.. etc.. So I have written a bash script that do all this … Continue reading Bash script for creating new rails project and initial SVN import (with ignoring/removing log/other files)

Plugin: Exception Notifier; Get detail information of exceptions occurred on the live server right on your inbox.

Published on

I don’t know whether you guys are aware of Exception Notifier plugin written by Jamis Buck or not. If you don’t then I would like to share this with you. The Exception Notifier plugin provides a mailer object and a default set of templates for sending email notifications when errors occur in a Rails application. … Continue reading Plugin: Exception Notifier; Get detail information of exceptions occurred on the live server right on your inbox.