Skip to content

{ Tag Archives } ruby

acts_as_featurable

In restate.ae, we have the need to feature a model - property, neighborhood, or video - for a period of time. So, I wrote a plugin called acts_as_featurable to allow developers to attach that type of functionality to any model.

The plugin still needs some work in the testing front, and I have some enhancements in [...]

Also tagged ,

Installing the rjb gem

I’ve decided to give JRuby a try under Mac OS X 10.5.5, and the ride has had its share of challenges so far. First thing, after I downloaded and extracted JRuby to a folder in my machine, I had to setup the JRUBY environment variable, and make a change to the PATH variable, that looked [...]

Also tagged ,