Links
-
Recent Posts
Archives
Author Archives: Prabakar Puvanathasan
Rails single table inheritance with polymorphic association
Lets say, you wanted to store contact information such as emails, phone numbers, and websites. These contact information can be associated with an employee of a business or the business itself. A business can have multiple emails and multiple phone … Continue reading
Playing with puppet
One of the tasks that I perform as a rails application developer is repeatedly setting up the following rails stack on an EC2 instance running a variant of Ubuntu: Ruby Enterprise Edition (or Ruby 1.9.2 via RVM) Apache (or Nginx) … Continue reading