By default Rails generate URL with ID. In short to_param method returns a string, which Action Pack uses for constructing an URL…
Recently we presented on SSL in a class. We did fairly well. Thought it must be a good idea to share with…
Couple of days ago I needed to show twitter status in a rails application. The specification was to show the last 5…
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…
In my previous blog i instructed how to install a SSL certificate in server. In this tutorial I will provide you some…