Posts Tagged ‘ActiveRecord’
Posted by Vamsi Krishna on April 22nd, 2010

In Ruby, we can compare two objects by several number of ways. But I want to compare a particular class instances only on one of its properties(that is attributes of a model).
(more…)

Tags: , ,
Posted in Software | No Comments »
Posted by Vamsi Krishna on November 20th, 2009

After a long time I am writing this blog, I have to give a reason like everyone does (I am really really busy with project :(, I am not lying ).But, from now on I am planning to write at least one blog a month.
Anyway there are so many things I want to write about, but I am going to start with scoped_by in Rails.
(more…)

Tags: , , ,
Posted in Software | No Comments »
Posted by Vamsi Krishna on March 13th, 2009

We recently migrated from Pebble to Wordpress and we were looking for tools to convert Pebble blogs to Wordpress. Eventually I wrote a simple application based on Ruby and ActiveRecord to do this migration.
Thought we would share the code so that the other people can contribute to make this application more successful.
(more…)

Tags: , , ,
Posted in Software | 2 Comments »