Collecting Contacts Using Cardmagic-Contacts Pplug-in in Rails 2.3.8 Cardmagic-Contacts is a rails plug-in which provides an interface to fetch contact list information from various email providers including Hotmail, AOL, Gmail, Plaxo, Yahoo and many more.... 18 December, 2012 / 0 Comments
How to implement Multiple Database(DB) Connection in Rails3 In some scenarios, we need data from an external database to execute in different applications. Here, we need a bridge that will connect these two different databases.... 03 December, 2012 / 0 Comments
How to generate Barcode using Barby Gem in Rails 2.3.8 A barcode is a series of vertical black lines with white spaces in between. This series of lines and spaces can be read by a device that can decode them.... 06 November, 2012 / 0 Comments
Customizing Error Messages in RAILS In every application regardless of its complexity we require to customize error messages to make more sense. There are several ways to achieve it in Rails3 and in Rails2.3.x which are... 29 October, 2012 / 0 Comments
Polymorphic Associations in Rails3 In polymorphic associations, a model can belong to more than one model, on a single association.... 16 October, 2012 / 0 Comments
How to Implement Security Patches on Ruby on Rails Applications The security of any software product or application is something that every software solution provider is wary of. It is no different in the case of a Ruby on Rails... 14 March, 2011 / 0 Comments