Posts tagged with 'plugin'
Oct 24, 2009
Customizing Rails Serialization
... time. So, I made a plugin that lets you define the attributes and methods that are serialized by to_json and to_xml in the class. class Question < ActiveRecord::Base inheritable_attrib...
Jan 07, 2007
Comment spam, be gone!
...th the RoR Akismet plugin. Very painless installation, but first you must get an Akismet API ket by creating a wordpress account. I've also added comments into the normal flow of the posts. It didn't...
Jul 09, 2006
Searchville and ActsBasicallySearchable
...ed it into a little plugin I call ActsBasicallySearchable. This is my first plugin, so any feedback is appreciated. Basically you just choose which fields you want to search in an ActiveRecord model, ...