Thought Works India’s Master Class Series Seminar
In this post, we shall take you through my understanding of how and what went on in the Thought Works’ Master Class Series Seminar held on May 19, 2007 @ Hotel Royal Orchid , Bangalore, India....
View ArticleIn Place Editing with RJS
In this post, we shall provide the snippets and explanation of how to use Inplace editor and RJS to update multiple elements in your page. The Problem In-Place Editing is a wonderful AJAX based tool...
View ArticleUsing FIND Methods in RAILS::ACTIVERECORD
All of us know that we can use multiple Find methods to get information from the database via models and we also know that this is possible because Active Record::Base provides us the support for the...
View ArticleUsing belongs_to to handle multiple Parent Records in a single child record
This is a very small post where I shall explain some additional features of belongs_to which I myself didn’t know about until I saw a requirement. Generally belongs_to in common sense is used along...
View ArticleRails Image Editor
INTRODUCTION Rails Ajax Image Editor is an ajaxified application for image manipulation using Rails technologies. This application has been derived from Peter Frueh (http://www.ajaxprogrammer.com)...
View Article