Most of you must have read the famous book on “Refactoring” written by Martin Fowler. Based on this book and my fellow…
The thing with which we deal everyday in our programming life is “Date”. This small, delicate stuff needs to be displayed in…
In my previous blog on Rails I discussed about some useful text helpers for rails based on my work experience on Scrumpad.…
One of the most important features of Rails is it’s rich helper. Sometimes these are lifesavers because you don’t have to write…
How do you know whether a CRUD is successful in rails?How do you show an user friendly error message based on different…
I recently upgraded my Net Beans to it’s 6.5 version and Tortoise to 1.5.x. Since then my subversion client is not working…
Time zone support in rails is now easier than ever. You can set your time zone dynamically based on users information. Here…
In my previous blog i instructed how to install a SSL certificate in server. In this tutorial I will provide you some…
Here is a complete process of installing SSL certificate in Linux box which run in Amazon EC2 instance and served by Apache.…