Polymorphic Associations in Ruby on Rails
You might have instances where the associations could be with multiple models. For example, if you have a Picture model...
You might have instances where the associations could be with multiple models. For example, if you have a Picture model...
You may be working on multi-master database model which required to use UUID and sometime because of using auto incrementing...
I have presented about “Introduction to Refactoring” with Mr. Dane at BarCamp PP2. What interesting for me was “Coder Camp”...
Recently, I install GeoServer 1.7.6 on Ubuntu 9.04. I would like to share some information with everybody what I have...
If you have the algorithms with conditional statements in the client code it will be messy. The Strategy pattern moves...
It can be an easy way to do if you have a database with schema changes. You have to convert...
Last two months I posted about Factory Method Design Pattern in C#. Now I do the same thing in JavaScript. This...
My colleague have some problems using Selenium to test the website specifically issues with JavaScript and Ajax. Also we would...
The factory method pattern is a design pattern that allows for the creations of objects without specifying the type of...
Working everyday and sitting at your desk in front of your computer, you stare into space, trying to figure out...